diff --git a/src/grammar.json b/src/grammar.json index 7049468..401baa7 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -4413,7 +4413,7 @@ }, "ipv6": { "type": "PATTERN", - "value": "(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))" + "value": "\\[(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\\]" }, "ipv4": { "type": "PATTERN", diff --git a/src/parser.c b/src/parser.c index 39b8056..bdf8b1a 100644 --- a/src/parser.c +++ b/src/parser.c @@ -4428,1002 +4428,982 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(595); + if (eof) ADVANCE(680); ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 751, + '!', 836, '"', 28, - '#', 1233, - '$', 745, - '%', 764, - '&', 770, - '(', 630, - ')', 631, - '*', 761, - '+', 757, - ',', 638, - '-', 754, - '.', 570, - '/', 763, - '0', 789, - ':', 606, - ';', 598, - '<', 765, - '=', 663, - '>', 767, - '?', 772, - '@', 149, - 'F', 801, - 'T', 796, - '[', 641, - ']', 642, - '^', 771, - 'a', 104, - 'b', 109, - 'c', 100, - 'd', 101, - 'e', 107, - 'f', 102, - 'g', 364, - 'h', 425, - 'i', 301, - 'l', 333, - 'm', 334, - 'n', 240, - 'o', 303, - 'p', 173, - 'r', 241, - 's', 205, - 't', 177, - 'u', 400, - 'v', 262, - 'w', 324, - '{', 601, - '|', 747, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '%', 849, + '&', 855, + '(', 714, + ')', 715, + '*', 846, + '+', 842, + ',', 722, + '-', 839, + '.', 655, + '/', 848, + '0', 870, + ':', 690, + ';', 683, + '<', 850, + '=', 748, + '>', 852, + '?', 857, + '@', 212, + 'F', 876, + 'T', 873, + '[', 726, + ']', 727, + '^', 856, + 'a', 306, + 'b', 505, + 'c', 251, + 'd', 255, + 'e', 458, + 'f', 250, + 'g', 444, + 'h', 508, + 'i', 380, + 'l', 413, + 'm', 414, + 'n', 319, + 'o', 382, + 'p', 246, + 'r', 320, + 's', 282, + 't', 252, + 'u', 482, + 'v', 341, + 'w', 404, + '{', 686, + '|', 832, + '}', 687, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(0); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(118); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(790); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(871); END_STATE(); case 1: - if (lookahead == '\n') ADVANCE(1235); + if (lookahead == '\n') ADVANCE(1172); END_STATE(); case 2: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 751, + '!', 836, '"', 28, - '#', 1233, - '$', 745, - '%', 764, - '&', 770, - '(', 630, - ')', 631, - '*', 761, - '+', 757, - ',', 638, - '-', 754, - '.', 570, - '/', 763, - '0', 783, - ':', 607, - ';', 598, - '<', 765, - '=', 663, - '>', 767, - '?', 772, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - ']', 642, - '^', 771, - '_', 1073, - 'a', 974, - 'c', 972, - 'f', 965, - 'h', 914, - 'i', 902, - 'l', 907, - 'r', 867, - 's', 838, - 't', 831, - 'v', 863, - '{', 601, - '|', 747, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '%', 849, + '&', 855, + '(', 714, + ')', 715, + '*', 846, + '+', 842, + ',', 722, + '-', 839, + '.', 655, + '/', 848, + '0', 868, + ':', 691, + ';', 683, + '<', 850, + '=', 748, + '>', 852, + '?', 857, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + ']', 727, + '^', 856, + '_', 1134, + 'a', 1013, + 'c', 992, + 'f', 1033, + 'h', 996, + 'i', 981, + 'l', 987, + 'r', 942, + 's', 908, + 't', 898, + 'v', 938, + '{', 686, + '|', 832, + '}', 687, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(2); - if (('A' <= lookahead && lookahead <= 'E') || - ('b' <= lookahead && lookahead <= 'e')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 3: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 751, + '!', 836, '"', 28, - '#', 1233, - '$', 745, - '%', 764, - '&', 769, - '(', 630, - ')', 631, - '*', 761, - '+', 757, - ',', 638, - '-', 754, - '.', 570, - '/', 763, - '0', 783, - ':', 607, - ';', 598, - '<', 765, - '=', 663, - '>', 767, - '?', 772, - '@', 148, - 'F', 799, - 'T', 797, - '[', 641, - ']', 642, - '^', 771, - '_', 1073, - 'a', 974, - 'c', 972, - 'f', 965, - 'h', 914, - 'i', 902, - 'l', 907, - 'r', 867, - 's', 838, - 't', 831, - 'v', 863, - '{', 601, - '|', 747, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '%', 849, + '&', 854, + '(', 714, + ')', 715, + '*', 846, + '+', 842, + ',', 722, + '-', 839, + '.', 655, + '/', 848, + '0', 868, + ':', 691, + ';', 683, + '<', 850, + '=', 748, + '>', 852, + '?', 857, + '@', 211, + 'F', 877, + 'T', 874, + '[', 726, + ']', 727, + '^', 856, + '_', 1134, + 'a', 1013, + 'c', 992, + 'f', 1033, + 'h', 996, + 'i', 981, + 'l', 987, + 'r', 942, + 's', 908, + 't', 898, + 'v', 938, + '{', 686, + '|', 832, + '}', 687, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(3); - if (('A' <= lookahead && lookahead <= 'E') || - ('b' <= lookahead && lookahead <= 'e')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 4: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 751, + '!', 836, '"', 28, - '#', 1233, - '$', 745, - '%', 764, - '&', 769, - '(', 630, - '*', 761, - '+', 757, - '-', 754, - '.', 570, - '/', 763, - '0', 783, - ':', 94, - ';', 598, - '<', 765, - '=', 663, - '>', 767, - '?', 772, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '^', 771, - '_', 1073, - 'a', 962, - 'b', 973, - 'c', 959, - 'd', 966, - 'e', 970, - 'f', 958, - 'h', 914, - 'i', 871, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 829, - 'v', 863, - 'w', 876, - '{', 601, - '|', 747, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '%', 849, + '&', 854, + '(', 714, + '*', 846, + '+', 842, + '-', 839, + '.', 655, + '/', 848, + '0', 868, + ':', 149, + ';', 683, + '<', 850, + '=', 748, + '>', 852, + '?', 857, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '^', 856, + '_', 1134, + 'a', 917, + 'b', 1008, + 'c', 903, + 'd', 931, + 'e', 975, + 'f', 900, + 'h', 996, + 'i', 946, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 896, + 'v', 938, + 'w', 952, + '{', 686, + '|', 832, + '}', 687, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(4); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 5: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 751, + '!', 836, '"', 28, - '#', 1233, - '$', 745, - '%', 764, - '&', 769, - '(', 630, - '*', 761, - '+', 757, - '-', 754, - '.', 570, - '/', 763, - '0', 783, - ':', 94, - ';', 598, - '<', 765, - '=', 663, - '>', 767, - '?', 772, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '^', 771, - '_', 1073, - 'a', 962, - 'b', 973, - 'c', 959, - 'd', 966, - 'e', 970, - 'f', 958, - 'h', 914, - 'i', 871, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 831, - 'v', 863, - 'w', 876, - '{', 601, - '|', 747, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '%', 849, + '&', 854, + '(', 714, + '*', 846, + '+', 842, + '-', 839, + '.', 655, + '/', 848, + '0', 868, + ':', 149, + ';', 683, + '<', 850, + '=', 748, + '>', 852, + '?', 857, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '^', 856, + '_', 1134, + 'a', 917, + 'b', 1008, + 'c', 903, + 'd', 931, + 'e', 975, + 'f', 900, + 'h', 996, + 'i', 946, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 898, + 'v', 938, + 'w', 952, + '{', 686, + '|', 832, + '}', 687, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(5); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 6: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 751, + '!', 836, '"', 28, - '#', 1233, - '$', 745, - '%', 764, - '&', 769, - '(', 630, - '*', 761, - '+', 757, - '-', 754, - '.', 570, - '/', 763, - '0', 783, - ':', 94, - ';', 598, - '<', 765, - '=', 663, - '>', 767, - '?', 772, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '^', 771, - '_', 1073, - 'a', 962, - 'b', 973, - 'c', 959, - 'd', 966, - 'e', 978, - 'f', 958, - 'h', 914, - 'i', 871, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 829, - 'v', 863, - 'w', 876, - '{', 601, - '|', 747, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '%', 849, + '&', 854, + '(', 714, + '*', 846, + '+', 842, + '-', 839, + '.', 655, + '/', 848, + '0', 868, + ':', 149, + ';', 683, + '<', 850, + '=', 748, + '>', 852, + '?', 857, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '^', 856, + '_', 1134, + 'a', 917, + 'b', 1008, + 'c', 903, + 'd', 931, + 'e', 1041, + 'f', 900, + 'h', 996, + 'i', 946, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 896, + 'v', 938, + 'w', 952, + '{', 686, + '|', 832, + '}', 687, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(6); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 7: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 751, + '!', 836, '"', 28, - '#', 1233, - '$', 745, - '%', 764, - '&', 769, - '(', 630, - '*', 761, - '+', 757, - '-', 754, - '.', 570, - '/', 763, - '0', 783, - ':', 94, - ';', 598, - '<', 765, - '=', 663, - '>', 767, - '?', 772, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '^', 771, - '_', 1073, - 'a', 962, - 'b', 973, - 'c', 959, - 'd', 966, - 'e', 978, - 'f', 958, - 'h', 914, - 'i', 871, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 831, - 'v', 863, - 'w', 876, - '{', 601, - '|', 747, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '%', 849, + '&', 854, + '(', 714, + '*', 846, + '+', 842, + '-', 839, + '.', 655, + '/', 848, + '0', 868, + ':', 149, + ';', 683, + '<', 850, + '=', 748, + '>', 852, + '?', 857, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '^', 856, + '_', 1134, + 'a', 917, + 'b', 1008, + 'c', 903, + 'd', 931, + 'e', 1041, + 'f', 900, + 'h', 996, + 'i', 946, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 898, + 'v', 938, + 'w', 952, + '{', 686, + '|', 832, + '}', 687, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(7); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 8: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 751, - '#', 1233, - '$', 745, - '%', 764, - '&', 770, - '(', 630, - ')', 631, - '*', 761, - '+', 758, - ',', 638, - '-', 755, - '/', 762, - ':', 605, - ';', 598, - '<', 765, - '=', 663, - '>', 767, - '?', 772, - '@', 231, - '[', 641, - ']', 642, - '^', 771, - 'a', 493, - 'd', 183, - 'h', 461, - 'i', 389, - 'm', 335, - 'o', 302, - 's', 271, - 'u', 498, - '{', 601, - '|', 747, - '}', 602, + '!', 836, + '#', 1170, + '$', 830, + '%', 849, + '&', 855, + '(', 714, + ')', 715, + '*', 846, + '+', 843, + ',', 722, + '-', 840, + '/', 847, + ':', 690, + ';', 683, + '<', 850, + '=', 748, + '>', 852, + '?', 857, + '@', 310, + '[', 725, + ']', 727, + '^', 856, + 'a', 576, + 'd', 254, + 'h', 544, + 'i', 471, + 'm', 415, + 'o', 381, + 's', 350, + 'u', 581, + '{', 686, + '|', 832, + '}', 687, ); if (lookahead == '\t' || lookahead == ' ') SKIP(8); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(795); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(872); END_STATE(); case 9: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 751, - '#', 1233, - '$', 745, - '%', 764, - '&', 769, - '(', 630, - ')', 631, - '*', 761, - '+', 758, - ',', 638, - '-', 755, - '/', 762, - ':', 605, - ';', 598, - '<', 765, - '=', 663, - '>', 767, - '?', 772, - '@', 231, - '[', 641, - ']', 642, - '^', 771, - 'a', 493, - 'c', 437, - 'd', 183, - 'e', 551, - 'f', 534, - 'g', 364, - 'h', 425, - 'i', 389, - 'm', 334, - 'o', 304, - 'r', 289, - 's', 271, - 't', 566, - 'u', 498, - '{', 601, - '|', 747, - '}', 602, + '!', 836, + '#', 1170, + '$', 830, + '%', 849, + '&', 854, + '(', 714, + ')', 715, + '*', 846, + '+', 843, + ',', 722, + '-', 840, + '/', 847, + ':', 690, + ';', 683, + '<', 850, + '=', 748, + '>', 852, + '?', 857, + '@', 310, + '[', 725, + ']', 727, + '^', 856, + 'a', 576, + 'c', 520, + 'd', 254, + 'e', 636, + 'f', 618, + 'g', 444, + 'h', 508, + 'i', 471, + 'm', 414, + 'o', 383, + 'r', 368, + 's', 350, + 't', 651, + 'u', 581, + '{', 686, + '|', 832, + '}', 687, ); if (lookahead == '\t' || lookahead == ' ') SKIP(9); END_STATE(); case 10: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 750, + '!', 835, '"', 28, - '#', 1233, - '$', 745, - '&', 172, - '(', 630, - ')', 631, - '+', 757, - ',', 638, - '-', 754, - '.', 570, - '/', 79, - '0', 783, - ':', 607, - ';', 598, - '=', 662, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - ']', 642, - '_', 1073, - 'c', 972, - 'f', 965, - 'h', 914, - 'l', 907, - 'r', 867, - 's', 838, - 't', 831, - 'v', 863, - '{', 601, - '|', 746, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '&', 245, + '(', 714, + ')', 715, + '+', 842, + ',', 722, + '-', 839, + '.', 655, + '/', 125, + '0', 868, + ':', 691, + ';', 683, + '=', 747, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + ']', 727, + '_', 1134, + 'c', 992, + 'f', 1033, + 'h', 996, + 'l', 987, + 'r', 942, + 's', 908, + 't', 898, + 'v', 938, + '{', 686, + '|', 831, + '}', 687, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(10); - if (('A' <= lookahead && lookahead <= 'E') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 11: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 750, + '!', 835, '"', 28, - '#', 1233, - '$', 745, - '&', 172, - '(', 630, - '+', 757, - '-', 754, - '.', 570, - '/', 79, - '0', 783, - ':', 94, - ';', 598, - '=', 662, - '@', 148, - 'F', 799, - 'T', 797, - '[', 641, - '_', 1073, - 'c', 972, - 'f', 965, - 'h', 914, - 'l', 907, - 'o', 874, - 'r', 867, - 's', 838, - 't', 831, - 'v', 863, - '{', 601, - '|', 746, - '~', 752, + '#', 1170, + '$', 830, + '&', 245, + '(', 714, + '+', 842, + '-', 839, + '.', 655, + '/', 125, + '0', 868, + ':', 149, + ';', 683, + '=', 747, + '@', 211, + 'F', 877, + 'T', 874, + '[', 726, + '_', 1134, + 'c', 992, + 'f', 1033, + 'h', 996, + 'l', 987, + 'o', 949, + 'r', 942, + 's', 908, + 't', 898, + 'v', 938, + '{', 686, + '|', 831, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(11); - if (('A' <= lookahead && lookahead <= 'E') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 12: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 750, + '!', 835, '"', 28, - '#', 1233, - '$', 745, - '(', 630, - ')', 631, - '+', 756, - '-', 753, - '.', 570, - '/', 79, - '0', 783, - ':', 94, - ';', 598, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '_', 1073, - 'a', 961, - 'b', 973, - 'c', 959, - 'd', 966, - 'e', 970, - 'f', 958, - 'h', 914, - 'i', 872, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 829, - 'v', 863, - 'w', 876, - '{', 601, - '|', 746, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '(', 714, + ')', 715, + '+', 841, + '-', 838, + '.', 655, + '/', 125, + '0', 868, + ':', 149, + ';', 683, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '_', 1134, + 'a', 916, + 'b', 1008, + 'c', 903, + 'd', 931, + 'e', 975, + 'f', 900, + 'h', 996, + 'i', 947, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 896, + 'v', 938, + 'w', 952, + '{', 686, + '|', 831, + '}', 687, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(12); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 13: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 750, + '!', 835, '"', 28, - '#', 1233, - '$', 745, - '(', 630, - ')', 631, - '+', 756, - '-', 753, - '.', 570, - '/', 79, - '0', 783, - ':', 94, - ';', 598, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '_', 1073, - 'a', 961, - 'b', 973, - 'c', 959, - 'd', 966, - 'e', 970, - 'f', 958, - 'h', 914, - 'i', 872, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 831, - 'v', 863, - 'w', 876, - '{', 601, - '|', 746, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '(', 714, + ')', 715, + '+', 841, + '-', 838, + '.', 655, + '/', 125, + '0', 868, + ':', 149, + ';', 683, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '_', 1134, + 'a', 916, + 'b', 1008, + 'c', 903, + 'd', 931, + 'e', 975, + 'f', 900, + 'h', 996, + 'i', 947, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 898, + 'v', 938, + 'w', 952, + '{', 686, + '|', 831, + '}', 687, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(13); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 14: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 750, + '!', 835, '"', 28, - '#', 1233, - '$', 745, - '(', 630, - ')', 631, - '+', 756, - '-', 753, - '.', 570, - '/', 79, - '0', 783, - ':', 94, - ';', 598, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '_', 1073, - 'a', 961, - 'b', 973, - 'c', 959, - 'd', 966, - 'e', 978, - 'f', 958, - 'h', 914, - 'i', 872, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 829, - 'v', 863, - 'w', 876, - '{', 601, - '|', 746, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '(', 714, + ')', 715, + '+', 841, + '-', 838, + '.', 655, + '/', 125, + '0', 868, + ':', 149, + ';', 683, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '_', 1134, + 'a', 916, + 'b', 1008, + 'c', 903, + 'd', 931, + 'e', 1041, + 'f', 900, + 'h', 996, + 'i', 947, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 896, + 'v', 938, + 'w', 952, + '{', 686, + '|', 831, + '}', 687, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(14); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 15: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 750, + '!', 835, '"', 28, - '#', 1233, - '$', 745, - '(', 630, - ')', 631, - '+', 756, - '-', 753, - '.', 570, - '/', 79, - '0', 783, - ':', 94, - ';', 598, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '_', 1073, - 'a', 961, - 'b', 973, - 'c', 959, - 'd', 966, - 'e', 978, - 'f', 958, - 'h', 914, - 'i', 872, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 831, - 'v', 863, - 'w', 876, - '{', 601, - '|', 746, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '(', 714, + ')', 715, + '+', 841, + '-', 838, + '.', 655, + '/', 125, + '0', 868, + ':', 149, + ';', 683, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '_', 1134, + 'a', 916, + 'b', 1008, + 'c', 903, + 'd', 931, + 'e', 1041, + 'f', 900, + 'h', 996, + 'i', 947, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 898, + 'v', 938, + 'w', 952, + '{', 686, + '|', 831, + '}', 687, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(15); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 16: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 750, + '!', 835, '"', 28, - '#', 1233, - '$', 745, - '(', 630, - '+', 756, - '-', 753, - '.', 570, - '/', 79, - '0', 783, - ':', 94, - ';', 598, - '@', 148, - 'F', 799, - 'T', 797, - '[', 641, - '_', 1073, - 'c', 972, - 'f', 965, - 'h', 914, - 'l', 907, - 'r', 867, - 's', 838, - 't', 831, - 'v', 863, - 'w', 881, - '{', 601, - '|', 746, - '~', 752, + '#', 1170, + '$', 830, + '(', 714, + '+', 841, + '-', 838, + '.', 655, + '/', 125, + '0', 868, + ':', 149, + ';', 683, + '@', 211, + 'F', 877, + 'T', 874, + '[', 726, + '_', 1134, + 'c', 992, + 'f', 1033, + 'h', 996, + 'l', 987, + 'r', 942, + 's', 908, + 't', 898, + 'v', 938, + 'w', 957, + '{', 686, + '|', 831, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(16); - if (('A' <= lookahead && lookahead <= 'E') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 17: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 750, + '!', 835, '"', 28, - '#', 1233, - '$', 745, - '(', 630, - '+', 756, - '-', 753, - '.', 570, - '/', 79, - '0', 783, - ':', 94, - '@', 148, - 'F', 799, - 'T', 797, - '[', 641, - '_', 1073, - 'c', 972, - 'f', 965, - 'h', 914, - 'l', 907, - 'r', 867, - 's', 838, - 't', 830, - 'v', 863, - '{', 601, - '|', 746, - '~', 752, + '#', 1170, + '$', 830, + '(', 714, + '+', 841, + '-', 838, + '.', 655, + '/', 125, + '0', 868, + ':', 149, + '@', 211, + 'F', 877, + 'T', 874, + '[', 726, + '_', 1134, + 'c', 992, + 'f', 1033, + 'h', 996, + 'l', 987, + 'r', 942, + 's', 908, + 't', 897, + 'v', 938, + '{', 686, + '|', 831, + '~', 837, ); if (lookahead == '\t' || lookahead == ' ') SKIP(17); - if (('A' <= lookahead && lookahead <= 'E') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 18: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, '"', 28, - '#', 1233, - '.', 570, - '0', 783, - ':', 89, - '@', 148, - 'F', 800, - 'T', 798, - 'f', 59, + '#', 1170, + '.', 655, + '0', 868, + ':', 690, + '=', 747, + '@', 211, + 'F', 878, + 'T', 875, + '[', 141, ); if (lookahead == '\t' || lookahead == ' ') SKIP(18); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('A' <= lookahead && lookahead <= 'E') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(60); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 19: ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '#', 1233, - '(', 630, - ')', 631, - ':', 96, - '[', 641, - '}', 602, + '#', 1170, + '(', 714, + ')', 715, + ':', 149, + '[', 725, + '}', 687, ); if (lookahead == '\t' || lookahead == ' ') SKIP(19); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 20: - if (lookahead == '\n') ADVANCE(1235); - if (lookahead == '\r') ADVANCE(1); - if (lookahead == '#') ADVANCE(1233); - if (lookahead == ':') ADVANCE(605); - if (lookahead == '=') ADVANCE(662); - if (lookahead == 'o') ADVANCE(302); + ADVANCE_MAP( + '\n', 1172, + '\r', 1, + '#', 1170, + '(', 714, + ':', 149, + '=', 747, + '[', 725, + 'a', 1055, + 'b', 1099, + 'c', 1094, + 'd', 1097, + 'e', 1089, + 'f', 1070, + 'h', 1100, + 'i', 1083, + 'l', 1071, + 'o', 1105, + 'p', 1046, + 'r', 1058, + 's', 1065, + 't', 1047, + 'u', 1088, + 'v', 1064, + ); if (lookahead == '\t' || lookahead == ' ') SKIP(20); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 21: - ADVANCE_MAP( - '\n', 1235, - '\r', 1, - '#', 1233, - ':', 96, - 'a', 994, - 'b', 1038, - 'c', 1033, - 'd', 1036, - 'e', 1028, - 'f', 1009, - 'h', 1039, - 'i', 1022, - 'l', 1010, - 'o', 1044, - 'p', 985, - 'r', 997, - 's', 1004, - 't', 986, - 'u', 1027, - 'v', 1003, - ); + if (lookahead == '\n') ADVANCE(1172); + if (lookahead == '\r') ADVANCE(1); + if (lookahead == '#') ADVANCE(1170); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'c') ADVANCE(1096); if (lookahead == '\t' || lookahead == ' ') SKIP(21); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 22: - if (lookahead == '\n') ADVANCE(1235); + if (lookahead == '\n') ADVANCE(1172); if (lookahead == '\r') ADVANCE(1); - if (lookahead == '#') ADVANCE(1233); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'c') ADVANCE(1035); + if (lookahead == '#') ADVANCE(1170); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'e') ADVANCE(1089); + if (lookahead == 'r') ADVANCE(1058); if (lookahead == '\t' || lookahead == ' ') SKIP(22); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 23: - if (lookahead == '\n') ADVANCE(1235); + if (lookahead == '\n') ADVANCE(1172); if (lookahead == '\r') ADVANCE(1); - if (lookahead == '#') ADVANCE(1233); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'e') ADVANCE(1028); - if (lookahead == 'r') ADVANCE(997); + if (lookahead == '#') ADVANCE(1170); + if (lookahead == '=') ADVANCE(747); + if (lookahead == 'o') ADVANCE(381); if (lookahead == '\t' || lookahead == ' ') SKIP(23); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); END_STATE(); case 24: - if (lookahead == '\n') ADVANCE(1235); + if (lookahead == '\n') ADVANCE(1172); if (lookahead == '\r') ADVANCE(1); - if (lookahead == '#') ADVANCE(1233); + if (lookahead == '#') ADVANCE(1170); if (lookahead == '\t' || lookahead == ' ') SKIP(24); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(816); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 25: - if (lookahead == '\n') ADVANCE(1235); + if (lookahead == '\n') ADVANCE(1172); if (lookahead == '\r') ADVANCE(1); - if (lookahead == '#') ADVANCE(1086); + if (lookahead == '#') ADVANCE(1136); if (lookahead == '\t' || lookahead == ' ') SKIP(25); - if (lookahead != 0) ADVANCE(1091); + if (lookahead != 0) ADVANCE(1141); END_STATE(); case 26: - if (lookahead == '"') ADVANCE(1228); - if (lookahead == '\\') ADVANCE(555); + if (lookahead == '"') ADVANCE(1165); + if (lookahead == '\\') ADVANCE(640); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(26); if (lookahead != 0 && lookahead != '\n' && lookahead != '\r') ADVANCE(28); END_STATE(); case 27: - if (lookahead == '"') ADVANCE(1228); - if (lookahead == '\\') ADVANCE(555); + if (lookahead == '"') ADVANCE(1165); + if (lookahead == '\\') ADVANCE(640); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(27); @@ -5432,7866 +5412,7120 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '\r') ADVANCE(28); END_STATE(); case 28: - if (lookahead == '"') ADVANCE(1228); - if (lookahead == '\\') ADVANCE(555); + if (lookahead == '"') ADVANCE(1165); + if (lookahead == '\\') ADVANCE(640); if (lookahead != 0 && lookahead != '\n' && lookahead != '\r') ADVANCE(28); END_STATE(); case 29: - if (lookahead == '%') ADVANCE(585); + if (lookahead == '%') ADVANCE(670); END_STATE(); case 30: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(1104); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(144); + if (lookahead == '%') ADVANCE(670); + if (lookahead == '.') ADVANCE(132); + if (lookahead == '5') ADVANCE(31); + if (lookahead == ':') ADVANCE(57); + if (lookahead == ']') ADVANCE(1146); + if (('6' <= lookahead && lookahead <= '9')) ADVANCE(36); + if (('0' <= lookahead && lookahead <= '4')) ADVANCE(33); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(51); END_STATE(); case 31: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(51); + if (lookahead == '%') ADVANCE(670); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(57); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(35); + if (('6' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(50); END_STATE(); case 32: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(51); + if (lookahead == '%') ADVANCE(670); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(57); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(36); if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(825); - if (('G' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(51); END_STATE(); case 33: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(51); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(31); + if (lookahead == '%') ADVANCE(670); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(57); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(35); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(50); END_STATE(); case 34: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(51); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1109); + if (lookahead == '%') ADVANCE(670); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(57); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(33); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(51); END_STATE(); case 35: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(51); + if (lookahead == '%') ADVANCE(670); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(57); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(33); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(49); END_STATE(); case 36: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(51); + if (lookahead == '%') ADVANCE(670); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(57); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(35); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(50); END_STATE(); case 37: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(51); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(36); + if (lookahead == '%') ADVANCE(670); + if (lookahead == '1') ADVANCE(34); + if (lookahead == '2') ADVANCE(30); + if (lookahead == ':') ADVANCE(58); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(32); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(52); END_STATE(); case 38: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(584); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(37); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(50); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(204); END_STATE(); case 39: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(1105); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(144); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(71); END_STATE(); case 40: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(32); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(71); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1117); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(39); END_STATE(); case 41: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(37); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(71); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(48); END_STATE(); case 42: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(37); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(71); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(41); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(40); END_STATE(); case 43: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(37); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(71); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(42); END_STATE(); case 44: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(37); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(71); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(43); END_STATE(); case 45: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(37); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1117); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(69); + if (lookahead == ']') ADVANCE(1146); END_STATE(); case 46: - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(37); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(69); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(44); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(45); END_STATE(); case 47: - if (lookahead == '%') ADVANCE(585); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(69); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(29); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(46); END_STATE(); case 48: - if (lookahead == '%') ADVANCE(585); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(69); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(47); END_STATE(); case 49: - if (lookahead == '%') ADVANCE(585); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1121); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(57); + if (lookahead == ']') ADVANCE(1146); END_STATE(); case 50: - if (lookahead == '%') ADVANCE(585); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(57); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(48); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(49); END_STATE(); case 51: - if (lookahead == '%') ADVANCE(585); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(57); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(50); END_STATE(); case 52: - if (lookahead == '+') ADVANCE(571); - if (lookahead == '-') ADVANCE(64); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(90); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1209); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(61); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(57); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(51); END_STATE(); case 53: - if (lookahead == '+') ADVANCE(571); - if (lookahead == '-') ADVANCE(64); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(90); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1210); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(63); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(44); END_STATE(); case 54: - if (lookahead == '+') ADVANCE(571); - if (lookahead == '-') ADVANCE(64); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(90); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1212); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(66); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(44); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(53); END_STATE(); case 55: - if (lookahead == '+') ADVANCE(571); - if (lookahead == '-') ADVANCE(64); - if (lookahead == '.') ADVANCE(574); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1212); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(66); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(44); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(54); END_STATE(); case 56: - if (lookahead == '.') ADVANCE(574); - if (lookahead == '0') ADVANCE(58); - if (lookahead == ':') ADVANCE(90); - if (('1' <= lookahead && lookahead <= '9') || + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(44); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(63); - if (lookahead == '-' || - ('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(55); END_STATE(); case 57: - if (lookahead == '.') ADVANCE(574); - if (lookahead == '8') ADVANCE(56); - if (lookahead == ':') ADVANCE(90); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(44); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(61); - if (lookahead == '-' || - ('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(62); END_STATE(); case 58: - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(30); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(66); - END_STATE(); - case 59: - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'e') ADVANCE(57); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(44); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(62); - if (lookahead == '-' || - ('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(56); + END_STATE(); + case 59: + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(41); + if (lookahead == ']') ADVANCE(1146); END_STATE(); case 60: - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(90); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(41); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(62); - if (lookahead == '-' || - ('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(59); END_STATE(); case 61: - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(90); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(41); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(63); - if (lookahead == '-' || - ('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(60); END_STATE(); case 62: - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(90); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(41); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(61); - if (lookahead == '-' || - ('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); END_STATE(); case 63: - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(90); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(66); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); END_STATE(); case 64: - if (lookahead == '.') ADVANCE(574); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1212); - if (lookahead == '-' || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(66); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(63); END_STATE(); case 65: - if (lookahead == '.') ADVANCE(574); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1221); - if (lookahead == '-' || - ('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(64); END_STATE(); case 66: - if (lookahead == '.') ADVANCE(574); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(66); + if (lookahead == '%') ADVANCE(670); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(65); END_STATE(); case 67: - if (lookahead == '.') ADVANCE(84); + if (lookahead == '%') ADVANCE(670); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(29); END_STATE(); case 68: - if (lookahead == '.') ADVANCE(84); - if (lookahead == '5') ADVANCE(69); - if (('6' <= lookahead && lookahead <= '9')) ADVANCE(67); - if (('0' <= lookahead && lookahead <= '4')) ADVANCE(70); + if (lookahead == '%') ADVANCE(670); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(67); END_STATE(); case 69: - if (lookahead == '.') ADVANCE(84); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(67); + if (lookahead == '%') ADVANCE(670); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(66); END_STATE(); case 70: - if (lookahead == '.') ADVANCE(84); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(67); + if (lookahead == '%') ADVANCE(670); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(68); END_STATE(); case 71: - if (lookahead == '.') ADVANCE(84); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(70); + if (lookahead == '%') ADVANCE(670); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(70); END_STATE(); case 72: - if (lookahead == '.') ADVANCE(575); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(72); - if (lookahead == '-' || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(66); + if (lookahead == '+') ADVANCE(656); + if (lookahead == '-') ADVANCE(110); + if (lookahead == '.') ADVANCE(659); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1150); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 73: - if (lookahead == '.') ADVANCE(573); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(73); + if (lookahead == '.') ADVANCE(132); + if (lookahead == '0') ADVANCE(74); + if (lookahead == ':') ADVANCE(137); + if (lookahead == ']') ADVANCE(1146); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(108); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(207); END_STATE(); case 74: - if (lookahead == '.') ADVANCE(86); + if (lookahead == '.') ADVANCE(132); + if (lookahead == '0') ADVANCE(129); + if (lookahead == ':') ADVANCE(137); + if (lookahead == ']') ADVANCE(1146); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(209); END_STATE(); case 75: - if (lookahead == '.') ADVANCE(86); - if (lookahead == '5') ADVANCE(76); - if (('6' <= lookahead && lookahead <= '9')) ADVANCE(74); - if (('0' <= lookahead && lookahead <= '4')) ADVANCE(77); + if (lookahead == '.') ADVANCE(132); + if (lookahead == '5') ADVANCE(80); + if (lookahead == ':') ADVANCE(668); + if (lookahead == ']') ADVANCE(1146); + if (('6' <= lookahead && lookahead <= '9')) ADVANCE(85); + if (('0' <= lookahead && lookahead <= '4')) ADVANCE(82); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(155); END_STATE(); case 76: - if (lookahead == '.') ADVANCE(86); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(74); + if (lookahead == '.') ADVANCE(132); + if (lookahead == '5') ADVANCE(86); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); + if (('6' <= lookahead && lookahead <= '9')) ADVANCE(90); + if (('0' <= lookahead && lookahead <= '4')) ADVANCE(87); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(180); END_STATE(); case 77: - if (lookahead == '.') ADVANCE(86); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(74); + if (lookahead == '.') ADVANCE(132); + if (lookahead == '5') ADVANCE(92); + if (lookahead == ':') ADVANCE(664); + if (lookahead == ']') ADVANCE(1146); + if (('6' <= lookahead && lookahead <= '9')) ADVANCE(96); + if (('0' <= lookahead && lookahead <= '4')) ADVANCE(93); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(189); END_STATE(); case 78: - if (lookahead == '.') ADVANCE(86); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(77); + if (lookahead == '.') ADVANCE(132); + if (lookahead == '5') ADVANCE(98); + if (lookahead == ':') ADVANCE(666); + if (lookahead == ']') ADVANCE(1146); + if (('6' <= lookahead && lookahead <= '9')) ADVANCE(102); + if (('0' <= lookahead && lookahead <= '4')) ADVANCE(99); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(198); END_STATE(); case 79: - if (lookahead == '/') ADVANCE(1095); - if (lookahead == '\\') ADVANCE(80); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(79); + if (lookahead == '.') ADVANCE(132); + if (lookahead == '5') ADVANCE(104); + if (lookahead == ':') ADVANCE(667); + if (lookahead == ']') ADVANCE(1146); + if (('6' <= lookahead && lookahead <= '9')) ADVANCE(108); + if (('0' <= lookahead && lookahead <= '4')) ADVANCE(105); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(207); END_STATE(); case 80: - if (lookahead == '/') ADVANCE(1093); - if (lookahead == '\\') ADVANCE(80); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(79); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(668); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(84); + if (('6' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(154); END_STATE(); case 81: - if (lookahead == '0') ADVANCE(1122); - if (lookahead == '1') ADVANCE(1155); - if (lookahead == '2') ADVANCE(1128); - if (lookahead == ':') ADVANCE(584); - if (('3' <= lookahead && lookahead <= '9')) ADVANCE(1156); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(668); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(85); if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1195); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(155); END_STATE(); case 82: - if (lookahead == '0') ADVANCE(1122); - if (lookahead == '1') ADVANCE(1155); - if (lookahead == '2') ADVANCE(1128); - if (('3' <= lookahead && lookahead <= '9')) ADVANCE(1156); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(668); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(84); if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1195); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(154); END_STATE(); case 83: - if (lookahead == '0') ADVANCE(91); - if (lookahead == ':') ADVANCE(90); - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(99); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(668); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(82); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(155); END_STATE(); case 84: - if (lookahead == '1') ADVANCE(1199); - if (lookahead == '2') ADVANCE(1167); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1198); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(668); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(150); END_STATE(); case 85: - if (lookahead == '1') ADVANCE(78); - if (lookahead == '2') ADVANCE(75); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(77); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(668); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(154); END_STATE(); case 86: - if (lookahead == '1') ADVANCE(71); - if (lookahead == '2') ADVANCE(68); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(70); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(91); + if (('6' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(182); END_STATE(); case 87: - if (lookahead == '1') ADVANCE(1149); - if (lookahead == '2') ADVANCE(1127); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1150); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(91); if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1191); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(182); END_STATE(); case 88: - if (lookahead == '8') ADVANCE(83); - if (lookahead == ':') ADVANCE(90); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(116); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(87); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(180); END_STATE(); case 89: - if (lookahead == ':') ADVANCE(1160); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(90); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(180); END_STATE(); case 90: - if (lookahead == ':') ADVANCE(1165); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(144); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(182); END_STATE(); case 91: - if (lookahead == ':') ADVANCE(30); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(179); END_STATE(); case 92: - if (lookahead == ':') ADVANCE(1096); - if (('0' <= lookahead && lookahead <= '9') || + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(664); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(97); + if (('6' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1202); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(191); END_STATE(); case 93: - if (lookahead == ':') ADVANCE(1203); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(127); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(664); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(97); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(191); END_STATE(); case 94: - if (lookahead == ':') ADVANCE(1161); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(664); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(93); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(189); END_STATE(); case 95: - if (lookahead == ':') ADVANCE(1166); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(144); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(664); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(96); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(189); END_STATE(); case 96: - if (lookahead == ':') ADVANCE(584); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(664); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(191); END_STATE(); case 97: - if (lookahead == ':') ADVANCE(584); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(664); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1191); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(188); END_STATE(); case 98: - if (lookahead == ':') ADVANCE(584); - if (('0' <= lookahead && lookahead <= '9') || + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(666); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(103); + if (('6' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1195); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(200); END_STATE(); case 99: - if (lookahead == ':') ADVANCE(90); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(666); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(103); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(200); END_STATE(); case 100: - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'a') ADVANCE(110); - if (lookahead == 'o') ADVANCE(417); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('b' <= lookahead && lookahead <= 'f')) ADVANCE(117); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(666); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(99); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(198); END_STATE(); case 101: - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'a') ADVANCE(112); - if (lookahead == 'e') ADVANCE(106); - if (lookahead == 'o') ADVANCE(550); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('b' <= lookahead && lookahead <= 'f')) ADVANCE(117); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(666); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(102); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(198); END_STATE(); case 102: - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'a') ADVANCE(108); - if (lookahead == 'e') ADVANCE(88); - if (lookahead == 'i') ADVANCE(367); - if (lookahead == 'o') ADVANCE(462); - if (lookahead == 'u') ADVANCE(415); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(666); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('b' <= lookahead && lookahead <= 'f')) ADVANCE(117); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(200); END_STATE(); case 103: - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'a') ADVANCE(111); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(666); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('b' <= lookahead && lookahead <= 'f')) ADVANCE(99); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(197); END_STATE(); case 104: - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'd') ADVANCE(105); - if (lookahead == 'n') ADVANCE(563); - if (lookahead == 's') ADVANCE(673); - if (('0' <= lookahead && lookahead <= '9') || + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(667); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(109); + if (('6' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(209); END_STATE(); case 105: - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'd') ADVANCE(654); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(116); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(667); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(109); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(209); END_STATE(); case 106: - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'f') ADVANCE(103); - if (lookahead == 'l') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(116); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(667); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(105); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(207); END_STATE(); case 107: - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'l') ADVANCE(500); - if (lookahead == 'n') ADVANCE(535); - if (lookahead == 'v') ADVANCE(287); - if (lookahead == 'x') ADVANCE(450); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(667); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(108); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(207); END_STATE(); case 108: - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'l') ADVANCE(366); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(667); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(116); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(209); END_STATE(); case 109: - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'o') ADVANCE(423); - if (lookahead == 'r') ADVANCE(263); + if (lookahead == '.') ADVANCE(132); + if (lookahead == ':') ADVANCE(667); + if (lookahead == ']') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(206); END_STATE(); case 110: - if (lookahead == ':') ADVANCE(90); - if (lookahead == 's') ADVANCE(243); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(116); + if (lookahead == '.') ADVANCE(659); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1150); + if (lookahead == '-' || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 111: - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'u') ADVANCE(368); - END_STATE(); - case 112: - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'y') ADVANCE(1224); + if (lookahead == '.') ADVANCE(659); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(116); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1158); + if (lookahead == '-' || + ('G' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(112); + END_STATE(); + case 112: + if (lookahead == '.') ADVANCE(659); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 113: - if (lookahead == ':') ADVANCE(90); - if (lookahead == '+' || - lookahead == '-') ADVANCE(571); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1216); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(116); + if (lookahead == '.') ADVANCE(131); END_STATE(); case 114: - if (lookahead == ':') ADVANCE(90); - if (lookahead == '+' || - lookahead == '-') ADVANCE(571); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1220); + if (lookahead == '.') ADVANCE(131); + if (lookahead == '5') ADVANCE(115); + if (('6' <= lookahead && lookahead <= '9')) ADVANCE(113); + if (('0' <= lookahead && lookahead <= '4')) ADVANCE(116); END_STATE(); case 115: - if (lookahead == ':') ADVANCE(90); - if (lookahead == '+' || - lookahead == '-') ADVANCE(571); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1215); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(99); + if (lookahead == '.') ADVANCE(131); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(113); END_STATE(); case 116: - if (lookahead == ':') ADVANCE(90); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(99); + if (lookahead == '.') ADVANCE(131); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(113); END_STATE(); case 117: - if (lookahead == ':') ADVANCE(90); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(116); + if (lookahead == '.') ADVANCE(131); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(116); END_STATE(); case 118: - if (lookahead == ':') ADVANCE(90); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); + if (lookahead == '.') ADVANCE(660); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(118); + if (lookahead == '-' || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 119: - if (lookahead == ':') ADVANCE(1204); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(131); + if (lookahead == '.') ADVANCE(658); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119); END_STATE(); case 120: - if (lookahead == ':') ADVANCE(93); + if (lookahead == '.') ADVANCE(133); END_STATE(); case 121: - if (lookahead == ':') ADVANCE(93); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(122); + if (lookahead == '.') ADVANCE(133); + if (lookahead == '5') ADVANCE(122); + if (('6' <= lookahead && lookahead <= '9')) ADVANCE(120); + if (('0' <= lookahead && lookahead <= '4')) ADVANCE(123); END_STATE(); case 122: - if (lookahead == ':') ADVANCE(93); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(120); + if (lookahead == '.') ADVANCE(133); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(120); END_STATE(); case 123: - if (lookahead == ':') ADVANCE(93); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(121); + if (lookahead == '.') ADVANCE(133); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); case 124: - if (lookahead == ':') ADVANCE(119); + if (lookahead == '.') ADVANCE(133); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(123); END_STATE(); case 125: - if (lookahead == ':') ADVANCE(119); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(126); + if (lookahead == '/') ADVANCE(1145); + if (lookahead == '\\') ADVANCE(126); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(125); END_STATE(); case 126: - if (lookahead == ':') ADVANCE(119); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(124); + if (lookahead == '/') ADVANCE(1143); + if (lookahead == '\\') ADVANCE(126); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(125); END_STATE(); case 127: - if (lookahead == ':') ADVANCE(119); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(125); + if (lookahead == '0') ADVANCE(73); + if (lookahead == '1') ADVANCE(106); + if (lookahead == '2') ADVANCE(79); + if (('3' <= lookahead && lookahead <= '9')) ADVANCE(107); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(208); END_STATE(); case 128: - if (lookahead == ':') ADVANCE(92); + if (lookahead == '0') ADVANCE(144); + if (lookahead == ':') ADVANCE(143); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(157); END_STATE(); case 129: - if (lookahead == ':') ADVANCE(92); - if (('0' <= lookahead && lookahead <= '9') || + if (lookahead == '0') ADVANCE(146); + if (lookahead == ':') ADVANCE(137); + if (lookahead == ']') ADVANCE(1146); + if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(130); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(206); END_STATE(); case 130: - if (lookahead == ':') ADVANCE(92); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(128); + if (lookahead == '1') ADVANCE(83); + if (lookahead == '2') ADVANCE(75); + if (lookahead == ']') ADVANCE(1146); + if (lookahead == 'f') ADVANCE(153); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(81); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'e')) ADVANCE(156); END_STATE(); case 131: - if (lookahead == ':') ADVANCE(92); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(129); + if (lookahead == '1') ADVANCE(224); + if (lookahead == '2') ADVANCE(139); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(223); END_STATE(); case 132: - if (lookahead == ':') ADVANCE(136); + if (lookahead == '1') ADVANCE(124); + if (lookahead == '2') ADVANCE(121); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(123); END_STATE(); case 133: - if (lookahead == ':') ADVANCE(136); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(135); + if (lookahead == '1') ADVANCE(117); + if (lookahead == '2') ADVANCE(114); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(116); END_STATE(); case 134: - if (lookahead == ':') ADVANCE(136); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(133); + if (lookahead == '1') ADVANCE(88); + if (lookahead == '2') ADVANCE(76); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(89); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(181); END_STATE(); case 135: - if (lookahead == ':') ADVANCE(136); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(132); + if (lookahead == '1') ADVANCE(94); + if (lookahead == '2') ADVANCE(77); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(95); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(190); END_STATE(); case 136: - if (lookahead == ':') ADVANCE(1162); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(123); + if (lookahead == '1') ADVANCE(100); + if (lookahead == '2') ADVANCE(78); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(101); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(199); END_STATE(); case 137: - if (lookahead == ':') ADVANCE(141); + if (lookahead == '1') ADVANCE(100); + if (lookahead == '2') ADVANCE(78); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(101); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(199); END_STATE(); case 138: - if (lookahead == ':') ADVANCE(141); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(140); + if (lookahead == '1') ADVANCE(106); + if (lookahead == '2') ADVANCE(79); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(107); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(208); END_STATE(); case 139: - if (lookahead == ':') ADVANCE(141); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(138); + if (lookahead == '5') ADVANCE(222); + if (lookahead == ']') ADVANCE(1146); + if (('6' <= lookahead && lookahead <= '9')) ADVANCE(221); + if (('0' <= lookahead && lookahead <= '4')) ADVANCE(223); END_STATE(); case 140: - if (lookahead == ':') ADVANCE(141); + if (lookahead == '8') ADVANCE(128); + if (lookahead == ':') ADVANCE(143); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(137); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(159); END_STATE(); case 141: - if (lookahead == ':') ADVANCE(1163); + if (lookahead == ':') ADVANCE(142); + if (lookahead == 'f') ADVANCE(158); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(134); + ('a' <= lookahead && lookahead <= 'e')) ADVANCE(161); END_STATE(); case 142: - if (lookahead == ':') ADVANCE(146); + if (lookahead == ':') ADVANCE(130); END_STATE(); case 143: - if (lookahead == ':') ADVANCE(146); + if (lookahead == ':') ADVANCE(138); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(145); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(204); END_STATE(); case 144: - if (lookahead == ':') ADVANCE(146); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(143); + if (lookahead == ':') ADVANCE(38); END_STATE(); case 145: - if (lookahead == ':') ADVANCE(146); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(142); + if (lookahead == ':') ADVANCE(127); + if (lookahead == ']') ADVANCE(1146); END_STATE(); case 146: - if (lookahead == ':') ADVANCE(1164); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(139); + if (lookahead == ':') ADVANCE(137); + if (lookahead == ']') ADVANCE(1146); END_STATE(); case 147: - if (lookahead == 'A') ADVANCE(155); + if (lookahead == ':') ADVANCE(221); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(227); END_STATE(); case 148: - if (lookahead == 'D') ADVANCE(152); - if (lookahead == 'F') ADVANCE(153); + if (lookahead == ':') ADVANCE(228); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(174); END_STATE(); case 149: - ADVANCE_MAP( - 'D', 152, - 'F', 153, - 'd', 266, - 'e', 377, - 'i', 305, - 'l', 420, - 'p', 465, - 'u', 414, - ); + if (lookahead == ':') ADVANCE(669); END_STATE(); case 150: - if (lookahead == 'E') ADVANCE(156); + if (lookahead == ':') ADVANCE(668); + if (lookahead == ']') ADVANCE(1146); END_STATE(); case 151: - if (lookahead == 'E') ADVANCE(818); + if (lookahead == ':') ADVANCE(668); + if (lookahead == ']') ADVANCE(1146); + if (lookahead == 'f') ADVANCE(152); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'e')) ADVANCE(154); END_STATE(); case 152: - if (lookahead == 'I') ADVANCE(157); + if (lookahead == ':') ADVANCE(668); + if (lookahead == ']') ADVANCE(1146); + if (lookahead == 'f') ADVANCE(145); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'e')) ADVANCE(150); END_STATE(); case 153: - if (lookahead == 'I') ADVANCE(154); + if (lookahead == ':') ADVANCE(668); + if (lookahead == ']') ADVANCE(1146); + if (lookahead == 'f') ADVANCE(151); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'e')) ADVANCE(155); END_STATE(); case 154: - if (lookahead == 'L') ADVANCE(150); + if (lookahead == ':') ADVANCE(668); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(150); END_STATE(); case 155: - if (lookahead == 'M') ADVANCE(151); + if (lookahead == ':') ADVANCE(668); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(154); END_STATE(); case 156: - if (lookahead == 'N') ADVANCE(147); + if (lookahead == ':') ADVANCE(668); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(155); END_STATE(); case 157: - if (lookahead == 'R') ADVANCE(817); + if (lookahead == ':') ADVANCE(143); END_STATE(); case 158: - if (lookahead == '_') ADVANCE(182); + if (lookahead == ':') ADVANCE(143); + if (lookahead == 'e') ADVANCE(140); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(160); END_STATE(); case 159: - if (lookahead == '_') ADVANCE(189); + if (lookahead == ':') ADVANCE(143); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(157); END_STATE(); case 160: - if (lookahead == '_') ADVANCE(313); + if (lookahead == ':') ADVANCE(143); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(159); END_STATE(); case 161: - if (lookahead == '_') ADVANCE(209); + if (lookahead == ':') ADVANCE(143); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(160); END_STATE(); case 162: - if (lookahead == '_') ADVANCE(214); + if (lookahead == ':') ADVANCE(229); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(178); END_STATE(); case 163: - if (lookahead == '_') ADVANCE(430); + if (lookahead == ':') ADVANCE(665); + if (lookahead == ']') ADVANCE(1146); END_STATE(); case 164: - if (lookahead == '_') ADVANCE(532); + if (lookahead == ':') ADVANCE(665); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(165); END_STATE(); case 165: - if (lookahead == '_') ADVANCE(265); + if (lookahead == ':') ADVANCE(665); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(163); END_STATE(); case 166: - if (lookahead == '_') ADVANCE(215); + if (lookahead == ':') ADVANCE(665); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(164); END_STATE(); case 167: - if (lookahead == '_') ADVANCE(330); + if (lookahead == ':') ADVANCE(148); END_STATE(); case 168: - if (lookahead == '_') ADVANCE(314); + if (lookahead == ':') ADVANCE(148); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(167); END_STATE(); case 169: - if (lookahead == '_') ADVANCE(315); + if (lookahead == ':') ADVANCE(148); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(168); END_STATE(); case 170: - if (lookahead == '_') ADVANCE(295); + if (lookahead == ':') ADVANCE(148); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(169); END_STATE(); case 171: - if (lookahead == '_') ADVANCE(297); + if (lookahead == ':') ADVANCE(162); END_STATE(); case 172: - ADVANCE_MAP( - 'a', 228, - 'b', 179, - 'c', 470, - 'd', 242, - 'e', 484, - 'g', 468, - 'i', 490, - 'l', 419, - 'o', 399, - 'p', 486, - 'r', 174, - 't', 567, - 'w', 485, - ); + if (lookahead == ':') ADVANCE(162); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(173); END_STATE(); case 173: - if (lookahead == 'a') ADVANCE(518); - if (lookahead == 'o') ADVANCE(445); - if (lookahead == 'r') ADVANCE(351); - if (lookahead == 'u') ADVANCE(494); + if (lookahead == ':') ADVANCE(162); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(171); END_STATE(); case 174: - if (lookahead == 'a') ADVANCE(552); - if (lookahead == 'e') ADVANCE(192); + if (lookahead == ':') ADVANCE(162); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(172); END_STATE(); case 175: - if (lookahead == 'a') ADVANCE(460); - if (lookahead == 't') ADVANCE(344); + if (lookahead == ':') ADVANCE(147); END_STATE(); case 176: - if (lookahead == 'a') ADVANCE(813); + if (lookahead == ':') ADVANCE(147); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(177); END_STATE(); case 177: - if (lookahead == 'a') ADVANCE(197); - if (lookahead == 'i') ADVANCE(386); - if (lookahead == 'y') ADVANCE(452); + if (lookahead == ':') ADVANCE(147); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(175); END_STATE(); case 178: - if (lookahead == 'a') ADVANCE(318); - if (lookahead == 'e') ADVANCE(312); + if (lookahead == ':') ADVANCE(147); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(176); END_STATE(); case 179: - if (lookahead == 'a') ADVANCE(206); - if (lookahead == 'r') ADVANCE(440); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); END_STATE(); case 180: - if (lookahead == 'a') ADVANCE(356); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(182); END_STATE(); case 181: - if (lookahead == 'a') ADVANCE(361); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(180); END_STATE(); case 182: - if (lookahead == 'a') ADVANCE(496); - if (lookahead == 'u') ADVANCE(502); + if (lookahead == ':') ADVANCE(663); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(179); END_STATE(); case 183: - if (lookahead == 'a') ADVANCE(562); + if (lookahead == ':') ADVANCE(187); END_STATE(); case 184: - if (lookahead == 'a') ADVANCE(362); + if (lookahead == ':') ADVANCE(187); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(183); END_STATE(); case 185: - if (lookahead == 'a') ADVANCE(219); + if (lookahead == ':') ADVANCE(187); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(184); END_STATE(); case 186: - if (lookahead == 'a') ADVANCE(546); + if (lookahead == ':') ADVANCE(187); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(185); END_STATE(); case 187: - if (lookahead == 'a') ADVANCE(363); + if (lookahead == ':') ADVANCE(134); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(170); END_STATE(); case 188: - if (lookahead == 'a') ADVANCE(221); + if (lookahead == ':') ADVANCE(664); + if (lookahead == ']') ADVANCE(1146); END_STATE(); case 189: - if (lookahead == 'a') ADVANCE(380); - if (lookahead == 's') ADVANCE(522); + if (lookahead == ':') ADVANCE(664); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(191); END_STATE(); case 190: - if (lookahead == 'a') ADVANCE(402); + if (lookahead == ':') ADVANCE(664); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(189); END_STATE(); case 191: - if (lookahead == 'a') ADVANCE(409); + if (lookahead == ':') ADVANCE(664); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(188); END_STATE(); case 192: - if (lookahead == 'a') ADVANCE(234); - if (lookahead == 'd') ADVANCE(269); + if (lookahead == ':') ADVANCE(196); END_STATE(); case 193: - if (lookahead == 'a') ADVANCE(527); + if (lookahead == ':') ADVANCE(196); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(192); END_STATE(); case 194: - if (lookahead == 'a') ADVANCE(528); + if (lookahead == ':') ADVANCE(196); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(193); END_STATE(); case 195: - if (lookahead == 'a') ADVANCE(533); + if (lookahead == ':') ADVANCE(196); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(194); END_STATE(); case 196: - if (lookahead == 'b') ADVANCE(412); + if (lookahead == ':') ADVANCE(135); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(186); END_STATE(); case 197: - if (lookahead == 'b') ADVANCE(371); + if (lookahead == ':') ADVANCE(666); + if (lookahead == ']') ADVANCE(1146); END_STATE(); case 198: - if (lookahead == 'b') ADVANCE(184); + if (lookahead == ':') ADVANCE(666); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(200); END_STATE(); case 199: - if (lookahead == 'b') ADVANCE(373); + if (lookahead == ':') ADVANCE(666); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(198); END_STATE(); case 200: - if (lookahead == 'c') ADVANCE(1224); + if (lookahead == ':') ADVANCE(666); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(197); END_STATE(); case 201: - if (lookahead == 'c') ADVANCE(1224); - if (lookahead == 't') ADVANCE(698); + if (lookahead == ':') ADVANCE(205); END_STATE(); case 202: - if (lookahead == 'c') ADVANCE(732); + if (lookahead == ':') ADVANCE(205); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(201); END_STATE(); case 203: - if (lookahead == 'c') ADVANCE(737); + if (lookahead == ':') ADVANCE(205); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(202); END_STATE(); case 204: - if (lookahead == 'c') ADVANCE(738); + if (lookahead == ':') ADVANCE(205); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(203); END_STATE(); case 205: - if (lookahead == 'c') ADVANCE(329); - if (lookahead == 'e') ADVANCE(201); - if (lookahead == 't') ADVANCE(483); - if (lookahead == 'u') ADVANCE(196); - if (lookahead == 'w') ADVANCE(341); + if (lookahead == ':') ADVANCE(136); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(195); END_STATE(); case 206: - if (lookahead == 'c') ADVANCE(358); + if (lookahead == ':') ADVANCE(667); + if (lookahead == ']') ADVANCE(1146); END_STATE(); case 207: - if (lookahead == 'c') ADVANCE(383); + if (lookahead == ':') ADVANCE(667); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(209); END_STATE(); case 208: - if (lookahead == 'c') ADVANCE(181); + if (lookahead == ':') ADVANCE(667); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(207); END_STATE(); case 209: - if (lookahead == 'c') ADVANCE(328); + if (lookahead == ':') ADVANCE(667); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(206); END_STATE(); case 210: - if (lookahead == 'c') ADVANCE(446); + if (lookahead == 'A') ADVANCE(218); END_STATE(); case 211: - if (lookahead == 'c') ADVANCE(326); + if (lookahead == 'D') ADVANCE(215); + if (lookahead == 'F') ADVANCE(216); END_STATE(); case 212: - if (lookahead == 'c') ADVANCE(521); + ADVANCE_MAP( + 'D', 215, + 'F', 216, + 'd', 345, + 'e', 463, + 'i', 384, + 'l', 502, + 'p', 548, + 'u', 496, + ); END_STATE(); case 213: - if (lookahead == 'c') ADVANCE(429); - if (lookahead == 'd') ADVANCE(264); - if (lookahead == 't') ADVANCE(540); + if (lookahead == 'E') ADVANCE(219); END_STATE(); case 214: - if (lookahead == 'c') ADVANCE(428); + if (lookahead == 'E') ADVANCE(895); END_STATE(); case 215: - if (lookahead == 'c') ADVANCE(441); + if (lookahead == 'I') ADVANCE(220); END_STATE(); case 216: - if (lookahead == 'c') ADVANCE(531); + if (lookahead == 'I') ADVANCE(217); END_STATE(); case 217: - if (lookahead == 'c') ADVANCE(193); + if (lookahead == 'L') ADVANCE(213); END_STATE(); case 218: - if (lookahead == 'c') ADVANCE(194); + if (lookahead == 'M') ADVANCE(214); END_STATE(); case 219: - if (lookahead == 'd') ADVANCE(803); + if (lookahead == 'N') ADVANCE(210); END_STATE(); case 220: - if (lookahead == 'd') ADVANCE(617); + if (lookahead == 'R') ADVANCE(894); END_STATE(); case 221: - if (lookahead == 'd') ADVANCE(806); + if (lookahead == ']') ADVANCE(1146); END_STATE(); case 222: - if (lookahead == 'd') ADVANCE(733); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(221); END_STATE(); case 223: - if (lookahead == 'd') ADVANCE(726); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(221); END_STATE(); case 224: - if (lookahead == 'd') ADVANCE(729); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(223); END_STATE(); case 225: - if (lookahead == 'd') ADVANCE(722); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(221); END_STATE(); case 226: - if (lookahead == 'd') ADVANCE(802); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(225); END_STATE(); case 227: - if (lookahead == 'd') ADVANCE(725); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(226); END_STATE(); case 228: - if (lookahead == 'd') ADVANCE(230); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(166); END_STATE(); case 229: - if (lookahead == 'd') ADVANCE(548); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(227); END_STATE(); case 230: - if (lookahead == 'd') ADVANCE(160); + if (lookahead == ']') ADVANCE(1146); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(230); END_STATE(); case 231: - if (lookahead == 'd') ADVANCE(266); - if (lookahead == 'e') ADVANCE(377); - if (lookahead == 'i') ADVANCE(305); - if (lookahead == 'l') ADVANCE(420); - if (lookahead == 'p') ADVANCE(465); - if (lookahead == 'u') ADVANCE(414); + if (lookahead == '_') ADVANCE(258); END_STATE(); case 232: - if (lookahead == 'd') ADVANCE(446); - if (lookahead == 'n') ADVANCE(357); + if (lookahead == '_') ADVANCE(266); END_STATE(); case 233: - if (lookahead == 'd') ADVANCE(338); + if (lookahead == '_') ADVANCE(392); END_STATE(); case 234: - if (lookahead == 'd') ADVANCE(165); + if (lookahead == '_') ADVANCE(285); END_STATE(); case 235: - if (lookahead == 'd') ADVANCE(264); + if (lookahead == '_') ADVANCE(292); END_STATE(); case 236: - if (lookahead == 'd') ADVANCE(291); + if (lookahead == '_') ADVANCE(291); END_STATE(); case 237: - if (lookahead == 'd') ADVANCE(275); + if (lookahead == '_') ADVANCE(512); END_STATE(); case 238: - if (lookahead == 'd') ADVANCE(376); + if (lookahead == '_') ADVANCE(616); END_STATE(); case 239: - if (lookahead == 'd') ADVANCE(549); + if (lookahead == '_') ADVANCE(344); END_STATE(); case 240: - if (lookahead == 'e') ADVANCE(556); + if (lookahead == '_') ADVANCE(410); END_STATE(); case 241: - if (lookahead == 'e') ADVANCE(213); + if (lookahead == '_') ADVANCE(393); END_STATE(); case 242: - if (lookahead == 'e') ADVANCE(311); + if (lookahead == '_') ADVANCE(394); END_STATE(); case 243: - if (lookahead == 'e') ADVANCE(666); + if (lookahead == '_') ADVANCE(374); END_STATE(); case 244: - if (lookahead == 'e') ADVANCE(632); + if (lookahead == '_') ADVANCE(376); END_STATE(); case 245: - if (lookahead == 'e') ADVANCE(718); + ADVANCE_MAP( + 'a', 309, + 'b', 256, + 'c', 552, + 'd', 321, + 'e', 567, + 'g', 550, + 'i', 573, + 'l', 501, + 'o', 481, + 'p', 569, + 'r', 247, + 't', 652, + 'w', 568, + ); END_STATE(); case 246: - if (lookahead == 'e') ADVANCE(702); + if (lookahead == 'a') ADVANCE(602); + if (lookahead == 'o') ADVANCE(528); + if (lookahead == 'r') ADVANCE(431); + if (lookahead == 'u') ADVANCE(577); END_STATE(); case 247: - if (lookahead == 'e') ADVANCE(621); + if (lookahead == 'a') ADVANCE(637); + if (lookahead == 'e') ADVANCE(262); END_STATE(); case 248: - if (lookahead == 'e') ADVANCE(812); + if (lookahead == 'a') ADVANCE(543); + if (lookahead == 't') ADVANCE(424); END_STATE(); case 249: - if (lookahead == 'e') ADVANCE(693); + if (lookahead == 'a') ADVANCE(890); END_STATE(); case 250: - if (lookahead == 'e') ADVANCE(643); + if (lookahead == 'a') ADVANCE(445); + if (lookahead == 'i') ADVANCE(448); + if (lookahead == 'o') ADVANCE(545); + if (lookahead == 'u') ADVANCE(497); END_STATE(); case 251: - if (lookahead == 'e') ADVANCE(655); + if (lookahead == 'a') ADVANCE(583); + if (lookahead == 'o') ADVANCE(499); END_STATE(); case 252: - if (lookahead == 'e') ADVANCE(681); + if (lookahead == 'a') ADVANCE(274); + if (lookahead == 'i') ADVANCE(468); + if (lookahead == 'y') ADVANCE(535); END_STATE(); case 253: - if (lookahead == 'e') ADVANCE(596); + if (lookahead == 'a') ADVANCE(398); + if (lookahead == 'e') ADVANCE(391); END_STATE(); case 254: - if (lookahead == 'e') ADVANCE(720); + if (lookahead == 'a') ADVANCE(647); END_STATE(); case 255: - if (lookahead == 'e') ADVANCE(781); + if (lookahead == 'a') ADVANCE(647); + if (lookahead == 'e') ADVANCE(390); + if (lookahead == 'o') ADVANCE(635); END_STATE(); case 256: - if (lookahead == 'e') ADVANCE(740); + if (lookahead == 'a') ADVANCE(283); + if (lookahead == 'r') ADVANCE(523); END_STATE(); case 257: - if (lookahead == 'e') ADVANCE(742); + if (lookahead == 'a') ADVANCE(436); END_STATE(); case 258: - if (lookahead == 'e') ADVANCE(734); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'u') ADVANCE(586); END_STATE(); case 259: - if (lookahead == 'e') ADVANCE(744); + if (lookahead == 'a') ADVANCE(441); END_STATE(); case 260: - if (lookahead == 'e') ADVANCE(735); + if (lookahead == 'a') ADVANCE(629); END_STATE(); case 261: - if (lookahead == 'e') ADVANCE(723); + if (lookahead == 'a') ADVANCE(442); END_STATE(); case 262: - if (lookahead == 'e') ADVANCE(212); + if (lookahead == 'a') ADVANCE(313); + if (lookahead == 'd') ADVANCE(347); END_STATE(); case 263: - if (lookahead == 'e') ADVANCE(180); + if (lookahead == 'a') ADVANCE(297); END_STATE(); case 264: - if (lookahead == 'e') ADVANCE(306); + if (lookahead == 'a') ADVANCE(443); END_STATE(); case 265: - if (lookahead == 'e') ADVANCE(559); + if (lookahead == 'a') ADVANCE(299); END_STATE(); case 266: - if (lookahead == 'e') ADVANCE(459); + if (lookahead == 'a') ADVANCE(461); + if (lookahead == 's') ADVANCE(606); END_STATE(); case 267: - if (lookahead == 'e') ADVANCE(557); + if (lookahead == 'a') ADVANCE(484); END_STATE(); case 268: - if (lookahead == 'e') ADVANCE(195); + if (lookahead == 'a') ADVANCE(492); END_STATE(); case 269: - if (lookahead == 'e') ADVANCE(307); + if (lookahead == 'a') ADVANCE(611); END_STATE(); case 270: - if (lookahead == 'e') ADVANCE(390); - if (lookahead == 'i') ADVANCE(372); + if (lookahead == 'a') ADVANCE(612); END_STATE(); case 271: - if (lookahead == 'e') ADVANCE(200); + if (lookahead == 'a') ADVANCE(631); END_STATE(); case 272: - if (lookahead == 'e') ADVANCE(491); + if (lookahead == 'a') ADVANCE(617); END_STATE(); case 273: - if (lookahead == 'e') ADVANCE(309); + if (lookahead == 'b') ADVANCE(494); END_STATE(); case 274: - if (lookahead == 'e') ADVANCE(474); + if (lookahead == 'b') ADVANCE(452); END_STATE(); case 275: - if (lookahead == 'e') ADVANCE(310); + if (lookahead == 'b') ADVANCE(261); END_STATE(); case 276: - if (lookahead == 'e') ADVANCE(223); + if (lookahead == 'b') ADVANCE(454); END_STATE(); case 277: - if (lookahead == 'e') ADVANCE(224); + if (lookahead == 'c') ADVANCE(1161); END_STATE(); case 278: - if (lookahead == 'e') ADVANCE(225); + if (lookahead == 'c') ADVANCE(1161); + if (lookahead == 't') ADVANCE(783); END_STATE(); case 279: - if (lookahead == 'e') ADVANCE(403); + if (lookahead == 'c') ADVANCE(817); END_STATE(); case 280: - if (lookahead == 'e') ADVANCE(469); + if (lookahead == 'c') ADVANCE(822); END_STATE(); case 281: - if (lookahead == 'e') ADVANCE(226); + if (lookahead == 'c') ADVANCE(823); END_STATE(); case 282: - if (lookahead == 'e') ADVANCE(464); + if (lookahead == 'c') ADVANCE(409); + if (lookahead == 'e') ADVANCE(278); + if (lookahead == 't') ADVANCE(566); + if (lookahead == 'u') ADVANCE(273); + if (lookahead == 'w') ADVANCE(421); END_STATE(); case 283: - if (lookahead == 'e') ADVANCE(227); + if (lookahead == 'c') ADVANCE(438); END_STATE(); case 284: - if (lookahead == 'e') ADVANCE(512); + if (lookahead == 'c') ADVANCE(465); END_STATE(); case 285: - if (lookahead == 'e') ADVANCE(217); + if (lookahead == 'c') ADVANCE(408); END_STATE(); case 286: - if (lookahead == 'e') ADVANCE(162); + if (lookahead == 'c') ADVANCE(259); END_STATE(); case 287: - if (lookahead == 'e') ADVANCE(407); + if (lookahead == 'c') ADVANCE(529); END_STATE(); case 288: - if (lookahead == 'e') ADVANCE(473); + if (lookahead == 'c') ADVANCE(406); END_STATE(); case 289: - if (lookahead == 'e') ADVANCE(235); + if (lookahead == 'c') ADVANCE(605); END_STATE(); case 290: - if (lookahead == 'e') ADVANCE(525); + if (lookahead == 'c') ADVANCE(511); + if (lookahead == 'd') ADVANCE(343); + if (lookahead == 't') ADVANCE(624); END_STATE(); case 291: - if (lookahead == 'e') ADVANCE(478); + if (lookahead == 'c') ADVANCE(524); END_STATE(); case 292: - if (lookahead == 'e') ADVANCE(526); + if (lookahead == 'c') ADVANCE(513); END_STATE(); case 293: - if (lookahead == 'e') ADVANCE(239); + if (lookahead == 'c') ADVANCE(615); END_STATE(); case 294: - if (lookahead == 'e') ADVANCE(218); + if (lookahead == 'c') ADVANCE(269); END_STATE(); case 295: - if (lookahead == 'e') ADVANCE(560); + if (lookahead == 'c') ADVANCE(270); END_STATE(); case 296: - if (lookahead == 'e') ADVANCE(168); + if (lookahead == 'd') ADVANCE(738); END_STATE(); case 297: - if (lookahead == 'e') ADVANCE(561); + if (lookahead == 'd') ADVANCE(880); END_STATE(); case 298: - if (lookahead == 'e') ADVANCE(169); + if (lookahead == 'd') ADVANCE(701); END_STATE(); case 299: - if (lookahead == 'e') ADVANCE(170); + if (lookahead == 'd') ADVANCE(883); END_STATE(); case 300: - if (lookahead == 'e') ADVANCE(171); + if (lookahead == 'd') ADVANCE(818); END_STATE(); case 301: - if (lookahead == 'f') ADVANCE(628); - if (lookahead == 'n') ADVANCE(639); - if (lookahead == 's') ADVANCE(759); + if (lookahead == 'd') ADVANCE(811); END_STATE(); case 302: - if (lookahead == 'f') ADVANCE(696); + if (lookahead == 'd') ADVANCE(814); END_STATE(); case 303: - if (lookahead == 'f') ADVANCE(696); - if (lookahead == 'p') ADVANCE(175); + if (lookahead == 'd') ADVANCE(807); END_STATE(); case 304: - if (lookahead == 'f') ADVANCE(696); - if (lookahead == 'p') ADVANCE(529); + if (lookahead == 'd') ADVANCE(879); END_STATE(); case 305: - if (lookahead == 'f') ADVANCE(808); + if (lookahead == 'd') ADVANCE(810); END_STATE(); case 306: - if (lookahead == 'f') ADVANCE(612); + if (lookahead == 'd') ADVANCE(296); + if (lookahead == 'n') ADVANCE(648); + if (lookahead == 's') ADVANCE(758); END_STATE(); case 307: - if (lookahead == 'f') ADVANCE(731); + if (lookahead == 'd') ADVANCE(633); END_STATE(); case 308: - if (lookahead == 'f') ADVANCE(811); + if (lookahead == 'd') ADVANCE(233); END_STATE(); case 309: - if (lookahead == 'f') ADVANCE(809); + if (lookahead == 'd') ADVANCE(308); END_STATE(); case 310: - if (lookahead == 'f') ADVANCE(810); + if (lookahead == 'd') ADVANCE(345); + if (lookahead == 'e') ADVANCE(463); + if (lookahead == 'i') ADVANCE(384); + if (lookahead == 'l') ADVANCE(502); + if (lookahead == 'p') ADVANCE(548); + if (lookahead == 'u') ADVANCE(496); END_STATE(); case 311: - if (lookahead == 'f') ADVANCE(186); - if (lookahead == 'l') ADVANCE(292); - if (lookahead == 'p') ADVANCE(477); + if (lookahead == 'd') ADVANCE(529); + if (lookahead == 'n') ADVANCE(437); END_STATE(); case 312: - if (lookahead == 'f') ADVANCE(332); + if (lookahead == 'd') ADVANCE(418); END_STATE(); case 313: - if (lookahead == 'f') ADVANCE(544); + if (lookahead == 'd') ADVANCE(239); END_STATE(); case 314: - if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'd') ADVANCE(343); END_STATE(); case 315: - if (lookahead == 'f') ADVANCE(547); + if (lookahead == 'd') ADVANCE(370); END_STATE(); case 316: - if (lookahead == 'g') ADVANCE(727); + if (lookahead == 'd') ADVANCE(354); END_STATE(); case 317: - if (lookahead == 'g') ADVANCE(685); + if (lookahead == 'd') ADVANCE(457); END_STATE(); case 318: - if (lookahead == 'g') ADVANCE(384); + if (lookahead == 'd') ADVANCE(634); END_STATE(); case 319: - if (lookahead == 'g') ADVANCE(327); + if (lookahead == 'e') ADVANCE(641); END_STATE(); case 320: - if (lookahead == 'g') ADVANCE(492); + if (lookahead == 'e') ADVANCE(290); END_STATE(); case 321: - if (lookahead == 'g') ADVANCE(256); + if (lookahead == 'e') ADVANCE(395); END_STATE(); case 322: - if (lookahead == 'g') ADVANCE(413); + if (lookahead == 'e') ADVANCE(751); END_STATE(); case 323: - if (lookahead == 'g') ADVANCE(348); + if (lookahead == 'e') ADVANCE(716); END_STATE(); case 324: - if (lookahead == 'h') ADVANCE(270); + if (lookahead == 'e') ADVANCE(803); END_STATE(); case 325: - if (lookahead == 'h') ADVANCE(814); + if (lookahead == 'e') ADVANCE(787); END_STATE(); case 326: - if (lookahead == 'h') ADVANCE(634); + if (lookahead == 'e') ADVANCE(705); END_STATE(); case 327: - if (lookahead == 'h') ADVANCE(649); + if (lookahead == 'e') ADVANCE(889); END_STATE(); case 328: - if (lookahead == 'h') ADVANCE(190); + if (lookahead == 'e') ADVANCE(778); END_STATE(); case 329: - if (lookahead == 'h') ADVANCE(293); + if (lookahead == 'e') ADVANCE(728); END_STATE(); case 330: - if (lookahead == 'h') ADVANCE(191); + if (lookahead == 'e') ADVANCE(740); END_STATE(); case 331: - if (lookahead == 'h') ADVANCE(476); + if (lookahead == 'e') ADVANCE(766); END_STATE(); case 332: - if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'e') ADVANCE(681); END_STATE(); case 333: - if (lookahead == 'i') ADVANCE(495); - if (lookahead == 'o') ADVANCE(208); + if (lookahead == 'e') ADVANCE(805); END_STATE(); case 334: - if (lookahead == 'i') ADVANCE(388); - if (lookahead == 'o') ADVANCE(229); - if (lookahead == 's') ADVANCE(271); + if (lookahead == 'e') ADVANCE(866); END_STATE(); case 335: - if (lookahead == 'i') ADVANCE(388); - if (lookahead == 's') ADVANCE(271); + if (lookahead == 'e') ADVANCE(825); END_STATE(); case 336: - if (lookahead == 'i') ADVANCE(207); - if (lookahead == 't') ADVANCE(210); - if (lookahead == 'u') ADVANCE(232); + if (lookahead == 'e') ADVANCE(827); END_STATE(); case 337: - if (lookahead == 'i') ADVANCE(322); + if (lookahead == 'e') ADVANCE(819); END_STATE(); case 338: - if (lookahead == 'i') ADVANCE(308); + if (lookahead == 'e') ADVANCE(829); END_STATE(); case 339: - if (lookahead == 'i') ADVANCE(320); + if (lookahead == 'e') ADVANCE(820); END_STATE(); case 340: - if (lookahead == 'i') ADVANCE(401); + if (lookahead == 'e') ADVANCE(808); END_STATE(); case 341: - if (lookahead == 'i') ADVANCE(520); + if (lookahead == 'e') ADVANCE(289); END_STATE(); case 342: - if (lookahead == 'i') ADVANCE(427); + if (lookahead == 'e') ADVANCE(257); END_STATE(); case 343: - if (lookahead == 'i') ADVANCE(444); + if (lookahead == 'e') ADVANCE(385); END_STATE(); case 344: - if (lookahead == 'i') ADVANCE(431); + if (lookahead == 'e') ADVANCE(644); END_STATE(); case 345: - if (lookahead == 'i') ADVANCE(435); + if (lookahead == 'e') ADVANCE(542); END_STATE(); case 346: - if (lookahead == 'i') ADVANCE(436); + if (lookahead == 'e') ADVANCE(642); END_STATE(); case 347: - if (lookahead == 'i') ADVANCE(516); + if (lookahead == 'e') ADVANCE(386); END_STATE(); case 348: - if (lookahead == 'i') ADVANCE(398); + if (lookahead == 'e') ADVANCE(272); END_STATE(); case 349: - if (lookahead == 'i') ADVANCE(524); + if (lookahead == 'e') ADVANCE(472); + if (lookahead == 'i') ADVANCE(453); END_STATE(); case 350: - if (lookahead == 'i') ADVANCE(489); + if (lookahead == 'e') ADVANCE(277); END_STATE(); case 351: - if (lookahead == 'i') ADVANCE(410); + if (lookahead == 'e') ADVANCE(574); END_STATE(); case 352: - if (lookahead == 'i') ADVANCE(479); + if (lookahead == 'e') ADVANCE(388); END_STATE(); case 353: - if (lookahead == 'i') ADVANCE(481); + if (lookahead == 'e') ADVANCE(557); END_STATE(); case 354: - if (lookahead == 'i') ADVANCE(482); + if (lookahead == 'e') ADVANCE(389); END_STATE(); case 355: - if (lookahead == 'k') ADVANCE(715); + if (lookahead == 'e') ADVANCE(301); END_STATE(); case 356: - if (lookahead == 'k') ADVANCE(647); + if (lookahead == 'e') ADVANCE(487); END_STATE(); case 357: - if (lookahead == 'k') ADVANCE(411); + if (lookahead == 'e') ADVANCE(302); END_STATE(); case 358: - if (lookahead == 'k') ADVANCE(279); + if (lookahead == 'e') ADVANCE(551); END_STATE(); case 359: - if (lookahead == 'k') ADVANCE(280); + if (lookahead == 'e') ADVANCE(303); END_STATE(); case 360: - if (lookahead == 'l') ADVANCE(677); + if (lookahead == 'e') ADVANCE(547); END_STATE(); case 361: - if (lookahead == 'l') ADVANCE(657); + if (lookahead == 'e') ADVANCE(304); END_STATE(); case 362: - if (lookahead == 'l') ADVANCE(603); + if (lookahead == 'e') ADVANCE(596); END_STATE(); case 363: - if (lookahead == 'l') ADVANCE(728); + if (lookahead == 'e') ADVANCE(305); END_STATE(); case 364: - if (lookahead == 'l') ADVANCE(424); + if (lookahead == 'e') ADVANCE(294); END_STATE(); case 365: - if (lookahead == 'l') ADVANCE(538); + if (lookahead == 'e') ADVANCE(235); END_STATE(); case 366: - if (lookahead == 'l') ADVANCE(517); + if (lookahead == 'e') ADVANCE(489); END_STATE(); case 367: - if (lookahead == 'l') ADVANCE(245); + if (lookahead == 'e') ADVANCE(556); END_STATE(); case 368: - if (lookahead == 'l') ADVANCE(513); + if (lookahead == 'e') ADVANCE(314); END_STATE(); case 369: - if (lookahead == 'l') ADVANCE(514); + if (lookahead == 'e') ADVANCE(609); END_STATE(); case 370: - if (lookahead == 'l') ADVANCE(438); + if (lookahead == 'e') ADVANCE(561); END_STATE(); case 371: - if (lookahead == 'l') ADVANCE(249); + if (lookahead == 'e') ADVANCE(610); END_STATE(); case 372: - if (lookahead == 'l') ADVANCE(250); + if (lookahead == 'e') ADVANCE(318); END_STATE(); case 373: - if (lookahead == 'l') ADVANCE(252); + if (lookahead == 'e') ADVANCE(295); END_STATE(); case 374: - if (lookahead == 'l') ADVANCE(253); + if (lookahead == 'e') ADVANCE(645); END_STATE(); case 375: - if (lookahead == 'l') ADVANCE(255); + if (lookahead == 'e') ADVANCE(241); END_STATE(); case 376: - if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'e') ADVANCE(646); END_STATE(); case 377: - if (lookahead == 'l') ADVANCE(501); - if (lookahead == 'n') ADVANCE(233); + if (lookahead == 'e') ADVANCE(242); END_STATE(); case 378: - if (lookahead == 'l') ADVANCE(439); + if (lookahead == 'e') ADVANCE(243); END_STATE(); case 379: - if (lookahead == 'l') ADVANCE(536); + if (lookahead == 'e') ADVANCE(244); END_STATE(); case 380: - if (lookahead == 'l') ADVANCE(370); + if (lookahead == 'f') ADVANCE(712); + if (lookahead == 'n') ADVANCE(723); + if (lookahead == 's') ADVANCE(844); END_STATE(); case 381: - if (lookahead == 'l') ADVANCE(267); + if (lookahead == 'f') ADVANCE(781); END_STATE(); case 382: - if (lookahead == 'm') ADVANCE(614); + if (lookahead == 'f') ADVANCE(781); + if (lookahead == 'p') ADVANCE(248); END_STATE(); case 383: - if (lookahead == 'm') ADVANCE(446); + if (lookahead == 'f') ADVANCE(781); + if (lookahead == 'p') ADVANCE(613); END_STATE(); case 384: - if (lookahead == 'm') ADVANCE(176); + if (lookahead == 'f') ADVANCE(885); END_STATE(); case 385: - if (lookahead == 'm') ADVANCE(451); + if (lookahead == 'f') ADVANCE(696); END_STATE(); case 386: - if (lookahead == 'm') ADVANCE(246); + if (lookahead == 'f') ADVANCE(816); END_STATE(); case 387: - if (lookahead == 'm') ADVANCE(397); + if (lookahead == 'f') ADVANCE(888); END_STATE(); case 388: - if (lookahead == 'n') ADVANCE(1224); + if (lookahead == 'f') ADVANCE(886); END_STATE(); case 389: - if (lookahead == 'n') ADVANCE(639); - if (lookahead == 's') ADVANCE(759); + if (lookahead == 'f') ADVANCE(887); END_STATE(); case 390: - if (lookahead == 'n') ADVANCE(659); + if (lookahead == 'f') ADVANCE(260); + if (lookahead == 'l') ADVANCE(369); END_STATE(); case 391: - if (lookahead == 'n') ADVANCE(1208); + if (lookahead == 'f') ADVANCE(412); END_STATE(); case 392: - if (lookahead == 'n') ADVANCE(705); + if (lookahead == 'f') ADVANCE(628); END_STATE(); case 393: - if (lookahead == 'n') ADVANCE(608); + if (lookahead == 'f') ADVANCE(630); END_STATE(); case 394: - if (lookahead == 'n') ADVANCE(651); + if (lookahead == 'f') ADVANCE(632); END_STATE(); case 395: - if (lookahead == 'n') ADVANCE(689); + if (lookahead == 'f') ADVANCE(271); + if (lookahead == 'l') ADVANCE(371); + if (lookahead == 'p') ADVANCE(560); END_STATE(); case 396: - if (lookahead == 'n') ADVANCE(712); + if (lookahead == 'g') ADVANCE(812); END_STATE(); case 397: - if (lookahead == 'n') ADVANCE(743); + if (lookahead == 'g') ADVANCE(770); END_STATE(); case 398: - if (lookahead == 'n') ADVANCE(805); + if (lookahead == 'g') ADVANCE(466); END_STATE(); case 399: - if (lookahead == 'n') ADVANCE(161); - if (lookahead == 'p') ADVANCE(530); - if (lookahead == 'r') ADVANCE(236); + if (lookahead == 'g') ADVANCE(407); END_STATE(); case 400: - if (lookahead == 'n') ADVANCE(342); - if (lookahead == 's') ADVANCE(271); + if (lookahead == 'g') ADVANCE(575); END_STATE(); case 401: - if (lookahead == 'n') ADVANCE(317); + if (lookahead == 'g') ADVANCE(335); END_STATE(); case 402: - if (lookahead == 'n') ADVANCE(321); + if (lookahead == 'g') ADVANCE(495); END_STATE(); case 403: - if (lookahead == 'n') ADVANCE(222); + if (lookahead == 'g') ADVANCE(428); END_STATE(); case 404: - if (lookahead == 'n') ADVANCE(202); + if (lookahead == 'h') ADVANCE(349); END_STATE(); case 405: - if (lookahead == 'n') ADVANCE(507); + if (lookahead == 'h') ADVANCE(891); END_STATE(); case 406: - if (lookahead == 'n') ADVANCE(203); + if (lookahead == 'h') ADVANCE(718); END_STATE(); case 407: - if (lookahead == 'n') ADVANCE(508); + if (lookahead == 'h') ADVANCE(734); END_STATE(); case 408: - if (lookahead == 'n') ADVANCE(204); + if (lookahead == 'h') ADVANCE(267); END_STATE(); case 409: - if (lookahead == 'n') ADVANCE(238); + if (lookahead == 'h') ADVANCE(372); END_STATE(); case 410: - if (lookahead == 'n') ADVANCE(509); + if (lookahead == 'h') ADVANCE(268); END_STATE(); case 411: - if (lookahead == 'n') ADVANCE(422); + if (lookahead == 'h') ADVANCE(559); END_STATE(); case 412: - if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'i') ADVANCE(643); END_STATE(); case 413: - if (lookahead == 'n') ADVANCE(283); + if (lookahead == 'i') ADVANCE(578); + if (lookahead == 'o') ADVANCE(286); END_STATE(); case 414: - if (lookahead == 'n') ADVANCE(378); + if (lookahead == 'i') ADVANCE(470); + if (lookahead == 'o') ADVANCE(307); + if (lookahead == 's') ADVANCE(350); END_STATE(); case 415: - if (lookahead == 'n') ADVANCE(216); + if (lookahead == 'i') ADVANCE(470); + if (lookahead == 's') ADVANCE(350); END_STATE(); case 416: - if (lookahead == 'n') ADVANCE(499); + if (lookahead == 'i') ADVANCE(284); + if (lookahead == 't') ADVANCE(287); + if (lookahead == 'u') ADVANCE(311); END_STATE(); case 417: - if (lookahead == 'n') ADVANCE(499); - if (lookahead == 'p') ADVANCE(564); - if (lookahead == 'u') ADVANCE(405); + if (lookahead == 'i') ADVANCE(402); END_STATE(); case 418: - if (lookahead == 'n') ADVANCE(187); + if (lookahead == 'i') ADVANCE(387); END_STATE(); case 419: - if (lookahead == 'o') ADVANCE(316); + if (lookahead == 'i') ADVANCE(400); END_STATE(); case 420: - if (lookahead == 'o') ADVANCE(185); + if (lookahead == 'i') ADVANCE(483); END_STATE(); case 421: - if (lookahead == 'o') ADVANCE(355); + if (lookahead == 'i') ADVANCE(604); END_STATE(); case 422: - if (lookahead == 'o') ADVANCE(553); + if (lookahead == 'i') ADVANCE(510); END_STATE(); case 423: - if (lookahead == 'o') ADVANCE(360); + if (lookahead == 'i') ADVANCE(527); END_STATE(); case 424: - if (lookahead == 'o') ADVANCE(198); + if (lookahead == 'i') ADVANCE(514); END_STATE(); case 425: - if (lookahead == 'o') ADVANCE(421); - if (lookahead == 'r') ADVANCE(1224); + if (lookahead == 'i') ADVANCE(518); END_STATE(); case 426: - if (lookahead == 'o') ADVANCE(537); + if (lookahead == 'i') ADVANCE(519); END_STATE(); case 427: - if (lookahead == 'o') ADVANCE(392); + if (lookahead == 'i') ADVANCE(601); END_STATE(); case 428: - if (lookahead == 'o') ADVANCE(379); + if (lookahead == 'i') ADVANCE(480); END_STATE(); case 429: - if (lookahead == 'o') ADVANCE(467); + if (lookahead == 'i') ADVANCE(608); END_STATE(); case 430: - if (lookahead == 'o') ADVANCE(541); + if (lookahead == 'i') ADVANCE(572); END_STATE(); case 431: - if (lookahead == 'o') ADVANCE(393); + if (lookahead == 'i') ADVANCE(491); END_STATE(); case 432: - if (lookahead == 'o') ADVANCE(466); + if (lookahead == 'i') ADVANCE(562); END_STATE(); case 433: - if (lookahead == 'o') ADVANCE(539); + if (lookahead == 'i') ADVANCE(564); END_STATE(); case 434: - if (lookahead == 'o') ADVANCE(463); + if (lookahead == 'i') ADVANCE(565); END_STATE(); case 435: - if (lookahead == 'o') ADVANCE(418); + if (lookahead == 'k') ADVANCE(800); END_STATE(); case 436: - if (lookahead == 'o') ADVANCE(396); + if (lookahead == 'k') ADVANCE(732); END_STATE(); case 437: - if (lookahead == 'o') ADVANCE(416); + if (lookahead == 'k') ADVANCE(493); END_STATE(); case 438: - if (lookahead == 'o') ADVANCE(554); + if (lookahead == 'k') ADVANCE(356); END_STATE(); case 439: - if (lookahead == 'o') ADVANCE(188); + if (lookahead == 'k') ADVANCE(358); END_STATE(); case 440: - if (lookahead == 'o') ADVANCE(359); + if (lookahead == 'l') ADVANCE(762); END_STATE(); case 441: - if (lookahead == 'o') ADVANCE(385); + if (lookahead == 'l') ADVANCE(742); END_STATE(); case 442: - if (lookahead == 'o') ADVANCE(475); + if (lookahead == 'l') ADVANCE(688); END_STATE(); case 443: - if (lookahead == 'o') ADVANCE(480); + if (lookahead == 'l') ADVANCE(813); END_STATE(); case 444: - if (lookahead == 'o') ADVANCE(487); + if (lookahead == 'l') ADVANCE(506); END_STATE(); case 445: - if (lookahead == 'p') ADVANCE(815); - if (lookahead == 'r') ADVANCE(505); + if (lookahead == 'l') ADVANCE(447); END_STATE(); case 446: - if (lookahead == 'p') ADVANCE(1208); + if (lookahead == 'l') ADVANCE(622); END_STATE(); case 447: - if (lookahead == 'p') ADVANCE(739); + if (lookahead == 'l') ADVANCE(600); END_STATE(); case 448: - if (lookahead == 'p') ADVANCE(350); + if (lookahead == 'l') ADVANCE(324); END_STATE(); case 449: - if (lookahead == 'p') ADVANCE(365); - if (lookahead == 's') ADVANCE(339); + if (lookahead == 'l') ADVANCE(597); END_STATE(); case 450: - if (lookahead == 'p') ADVANCE(442); + if (lookahead == 'l') ADVANCE(598); END_STATE(); case 451: - if (lookahead == 'p') ADVANCE(381); + if (lookahead == 'l') ADVANCE(521); END_STATE(); case 452: - if (lookahead == 'p') ADVANCE(247); + if (lookahead == 'l') ADVANCE(328); END_STATE(); case 453: - if (lookahead == 'p') ADVANCE(286); + if (lookahead == 'l') ADVANCE(329); END_STATE(); case 454: - if (lookahead == 'p') ADVANCE(261); + if (lookahead == 'l') ADVANCE(331); END_STATE(); case 455: - if (lookahead == 'p') ADVANCE(542); + if (lookahead == 'l') ADVANCE(332); END_STATE(); case 456: - if (lookahead == 'p') ADVANCE(352); + if (lookahead == 'l') ADVANCE(334); END_STATE(); case 457: - if (lookahead == 'p') ADVANCE(353); + if (lookahead == 'l') ADVANCE(360); END_STATE(); case 458: - if (lookahead == 'p') ADVANCE(354); + if (lookahead == 'l') ADVANCE(584); + if (lookahead == 'n') ADVANCE(619); + if (lookahead == 'v') ADVANCE(366); + if (lookahead == 'x') ADVANCE(533); END_STATE(); case 459: - if (lookahead == 'p') ADVANCE(488); + if (lookahead == 'l') ADVANCE(522); END_STATE(); case 460: - if (lookahead == 'q') ADVANCE(543); + if (lookahead == 'l') ADVANCE(620); END_STATE(); case 461: - if (lookahead == 'r') ADVANCE(1224); + if (lookahead == 'l') ADVANCE(451); END_STATE(); case 462: - if (lookahead == 'r') ADVANCE(636); + if (lookahead == 'l') ADVANCE(346); END_STATE(); case 463: - if (lookahead == 'r') ADVANCE(709); + if (lookahead == 'l') ADVANCE(585); + if (lookahead == 'n') ADVANCE(312); END_STATE(); case 464: - if (lookahead == 'r') ADVANCE(724); + if (lookahead == 'm') ADVANCE(698); END_STATE(); case 465: - if (lookahead == 'r') ADVANCE(178); + if (lookahead == 'm') ADVANCE(529); END_STATE(); case 466: - if (lookahead == 'r') ADVANCE(167); + if (lookahead == 'm') ADVANCE(249); END_STATE(); case 467: - if (lookahead == 'r') ADVANCE(220); + if (lookahead == 'm') ADVANCE(534); END_STATE(); case 468: - if (lookahead == 'r') ADVANCE(426); + if (lookahead == 'm') ADVANCE(325); END_STATE(); case 469: - if (lookahead == 'r') ADVANCE(159); + if (lookahead == 'm') ADVANCE(479); END_STATE(); case 470: - if (lookahead == 'r') ADVANCE(268); + if (lookahead == 'n') ADVANCE(1161); END_STATE(); case 471: - if (lookahead == 'r') ADVANCE(432); + if (lookahead == 'n') ADVANCE(723); + if (lookahead == 's') ADVANCE(844); END_STATE(); case 472: - if (lookahead == 'r') ADVANCE(394); + if (lookahead == 'n') ADVANCE(744); END_STATE(); case 473: - if (lookahead == 'r') ADVANCE(395); + if (lookahead == 'n') ADVANCE(1149); END_STATE(); case 474: - if (lookahead == 'r') ADVANCE(510); + if (lookahead == 'n') ADVANCE(790); END_STATE(); case 475: - if (lookahead == 'r') ADVANCE(511); + if (lookahead == 'n') ADVANCE(692); END_STATE(); case 476: - if (lookahead == 'r') ADVANCE(433); + if (lookahead == 'n') ADVANCE(736); END_STATE(); case 477: - if (lookahead == 'r') ADVANCE(285); + if (lookahead == 'n') ADVANCE(774); END_STATE(); case 478: - if (lookahead == 'r') ADVANCE(277); + if (lookahead == 'n') ADVANCE(797); END_STATE(); case 479: - if (lookahead == 'r') ADVANCE(257); + if (lookahead == 'n') ADVANCE(828); END_STATE(); case 480: - if (lookahead == 'r') ADVANCE(258); + if (lookahead == 'n') ADVANCE(882); END_STATE(); case 481: - if (lookahead == 'r') ADVANCE(259); + if (lookahead == 'n') ADVANCE(234); + if (lookahead == 'p') ADVANCE(614); + if (lookahead == 'r') ADVANCE(315); END_STATE(); case 482: - if (lookahead == 'r') ADVANCE(260); + if (lookahead == 'n') ADVANCE(422); + if (lookahead == 's') ADVANCE(350); END_STATE(); case 483: - if (lookahead == 'r') ADVANCE(340); + if (lookahead == 'n') ADVANCE(397); END_STATE(); case 484: - if (lookahead == 'r') ADVANCE(471); - if (lookahead == 'x') ADVANCE(448); + if (lookahead == 'n') ADVANCE(401); END_STATE(); case 485: - if (lookahead == 'r') ADVANCE(349); + if (lookahead == 'n') ADVANCE(279); END_STATE(); case 486: - if (lookahead == 'r') ADVANCE(343); + if (lookahead == 'n') ADVANCE(591); END_STATE(); case 487: - if (lookahead == 'r') ADVANCE(347); + if (lookahead == 'n') ADVANCE(300); END_STATE(); case 488: - if (lookahead == 'r') ADVANCE(294); + if (lookahead == 'n') ADVANCE(280); END_STATE(); case 489: - if (lookahead == 'r') ADVANCE(298); + if (lookahead == 'n') ADVANCE(592); END_STATE(); case 490: - if (lookahead == 's') ADVANCE(158); + if (lookahead == 'n') ADVANCE(281); END_STATE(); case 491: - if (lookahead == 's') ADVANCE(807); + if (lookahead == 'n') ADVANCE(593); END_STATE(); case 492: - if (lookahead == 's') ADVANCE(804); + if (lookahead == 'n') ADVANCE(317); END_STATE(); case 493: - if (lookahead == 's') ADVANCE(670); + if (lookahead == 'n') ADVANCE(504); END_STATE(); case 494: - if (lookahead == 's') ADVANCE(325); + if (lookahead == 'n') ADVANCE(362); END_STATE(); case 495: - if (lookahead == 's') ADVANCE(503); + if (lookahead == 'n') ADVANCE(363); END_STATE(); case 496: - if (lookahead == 's') ADVANCE(497); + if (lookahead == 'n') ADVANCE(459); END_STATE(); case 497: - if (lookahead == 's') ADVANCE(337); + if (lookahead == 'n') ADVANCE(293); END_STATE(); case 498: - if (lookahead == 's') ADVANCE(271); + if (lookahead == 'n') ADVANCE(582); END_STATE(); case 499: - if (lookahead == 's') ADVANCE(506); + if (lookahead == 'n') ADVANCE(582); + if (lookahead == 'p') ADVANCE(649); + if (lookahead == 'u') ADVANCE(486); END_STATE(); case 500: - if (lookahead == 's') ADVANCE(244); + if (lookahead == 'n') ADVANCE(264); END_STATE(); case 501: - if (lookahead == 's') ADVANCE(248); + if (lookahead == 'o') ADVANCE(396); END_STATE(); case 502: - if (lookahead == 's') ADVANCE(276); + if (lookahead == 'o') ADVANCE(263); END_STATE(); case 503: - if (lookahead == 't') ADVANCE(707); + if (lookahead == 'o') ADVANCE(435); END_STATE(); case 504: - if (lookahead == 't') ADVANCE(645); + if (lookahead == 'o') ADVANCE(638); END_STATE(); case 505: - if (lookahead == 't') ADVANCE(691); + if (lookahead == 'o') ADVANCE(507); + if (lookahead == 'r') ADVANCE(342); END_STATE(); case 506: - if (lookahead == 't') ADVANCE(610); + if (lookahead == 'o') ADVANCE(275); END_STATE(); case 507: - if (lookahead == 't') ADVANCE(679); + if (lookahead == 'o') ADVANCE(440); END_STATE(); case 508: - if (lookahead == 't') ADVANCE(625); + if (lookahead == 'o') ADVANCE(503); + if (lookahead == 'r') ADVANCE(1161); END_STATE(); case 509: - if (lookahead == 't') ADVANCE(623); + if (lookahead == 'o') ADVANCE(621); END_STATE(); case 510: - if (lookahead == 't') ADVANCE(664); + if (lookahead == 'o') ADVANCE(474); END_STATE(); case 511: - if (lookahead == 't') ADVANCE(599); + if (lookahead == 'o') ADVANCE(553); END_STATE(); case 512: - if (lookahead == 't') ADVANCE(687); + if (lookahead == 'o') ADVANCE(625); END_STATE(); case 513: - if (lookahead == 't') ADVANCE(668); + if (lookahead == 'o') ADVANCE(460); END_STATE(); case 514: - if (lookahead == 't') ADVANCE(736); + if (lookahead == 'o') ADVANCE(475); END_STATE(); case 515: - if (lookahead == 't') ADVANCE(730); + if (lookahead == 'o') ADVANCE(549); END_STATE(); case 516: - if (lookahead == 't') ADVANCE(565); + if (lookahead == 'o') ADVANCE(623); END_STATE(); case 517: - if (lookahead == 't') ADVANCE(331); + if (lookahead == 'o') ADVANCE(546); END_STATE(); case 518: - if (lookahead == 't') ADVANCE(523); + if (lookahead == 'o') ADVANCE(500); END_STATE(); case 519: - if (lookahead == 't') ADVANCE(455); + if (lookahead == 'o') ADVANCE(478); END_STATE(); case 520: - if (lookahead == 't') ADVANCE(211); + if (lookahead == 'o') ADVANCE(498); END_STATE(); case 521: - if (lookahead == 't') ADVANCE(434); + if (lookahead == 'o') ADVANCE(639); END_STATE(); case 522: - if (lookahead == 't') ADVANCE(443); + if (lookahead == 'o') ADVANCE(265); END_STATE(); case 523: - if (lookahead == 't') ADVANCE(288); + if (lookahead == 'o') ADVANCE(439); END_STATE(); case 524: - if (lookahead == 't') ADVANCE(299); + if (lookahead == 'o') ADVANCE(467); END_STATE(); case 525: - if (lookahead == 't') ADVANCE(251); + if (lookahead == 'o') ADVANCE(558); END_STATE(); case 526: - if (lookahead == 't') ADVANCE(296); + if (lookahead == 'o') ADVANCE(563); END_STATE(); case 527: - if (lookahead == 't') ADVANCE(278); + if (lookahead == 'o') ADVANCE(570); END_STATE(); case 528: - if (lookahead == 't') ADVANCE(281); + if (lookahead == 'p') ADVANCE(892); + if (lookahead == 'r') ADVANCE(589); END_STATE(); case 529: - if (lookahead == 't') ADVANCE(344); + if (lookahead == 'p') ADVANCE(1149); END_STATE(); case 530: - if (lookahead == 't') ADVANCE(345); + if (lookahead == 'p') ADVANCE(824); END_STATE(); case 531: - if (lookahead == 't') ADVANCE(346); + if (lookahead == 'p') ADVANCE(430); END_STATE(); case 532: - if (lookahead == 't') ADVANCE(568); + if (lookahead == 'p') ADVANCE(446); + if (lookahead == 's') ADVANCE(419); END_STATE(); case 533: - if (lookahead == 't') ADVANCE(300); + if (lookahead == 'p') ADVANCE(525); END_STATE(); case 534: - if (lookahead == 'u') ADVANCE(415); + if (lookahead == 'p') ADVANCE(462); END_STATE(); case 535: - if (lookahead == 'u') ADVANCE(382); + if (lookahead == 'p') ADVANCE(326); END_STATE(); case 536: - if (lookahead == 'u') ADVANCE(387); + if (lookahead == 'p') ADVANCE(365); END_STATE(); case 537: - if (lookahead == 'u') ADVANCE(447); + if (lookahead == 'p') ADVANCE(340); END_STATE(); case 538: - if (lookahead == 'u') ADVANCE(323); + if (lookahead == 'p') ADVANCE(626); END_STATE(); case 539: - if (lookahead == 'u') ADVANCE(319); + if (lookahead == 'p') ADVANCE(432); END_STATE(); case 540: - if (lookahead == 'u') ADVANCE(472); + if (lookahead == 'p') ADVANCE(433); END_STATE(); case 541: - if (lookahead == 'u') ADVANCE(519); + if (lookahead == 'p') ADVANCE(434); END_STATE(); case 542: - if (lookahead == 'u') ADVANCE(515); + if (lookahead == 'p') ADVANCE(571); END_STATE(); case 543: - if (lookahead == 'u') ADVANCE(254); + if (lookahead == 'q') ADVANCE(627); END_STATE(); case 544: - if (lookahead == 'u') ADVANCE(404); + if (lookahead == 'r') ADVANCE(1161); END_STATE(); case 545: - if (lookahead == 'u') ADVANCE(406); + if (lookahead == 'r') ADVANCE(720); END_STATE(); case 546: - if (lookahead == 'u') ADVANCE(369); + if (lookahead == 'r') ADVANCE(794); END_STATE(); case 547: - if (lookahead == 'u') ADVANCE(408); + if (lookahead == 'r') ADVANCE(809); END_STATE(); case 548: - if (lookahead == 'u') ADVANCE(374); + if (lookahead == 'r') ADVANCE(253); END_STATE(); case 549: - if (lookahead == 'u') ADVANCE(375); + if (lookahead == 'r') ADVANCE(240); END_STATE(); case 550: - if (lookahead == 'u') ADVANCE(199); + if (lookahead == 'r') ADVANCE(509); END_STATE(); case 551: - if (lookahead == 'v') ADVANCE(287); - if (lookahead == 'x') ADVANCE(450); + if (lookahead == 'r') ADVANCE(232); END_STATE(); case 552: - if (lookahead == 'w') ADVANCE(163); + if (lookahead == 'r') ADVANCE(348); END_STATE(); case 553: - if (lookahead == 'w') ADVANCE(391); + if (lookahead == 'r') ADVANCE(298); END_STATE(); case 554: - if (lookahead == 'w') ADVANCE(166); + if (lookahead == 'r') ADVANCE(515); END_STATE(); case 555: - if (lookahead == 'x') ADVANCE(27); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(26); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(28); + if (lookahead == 'r') ADVANCE(476); END_STATE(); case 556: - if (lookahead == 'x') ADVANCE(504); + if (lookahead == 'r') ADVANCE(477); END_STATE(); case 557: - if (lookahead == 'x') ADVANCE(164); + if (lookahead == 'r') ADVANCE(594); END_STATE(); case 558: - if (lookahead == 'x') ADVANCE(272); + if (lookahead == 'r') ADVANCE(595); END_STATE(); case 559: - if (lookahead == 'x') ADVANCE(456); + if (lookahead == 'r') ADVANCE(516); END_STATE(); case 560: - if (lookahead == 'x') ADVANCE(457); + if (lookahead == 'r') ADVANCE(364); END_STATE(); case 561: - if (lookahead == 'x') ADVANCE(458); + if (lookahead == 'r') ADVANCE(357); END_STATE(); case 562: - if (lookahead == 'y') ADVANCE(1224); + if (lookahead == 'r') ADVANCE(336); END_STATE(); case 563: - if (lookahead == 'y') ADVANCE(675); + if (lookahead == 'r') ADVANCE(337); END_STATE(); case 564: - if (lookahead == 'y') ADVANCE(777); + if (lookahead == 'r') ADVANCE(338); END_STATE(); case 565: - if (lookahead == 'y') ADVANCE(741); + if (lookahead == 'r') ADVANCE(339); END_STATE(); case 566: - if (lookahead == 'y') ADVANCE(452); + if (lookahead == 'r') ADVANCE(420); END_STATE(); case 567: - if (lookahead == 'y') ADVANCE(453); + if (lookahead == 'r') ADVANCE(554); + if (lookahead == 'x') ADVANCE(531); END_STATE(); case 568: - if (lookahead == 'y') ADVANCE(454); + if (lookahead == 'r') ADVANCE(429); END_STATE(); case 569: - if (lookahead == '+' || - lookahead == '-') ADVANCE(571); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1220); + if (lookahead == 'r') ADVANCE(423); END_STATE(); case 570: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1217); + if (lookahead == 'r') ADVANCE(427); END_STATE(); case 571: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1220); + if (lookahead == 'r') ADVANCE(373); END_STATE(); case 572: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(73); + if (lookahead == 'r') ADVANCE(377); END_STATE(); case 573: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1207); + if (lookahead == 's') ADVANCE(231); END_STATE(); case 574: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(66); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1227); + if (lookahead == 's') ADVANCE(884); END_STATE(); case 575: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1206); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1227); + if (lookahead == 's') ADVANCE(881); END_STATE(); case 576: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(72); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1227); + if (lookahead == 's') ADVANCE(755); END_STATE(); case 577: + if (lookahead == 's') ADVANCE(405); + END_STATE(); + case 578: + if (lookahead == 's') ADVANCE(587); + END_STATE(); + case 579: + if (lookahead == 's') ADVANCE(580); + END_STATE(); + case 580: + if (lookahead == 's') ADVANCE(417); + END_STATE(); + case 581: + if (lookahead == 's') ADVANCE(350); + END_STATE(); + case 582: + if (lookahead == 's') ADVANCE(590); + END_STATE(); + case 583: + if (lookahead == 's') ADVANCE(322); + END_STATE(); + case 584: + if (lookahead == 's') ADVANCE(323); + END_STATE(); + case 585: + if (lookahead == 's') ADVANCE(327); + END_STATE(); + case 586: + if (lookahead == 's') ADVANCE(355); + END_STATE(); + case 587: + if (lookahead == 't') ADVANCE(792); + END_STATE(); + case 588: + if (lookahead == 't') ADVANCE(730); + END_STATE(); + case 589: + if (lookahead == 't') ADVANCE(776); + END_STATE(); + case 590: + if (lookahead == 't') ADVANCE(694); + END_STATE(); + case 591: + if (lookahead == 't') ADVANCE(764); + END_STATE(); + case 592: + if (lookahead == 't') ADVANCE(709); + END_STATE(); + case 593: + if (lookahead == 't') ADVANCE(707); + END_STATE(); + case 594: + if (lookahead == 't') ADVANCE(749); + END_STATE(); + case 595: + if (lookahead == 't') ADVANCE(684); + END_STATE(); + case 596: + if (lookahead == 't') ADVANCE(772); + END_STATE(); + case 597: + if (lookahead == 't') ADVANCE(753); + END_STATE(); + case 598: + if (lookahead == 't') ADVANCE(821); + END_STATE(); + case 599: + if (lookahead == 't') ADVANCE(815); + END_STATE(); + case 600: + if (lookahead == 't') ADVANCE(411); + END_STATE(); + case 601: + if (lookahead == 't') ADVANCE(650); + END_STATE(); + case 602: + if (lookahead == 't') ADVANCE(607); + END_STATE(); + case 603: + if (lookahead == 't') ADVANCE(538); + END_STATE(); + case 604: + if (lookahead == 't') ADVANCE(288); + END_STATE(); + case 605: + if (lookahead == 't') ADVANCE(517); + END_STATE(); + case 606: + if (lookahead == 't') ADVANCE(526); + END_STATE(); + case 607: + if (lookahead == 't') ADVANCE(367); + END_STATE(); + case 608: + if (lookahead == 't') ADVANCE(378); + END_STATE(); + case 609: + if (lookahead == 't') ADVANCE(330); + END_STATE(); + case 610: + if (lookahead == 't') ADVANCE(375); + END_STATE(); + case 611: + if (lookahead == 't') ADVANCE(359); + END_STATE(); + case 612: + if (lookahead == 't') ADVANCE(361); + END_STATE(); + case 613: + if (lookahead == 't') ADVANCE(424); + END_STATE(); + case 614: + if (lookahead == 't') ADVANCE(425); + END_STATE(); + case 615: + if (lookahead == 't') ADVANCE(426); + END_STATE(); + case 616: + if (lookahead == 't') ADVANCE(653); + END_STATE(); + case 617: + if (lookahead == 't') ADVANCE(379); + END_STATE(); + case 618: + if (lookahead == 'u') ADVANCE(497); + END_STATE(); + case 619: + if (lookahead == 'u') ADVANCE(464); + END_STATE(); + case 620: + if (lookahead == 'u') ADVANCE(469); + END_STATE(); + case 621: + if (lookahead == 'u') ADVANCE(530); + END_STATE(); + case 622: + if (lookahead == 'u') ADVANCE(403); + END_STATE(); + case 623: + if (lookahead == 'u') ADVANCE(399); + END_STATE(); + case 624: + if (lookahead == 'u') ADVANCE(555); + END_STATE(); + case 625: + if (lookahead == 'u') ADVANCE(603); + END_STATE(); + case 626: + if (lookahead == 'u') ADVANCE(599); + END_STATE(); + case 627: + if (lookahead == 'u') ADVANCE(333); + END_STATE(); + case 628: + if (lookahead == 'u') ADVANCE(485); + END_STATE(); + case 629: + if (lookahead == 'u') ADVANCE(449); + END_STATE(); + case 630: + if (lookahead == 'u') ADVANCE(488); + END_STATE(); + case 631: + if (lookahead == 'u') ADVANCE(450); + END_STATE(); + case 632: + if (lookahead == 'u') ADVANCE(490); + END_STATE(); + case 633: + if (lookahead == 'u') ADVANCE(455); + END_STATE(); + case 634: + if (lookahead == 'u') ADVANCE(456); + END_STATE(); + case 635: + if (lookahead == 'u') ADVANCE(276); + END_STATE(); + case 636: + if (lookahead == 'v') ADVANCE(366); + if (lookahead == 'x') ADVANCE(533); + END_STATE(); + case 637: + if (lookahead == 'w') ADVANCE(237); + END_STATE(); + case 638: + if (lookahead == 'w') ADVANCE(473); + END_STATE(); + case 639: + if (lookahead == 'w') ADVANCE(236); + END_STATE(); + case 640: + if (lookahead == 'x') ADVANCE(27); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(26); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(28); + END_STATE(); + case 641: + if (lookahead == 'x') ADVANCE(588); + END_STATE(); + case 642: + if (lookahead == 'x') ADVANCE(238); + END_STATE(); + case 643: + if (lookahead == 'x') ADVANCE(351); + END_STATE(); + case 644: + if (lookahead == 'x') ADVANCE(539); + END_STATE(); + case 645: + if (lookahead == 'x') ADVANCE(540); + END_STATE(); + case 646: + if (lookahead == 'x') ADVANCE(541); + END_STATE(); + case 647: + if (lookahead == 'y') ADVANCE(1161); + END_STATE(); + case 648: + if (lookahead == 'y') ADVANCE(760); + END_STATE(); + case 649: + if (lookahead == 'y') ADVANCE(862); + END_STATE(); + case 650: + if (lookahead == 'y') ADVANCE(826); + END_STATE(); + case 651: + if (lookahead == 'y') ADVANCE(535); + END_STATE(); + case 652: + if (lookahead == 'y') ADVANCE(536); + END_STATE(); + case 653: + if (lookahead == 'y') ADVANCE(537); + END_STATE(); + case 654: + if (lookahead == '+' || + lookahead == '-') ADVANCE(656); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1157); + END_STATE(); + case 655: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1154); + END_STATE(); + case 656: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1157); + END_STATE(); + case 657: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119); + END_STATE(); + case 658: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1148); + END_STATE(); + case 659: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1164); + END_STATE(); + case 660: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1147); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1164); + END_STATE(); + case 661: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(118); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1164); + END_STATE(); + case 662: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1222); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1159); END_STATE(); - case 578: + case 663: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1180); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(166); END_STATE(); - case 579: + case 664: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1183); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(181); END_STATE(); - case 580: + case 665: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1202); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(227); END_STATE(); - case 581: + case 666: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1187); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(190); END_STATE(); - case 582: + case 667: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1191); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(199); END_STATE(); - case 583: + case 668: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1195); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(208); END_STATE(); - case 584: + case 669: if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 585: + case 670: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1205); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(230); END_STATE(); - case 586: - if (eof) ADVANCE(595); + case 671: + if (eof) ADVANCE(680); ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 751, + '!', 836, '"', 28, - '#', 1233, - '$', 745, - '%', 764, - '&', 769, - '(', 630, - '*', 761, - '+', 757, - ',', 638, - '-', 754, - '.', 570, - '/', 763, - '0', 783, - ':', 94, - ';', 598, - '<', 765, - '=', 663, - '>', 767, - '?', 772, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '^', 771, - '_', 1073, - 'a', 962, - 'b', 973, - 'c', 971, - 'd', 964, - 'e', 978, - 'f', 958, - 'h', 914, - 'i', 871, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 831, - 'v', 863, - 'w', 876, - '{', 601, - '|', 747, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '%', 849, + '&', 854, + '(', 714, + '*', 846, + '+', 842, + ',', 722, + '-', 839, + '.', 655, + '/', 848, + '0', 868, + ':', 149, + ';', 683, + '<', 850, + '=', 748, + '>', 852, + '?', 857, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '^', 856, + '_', 1134, + 'a', 917, + 'b', 1008, + 'c', 986, + 'd', 935, + 'e', 1041, + 'f', 900, + 'h', 996, + 'i', 946, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 898, + 'v', 938, + 'w', 952, + '{', 686, + '|', 832, + '}', 687, + '~', 837, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(586); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + lookahead == ' ') SKIP(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 587: - if (eof) ADVANCE(595); + case 672: + if (eof) ADVANCE(680); ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 751, + '!', 836, '"', 28, - '#', 1233, - '$', 745, - '%', 764, - '&', 769, - '(', 630, - '*', 761, - '+', 757, - '-', 754, - '.', 570, - '/', 763, - '0', 783, - ':', 94, - ';', 598, - '<', 765, - '=', 663, - '>', 767, - '?', 772, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '^', 771, - '_', 1073, - 'a', 962, - 'b', 973, - 'c', 971, - 'd', 964, - 'e', 970, - 'f', 958, - 'h', 914, - 'i', 871, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 829, - 'v', 863, - 'w', 876, - '{', 601, - '|', 747, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '%', 849, + '&', 854, + '(', 714, + '*', 846, + '+', 842, + '-', 839, + '.', 655, + '/', 848, + '0', 868, + ':', 149, + ';', 683, + '<', 850, + '=', 748, + '>', 852, + '?', 857, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '^', 856, + '_', 1134, + 'a', 917, + 'b', 1008, + 'c', 986, + 'd', 935, + 'e', 975, + 'f', 900, + 'h', 996, + 'i', 946, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 896, + 'v', 938, + 'w', 952, + '{', 686, + '|', 832, + '}', 687, + '~', 837, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(587); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + lookahead == ' ') SKIP(672); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 588: - if (eof) ADVANCE(595); + case 673: + if (eof) ADVANCE(680); ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 751, + '!', 836, '"', 28, - '#', 1233, - '$', 745, - '%', 764, - '&', 769, - '(', 630, - '*', 761, - '+', 757, - '-', 754, - '.', 570, - '/', 763, - '0', 783, - ':', 94, - ';', 598, - '<', 765, - '=', 663, - '>', 767, - '?', 772, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '^', 771, - '_', 1073, - 'a', 962, - 'b', 973, - 'c', 971, - 'd', 964, - 'e', 970, - 'f', 958, - 'h', 914, - 'i', 871, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 831, - 'v', 863, - 'w', 876, - '{', 601, - '|', 747, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '%', 849, + '&', 854, + '(', 714, + '*', 846, + '+', 842, + '-', 839, + '.', 655, + '/', 848, + '0', 868, + ':', 149, + ';', 683, + '<', 850, + '=', 748, + '>', 852, + '?', 857, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '^', 856, + '_', 1134, + 'a', 917, + 'b', 1008, + 'c', 986, + 'd', 935, + 'e', 975, + 'f', 900, + 'h', 996, + 'i', 946, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 898, + 'v', 938, + 'w', 952, + '{', 686, + '|', 832, + '}', 687, + '~', 837, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(588); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + lookahead == ' ') SKIP(673); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 589: - if (eof) ADVANCE(595); + case 674: + if (eof) ADVANCE(680); ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 751, + '!', 836, '"', 28, - '#', 1233, - '$', 745, - '%', 764, - '&', 769, - '(', 630, - '*', 761, - '+', 757, - '-', 754, - '.', 570, - '/', 763, - '0', 783, - ':', 94, - ';', 598, - '<', 765, - '=', 663, - '>', 767, - '?', 772, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '^', 771, - '_', 1073, - 'a', 962, - 'b', 973, - 'c', 971, - 'd', 964, - 'e', 978, - 'f', 958, - 'h', 914, - 'i', 871, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 829, - 'v', 863, - 'w', 876, - '{', 601, - '|', 747, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '%', 849, + '&', 854, + '(', 714, + '*', 846, + '+', 842, + '-', 839, + '.', 655, + '/', 848, + '0', 868, + ':', 149, + ';', 683, + '<', 850, + '=', 748, + '>', 852, + '?', 857, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '^', 856, + '_', 1134, + 'a', 917, + 'b', 1008, + 'c', 986, + 'd', 935, + 'e', 1041, + 'f', 900, + 'h', 996, + 'i', 946, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 896, + 'v', 938, + 'w', 952, + '{', 686, + '|', 832, + '}', 687, + '~', 837, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(589); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + lookahead == ' ') SKIP(674); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 590: - if (eof) ADVANCE(595); + case 675: + if (eof) ADVANCE(680); ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 750, + '!', 835, '"', 28, - '#', 1233, - '$', 745, - '&', 172, - '(', 630, - ')', 631, - '+', 757, - ',', 638, - '-', 753, - '.', 570, - '/', 79, - '0', 783, - ':', 94, - ';', 598, - '=', 662, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '_', 1073, - 'a', 961, - 'b', 973, - 'c', 971, - 'd', 964, - 'e', 977, - 'f', 958, - 'g', 890, - 'h', 914, - 'i', 872, - 'l', 907, - 'm', 908, - 'n', 849, - 'o', 919, - 'p', 923, - 'r', 850, - 's', 837, - 't', 830, - 'v', 863, - 'w', 876, - '{', 601, - '|', 746, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '&', 245, + '(', 714, + ')', 715, + '+', 842, + ',', 722, + '-', 838, + '.', 655, + '/', 125, + '0', 868, + ':', 149, + ';', 683, + '=', 747, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '_', 1134, + 'a', 916, + 'b', 1008, + 'c', 986, + 'd', 935, + 'e', 1040, + 'f', 900, + 'g', 967, + 'h', 996, + 'i', 947, + 'l', 987, + 'm', 989, + 'n', 922, + 'o', 1000, + 'p', 1004, + 'r', 923, + 's', 907, + 't', 897, + 'v', 938, + 'w', 952, + '{', 686, + '|', 831, + '}', 687, + '~', 837, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(590); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(956); + lookahead == ' ') SKIP(675); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 591: - if (eof) ADVANCE(595); + case 676: + if (eof) ADVANCE(680); ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 750, + '!', 835, '"', 28, - '#', 1233, - '$', 745, - '(', 630, - ')', 631, - '+', 756, - '-', 753, - '.', 570, - '/', 79, - '0', 783, - ':', 94, - ';', 598, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '_', 1073, - 'a', 961, - 'b', 973, - 'c', 971, - 'd', 964, - 'e', 970, - 'f', 958, - 'h', 914, - 'i', 872, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 829, - 'v', 863, - 'w', 876, - '{', 601, - '|', 746, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '(', 714, + ')', 715, + '+', 841, + '-', 838, + '.', 655, + '/', 125, + '0', 868, + ':', 149, + ';', 683, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '_', 1134, + 'a', 916, + 'b', 1008, + 'c', 986, + 'd', 935, + 'e', 975, + 'f', 900, + 'h', 996, + 'i', 947, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 896, + 'v', 938, + 'w', 952, + '{', 686, + '|', 831, + '}', 687, + '~', 837, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(591); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + lookahead == ' ') SKIP(676); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 592: - if (eof) ADVANCE(595); + case 677: + if (eof) ADVANCE(680); ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 750, + '!', 835, '"', 28, - '#', 1233, - '$', 745, - '(', 630, - ')', 631, - '+', 756, - '-', 753, - '.', 570, - '/', 79, - '0', 783, - ':', 94, - ';', 598, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '_', 1073, - 'a', 961, - 'b', 973, - 'c', 971, - 'd', 964, - 'e', 970, - 'f', 958, - 'h', 914, - 'i', 872, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 831, - 'v', 863, - 'w', 876, - '{', 601, - '|', 746, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '(', 714, + ')', 715, + '+', 841, + '-', 838, + '.', 655, + '/', 125, + '0', 868, + ':', 149, + ';', 683, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '_', 1134, + 'a', 916, + 'b', 1008, + 'c', 986, + 'd', 935, + 'e', 975, + 'f', 900, + 'h', 996, + 'i', 947, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 898, + 'v', 938, + 'w', 952, + '{', 686, + '|', 831, + '}', 687, + '~', 837, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(592); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + lookahead == ' ') SKIP(677); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 593: - if (eof) ADVANCE(595); + case 678: + if (eof) ADVANCE(680); ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 750, + '!', 835, '"', 28, - '#', 1233, - '$', 745, - '(', 630, - ')', 631, - '+', 756, - '-', 753, - '.', 570, - '/', 79, - '0', 783, - ':', 94, - ';', 598, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '_', 1073, - 'a', 961, - 'b', 973, - 'c', 971, - 'd', 964, - 'e', 978, - 'f', 958, - 'h', 914, - 'i', 872, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 829, - 'v', 863, - 'w', 876, - '{', 601, - '|', 746, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '(', 714, + ')', 715, + '+', 841, + '-', 838, + '.', 655, + '/', 125, + '0', 868, + ':', 149, + ';', 683, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '_', 1134, + 'a', 916, + 'b', 1008, + 'c', 986, + 'd', 935, + 'e', 1041, + 'f', 900, + 'h', 996, + 'i', 947, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 896, + 'v', 938, + 'w', 952, + '{', 686, + '|', 831, + '}', 687, + '~', 837, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(593); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + lookahead == ' ') SKIP(678); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 594: - if (eof) ADVANCE(595); + case 679: + if (eof) ADVANCE(680); ADVANCE_MAP( - '\n', 1235, + '\n', 1172, '\r', 1, - '!', 750, + '!', 835, '"', 28, - '#', 1233, - '$', 745, - '(', 630, - ')', 631, - '+', 756, - '-', 753, - '.', 570, - '/', 79, - '0', 783, - ':', 94, - ';', 598, - '@', 149, - 'F', 799, - 'T', 797, - '[', 641, - '_', 1073, - 'a', 961, - 'b', 973, - 'c', 971, - 'd', 964, - 'e', 978, - 'f', 958, - 'h', 914, - 'i', 872, - 'l', 907, - 'n', 849, - 'p', 923, - 'r', 858, - 's', 837, - 't', 831, - 'v', 863, - 'w', 876, - '{', 601, - '|', 746, - '}', 602, - '~', 752, + '#', 1170, + '$', 830, + '(', 714, + ')', 715, + '+', 841, + '-', 838, + '.', 655, + '/', 125, + '0', 868, + ':', 149, + ';', 683, + '@', 212, + 'F', 877, + 'T', 874, + '[', 726, + '_', 1134, + 'a', 916, + 'b', 1008, + 'c', 986, + 'd', 935, + 'e', 1041, + 'f', 900, + 'h', 996, + 'i', 947, + 'l', 987, + 'n', 922, + 'p', 1004, + 'r', 932, + 's', 907, + 't', 898, + 'v', 938, + 'w', 952, + '{', 686, + '|', 831, + '}', 687, + '~', 837, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(594); - if (('A' <= lookahead && lookahead <= 'E')) ADVANCE(981); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(784); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + lookahead == ' ') SKIP(679); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(869); + if (('A' <= lookahead && lookahead <= 'Z') || + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 595: + case 680: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); - case 596: + case 681: ACCEPT_TOKEN(anon_sym_module); END_STATE(); - case 597: + case 682: ACCEPT_TOKEN(anon_sym_module); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 598: + case 683: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); - case 599: + case 684: ACCEPT_TOKEN(anon_sym_export); END_STATE(); - case 600: + case 685: ACCEPT_TOKEN(anon_sym_export); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 601: + case 686: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); - case 602: + case 687: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); - case 603: + case 688: ACCEPT_TOKEN(anon_sym_global); END_STATE(); - case 604: + case 689: ACCEPT_TOKEN(anon_sym_global); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 605: - ACCEPT_TOKEN(anon_sym_COLON); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 606: + case 690: ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == ':') ADVANCE(1160); END_STATE(); - case 607: + case 691: ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == ':') ADVANCE(1161); + if (lookahead == ':') ADVANCE(669); END_STATE(); - case 608: + case 692: ACCEPT_TOKEN(anon_sym_option); END_STATE(); - case 609: + case 693: ACCEPT_TOKEN(anon_sym_option); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 610: + case 694: ACCEPT_TOKEN(anon_sym_const); END_STATE(); - case 611: + case 695: ACCEPT_TOKEN(anon_sym_const); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 612: + case 696: ACCEPT_TOKEN(anon_sym_redef); END_STATE(); - case 613: + case 697: ACCEPT_TOKEN(anon_sym_redef); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 614: + case 698: ACCEPT_TOKEN(anon_sym_enum); END_STATE(); - case 615: + case 699: ACCEPT_TOKEN(anon_sym_enum); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 616: + case 700: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); - case 617: + case 701: ACCEPT_TOKEN(anon_sym_record); END_STATE(); - case 618: + case 702: ACCEPT_TOKEN(anon_sym_record); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 619: + case 703: ACCEPT_TOKEN(anon_sym_record); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 620: + case 704: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); - case 621: + case 705: ACCEPT_TOKEN(anon_sym_type); END_STATE(); - case 622: + case 706: ACCEPT_TOKEN(anon_sym_type); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 623: + case 707: ACCEPT_TOKEN(anon_sym_print); END_STATE(); - case 624: + case 708: ACCEPT_TOKEN(anon_sym_print); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 625: + case 709: ACCEPT_TOKEN(anon_sym_event); END_STATE(); - case 626: + case 710: ACCEPT_TOKEN(anon_sym_event); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 627: + case 711: ACCEPT_TOKEN(anon_sym_event); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 628: + case 712: ACCEPT_TOKEN(anon_sym_if); END_STATE(); - case 629: + case 713: ACCEPT_TOKEN(anon_sym_if); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 630: + case 714: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); - case 631: + case 715: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); - case 632: + case 716: ACCEPT_TOKEN(anon_sym_else); END_STATE(); - case 633: + case 717: ACCEPT_TOKEN(anon_sym_else); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 634: + case 718: ACCEPT_TOKEN(anon_sym_switch); END_STATE(); - case 635: + case 719: ACCEPT_TOKEN(anon_sym_switch); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 636: + case 720: ACCEPT_TOKEN(anon_sym_for); END_STATE(); - case 637: + case 721: ACCEPT_TOKEN(anon_sym_for); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 638: + case 722: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); - case 639: + case 723: ACCEPT_TOKEN(anon_sym_in); END_STATE(); - case 640: + case 724: ACCEPT_TOKEN(anon_sym_in); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 641: + case 725: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); - case 642: + case 726: + ACCEPT_TOKEN(anon_sym_LBRACK); + if (lookahead == ':') ADVANCE(142); + if (lookahead == 'f') ADVANCE(158); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'e')) ADVANCE(161); + END_STATE(); + case 727: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); - case 643: + case 728: ACCEPT_TOKEN(anon_sym_while); END_STATE(); - case 644: + case 729: ACCEPT_TOKEN(anon_sym_while); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 645: + case 730: ACCEPT_TOKEN(anon_sym_next); END_STATE(); - case 646: + case 731: ACCEPT_TOKEN(anon_sym_next); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 647: + case 732: ACCEPT_TOKEN(anon_sym_break); END_STATE(); - case 648: + case 733: ACCEPT_TOKEN(anon_sym_break); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 649: + case 734: ACCEPT_TOKEN(anon_sym_fallthrough); END_STATE(); - case 650: + case 735: ACCEPT_TOKEN(anon_sym_fallthrough); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 651: + case 736: ACCEPT_TOKEN(anon_sym_return); END_STATE(); - case 652: + case 737: ACCEPT_TOKEN(anon_sym_return); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 653: + case 738: ACCEPT_TOKEN(anon_sym_add); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(982); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); END_STATE(); - case 654: + case 739: ACCEPT_TOKEN(anon_sym_add); - if (lookahead == ':') ADVANCE(90); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(99); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 655: + case 740: ACCEPT_TOKEN(anon_sym_delete); END_STATE(); - case 656: + case 741: ACCEPT_TOKEN(anon_sym_delete); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 657: + case 742: ACCEPT_TOKEN(anon_sym_local); END_STATE(); - case 658: + case 743: ACCEPT_TOKEN(anon_sym_local); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 659: + case 744: ACCEPT_TOKEN(anon_sym_when); END_STATE(); - case 660: + case 745: ACCEPT_TOKEN(anon_sym_when); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 661: + case 746: ACCEPT_TOKEN(anon_sym_timeout); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 662: + case 747: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); - case 663: + case 748: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(773); + if (lookahead == '=') ADVANCE(858); END_STATE(); - case 664: + case 749: ACCEPT_TOKEN(anon_sym_assert); END_STATE(); - case 665: + case 750: ACCEPT_TOKEN(anon_sym_assert); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 666: + case 751: ACCEPT_TOKEN(anon_sym_case); END_STATE(); - case 667: + case 752: ACCEPT_TOKEN(anon_sym_case); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 668: + case 753: ACCEPT_TOKEN(anon_sym_default); END_STATE(); - case 669: + case 754: ACCEPT_TOKEN(anon_sym_default); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 670: + case 755: ACCEPT_TOKEN(anon_sym_as); END_STATE(); - case 671: + case 756: ACCEPT_TOKEN(anon_sym_as); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 's') ADVANCE(864); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 's') ADVANCE(941); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 672: + case 757: ACCEPT_TOKEN(anon_sym_as); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 673: + case 758: ACCEPT_TOKEN(anon_sym_as); - if (lookahead == 's') ADVANCE(274); + if (lookahead == 's') ADVANCE(353); END_STATE(); - case 674: + case 759: ACCEPT_TOKEN(anon_sym_addr); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 675: + case 760: ACCEPT_TOKEN(anon_sym_any); END_STATE(); - case 676: + case 761: ACCEPT_TOKEN(anon_sym_any); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 677: + case 762: ACCEPT_TOKEN(anon_sym_bool); END_STATE(); - case 678: + case 763: ACCEPT_TOKEN(anon_sym_bool); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 679: + case 764: ACCEPT_TOKEN(anon_sym_count); END_STATE(); - case 680: + case 765: ACCEPT_TOKEN(anon_sym_count); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 681: + case 766: ACCEPT_TOKEN(anon_sym_double); END_STATE(); - case 682: + case 767: ACCEPT_TOKEN(anon_sym_double); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 683: + case 768: ACCEPT_TOKEN(anon_sym_int); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'e') ADVANCE(1048); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'e') ADVANCE(1109); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 684: + case 769: ACCEPT_TOKEN(anon_sym_interval); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 685: + case 770: ACCEPT_TOKEN(anon_sym_string); END_STATE(); - case 686: + case 771: ACCEPT_TOKEN(anon_sym_string); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 687: + case 772: ACCEPT_TOKEN(anon_sym_subnet); END_STATE(); - case 688: + case 773: ACCEPT_TOKEN(anon_sym_subnet); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 689: + case 774: ACCEPT_TOKEN(anon_sym_pattern); END_STATE(); - case 690: + case 775: ACCEPT_TOKEN(anon_sym_pattern); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 691: + case 776: ACCEPT_TOKEN(anon_sym_port); END_STATE(); - case 692: + case 777: ACCEPT_TOKEN(anon_sym_port); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 693: + case 778: ACCEPT_TOKEN(anon_sym_table); END_STATE(); - case 694: + case 779: ACCEPT_TOKEN(anon_sym_table); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 695: + case 780: ACCEPT_TOKEN(anon_sym_table); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 696: + case 781: ACCEPT_TOKEN(anon_sym_of); END_STATE(); - case 697: + case 782: ACCEPT_TOKEN(anon_sym_of); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 698: + case 783: ACCEPT_TOKEN(anon_sym_set); END_STATE(); - case 699: + case 784: ACCEPT_TOKEN(anon_sym_set); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 700: + case 785: ACCEPT_TOKEN(anon_sym_set); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 701: + case 786: ACCEPT_TOKEN(anon_sym_time); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'r') ADVANCE(704); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'r') ADVANCE(789); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 702: + case 787: ACCEPT_TOKEN(anon_sym_time); - if (lookahead == 'r') ADVANCE(703); + if (lookahead == 'r') ADVANCE(788); END_STATE(); - case 703: + case 788: ACCEPT_TOKEN(anon_sym_timer); END_STATE(); - case 704: + case 789: ACCEPT_TOKEN(anon_sym_timer); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 705: + case 790: ACCEPT_TOKEN(anon_sym_union); END_STATE(); - case 706: + case 791: ACCEPT_TOKEN(anon_sym_union); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 707: + case 792: ACCEPT_TOKEN(anon_sym_list); END_STATE(); - case 708: + case 793: ACCEPT_TOKEN(anon_sym_list); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 709: + case 794: ACCEPT_TOKEN(anon_sym_vector); END_STATE(); - case 710: + case 795: ACCEPT_TOKEN(anon_sym_vector); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 711: + case 796: ACCEPT_TOKEN(anon_sym_vector); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 712: + case 797: ACCEPT_TOKEN(anon_sym_function); END_STATE(); - case 713: + case 798: ACCEPT_TOKEN(anon_sym_function); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 714: + case 799: ACCEPT_TOKEN(anon_sym_function); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 715: + case 800: ACCEPT_TOKEN(anon_sym_hook); END_STATE(); - case 716: + case 801: ACCEPT_TOKEN(anon_sym_hook); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 717: + case 802: ACCEPT_TOKEN(anon_sym_hook); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 718: + case 803: ACCEPT_TOKEN(anon_sym_file); END_STATE(); - case 719: + case 804: ACCEPT_TOKEN(anon_sym_file); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 720: + case 805: ACCEPT_TOKEN(anon_sym_opaque); END_STATE(); - case 721: + case 806: ACCEPT_TOKEN(anon_sym_opaque); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 722: + case 807: ACCEPT_TOKEN(anon_sym_AMPdeprecated); END_STATE(); - case 723: + case 808: ACCEPT_TOKEN(anon_sym_AMPbroker_allow_complex_type); END_STATE(); - case 724: + case 809: ACCEPT_TOKEN(anon_sym_AMPerror_handler); END_STATE(); - case 725: + case 810: ACCEPT_TOKEN(anon_sym_AMPis_assigned); END_STATE(); - case 726: + case 811: ACCEPT_TOKEN(anon_sym_AMPis_used); END_STATE(); - case 727: + case 812: ACCEPT_TOKEN(anon_sym_AMPlog); END_STATE(); - case 728: + case 813: ACCEPT_TOKEN(anon_sym_AMPoptional); END_STATE(); - case 729: + case 814: ACCEPT_TOKEN(anon_sym_AMPordered); END_STATE(); - case 730: + case 815: ACCEPT_TOKEN(anon_sym_AMPraw_output); END_STATE(); - case 731: + case 816: ACCEPT_TOKEN(anon_sym_AMPredef); END_STATE(); - case 732: + case 817: ACCEPT_TOKEN(anon_sym_AMPadd_func); END_STATE(); - case 733: + case 818: ACCEPT_TOKEN(anon_sym_AMPbackend); END_STATE(); - case 734: + case 819: ACCEPT_TOKEN(anon_sym_AMPbroker_store); END_STATE(); - case 735: + case 820: ACCEPT_TOKEN(anon_sym_AMPcreate_expire); END_STATE(); - case 736: + case 821: ACCEPT_TOKEN(anon_sym_AMPdefault); END_STATE(); - case 737: + case 822: ACCEPT_TOKEN(anon_sym_AMPdelete_func); END_STATE(); - case 738: + case 823: ACCEPT_TOKEN(anon_sym_AMPexpire_func); END_STATE(); - case 739: + case 824: ACCEPT_TOKEN(anon_sym_AMPgroup); END_STATE(); - case 740: + case 825: ACCEPT_TOKEN(anon_sym_AMPon_change); END_STATE(); - case 741: + case 826: ACCEPT_TOKEN(anon_sym_AMPpriority); END_STATE(); - case 742: + case 827: ACCEPT_TOKEN(anon_sym_AMPread_expire); END_STATE(); - case 743: + case 828: ACCEPT_TOKEN(anon_sym_AMPtype_column); END_STATE(); - case 744: + case 829: ACCEPT_TOKEN(anon_sym_AMPwrite_expire); END_STATE(); - case 745: + case 830: ACCEPT_TOKEN(anon_sym_DOLLAR); END_STATE(); - case 746: + case 831: ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); - case 747: + case 832: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '|') ADVANCE(776); + if (lookahead == '|') ADVANCE(861); END_STATE(); - case 748: + case 833: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); - case 749: + case 834: ACCEPT_TOKEN(anon_sym_DASH_DASH); END_STATE(); - case 750: + case 835: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); - case 751: + case 836: ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(774); + if (lookahead == '=') ADVANCE(859); END_STATE(); - case 752: + case 837: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); - case 753: + case 838: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(749); + if (lookahead == '-') ADVANCE(834); END_STATE(); - case 754: + case 839: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(749); - if (lookahead == '=') ADVANCE(620); + if (lookahead == '-') ADVANCE(834); + if (lookahead == '=') ADVANCE(704); END_STATE(); - case 755: + case 840: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '=') ADVANCE(620); + if (lookahead == '=') ADVANCE(704); END_STATE(); - case 756: + case 841: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(748); + if (lookahead == '+') ADVANCE(833); END_STATE(); - case 757: + case 842: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(748); - if (lookahead == '=') ADVANCE(616); + if (lookahead == '+') ADVANCE(833); + if (lookahead == '=') ADVANCE(700); END_STATE(); - case 758: + case 843: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '=') ADVANCE(616); + if (lookahead == '=') ADVANCE(700); END_STATE(); - case 759: + case 844: ACCEPT_TOKEN(anon_sym_is); END_STATE(); - case 760: + case 845: ACCEPT_TOKEN(anon_sym_is); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 761: + case 846: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); - case 762: + case 847: ACCEPT_TOKEN(anon_sym_SLASH); END_STATE(); - case 763: + case 848: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '/') ADVANCE(1095); - if (lookahead == '\\') ADVANCE(80); + if (lookahead == '/') ADVANCE(1145); + if (lookahead == '\\') ADVANCE(126); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(79); + lookahead != '\r') ADVANCE(125); END_STATE(); - case 764: + case 849: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); - case 765: + case 850: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '=') ADVANCE(766); + if (lookahead == '=') ADVANCE(851); END_STATE(); - case 766: + case 851: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); - case 767: + case 852: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(768); + if (lookahead == '=') ADVANCE(853); END_STATE(); - case 768: + case 853: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); - case 769: + case 854: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(775); + if (lookahead == '&') ADVANCE(860); END_STATE(); - case 770: + case 855: ACCEPT_TOKEN(anon_sym_AMP); ADVANCE_MAP( - '&', 775, - 'a', 228, - 'b', 179, - 'c', 470, - 'd', 242, - 'e', 484, - 'g', 468, - 'i', 490, - 'l', 419, - 'o', 399, - 'p', 486, - 'r', 174, - 't', 567, - 'w', 485, + '&', 860, + 'a', 309, + 'b', 256, + 'c', 552, + 'd', 321, + 'e', 567, + 'g', 550, + 'i', 573, + 'l', 501, + 'o', 481, + 'p', 569, + 'r', 247, + 't', 652, + 'w', 568, ); END_STATE(); - case 771: + case 856: ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); - case 772: + case 857: ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '$') ADVANCE(780); + if (lookahead == '$') ADVANCE(865); END_STATE(); - case 773: + case 858: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); - case 774: + case 859: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); - case 775: + case 860: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); - case 776: + case 861: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); - case 777: + case 862: ACCEPT_TOKEN(anon_sym_copy); END_STATE(); - case 778: + case 863: ACCEPT_TOKEN(anon_sym_copy); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 779: + case 864: ACCEPT_TOKEN(anon_sym_copy); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 780: + case 865: ACCEPT_TOKEN(anon_sym_QMARK_DOLLAR); END_STATE(); - case 781: + case 866: ACCEPT_TOKEN(anon_sym_schedule); END_STATE(); - case 782: + case 867: ACCEPT_TOKEN(anon_sym_schedule); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 783: - ACCEPT_TOKEN(aux_sym_constant_token1); - if (lookahead == '.') ADVANCE(1219); - if (lookahead == '/') ADVANCE(336); - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'x') ADVANCE(65); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(52); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(62); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(787); - if (lookahead == '-' || - ('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); - END_STATE(); - case 784: - ACCEPT_TOKEN(aux_sym_constant_token1); - if (lookahead == '.') ADVANCE(1219); - if (lookahead == '/') ADVANCE(336); - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(52); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(62); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(787); - if (lookahead == '-' || - ('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); - END_STATE(); - case 785: + case 868: ACCEPT_TOKEN(aux_sym_constant_token1); - if (lookahead == '.') ADVANCE(1219); - if (lookahead == '/') ADVANCE(336); - if (lookahead == ':') ADVANCE(90); + if (lookahead == '.') ADVANCE(1156); + if (lookahead == '/') ADVANCE(416); + if (lookahead == 'x') ADVANCE(111); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(55); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(788); + lookahead == 'e') ADVANCE(72); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(869); if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(66); - END_STATE(); - case 786: - ACCEPT_TOKEN(aux_sym_constant_token1); - if (lookahead == '.') ADVANCE(1219); - if (lookahead == '/') ADVANCE(336); - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(54); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(63); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(785); - if (lookahead == '-' || - ('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); - case 787: - ACCEPT_TOKEN(aux_sym_constant_token1); - if (lookahead == '.') ADVANCE(1219); - if (lookahead == '/') ADVANCE(336); - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(53); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(61); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(786); - if (lookahead == '-' || - ('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); - END_STATE(); - case 788: + case 869: ACCEPT_TOKEN(aux_sym_constant_token1); - if (lookahead == '.') ADVANCE(1219); - if (lookahead == '/') ADVANCE(336); + if (lookahead == '.') ADVANCE(1156); + if (lookahead == '/') ADVANCE(416); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(55); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(788); + lookahead == 'e') ADVANCE(72); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(869); if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(66); - END_STATE(); - case 789: - ACCEPT_TOKEN(aux_sym_constant_token1); - if (lookahead == '.') ADVANCE(1218); - if (lookahead == '/') ADVANCE(336); - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'x') ADVANCE(577); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(113); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(793); - END_STATE(); - case 790: - ACCEPT_TOKEN(aux_sym_constant_token1); - if (lookahead == '.') ADVANCE(1218); - if (lookahead == '/') ADVANCE(336); - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(113); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(793); - END_STATE(); - case 791: - ACCEPT_TOKEN(aux_sym_constant_token1); - if (lookahead == '.') ADVANCE(1218); - if (lookahead == '/') ADVANCE(336); - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(569); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(794); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); - case 792: - ACCEPT_TOKEN(aux_sym_constant_token1); - if (lookahead == '.') ADVANCE(1218); - if (lookahead == '/') ADVANCE(336); - if (lookahead == ':') ADVANCE(90); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(114); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(99); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(791); - END_STATE(); - case 793: + case 870: ACCEPT_TOKEN(aux_sym_constant_token1); - if (lookahead == '.') ADVANCE(1218); - if (lookahead == '/') ADVANCE(336); - if (lookahead == ':') ADVANCE(90); + if (lookahead == '.') ADVANCE(1155); + if (lookahead == '/') ADVANCE(416); + if (lookahead == 'x') ADVANCE(662); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(115); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(116); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(792); + lookahead == 'e') ADVANCE(654); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(871); END_STATE(); - case 794: + case 871: ACCEPT_TOKEN(aux_sym_constant_token1); - if (lookahead == '.') ADVANCE(1218); - if (lookahead == '/') ADVANCE(336); + if (lookahead == '.') ADVANCE(1155); + if (lookahead == '/') ADVANCE(416); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(569); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(794); + lookahead == 'e') ADVANCE(654); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(871); END_STATE(); - case 795: + case 872: ACCEPT_TOKEN(aux_sym_constant_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(795); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(872); END_STATE(); - case 796: + case 873: ACCEPT_TOKEN(anon_sym_T); END_STATE(); - case 797: + case 874: ACCEPT_TOKEN(anon_sym_T); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 798: + case 875: ACCEPT_TOKEN(anon_sym_T); - if (lookahead == '.') ADVANCE(574); + if (lookahead == '.') ADVANCE(659); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(66); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); - case 799: + case 876: ACCEPT_TOKEN(anon_sym_F); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); END_STATE(); - case 800: + case 877: ACCEPT_TOKEN(anon_sym_F); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(90); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(62); - if (lookahead == '-' || - ('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); - case 801: + case 878: ACCEPT_TOKEN(anon_sym_F); - if (lookahead == ':') ADVANCE(90); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); - END_STATE(); - case 802: - ACCEPT_TOKEN(anon_sym_ATdeprecated); - END_STATE(); - case 803: - ACCEPT_TOKEN(anon_sym_ATload); - if (lookahead == '-') ADVANCE(449); - END_STATE(); - case 804: - ACCEPT_TOKEN(anon_sym_ATload_DASHsigs); - END_STATE(); - case 805: - ACCEPT_TOKEN(anon_sym_ATload_DASHplugin); - END_STATE(); - case 806: - ACCEPT_TOKEN(anon_sym_ATunload); - END_STATE(); - case 807: - ACCEPT_TOKEN(anon_sym_ATprefixes); - END_STATE(); - case 808: - ACCEPT_TOKEN(anon_sym_ATif); - if (lookahead == 'd') ADVANCE(273); - if (lookahead == 'n') ADVANCE(237); - END_STATE(); - case 809: - ACCEPT_TOKEN(anon_sym_ATifdef); - END_STATE(); - case 810: - ACCEPT_TOKEN(anon_sym_ATifndef); - END_STATE(); - case 811: - ACCEPT_TOKEN(anon_sym_ATendif); - END_STATE(); - case 812: - ACCEPT_TOKEN(anon_sym_ATelse); - END_STATE(); - case 813: - ACCEPT_TOKEN(anon_sym_ATpragma); - END_STATE(); - case 814: - ACCEPT_TOKEN(anon_sym_push); - END_STATE(); - case 815: - ACCEPT_TOKEN(anon_sym_pop); - END_STATE(); - case 816: - ACCEPT_TOKEN(aux_sym_pragma_token1); + if (lookahead == '.') ADVANCE(659); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(816); - END_STATE(); - case 817: - ACCEPT_TOKEN(anon_sym_ATDIR); - END_STATE(); - case 818: - ACCEPT_TOKEN(anon_sym_ATFILENAME); - END_STATE(); - case 819: - ACCEPT_TOKEN(sym_id); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(40); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(822); - if (('G' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); - END_STATE(); - case 820: - ACCEPT_TOKEN(sym_id); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(40); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(819); - if (('G' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); - END_STATE(); - case 821: - ACCEPT_TOKEN(sym_id); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(40); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(820); - if (('G' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); - END_STATE(); - case 822: - ACCEPT_TOKEN(sym_id); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(40); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); - END_STATE(); - case 823: - ACCEPT_TOKEN(sym_id); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(38); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(826); - if (('G' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); - END_STATE(); - case 824: - ACCEPT_TOKEN(sym_id); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(38); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(823); - if (('G' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); - END_STATE(); - case 825: - ACCEPT_TOKEN(sym_id); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(38); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(824); - if (('G' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); - END_STATE(); - case 826: - ACCEPT_TOKEN(sym_id); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(38); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); - END_STATE(); - case 827: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == '0') ADVANCE(957); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(982); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 828: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == '8') ADVANCE(827); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(980); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 829: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'a') ADVANCE(835); - if (lookahead == 'i') ADVANCE(897); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 830: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'a') ADVANCE(835); - if (lookahead == 'y') ADVANCE(922); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 831: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'a') ADVANCE(835); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 832: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'a') ADVANCE(887); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 833: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'a') ADVANCE(888); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 834: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'a') ADVANCE(889); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 835: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'b') ADVANCE(892); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 836: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'b') ADVANCE(834); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 837: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'c') ADVANCE(880); - if (lookahead == 'e') ADVANCE(934); - if (lookahead == 'w') ADVANCE(882); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 838: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'c') ADVANCE(880); - if (lookahead == 'e') ADVANCE(934); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 839: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'c') ADVANCE(833); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 840: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'c') ADVANCE(877); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 841: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'c') ADVANCE(946); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 842: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'c') ADVANCE(912); - if (lookahead == 'd') ADVANCE(861); - if (lookahead == 't') ADVANCE(950); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 843: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'c') ADVANCE(912); - if (lookahead == 't') ADVANCE(950); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 844: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'c') ADVANCE(912); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 845: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'c') ADVANCE(948); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 846: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'd') ADVANCE(952); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 847: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'd') ADVANCE(618); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 848: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'd') ADVANCE(953); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 849: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(954); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 850: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(842); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 851: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(832); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 852: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(622); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 853: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(694); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 854: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(644); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 855: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(656); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 856: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(597); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 857: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(782); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 858: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(843); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 859: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(667); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 860: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(633); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 861: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(873); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 862: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(905); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 863: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(841); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 864: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(929); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 865: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(898); - if (lookahead == 'i') ADVANCE(893); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 866: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(898); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 867: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(844); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 868: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(947); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 869: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(915); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 870: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(848); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 871: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'f') ADVANCE(629); - if (lookahead == 'n') ADVANCE(640); - if (lookahead == 's') ADVANCE(760); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 872: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'f') ADVANCE(629); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 873: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'f') ADVANCE(613); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 874: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'f') ADVANCE(697); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 875: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'g') ADVANCE(878); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 876: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'h') ADVANCE(865); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 877: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'h') ADVANCE(635); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); - END_STATE(); - case 878: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'h') ADVANCE(650); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 879: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'h') ADVANCE(928); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_ATdeprecated); END_STATE(); case 880: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'h') ADVANCE(870); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_ATload); + if (lookahead == '-') ADVANCE(532); END_STATE(); case 881: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'h') ADVANCE(866); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_ATload_DASHsigs); END_STATE(); case 882: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'i') ADVANCE(945); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_ATload_DASHplugin); END_STATE(); case 883: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'i') ADVANCE(913); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_ATunload); END_STATE(); case 884: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'i') ADVANCE(917); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_ATprefixes); END_STATE(); case 885: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'i') ADVANCE(906); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_ATif); + if (lookahead == 'd') ADVANCE(352); + if (lookahead == 'n') ADVANCE(316); END_STATE(); case 886: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'k') ADVANCE(716); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_ATifdef); END_STATE(); case 887: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'k') ADVANCE(648); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_ATifndef); END_STATE(); case 888: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'l') ADVANCE(658); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_ATendif); END_STATE(); case 889: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'l') ADVANCE(604); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_ATelse); END_STATE(); case 890: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'l') ADVANCE(910); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_ATpragma); END_STATE(); case 891: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'l') ADVANCE(943); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_push); END_STATE(); case 892: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'l') ADVANCE(853); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_pop); END_STATE(); case 893: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'l') ADVANCE(854); - if (('0' <= lookahead && lookahead <= '9') || + ACCEPT_TOKEN(aux_sym_pragma_token1); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 894: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'l') ADVANCE(941); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_ATDIR); END_STATE(); case 895: - ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'l') ADVANCE(856); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ACCEPT_TOKEN(anon_sym_ATFILENAME); END_STATE(); case 896: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'l') ADVANCE(857); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'a') ADVANCE(905); + if (lookahead == 'i') ADVANCE(976); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 897: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'm') ADVANCE(869); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'a') ADVANCE(905); + if (lookahead == 'y') ADVANCE(1003); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 898: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'n') ADVANCE(660); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'a') ADVANCE(905); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 899: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'n') ADVANCE(609); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'a') ADVANCE(963); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 900: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'n') ADVANCE(652); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'a') ADVANCE(966); + if (lookahead == 'o') ADVANCE(1005); + if (lookahead == 'u') ADVANCE(983); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 901: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'n') ADVANCE(713); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'a') ADVANCE(964); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 902: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'n') ADVANCE(640); - if (lookahead == 's') ADVANCE(760); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'a') ADVANCE(965); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 903: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'n') ADVANCE(932); - if (lookahead == 'p') ADVANCE(955); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'a') ADVANCE(1016); + if (lookahead == 'o') ADVANCE(982); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 904: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'n') ADVANCE(845); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'a') ADVANCE(1037); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 905: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'n') ADVANCE(937); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'b') ADVANCE(970); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 906: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'n') ADVANCE(938); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'b') ADVANCE(902); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 907: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'o') ADVANCE(839); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'c') ADVANCE(956); + if (lookahead == 'e') ADVANCE(1018); + if (lookahead == 'w') ADVANCE(958); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 908: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'o') ADVANCE(846); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'c') ADVANCE(956); + if (lookahead == 'e') ADVANCE(1018); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 909: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'o') ADVANCE(886); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'c') ADVANCE(901); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 910: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'o') ADVANCE(836); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'c') ADVANCE(953); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 911: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'o') ADVANCE(949); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'c') ADVANCE(1030); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 912: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'o') ADVANCE(926); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'c') ADVANCE(994); + if (lookahead == 'd') ADVANCE(936); + if (lookahead == 't') ADVANCE(1035); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 913: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'o') ADVANCE(899); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'c') ADVANCE(994); + if (lookahead == 't') ADVANCE(1035); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 914: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'o') ADVANCE(909); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'c') ADVANCE(994); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 915: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'o') ADVANCE(951); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'c') ADVANCE(1032); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 916: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'o') ADVANCE(925); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'd') ADVANCE(918); + if (lookahead == 's') ADVANCE(1015); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 917: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'o') ADVANCE(901); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'd') ADVANCE(918); + if (lookahead == 's') ADVANCE(756); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 918: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'o') ADVANCE(930); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'd') ADVANCE(739); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 919: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'p') ADVANCE(944); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'd') ADVANCE(1038); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 920: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'p') ADVANCE(955); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'd') ADVANCE(702); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 921: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'p') ADVANCE(918); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'd') ADVANCE(1039); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 922: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'p') ADVANCE(852); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(1042); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 923: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'r') ADVANCE(885); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(912); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 924: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'r') ADVANCE(637); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(899); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 925: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'r') ADVANCE(710); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(706); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 926: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'r') ADVANCE(847); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(779); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 927: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'r') ADVANCE(900); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(729); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 928: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'r') ADVANCE(911); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(741); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 929: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'r') ADVANCE(939); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(682); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 930: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'r') ADVANCE(940); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(867); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 931: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 's') ADVANCE(864); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(950); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 932: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 's') ADVANCE(936); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(913); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 933: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 's') ADVANCE(860); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(752); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 934: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(699); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(717); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 935: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(646); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(968); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 936: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(611); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(948); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 937: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(626); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(984); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 938: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(624); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(911); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 939: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(665); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(977); + if (lookahead == 'i') ADVANCE(971); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 940: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(600); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(977); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 941: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(669); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(1010); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 942: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(661); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(914); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 943: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(879); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(1031); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 944: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(883); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(995); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 945: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(840); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'e') ADVANCE(921); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 946: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(916); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'f') ADVANCE(713); + if (lookahead == 'n') ADVANCE(724); + if (lookahead == 's') ADVANCE(845); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 947: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(855); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'f') ADVANCE(713); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 948: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 't') ADVANCE(884); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'f') ADVANCE(697); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 949: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'u') ADVANCE(875); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'f') ADVANCE(782); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 950: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'u') ADVANCE(927); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'f') ADVANCE(904); + if (lookahead == 'l') ADVANCE(943); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 951: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'u') ADVANCE(942); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'g') ADVANCE(954); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 952: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'u') ADVANCE(895); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'h') ADVANCE(939); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 953: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'u') ADVANCE(896); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'h') ADVANCE(719); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 954: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'x') ADVANCE(935); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'h') ADVANCE(735); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 955: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'y') ADVANCE(778); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'h') ADVANCE(1011); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 956: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(96); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'h') ADVANCE(945); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 957: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(39); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'h') ADVANCE(940); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 958: ACCEPT_TOKEN(sym_id); - ADVANCE_MAP( - '-', 66, - '.', 574, - ':', 95, - '_', 1073, - 'a', 968, - 'e', 828, - 'o', 924, - 'u', 904, - ); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'i') ADVANCE(1029); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('b' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 959: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'a') ADVANCE(975); - if (lookahead == 'o') ADVANCE(903); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'i') ADVANCE(993); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('b' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 960: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'a') ADVANCE(976); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'i') ADVANCE(997); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('b' <= lookahead && lookahead <= 'f')) ADVANCE(982); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 961: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'd') ADVANCE(963); - if (lookahead == 's') ADVANCE(931); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'i') ADVANCE(985); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 962: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'd') ADVANCE(963); - if (lookahead == 's') ADVANCE(671); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'k') ADVANCE(801); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 963: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'd') ADVANCE(653); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'k') ADVANCE(733); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(980); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 964: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(969); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'l') ADVANCE(743); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 965: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(828); - if (lookahead == 'u') ADVANCE(904); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'l') ADVANCE(689); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 966: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'e') ADVANCE(967); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'l') ADVANCE(969); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 967: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'f') ADVANCE(960); - if (lookahead == 'l') ADVANCE(868); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'l') ADVANCE(990); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(980); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 968: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'l') ADVANCE(891); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'l') ADVANCE(943); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(980); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 969: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'l') ADVANCE(868); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'l') ADVANCE(1027); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(980); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 970: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'l') ADVANCE(933); - if (lookahead == 'v') ADVANCE(862); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'l') ADVANCE(926); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 971: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'o') ADVANCE(903); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'l') ADVANCE(927); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 972: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'o') ADVANCE(920); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'l') ADVANCE(1025); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 973: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'r') ADVANCE(851); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'l') ADVANCE(929); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 974: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 's') ADVANCE(672); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'l') ADVANCE(930); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 975: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 's') ADVANCE(859); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'l') ADVANCE(1017); + if (lookahead == 'v') ADVANCE(937); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(980); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 976: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'u') ADVANCE(894); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'm') ADVANCE(944); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 977: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'v') ADVANCE(862); - if (lookahead == 'x') ADVANCE(921); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'n') ADVANCE(745); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 978: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); - if (lookahead == 'v') ADVANCE(862); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'n') ADVANCE(693); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 979: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'n') ADVANCE(737); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(980); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 980: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'n') ADVANCE(798); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(982); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 981: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'n') ADVANCE(724); + if (lookahead == 's') ADVANCE(845); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(979); - if (('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 982: ACCEPT_TOKEN(sym_id); - if (lookahead == '-') ADVANCE(66); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(95); - if (lookahead == '_') ADVANCE(1073); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'n') ADVANCE(1014); + if (lookahead == 'p') ADVANCE(1043); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(956); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 983: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(81); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'n') ADVANCE(915); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 984: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'a') ADVANCE(1046); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'n') ADVANCE(1021); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 985: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'a') ADVANCE(1063); - if (lookahead == 'o') ADVANCE(1052); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'n') ADVANCE(1022); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 986: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'a') ADVANCE(989); - if (lookahead == 'i') ADVANCE(1021); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'o') ADVANCE(982); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 987: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'a') ADVANCE(1016); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'o') ADVANCE(909); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 988: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'b') ADVANCE(1029); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'o') ADVANCE(962); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 989: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'b') ADVANCE(1018); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'o') ADVANCE(919); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 990: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'b') ADVANCE(1019); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'o') ADVANCE(906); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 991: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'c') ADVANCE(1040); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'o') ADVANCE(1034); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 992: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'c') ADVANCE(1064); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'o') ADVANCE(1001); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 993: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'c') ADVANCE(1065); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'o') ADVANCE(978); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 994: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'd') ADVANCE(996); - if (lookahead == 'n') ADVANCE(1071); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'o') ADVANCE(1007); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 995: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'd') ADVANCE(619); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'o') ADVANCE(1036); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 996: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'd') ADVANCE(1047); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'o') ADVANCE(988); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 997: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'e') ADVANCE(991); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'o') ADVANCE(980); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 998: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'e') ADVANCE(719); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'o') ADVANCE(1006); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 999: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'e') ADVANCE(701); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'o') ADVANCE(1012); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1000: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'e') ADVANCE(695); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'p') ADVANCE(1028); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1001: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'e') ADVANCE(682); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'p') ADVANCE(1043); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1002: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'e') ADVANCE(721); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'p') ADVANCE(999); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1003: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'e') ADVANCE(992); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'p') ADVANCE(925); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1004: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'e') ADVANCE(1056); - if (lookahead == 't') ADVANCE(1051); - if (lookahead == 'u') ADVANCE(988); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'r') ADVANCE(961); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1005: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'e') ADVANCE(1053); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'r') ADVANCE(721); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1006: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'e') ADVANCE(1061); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'r') ADVANCE(795); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1007: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'e') ADVANCE(1031); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'r') ADVANCE(920); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1008: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'g') ADVANCE(686); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'r') ADVANCE(924); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1009: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'i') ADVANCE(1017); - if (lookahead == 'u') ADVANCE(1032); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'r') ADVANCE(979); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1010: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'i') ADVANCE(1054); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'r') ADVANCE(1023); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1011: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'i') ADVANCE(1023); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'r') ADVANCE(991); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1012: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'i') ADVANCE(1041); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'r') ADVANCE(1024); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1013: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'i') ADVANCE(1043); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 's') ADVANCE(757); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1014: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'k') ADVANCE(717); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 's') ADVANCE(1020); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1015: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'l') ADVANCE(678); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 's') ADVANCE(941); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1016: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'l') ADVANCE(684); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 's') ADVANCE(933); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1017: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'l') ADVANCE(998); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 's') ADVANCE(934); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1018: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'l') ADVANCE(1000); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(784); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1019: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'l') ADVANCE(1001); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(731); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1020: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'm') ADVANCE(615); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(695); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1021: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'm') ADVANCE(999); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(710); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1022: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'n') ADVANCE(1055); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(708); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1023: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'n') ADVANCE(1008); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(750); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1024: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'n') ADVANCE(706); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(685); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1025: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'n') ADVANCE(690); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(754); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1026: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'n') ADVANCE(714); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(746); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1027: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'n') ADVANCE(1012); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(955); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1028: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'n') ADVANCE(1066); - if (lookahead == 'v') ADVANCE(1007); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(959); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1029: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'n') ADVANCE(1006); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(910); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1030: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'n') ADVANCE(1059); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(998); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1031: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'n') ADVANCE(1060); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(928); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1032: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'n') ADVANCE(993); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 't') ADVANCE(960); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1033: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'o') ADVANCE(1068); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'u') ADVANCE(983); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1034: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'o') ADVANCE(1014); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'u') ADVANCE(951); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1035: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'o') ADVANCE(1045); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'u') ADVANCE(1009); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1036: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'o') ADVANCE(1069); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'u') ADVANCE(1026); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1037: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'o') ADVANCE(1015); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'u') ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1038: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'o') ADVANCE(1037); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'u') ADVANCE(973); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1039: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'o') ADVANCE(1034); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'u') ADVANCE(974); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1040: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'o') ADVANCE(1050); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'v') ADVANCE(937); + if (lookahead == 'x') ADVANCE(1002); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1041: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'o') ADVANCE(1024); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'v') ADVANCE(937); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1042: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'o') ADVANCE(1049); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'x') ADVANCE(1019); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1043: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'o') ADVANCE(1026); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); + if (lookahead == 'y') ADVANCE(863); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1044: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'p') ADVANCE(984); + if (lookahead == '-') ADVANCE(112); + if (lookahead == '.') ADVANCE(659); + if (lookahead == ':') ADVANCE(149); + if (lookahead == '_') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1044); END_STATE(); case 1045: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'p') ADVANCE(1072); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'a') ADVANCE(1107); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1046: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'q') ADVANCE(1067); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'a') ADVANCE(1124); + if (lookahead == 'o') ADVANCE(1113); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1047: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'r') ADVANCE(674); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'a') ADVANCE(1050); + if (lookahead == 'i') ADVANCE(1082); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1048: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'r') ADVANCE(1070); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'a') ADVANCE(1077); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1049: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'r') ADVANCE(711); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'b') ADVANCE(1090); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1050: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'r') ADVANCE(995); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'b') ADVANCE(1079); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1051: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'r') ADVANCE(1011); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'b') ADVANCE(1080); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1052: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'r') ADVANCE(1058); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'c') ADVANCE(1101); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1053: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'r') ADVANCE(1025); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'c') ADVANCE(1125); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1054: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 's') ADVANCE(1057); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'c') ADVANCE(1126); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1055: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 't') ADVANCE(683); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'd') ADVANCE(1057); + if (lookahead == 'n') ADVANCE(1132); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1056: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 't') ADVANCE(700); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'd') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1057: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 't') ADVANCE(708); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'd') ADVANCE(1108); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1058: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 't') ADVANCE(692); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'e') ADVANCE(1052); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1059: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 't') ADVANCE(680); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'e') ADVANCE(804); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1060: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 't') ADVANCE(627); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'e') ADVANCE(786); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1061: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 't') ADVANCE(688); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'e') ADVANCE(780); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1062: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 't') ADVANCE(1005); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'e') ADVANCE(767); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1063: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 't') ADVANCE(1062); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'e') ADVANCE(806); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1064: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 't') ADVANCE(1042); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'e') ADVANCE(1053); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1065: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 't') ADVANCE(1013); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'e') ADVANCE(1117); + if (lookahead == 't') ADVANCE(1112); + if (lookahead == 'u') ADVANCE(1049); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1066: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'u') ADVANCE(1020); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'e') ADVANCE(1114); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1067: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'u') ADVANCE(1002); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'e') ADVANCE(1122); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1068: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'u') ADVANCE(1030); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'e') ADVANCE(1092); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1069: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'u') ADVANCE(990); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'g') ADVANCE(771); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1070: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'v') ADVANCE(987); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'i') ADVANCE(1078); + if (lookahead == 'u') ADVANCE(1093); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1071: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'y') ADVANCE(676); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'i') ADVANCE(1115); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1072: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); - if (lookahead == 'y') ADVANCE(779); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'i') ADVANCE(1084); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1073: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(96); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'i') ADVANCE(1102); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1074: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(98); - if (lookahead == 'f') ADVANCE(983); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'i') ADVANCE(1104); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(1080); - if (('G' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1075: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(98); - if (lookahead == 'f') ADVANCE(1074); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'k') ADVANCE(802); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(1078); - if (('G' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1076: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(98); - if (lookahead == 'f') ADVANCE(1075); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'l') ADVANCE(763); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(1077); - if (('G' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1077: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(98); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'l') ADVANCE(769); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1078); - if (('G' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1078: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(98); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'l') ADVANCE(1059); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1080); - if (('G' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1079: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(98); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'l') ADVANCE(1061); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1077); - if (('G' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1080: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(98); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'l') ADVANCE(1062); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1081: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(97); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'm') ADVANCE(699); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1082); - if (('G' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1082: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(97); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'm') ADVANCE(1060); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1083); - if (('G' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1083: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(97); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'n') ADVANCE(1116); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1084); - if (('G' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1084: ACCEPT_TOKEN(sym_id); - if (lookahead == ':') ADVANCE(97); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'n') ADVANCE(1069); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); case 1085: - ACCEPT_TOKEN(sym_file); - if (lookahead == '!') ADVANCE(1088); - if (lookahead == '<') ADVANCE(1089); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(1232); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r') ADVANCE(1090); - END_STATE(); - case 1086: - ACCEPT_TOKEN(sym_file); - if (lookahead == '#') ADVANCE(1085); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(1234); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r') ADVANCE(1087); - END_STATE(); - case 1087: - ACCEPT_TOKEN(sym_file); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(1234); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r') ADVANCE(1087); - END_STATE(); - case 1088: - ACCEPT_TOKEN(sym_file); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(1229); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r') ADVANCE(1088); - END_STATE(); - case 1089: - ACCEPT_TOKEN(sym_file); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(1230); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r') ADVANCE(1089); - END_STATE(); - case 1090: - ACCEPT_TOKEN(sym_file); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(1232); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r') ADVANCE(1090); - END_STATE(); - case 1091: - ACCEPT_TOKEN(sym_file); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') ADVANCE(1091); - END_STATE(); - case 1092: - ACCEPT_TOKEN(sym_pattern); - END_STATE(); - case 1093: - ACCEPT_TOKEN(sym_pattern); - if (lookahead == '/') ADVANCE(1095); - if (lookahead == '\\') ADVANCE(80); - if (lookahead == 'i') ADVANCE(1094); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(79); - END_STATE(); - case 1094: - ACCEPT_TOKEN(sym_pattern); - if (lookahead == '/') ADVANCE(1095); - if (lookahead == '\\') ADVANCE(80); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(79); - END_STATE(); - case 1095: - ACCEPT_TOKEN(sym_pattern); - if (lookahead == 'i') ADVANCE(1092); - END_STATE(); - case 1096: - ACCEPT_TOKEN(sym_ipv6); - END_STATE(); - case 1097: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == '.') ADVANCE(85); - if (lookahead == '5') ADVANCE(1098); - if (lookahead == ':') ADVANCE(45); - if (('6' <= lookahead && lookahead <= '9')) ADVANCE(1103); - if (('0' <= lookahead && lookahead <= '4')) ADVANCE(1100); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1112); - END_STATE(); - case 1098: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(45); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(1102); - if (('6' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1111); - END_STATE(); - case 1099: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(45); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1103); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1112); - END_STATE(); - case 1100: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(45); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1102); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1111); - END_STATE(); - case 1101: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(45); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1100); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1112); - END_STATE(); - case 1102: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(45); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1110); - END_STATE(); - case 1103: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(45); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1111); - END_STATE(); - case 1104: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == '1') ADVANCE(1101); - if (lookahead == '2') ADVANCE(1097); - if (lookahead == ':') ADVANCE(46); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1099); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1113); - END_STATE(); - case 1105: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == '1') ADVANCE(1101); - if (lookahead == '2') ADVANCE(1097); - if (lookahead == ':') ADVANCE(46); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1099); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(821); - if (('G' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); - END_STATE(); - case 1106: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(49); - END_STATE(); - case 1107: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(49); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1106); - END_STATE(); - case 1108: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(49); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1107); - END_STATE(); - case 1109: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(49); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1108); - END_STATE(); - case 1110: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(45); - END_STATE(); - case 1111: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(45); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1110); - END_STATE(); - case 1112: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(45); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1111); - END_STATE(); - case 1113: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(45); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1112); - END_STATE(); - case 1114: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(34); - END_STATE(); - case 1115: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(34); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1114); - END_STATE(); - case 1116: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(34); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1115); - END_STATE(); - case 1117: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(34); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1116); - END_STATE(); - case 1118: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(578); - END_STATE(); - case 1119: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(578); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1118); - END_STATE(); - case 1120: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(578); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1119); - END_STATE(); - case 1121: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '%') ADVANCE(585); - if (lookahead == ':') ADVANCE(578); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1120); - END_STATE(); - case 1122: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == '0') ADVANCE(1123); - if (lookahead == ':') ADVANCE(87); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1157); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1194); - END_STATE(); - case 1123: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == '0') ADVANCE(1159); - if (lookahead == ':') ADVANCE(87); - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1196); - END_STATE(); - case 1124: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == '5') ADVANCE(1129); - if (lookahead == ':') ADVANCE(583); - if (('6' <= lookahead && lookahead <= '9')) ADVANCE(1134); - if (('0' <= lookahead && lookahead <= '4')) ADVANCE(1131); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1175); - END_STATE(); - case 1125: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == '5') ADVANCE(1135); - if (lookahead == ':') ADVANCE(578); - if (('6' <= lookahead && lookahead <= '9')) ADVANCE(1139); - if (('0' <= lookahead && lookahead <= '4')) ADVANCE(1136); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1182); - END_STATE(); - case 1126: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == '5') ADVANCE(1141); - if (lookahead == ':') ADVANCE(579); - if (('6' <= lookahead && lookahead <= '9')) ADVANCE(1145); - if (('0' <= lookahead && lookahead <= '4')) ADVANCE(1142); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1186); - END_STATE(); - case 1127: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == '5') ADVANCE(1147); - if (lookahead == ':') ADVANCE(581); - if (('6' <= lookahead && lookahead <= '9')) ADVANCE(1151); - if (('0' <= lookahead && lookahead <= '4')) ADVANCE(1148); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1190); - END_STATE(); - case 1128: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == '5') ADVANCE(1153); - if (lookahead == ':') ADVANCE(582); - if (('6' <= lookahead && lookahead <= '9')) ADVANCE(1157); - if (('0' <= lookahead && lookahead <= '4')) ADVANCE(1154); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1194); - END_STATE(); - case 1129: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(583); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(1133); - if (('6' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1174); - END_STATE(); - case 1130: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(583); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1134); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1175); - END_STATE(); - case 1131: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(583); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1133); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1174); - END_STATE(); - case 1132: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(583); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1131); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1175); - END_STATE(); - case 1133: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(583); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1170); - END_STATE(); - case 1134: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(583); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1174); - END_STATE(); - case 1135: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(578); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(1140); - if (('6' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1184); - END_STATE(); - case 1136: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(578); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1140); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1184); - END_STATE(); - case 1137: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(578); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1136); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1182); - END_STATE(); - case 1138: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(578); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1139); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1182); - END_STATE(); - case 1139: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(578); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1184); - END_STATE(); - case 1140: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(578); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1181); - END_STATE(); - case 1141: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(579); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(1146); - if (('6' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1188); - END_STATE(); - case 1142: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(579); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1146); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1188); - END_STATE(); - case 1143: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(579); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1142); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1186); - END_STATE(); - case 1144: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(579); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1145); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1186); - END_STATE(); - case 1145: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(579); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1188); - END_STATE(); - case 1146: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(579); + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'n') ADVANCE(791); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1185); - END_STATE(); - case 1147: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(581); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(1152); - if (('6' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1192); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1148: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(581); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1152); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1192); + case 1086: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'n') ADVANCE(775); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1149: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(581); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1148); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1190); + case 1087: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'n') ADVANCE(799); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1150: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(581); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1151); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1190); + case 1088: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'n') ADVANCE(1073); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1151: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(581); + case 1089: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'n') ADVANCE(1127); + if (lookahead == 'v') ADVANCE(1068); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1192); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1152: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(581); + case 1090: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'n') ADVANCE(1067); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1189); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1153: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(582); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(1158); - if (('6' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1196); + case 1091: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'n') ADVANCE(1120); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1154: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(582); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1158); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1196); + case 1092: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'n') ADVANCE(1121); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1155: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(582); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1154); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1194); + case 1093: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'n') ADVANCE(1054); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1156: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(582); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1157); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1194); + case 1094: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'o') ADVANCE(1129); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1157: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(582); + case 1095: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'o') ADVANCE(1075); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1196); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1158: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '.') ADVANCE(85); - if (lookahead == ':') ADVANCE(582); + case 1096: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'o') ADVANCE(1106); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1193); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1159: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '0') ADVANCE(1169); - if (lookahead == ':') ADVANCE(87); - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1193); + case 1097: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'o') ADVANCE(1130); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1160: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '1') ADVANCE(1132); - if (lookahead == '2') ADVANCE(1124); - if (lookahead == 'f') ADVANCE(1173); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1130); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(1176); + case 1098: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'o') ADVANCE(1076); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1161: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '1') ADVANCE(1132); - if (lookahead == '2') ADVANCE(1124); - if (lookahead == 'f') ADVANCE(1076); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1130); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(1079); - if (('G' <= lookahead && lookahead <= 'Z') || + case 1099: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'o') ADVANCE(1098); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1162: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '1') ADVANCE(1137); - if (lookahead == '2') ADVANCE(1125); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1138); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1183); + case 1100: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'o') ADVANCE(1095); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1163: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '1') ADVANCE(1143); - if (lookahead == '2') ADVANCE(1126); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1144); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1187); + case 1101: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'o') ADVANCE(1111); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1164: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '1') ADVANCE(1149); - if (lookahead == '2') ADVANCE(1127); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1150); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1191); + case 1102: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'o') ADVANCE(1085); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1165: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '1') ADVANCE(1155); - if (lookahead == '2') ADVANCE(1128); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1156); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1195); + case 1103: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'o') ADVANCE(1110); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1166: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '1') ADVANCE(1155); - if (lookahead == '2') ADVANCE(1128); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1156); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1081); - if (('G' <= lookahead && lookahead <= 'Z') || + case 1104: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'o') ADVANCE(1087); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(1073); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1167: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == '5') ADVANCE(1197); - if (('6' <= lookahead && lookahead <= '9')) ADVANCE(1096); - if (('0' <= lookahead && lookahead <= '4')) ADVANCE(1198); + case 1105: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'p') ADVANCE(1045); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1168: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(82); + case 1106: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'p') ADVANCE(1133); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1169: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(87); + case 1107: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'q') ADVANCE(1128); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1170: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(583); + case 1108: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'r') ADVANCE(759); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1171: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(583); - if (lookahead == 'f') ADVANCE(1172); + case 1109: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'r') ADVANCE(1131); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(1174); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1172: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(583); - if (lookahead == 'f') ADVANCE(1168); + case 1110: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'r') ADVANCE(796); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(1170); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1173: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(583); - if (lookahead == 'f') ADVANCE(1171); + case 1111: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'r') ADVANCE(1056); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(1175); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1174: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(583); + case 1112: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'r') ADVANCE(1072); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1170); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1175: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(583); + case 1113: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'r') ADVANCE(1119); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1174); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1176: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(583); + case 1114: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'r') ADVANCE(1086); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1175); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1177: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(580); + case 1115: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 's') ADVANCE(1118); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1178: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(580); + case 1116: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 't') ADVANCE(768); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1179); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1179: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(580); + case 1117: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 't') ADVANCE(785); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1177); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1180: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(580); + case 1118: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 't') ADVANCE(793); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1178); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1181: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(578); + case 1119: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 't') ADVANCE(777); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1182: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(578); + case 1120: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 't') ADVANCE(765); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1184); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1183: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(578); + case 1121: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 't') ADVANCE(711); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1182); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1184: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(578); + case 1122: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 't') ADVANCE(773); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1181); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1185: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(579); + case 1123: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 't') ADVANCE(1066); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1186: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(579); + case 1124: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 't') ADVANCE(1123); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1188); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1187: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(579); + case 1125: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 't') ADVANCE(1103); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1186); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1188: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(579); + case 1126: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 't') ADVANCE(1074); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1185); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1189: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(581); + case 1127: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'u') ADVANCE(1081); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1190: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(581); + case 1128: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'u') ADVANCE(1063); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1192); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1191: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(581); + case 1129: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'u') ADVANCE(1091); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1190); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1192: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(581); + case 1130: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'u') ADVANCE(1051); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1189); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1193: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(582); + case 1131: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'v') ADVANCE(1048); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1194: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(582); + case 1132: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'y') ADVANCE(761); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1196); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1195: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(582); + case 1133: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); + if (lookahead == 'y') ADVANCE(864); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1194); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1196: - ACCEPT_TOKEN(sym_ipv6); - if (lookahead == ':') ADVANCE(582); + case 1134: + ACCEPT_TOKEN(sym_id); + if (lookahead == ':') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1193); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1134); END_STATE(); - case 1197: - ACCEPT_TOKEN(sym_ipv6); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(1096); + case 1135: + ACCEPT_TOKEN(sym_file); + if (lookahead == '!') ADVANCE(1138); + if (lookahead == '<') ADVANCE(1139); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(1169); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r') ADVANCE(1140); END_STATE(); - case 1198: - ACCEPT_TOKEN(sym_ipv6); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1096); + case 1136: + ACCEPT_TOKEN(sym_file); + if (lookahead == '#') ADVANCE(1135); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(1171); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r') ADVANCE(1137); END_STATE(); - case 1199: - ACCEPT_TOKEN(sym_ipv6); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1198); + case 1137: + ACCEPT_TOKEN(sym_file); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(1171); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r') ADVANCE(1137); END_STATE(); - case 1200: - ACCEPT_TOKEN(sym_ipv6); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1096); + case 1138: + ACCEPT_TOKEN(sym_file); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(1166); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r') ADVANCE(1138); END_STATE(); - case 1201: - ACCEPT_TOKEN(sym_ipv6); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1200); + case 1139: + ACCEPT_TOKEN(sym_file); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(1167); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r') ADVANCE(1139); END_STATE(); - case 1202: - ACCEPT_TOKEN(sym_ipv6); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1201); + case 1140: + ACCEPT_TOKEN(sym_file); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(1169); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r') ADVANCE(1140); END_STATE(); - case 1203: - ACCEPT_TOKEN(sym_ipv6); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1180); + case 1141: + ACCEPT_TOKEN(sym_file); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ') ADVANCE(1141); END_STATE(); - case 1204: - ACCEPT_TOKEN(sym_ipv6); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1202); + case 1142: + ACCEPT_TOKEN(sym_pattern); + END_STATE(); + case 1143: + ACCEPT_TOKEN(sym_pattern); + if (lookahead == '/') ADVANCE(1145); + if (lookahead == '\\') ADVANCE(126); + if (lookahead == 'i') ADVANCE(1144); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(125); + END_STATE(); + case 1144: + ACCEPT_TOKEN(sym_pattern); + if (lookahead == '/') ADVANCE(1145); + if (lookahead == '\\') ADVANCE(126); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(125); + END_STATE(); + case 1145: + ACCEPT_TOKEN(sym_pattern); + if (lookahead == 'i') ADVANCE(1142); END_STATE(); - case 1205: + case 1146: ACCEPT_TOKEN(sym_ipv6); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1205); END_STATE(); - case 1206: + case 1147: ACCEPT_TOKEN(sym_ipv4); - if (lookahead == '.') ADVANCE(574); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1206); + if (lookahead == '.') ADVANCE(659); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1147); if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(66); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); - case 1207: + case 1148: ACCEPT_TOKEN(sym_ipv4); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1207); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1148); END_STATE(); - case 1208: + case 1149: ACCEPT_TOKEN(sym_port); END_STATE(); - case 1209: - ACCEPT_TOKEN(sym_floatp); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(90); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1210); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(63); - if (lookahead == '-' || - ('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); - END_STATE(); - case 1210: - ACCEPT_TOKEN(sym_floatp); - if (lookahead == '.') ADVANCE(574); - if (lookahead == ':') ADVANCE(90); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1212); - if (lookahead == '-' || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(66); - END_STATE(); - case 1211: + case 1150: ACCEPT_TOKEN(sym_floatp); - if (lookahead == '.') ADVANCE(574); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1211); + if (lookahead == '.') ADVANCE(659); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1150); if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1227); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); - case 1212: + case 1151: ACCEPT_TOKEN(sym_floatp); - if (lookahead == '.') ADVANCE(574); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1212); + if (lookahead == '.') ADVANCE(659); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1151); if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(66); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1164); END_STATE(); - case 1213: + case 1152: ACCEPT_TOKEN(sym_floatp); - if (lookahead == '.') ADVANCE(576); + if (lookahead == '.') ADVANCE(661); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(55); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1213); + lookahead == 'e') ADVANCE(72); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1152); if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(66); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); - case 1214: + case 1153: ACCEPT_TOKEN(sym_floatp); - if (lookahead == '.') ADVANCE(572); + if (lookahead == '.') ADVANCE(657); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(569); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1214); - END_STATE(); - case 1215: - ACCEPT_TOKEN(sym_floatp); - if (lookahead == ':') ADVANCE(90); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1220); - END_STATE(); - case 1216: - ACCEPT_TOKEN(sym_floatp); - if (lookahead == ':') ADVANCE(90); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1215); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(99); + lookahead == 'e') ADVANCE(654); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1153); END_STATE(); - case 1217: + case 1154: ACCEPT_TOKEN(sym_floatp); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(569); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1217); + lookahead == 'e') ADVANCE(654); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1154); END_STATE(); - case 1218: + case 1155: ACCEPT_TOKEN(sym_floatp); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(569); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1214); + lookahead == 'e') ADVANCE(654); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1153); END_STATE(); - case 1219: + case 1156: ACCEPT_TOKEN(sym_floatp); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1225); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1213); + lookahead == 'e') ADVANCE(1162); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1152); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1227); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1164); END_STATE(); - case 1220: + case 1157: ACCEPT_TOKEN(sym_floatp); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1220); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1157); END_STATE(); - case 1221: + case 1158: ACCEPT_TOKEN(sym_hex); - if (lookahead == '.') ADVANCE(574); + if (lookahead == '.') ADVANCE(659); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1221); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1158); if (lookahead == '-' || ('G' <= lookahead && lookahead <= 'Z') || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(66); + ('g' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); - case 1222: + case 1159: ACCEPT_TOKEN(sym_hex); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1222); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1159); END_STATE(); - case 1223: + case 1160: ACCEPT_TOKEN(sym_time_unit); END_STATE(); - case 1224: + case 1161: ACCEPT_TOKEN(sym_time_unit); - if (lookahead == 's') ADVANCE(1223); + if (lookahead == 's') ADVANCE(1160); END_STATE(); - case 1225: + case 1162: ACCEPT_TOKEN(sym_hostname); - if (lookahead == '+') ADVANCE(571); - if (lookahead == '-') ADVANCE(1226); - if (lookahead == '.') ADVANCE(574); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1211); + if (lookahead == '+') ADVANCE(656); + if (lookahead == '-') ADVANCE(1163); + if (lookahead == '.') ADVANCE(659); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1151); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1227); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1164); END_STATE(); - case 1226: + case 1163: ACCEPT_TOKEN(sym_hostname); - if (lookahead == '.') ADVANCE(574); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1211); + if (lookahead == '.') ADVANCE(659); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1151); if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1227); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1164); END_STATE(); - case 1227: + case 1164: ACCEPT_TOKEN(sym_hostname); - if (lookahead == '.') ADVANCE(574); + if (lookahead == '.') ADVANCE(659); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1227); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1164); END_STATE(); - case 1228: + case 1165: ACCEPT_TOKEN(aux_sym_string_token1); END_STATE(); - case 1229: + case 1166: ACCEPT_TOKEN(sym_zeekygen_head_comment); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(1229); + lookahead != '\r') ADVANCE(1166); END_STATE(); - case 1230: + case 1167: ACCEPT_TOKEN(sym_zeekygen_prev_comment); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(1230); + lookahead != '\r') ADVANCE(1167); END_STATE(); - case 1231: + case 1168: ACCEPT_TOKEN(sym_zeekygen_next_comment); - if (lookahead == '!') ADVANCE(1229); - if (lookahead == '<') ADVANCE(1230); + if (lookahead == '!') ADVANCE(1166); + if (lookahead == '<') ADVANCE(1167); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(1232); + lookahead != '\r') ADVANCE(1169); END_STATE(); - case 1232: + case 1169: ACCEPT_TOKEN(sym_zeekygen_next_comment); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(1232); + lookahead != '\r') ADVANCE(1169); END_STATE(); - case 1233: + case 1170: ACCEPT_TOKEN(sym_minor_comment); - if (lookahead == '#') ADVANCE(1231); + if (lookahead == '#') ADVANCE(1168); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(1234); + lookahead != '\r') ADVANCE(1171); END_STATE(); - case 1234: + case 1171: ACCEPT_TOKEN(sym_minor_comment); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(1234); + lookahead != '\r') ADVANCE(1171); END_STATE(); - case 1235: + case 1172: ACCEPT_TOKEN(sym_nl); END_STATE(); default: @@ -13301,96 +12535,96 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, - [1] = {.lex_state = 590}, + [1] = {.lex_state = 675}, [2] = {.lex_state = 2}, - [3] = {.lex_state = 590}, - [4] = {.lex_state = 590}, - [5] = {.lex_state = 590}, + [3] = {.lex_state = 675}, + [4] = {.lex_state = 675}, + [5] = {.lex_state = 675}, [6] = {.lex_state = 2}, [7] = {.lex_state = 4}, - [8] = {.lex_state = 590}, + [8] = {.lex_state = 675}, [9] = {.lex_state = 5}, [10] = {.lex_state = 6}, - [11] = {.lex_state = 587}, - [12] = {.lex_state = 587}, + [11] = {.lex_state = 672}, + [12] = {.lex_state = 672}, [13] = {.lex_state = 7}, - [14] = {.lex_state = 586}, - [15] = {.lex_state = 588}, - [16] = {.lex_state = 589}, - [17] = {.lex_state = 588}, - [18] = {.lex_state = 589}, - [19] = {.lex_state = 586}, - [20] = {.lex_state = 586}, + [14] = {.lex_state = 671}, + [15] = {.lex_state = 673}, + [16] = {.lex_state = 674}, + [17] = {.lex_state = 673}, + [18] = {.lex_state = 674}, + [19] = {.lex_state = 671}, + [20] = {.lex_state = 671}, [21] = {.lex_state = 15}, [22] = {.lex_state = 10}, [23] = {.lex_state = 15}, - [24] = {.lex_state = 594}, - [25] = {.lex_state = 594}, - [26] = {.lex_state = 594}, - [27] = {.lex_state = 594}, - [28] = {.lex_state = 594}, - [29] = {.lex_state = 594}, - [30] = {.lex_state = 594}, - [31] = {.lex_state = 594}, - [32] = {.lex_state = 594}, - [33] = {.lex_state = 594}, - [34] = {.lex_state = 594}, - [35] = {.lex_state = 594}, - [36] = {.lex_state = 594}, + [24] = {.lex_state = 679}, + [25] = {.lex_state = 679}, + [26] = {.lex_state = 679}, + [27] = {.lex_state = 679}, + [28] = {.lex_state = 679}, + [29] = {.lex_state = 679}, + [30] = {.lex_state = 679}, + [31] = {.lex_state = 679}, + [32] = {.lex_state = 679}, + [33] = {.lex_state = 679}, + [34] = {.lex_state = 679}, + [35] = {.lex_state = 679}, + [36] = {.lex_state = 679}, [37] = {.lex_state = 10}, [38] = {.lex_state = 15}, [39] = {.lex_state = 15}, - [40] = {.lex_state = 594}, - [41] = {.lex_state = 594}, - [42] = {.lex_state = 594}, - [43] = {.lex_state = 594}, - [44] = {.lex_state = 594}, - [45] = {.lex_state = 594}, - [46] = {.lex_state = 594}, - [47] = {.lex_state = 594}, - [48] = {.lex_state = 594}, - [49] = {.lex_state = 594}, - [50] = {.lex_state = 594}, - [51] = {.lex_state = 594}, - [52] = {.lex_state = 594}, - [53] = {.lex_state = 594}, - [54] = {.lex_state = 594}, - [55] = {.lex_state = 594}, - [56] = {.lex_state = 594}, - [57] = {.lex_state = 594}, - [58] = {.lex_state = 594}, - [59] = {.lex_state = 594}, - [60] = {.lex_state = 594}, - [61] = {.lex_state = 594}, - [62] = {.lex_state = 594}, - [63] = {.lex_state = 594}, - [64] = {.lex_state = 594}, - [65] = {.lex_state = 594}, - [66] = {.lex_state = 594}, + [40] = {.lex_state = 679}, + [41] = {.lex_state = 679}, + [42] = {.lex_state = 679}, + [43] = {.lex_state = 679}, + [44] = {.lex_state = 679}, + [45] = {.lex_state = 679}, + [46] = {.lex_state = 679}, + [47] = {.lex_state = 679}, + [48] = {.lex_state = 679}, + [49] = {.lex_state = 679}, + [50] = {.lex_state = 679}, + [51] = {.lex_state = 679}, + [52] = {.lex_state = 679}, + [53] = {.lex_state = 679}, + [54] = {.lex_state = 679}, + [55] = {.lex_state = 679}, + [56] = {.lex_state = 679}, + [57] = {.lex_state = 679}, + [58] = {.lex_state = 679}, + [59] = {.lex_state = 679}, + [60] = {.lex_state = 679}, + [61] = {.lex_state = 679}, + [62] = {.lex_state = 679}, + [63] = {.lex_state = 679}, + [64] = {.lex_state = 679}, + [65] = {.lex_state = 679}, + [66] = {.lex_state = 679}, [67] = {.lex_state = 10}, - [68] = {.lex_state = 594}, - [69] = {.lex_state = 594}, - [70] = {.lex_state = 594}, + [68] = {.lex_state = 679}, + [69] = {.lex_state = 679}, + [70] = {.lex_state = 679}, [71] = {.lex_state = 10}, - [72] = {.lex_state = 594}, - [73] = {.lex_state = 594}, - [74] = {.lex_state = 594}, + [72] = {.lex_state = 679}, + [73] = {.lex_state = 679}, + [74] = {.lex_state = 679}, [75] = {.lex_state = 10}, [76] = {.lex_state = 10}, - [77] = {.lex_state = 594}, - [78] = {.lex_state = 594}, + [77] = {.lex_state = 679}, + [78] = {.lex_state = 679}, [79] = {.lex_state = 10}, - [80] = {.lex_state = 594}, - [81] = {.lex_state = 594}, - [82] = {.lex_state = 594}, + [80] = {.lex_state = 679}, + [81] = {.lex_state = 679}, + [82] = {.lex_state = 679}, [83] = {.lex_state = 10}, [84] = {.lex_state = 10}, - [85] = {.lex_state = 594}, - [86] = {.lex_state = 594}, - [87] = {.lex_state = 594}, - [88] = {.lex_state = 594}, - [89] = {.lex_state = 594}, - [90] = {.lex_state = 594}, + [85] = {.lex_state = 679}, + [86] = {.lex_state = 679}, + [87] = {.lex_state = 679}, + [88] = {.lex_state = 679}, + [89] = {.lex_state = 679}, + [90] = {.lex_state = 679}, [91] = {.lex_state = 10}, [92] = {.lex_state = 10}, [93] = {.lex_state = 10}, @@ -13424,170 +12658,170 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [121] = {.lex_state = 10}, [122] = {.lex_state = 10}, [123] = {.lex_state = 10}, - [124] = {.lex_state = 594}, - [125] = {.lex_state = 594}, - [126] = {.lex_state = 594}, - [127] = {.lex_state = 594}, - [128] = {.lex_state = 594}, - [129] = {.lex_state = 594}, + [124] = {.lex_state = 679}, + [125] = {.lex_state = 679}, + [126] = {.lex_state = 679}, + [127] = {.lex_state = 679}, + [128] = {.lex_state = 679}, + [129] = {.lex_state = 679}, [130] = {.lex_state = 10}, - [131] = {.lex_state = 594}, - [132] = {.lex_state = 594}, - [133] = {.lex_state = 594}, - [134] = {.lex_state = 594}, - [135] = {.lex_state = 594}, - [136] = {.lex_state = 594}, - [137] = {.lex_state = 594}, - [138] = {.lex_state = 594}, - [139] = {.lex_state = 594}, - [140] = {.lex_state = 594}, - [141] = {.lex_state = 594}, - [142] = {.lex_state = 594}, - [143] = {.lex_state = 594}, - [144] = {.lex_state = 594}, - [145] = {.lex_state = 594}, + [131] = {.lex_state = 679}, + [132] = {.lex_state = 679}, + [133] = {.lex_state = 679}, + [134] = {.lex_state = 679}, + [135] = {.lex_state = 679}, + [136] = {.lex_state = 679}, + [137] = {.lex_state = 679}, + [138] = {.lex_state = 679}, + [139] = {.lex_state = 679}, + [140] = {.lex_state = 679}, + [141] = {.lex_state = 679}, + [142] = {.lex_state = 679}, + [143] = {.lex_state = 679}, + [144] = {.lex_state = 679}, + [145] = {.lex_state = 679}, [146] = {.lex_state = 10}, - [147] = {.lex_state = 594}, - [148] = {.lex_state = 594}, - [149] = {.lex_state = 594}, - [150] = {.lex_state = 594}, - [151] = {.lex_state = 594}, - [152] = {.lex_state = 594}, - [153] = {.lex_state = 594}, - [154] = {.lex_state = 594}, - [155] = {.lex_state = 594}, - [156] = {.lex_state = 594}, - [157] = {.lex_state = 594}, - [158] = {.lex_state = 594}, - [159] = {.lex_state = 594}, - [160] = {.lex_state = 594}, - [161] = {.lex_state = 594}, - [162] = {.lex_state = 594}, - [163] = {.lex_state = 594}, - [164] = {.lex_state = 594}, - [165] = {.lex_state = 594}, - [166] = {.lex_state = 594}, - [167] = {.lex_state = 594}, - [168] = {.lex_state = 594}, - [169] = {.lex_state = 594}, - [170] = {.lex_state = 594}, - [171] = {.lex_state = 594}, - [172] = {.lex_state = 594}, - [173] = {.lex_state = 594}, - [174] = {.lex_state = 594}, - [175] = {.lex_state = 594}, - [176] = {.lex_state = 594}, - [177] = {.lex_state = 594}, - [178] = {.lex_state = 594}, - [179] = {.lex_state = 594}, - [180] = {.lex_state = 594}, - [181] = {.lex_state = 594}, - [182] = {.lex_state = 594}, - [183] = {.lex_state = 594}, + [147] = {.lex_state = 679}, + [148] = {.lex_state = 679}, + [149] = {.lex_state = 679}, + [150] = {.lex_state = 679}, + [151] = {.lex_state = 679}, + [152] = {.lex_state = 679}, + [153] = {.lex_state = 679}, + [154] = {.lex_state = 679}, + [155] = {.lex_state = 679}, + [156] = {.lex_state = 679}, + [157] = {.lex_state = 679}, + [158] = {.lex_state = 679}, + [159] = {.lex_state = 679}, + [160] = {.lex_state = 679}, + [161] = {.lex_state = 679}, + [162] = {.lex_state = 679}, + [163] = {.lex_state = 679}, + [164] = {.lex_state = 679}, + [165] = {.lex_state = 679}, + [166] = {.lex_state = 679}, + [167] = {.lex_state = 679}, + [168] = {.lex_state = 679}, + [169] = {.lex_state = 679}, + [170] = {.lex_state = 679}, + [171] = {.lex_state = 679}, + [172] = {.lex_state = 679}, + [173] = {.lex_state = 679}, + [174] = {.lex_state = 679}, + [175] = {.lex_state = 679}, + [176] = {.lex_state = 679}, + [177] = {.lex_state = 679}, + [178] = {.lex_state = 679}, + [179] = {.lex_state = 679}, + [180] = {.lex_state = 679}, + [181] = {.lex_state = 679}, + [182] = {.lex_state = 679}, + [183] = {.lex_state = 679}, [184] = {.lex_state = 10}, - [185] = {.lex_state = 594}, + [185] = {.lex_state = 679}, [186] = {.lex_state = 10}, [187] = {.lex_state = 10}, [188] = {.lex_state = 10}, - [189] = {.lex_state = 594}, + [189] = {.lex_state = 679}, [190] = {.lex_state = 10}, - [191] = {.lex_state = 594}, + [191] = {.lex_state = 679}, [192] = {.lex_state = 10}, - [193] = {.lex_state = 594}, + [193] = {.lex_state = 679}, [194] = {.lex_state = 10}, - [195] = {.lex_state = 594}, + [195] = {.lex_state = 679}, [196] = {.lex_state = 10}, - [197] = {.lex_state = 594}, + [197] = {.lex_state = 679}, [198] = {.lex_state = 10}, - [199] = {.lex_state = 594}, + [199] = {.lex_state = 679}, [200] = {.lex_state = 10}, - [201] = {.lex_state = 594}, - [202] = {.lex_state = 594}, - [203] = {.lex_state = 594}, - [204] = {.lex_state = 594}, + [201] = {.lex_state = 679}, + [202] = {.lex_state = 679}, + [203] = {.lex_state = 679}, + [204] = {.lex_state = 679}, [205] = {.lex_state = 10}, - [206] = {.lex_state = 594}, + [206] = {.lex_state = 679}, [207] = {.lex_state = 10}, - [208] = {.lex_state = 594}, - [209] = {.lex_state = 594}, - [210] = {.lex_state = 594}, - [211] = {.lex_state = 594}, - [212] = {.lex_state = 594}, + [208] = {.lex_state = 679}, + [209] = {.lex_state = 679}, + [210] = {.lex_state = 679}, + [211] = {.lex_state = 679}, + [212] = {.lex_state = 679}, [213] = {.lex_state = 10}, - [214] = {.lex_state = 594}, - [215] = {.lex_state = 594}, - [216] = {.lex_state = 594}, - [217] = {.lex_state = 594}, - [218] = {.lex_state = 594}, + [214] = {.lex_state = 679}, + [215] = {.lex_state = 679}, + [216] = {.lex_state = 679}, + [217] = {.lex_state = 679}, + [218] = {.lex_state = 679}, [219] = {.lex_state = 10}, - [220] = {.lex_state = 594}, - [221] = {.lex_state = 594}, + [220] = {.lex_state = 679}, + [221] = {.lex_state = 679}, [222] = {.lex_state = 10}, - [223] = {.lex_state = 594}, + [223] = {.lex_state = 679}, [224] = {.lex_state = 10}, - [225] = {.lex_state = 594}, - [226] = {.lex_state = 594}, - [227] = {.lex_state = 594}, - [228] = {.lex_state = 594}, - [229] = {.lex_state = 594}, - [230] = {.lex_state = 594}, - [231] = {.lex_state = 594}, - [232] = {.lex_state = 594}, + [225] = {.lex_state = 679}, + [226] = {.lex_state = 679}, + [227] = {.lex_state = 679}, + [228] = {.lex_state = 679}, + [229] = {.lex_state = 679}, + [230] = {.lex_state = 679}, + [231] = {.lex_state = 679}, + [232] = {.lex_state = 679}, [233] = {.lex_state = 10}, [234] = {.lex_state = 10}, - [235] = {.lex_state = 594}, + [235] = {.lex_state = 679}, [236] = {.lex_state = 10}, - [237] = {.lex_state = 594}, - [238] = {.lex_state = 594}, + [237] = {.lex_state = 679}, + [238] = {.lex_state = 679}, [239] = {.lex_state = 10}, [240] = {.lex_state = 10}, - [241] = {.lex_state = 594}, - [242] = {.lex_state = 594}, + [241] = {.lex_state = 679}, + [242] = {.lex_state = 679}, [243] = {.lex_state = 10}, [244] = {.lex_state = 10}, - [245] = {.lex_state = 594}, - [246] = {.lex_state = 594}, - [247] = {.lex_state = 594}, + [245] = {.lex_state = 679}, + [246] = {.lex_state = 679}, + [247] = {.lex_state = 679}, [248] = {.lex_state = 10}, [249] = {.lex_state = 10}, - [250] = {.lex_state = 594}, - [251] = {.lex_state = 594}, - [252] = {.lex_state = 594}, - [253] = {.lex_state = 594}, + [250] = {.lex_state = 679}, + [251] = {.lex_state = 679}, + [252] = {.lex_state = 679}, + [253] = {.lex_state = 679}, [254] = {.lex_state = 10}, [255] = {.lex_state = 10}, - [256] = {.lex_state = 594}, + [256] = {.lex_state = 679}, [257] = {.lex_state = 10}, - [258] = {.lex_state = 594}, - [259] = {.lex_state = 594}, - [260] = {.lex_state = 594}, - [261] = {.lex_state = 594}, + [258] = {.lex_state = 679}, + [259] = {.lex_state = 679}, + [260] = {.lex_state = 679}, + [261] = {.lex_state = 679}, [262] = {.lex_state = 10}, [263] = {.lex_state = 10}, - [264] = {.lex_state = 594}, - [265] = {.lex_state = 594}, - [266] = {.lex_state = 594}, - [267] = {.lex_state = 594}, - [268] = {.lex_state = 594}, - [269] = {.lex_state = 594}, - [270] = {.lex_state = 594}, - [271] = {.lex_state = 594}, - [272] = {.lex_state = 594}, - [273] = {.lex_state = 594}, - [274] = {.lex_state = 594}, - [275] = {.lex_state = 594}, - [276] = {.lex_state = 594}, - [277] = {.lex_state = 594}, - [278] = {.lex_state = 594}, - [279] = {.lex_state = 594}, - [280] = {.lex_state = 594}, - [281] = {.lex_state = 594}, - [282] = {.lex_state = 594}, - [283] = {.lex_state = 594}, - [284] = {.lex_state = 594}, - [285] = {.lex_state = 594}, - [286] = {.lex_state = 594}, - [287] = {.lex_state = 594}, + [264] = {.lex_state = 679}, + [265] = {.lex_state = 679}, + [266] = {.lex_state = 679}, + [267] = {.lex_state = 679}, + [268] = {.lex_state = 679}, + [269] = {.lex_state = 679}, + [270] = {.lex_state = 679}, + [271] = {.lex_state = 679}, + [272] = {.lex_state = 679}, + [273] = {.lex_state = 679}, + [274] = {.lex_state = 679}, + [275] = {.lex_state = 679}, + [276] = {.lex_state = 679}, + [277] = {.lex_state = 679}, + [278] = {.lex_state = 679}, + [279] = {.lex_state = 679}, + [280] = {.lex_state = 679}, + [281] = {.lex_state = 679}, + [282] = {.lex_state = 679}, + [283] = {.lex_state = 679}, + [284] = {.lex_state = 679}, + [285] = {.lex_state = 679}, + [286] = {.lex_state = 679}, + [287] = {.lex_state = 679}, [288] = {.lex_state = 10}, [289] = {.lex_state = 8}, [290] = {.lex_state = 8}, @@ -13606,7 +12840,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [303] = {.lex_state = 8}, [304] = {.lex_state = 8}, [305] = {.lex_state = 8}, - [306] = {.lex_state = 590}, + [306] = {.lex_state = 675}, [307] = {.lex_state = 8}, [308] = {.lex_state = 8}, [309] = {.lex_state = 8}, @@ -13631,58 +12865,58 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [328] = {.lex_state = 8}, [329] = {.lex_state = 8}, [330] = {.lex_state = 8}, - [331] = {.lex_state = 590}, + [331] = {.lex_state = 675}, [332] = {.lex_state = 8}, [333] = {.lex_state = 8}, [334] = {.lex_state = 8}, [335] = {.lex_state = 8}, - [336] = {.lex_state = 590}, - [337] = {.lex_state = 590}, - [338] = {.lex_state = 590}, - [339] = {.lex_state = 590}, - [340] = {.lex_state = 590}, - [341] = {.lex_state = 590}, - [342] = {.lex_state = 590}, - [343] = {.lex_state = 590}, - [344] = {.lex_state = 590}, - [345] = {.lex_state = 590}, - [346] = {.lex_state = 590}, - [347] = {.lex_state = 590}, - [348] = {.lex_state = 590}, - [349] = {.lex_state = 590}, - [350] = {.lex_state = 590}, - [351] = {.lex_state = 590}, - [352] = {.lex_state = 590}, - [353] = {.lex_state = 590}, - [354] = {.lex_state = 590}, - [355] = {.lex_state = 590}, - [356] = {.lex_state = 590}, - [357] = {.lex_state = 590}, - [358] = {.lex_state = 590}, - [359] = {.lex_state = 590}, - [360] = {.lex_state = 590}, - [361] = {.lex_state = 590}, - [362] = {.lex_state = 590}, + [336] = {.lex_state = 675}, + [337] = {.lex_state = 675}, + [338] = {.lex_state = 675}, + [339] = {.lex_state = 675}, + [340] = {.lex_state = 675}, + [341] = {.lex_state = 675}, + [342] = {.lex_state = 675}, + [343] = {.lex_state = 675}, + [344] = {.lex_state = 675}, + [345] = {.lex_state = 675}, + [346] = {.lex_state = 675}, + [347] = {.lex_state = 675}, + [348] = {.lex_state = 675}, + [349] = {.lex_state = 675}, + [350] = {.lex_state = 675}, + [351] = {.lex_state = 675}, + [352] = {.lex_state = 675}, + [353] = {.lex_state = 675}, + [354] = {.lex_state = 675}, + [355] = {.lex_state = 675}, + [356] = {.lex_state = 675}, + [357] = {.lex_state = 675}, + [358] = {.lex_state = 675}, + [359] = {.lex_state = 675}, + [360] = {.lex_state = 675}, + [361] = {.lex_state = 675}, + [362] = {.lex_state = 675}, [363] = {.lex_state = 10}, - [364] = {.lex_state = 590}, - [365] = {.lex_state = 590}, - [366] = {.lex_state = 590}, - [367] = {.lex_state = 590}, - [368] = {.lex_state = 590}, - [369] = {.lex_state = 590}, - [370] = {.lex_state = 590}, - [371] = {.lex_state = 590}, - [372] = {.lex_state = 590}, - [373] = {.lex_state = 590}, - [374] = {.lex_state = 590}, - [375] = {.lex_state = 590}, - [376] = {.lex_state = 590}, - [377] = {.lex_state = 590}, - [378] = {.lex_state = 590}, - [379] = {.lex_state = 590}, + [364] = {.lex_state = 675}, + [365] = {.lex_state = 675}, + [366] = {.lex_state = 675}, + [367] = {.lex_state = 675}, + [368] = {.lex_state = 675}, + [369] = {.lex_state = 675}, + [370] = {.lex_state = 675}, + [371] = {.lex_state = 675}, + [372] = {.lex_state = 675}, + [373] = {.lex_state = 675}, + [374] = {.lex_state = 675}, + [375] = {.lex_state = 675}, + [376] = {.lex_state = 675}, + [377] = {.lex_state = 675}, + [378] = {.lex_state = 675}, + [379] = {.lex_state = 675}, [380] = {.lex_state = 10}, - [381] = {.lex_state = 590}, - [382] = {.lex_state = 590}, + [381] = {.lex_state = 675}, + [382] = {.lex_state = 675}, [383] = {.lex_state = 12}, [384] = {.lex_state = 12}, [385] = {.lex_state = 12}, @@ -13757,14 +12991,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [454] = {.lex_state = 14}, [455] = {.lex_state = 13}, [456] = {.lex_state = 13}, - [457] = {.lex_state = 591}, - [458] = {.lex_state = 591}, + [457] = {.lex_state = 676}, + [458] = {.lex_state = 676}, [459] = {.lex_state = 14}, [460] = {.lex_state = 13}, [461] = {.lex_state = 14}, - [462] = {.lex_state = 591}, + [462] = {.lex_state = 676}, [463] = {.lex_state = 13}, - [464] = {.lex_state = 591}, + [464] = {.lex_state = 676}, [465] = {.lex_state = 14}, [466] = {.lex_state = 14}, [467] = {.lex_state = 13}, @@ -13774,16 +13008,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [471] = {.lex_state = 8}, [472] = {.lex_state = 15}, [473] = {.lex_state = 13}, - [474] = {.lex_state = 591}, + [474] = {.lex_state = 676}, [475] = {.lex_state = 13}, [476] = {.lex_state = 13}, [477] = {.lex_state = 15}, [478] = {.lex_state = 15}, [479] = {.lex_state = 13}, [480] = {.lex_state = 13}, - [481] = {.lex_state = 591}, + [481] = {.lex_state = 676}, [482] = {.lex_state = 13}, - [483] = {.lex_state = 591}, + [483] = {.lex_state = 676}, [484] = {.lex_state = 13}, [485] = {.lex_state = 13}, [486] = {.lex_state = 13}, @@ -13804,62 +13038,62 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [501] = {.lex_state = 14}, [502] = {.lex_state = 14}, [503] = {.lex_state = 14}, - [504] = {.lex_state = 591}, + [504] = {.lex_state = 676}, [505] = {.lex_state = 14}, [506] = {.lex_state = 13}, [507] = {.lex_state = 14}, [508] = {.lex_state = 14}, [509] = {.lex_state = 14}, [510] = {.lex_state = 8}, - [511] = {.lex_state = 591}, - [512] = {.lex_state = 591}, + [511] = {.lex_state = 676}, + [512] = {.lex_state = 676}, [513] = {.lex_state = 15}, - [514] = {.lex_state = 591}, + [514] = {.lex_state = 676}, [515] = {.lex_state = 15}, [516] = {.lex_state = 15}, - [517] = {.lex_state = 591}, - [518] = {.lex_state = 591}, + [517] = {.lex_state = 676}, + [518] = {.lex_state = 676}, [519] = {.lex_state = 15}, - [520] = {.lex_state = 591}, - [521] = {.lex_state = 591}, - [522] = {.lex_state = 591}, - [523] = {.lex_state = 591}, - [524] = {.lex_state = 591}, - [525] = {.lex_state = 591}, - [526] = {.lex_state = 591}, - [527] = {.lex_state = 591}, - [528] = {.lex_state = 591}, - [529] = {.lex_state = 591}, - [530] = {.lex_state = 591}, - [531] = {.lex_state = 591}, - [532] = {.lex_state = 591}, - [533] = {.lex_state = 591}, - [534] = {.lex_state = 591}, - [535] = {.lex_state = 591}, - [536] = {.lex_state = 591}, - [537] = {.lex_state = 593}, - [538] = {.lex_state = 591}, - [539] = {.lex_state = 591}, - [540] = {.lex_state = 591}, - [541] = {.lex_state = 591}, - [542] = {.lex_state = 592}, - [543] = {.lex_state = 592}, - [544] = {.lex_state = 591}, - [545] = {.lex_state = 593}, - [546] = {.lex_state = 591}, - [547] = {.lex_state = 591}, - [548] = {.lex_state = 591}, - [549] = {.lex_state = 593}, - [550] = {.lex_state = 591}, - [551] = {.lex_state = 592}, + [520] = {.lex_state = 676}, + [521] = {.lex_state = 676}, + [522] = {.lex_state = 676}, + [523] = {.lex_state = 676}, + [524] = {.lex_state = 676}, + [525] = {.lex_state = 676}, + [526] = {.lex_state = 676}, + [527] = {.lex_state = 676}, + [528] = {.lex_state = 676}, + [529] = {.lex_state = 676}, + [530] = {.lex_state = 676}, + [531] = {.lex_state = 676}, + [532] = {.lex_state = 676}, + [533] = {.lex_state = 676}, + [534] = {.lex_state = 676}, + [535] = {.lex_state = 676}, + [536] = {.lex_state = 676}, + [537] = {.lex_state = 678}, + [538] = {.lex_state = 676}, + [539] = {.lex_state = 676}, + [540] = {.lex_state = 676}, + [541] = {.lex_state = 676}, + [542] = {.lex_state = 677}, + [543] = {.lex_state = 677}, + [544] = {.lex_state = 676}, + [545] = {.lex_state = 678}, + [546] = {.lex_state = 676}, + [547] = {.lex_state = 676}, + [548] = {.lex_state = 676}, + [549] = {.lex_state = 678}, + [550] = {.lex_state = 676}, + [551] = {.lex_state = 677}, [552] = {.lex_state = 15}, - [553] = {.lex_state = 593}, - [554] = {.lex_state = 593}, + [553] = {.lex_state = 678}, + [554] = {.lex_state = 678}, [555] = {.lex_state = 15}, [556] = {.lex_state = 15}, - [557] = {.lex_state = 592}, + [557] = {.lex_state = 677}, [558] = {.lex_state = 15}, - [559] = {.lex_state = 592}, + [559] = {.lex_state = 677}, [560] = {.lex_state = 15}, [561] = {.lex_state = 15}, [562] = {.lex_state = 15}, @@ -13870,42 +13104,42 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [567] = {.lex_state = 15}, [568] = {.lex_state = 15}, [569] = {.lex_state = 15}, - [570] = {.lex_state = 592}, + [570] = {.lex_state = 677}, [571] = {.lex_state = 15}, [572] = {.lex_state = 15}, [573] = {.lex_state = 15}, - [574] = {.lex_state = 593}, + [574] = {.lex_state = 678}, [575] = {.lex_state = 15}, [576] = {.lex_state = 15}, [577] = {.lex_state = 15}, [578] = {.lex_state = 15}, - [579] = {.lex_state = 591}, - [580] = {.lex_state = 591}, - [581] = {.lex_state = 591}, - [582] = {.lex_state = 592}, - [583] = {.lex_state = 592}, - [584] = {.lex_state = 591}, - [585] = {.lex_state = 591}, - [586] = {.lex_state = 593}, - [587] = {.lex_state = 591}, - [588] = {.lex_state = 593}, - [589] = {.lex_state = 591}, - [590] = {.lex_state = 591}, - [591] = {.lex_state = 591}, - [592] = {.lex_state = 591}, - [593] = {.lex_state = 591}, - [594] = {.lex_state = 591}, - [595] = {.lex_state = 591}, - [596] = {.lex_state = 591}, - [597] = {.lex_state = 591}, - [598] = {.lex_state = 591}, - [599] = {.lex_state = 591}, - [600] = {.lex_state = 591}, - [601] = {.lex_state = 591}, - [602] = {.lex_state = 591}, - [603] = {.lex_state = 591}, - [604] = {.lex_state = 591}, - [605] = {.lex_state = 591}, + [579] = {.lex_state = 676}, + [580] = {.lex_state = 676}, + [581] = {.lex_state = 676}, + [582] = {.lex_state = 677}, + [583] = {.lex_state = 677}, + [584] = {.lex_state = 676}, + [585] = {.lex_state = 676}, + [586] = {.lex_state = 678}, + [587] = {.lex_state = 676}, + [588] = {.lex_state = 678}, + [589] = {.lex_state = 676}, + [590] = {.lex_state = 676}, + [591] = {.lex_state = 676}, + [592] = {.lex_state = 676}, + [593] = {.lex_state = 676}, + [594] = {.lex_state = 676}, + [595] = {.lex_state = 676}, + [596] = {.lex_state = 676}, + [597] = {.lex_state = 676}, + [598] = {.lex_state = 676}, + [599] = {.lex_state = 676}, + [600] = {.lex_state = 676}, + [601] = {.lex_state = 676}, + [602] = {.lex_state = 676}, + [603] = {.lex_state = 676}, + [604] = {.lex_state = 676}, + [605] = {.lex_state = 676}, [606] = {.lex_state = 8}, [607] = {.lex_state = 8}, [608] = {.lex_state = 8}, @@ -13916,210 +13150,210 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [613] = {.lex_state = 8}, [614] = {.lex_state = 8}, [615] = {.lex_state = 8}, - [616] = {.lex_state = 591}, - [617] = {.lex_state = 591}, - [618] = {.lex_state = 591}, - [619] = {.lex_state = 591}, - [620] = {.lex_state = 591}, - [621] = {.lex_state = 591}, - [622] = {.lex_state = 591}, - [623] = {.lex_state = 591}, - [624] = {.lex_state = 591}, - [625] = {.lex_state = 591}, - [626] = {.lex_state = 591}, - [627] = {.lex_state = 591}, - [628] = {.lex_state = 591}, - [629] = {.lex_state = 591}, - [630] = {.lex_state = 591}, - [631] = {.lex_state = 591}, + [616] = {.lex_state = 676}, + [617] = {.lex_state = 676}, + [618] = {.lex_state = 676}, + [619] = {.lex_state = 676}, + [620] = {.lex_state = 676}, + [621] = {.lex_state = 676}, + [622] = {.lex_state = 676}, + [623] = {.lex_state = 676}, + [624] = {.lex_state = 676}, + [625] = {.lex_state = 676}, + [626] = {.lex_state = 676}, + [627] = {.lex_state = 676}, + [628] = {.lex_state = 676}, + [629] = {.lex_state = 676}, + [630] = {.lex_state = 676}, + [631] = {.lex_state = 676}, [632] = {.lex_state = 15}, [633] = {.lex_state = 15}, - [634] = {.lex_state = 592}, - [635] = {.lex_state = 593}, - [636] = {.lex_state = 593}, - [637] = {.lex_state = 593}, - [638] = {.lex_state = 593}, - [639] = {.lex_state = 592}, - [640] = {.lex_state = 592}, - [641] = {.lex_state = 592}, - [642] = {.lex_state = 592}, - [643] = {.lex_state = 592}, - [644] = {.lex_state = 592}, - [645] = {.lex_state = 592}, - [646] = {.lex_state = 592}, - [647] = {.lex_state = 592}, - [648] = {.lex_state = 592}, - [649] = {.lex_state = 592}, - [650] = {.lex_state = 592}, - [651] = {.lex_state = 592}, - [652] = {.lex_state = 594}, - [653] = {.lex_state = 592}, - [654] = {.lex_state = 592}, - [655] = {.lex_state = 592}, - [656] = {.lex_state = 592}, - [657] = {.lex_state = 592}, - [658] = {.lex_state = 592}, - [659] = {.lex_state = 592}, - [660] = {.lex_state = 592}, - [661] = {.lex_state = 592}, - [662] = {.lex_state = 592}, - [663] = {.lex_state = 592}, - [664] = {.lex_state = 592}, - [665] = {.lex_state = 593}, - [666] = {.lex_state = 592}, - [667] = {.lex_state = 594}, - [668] = {.lex_state = 593}, - [669] = {.lex_state = 593}, - [670] = {.lex_state = 593}, - [671] = {.lex_state = 592}, - [672] = {.lex_state = 593}, - [673] = {.lex_state = 593}, - [674] = {.lex_state = 594}, - [675] = {.lex_state = 593}, - [676] = {.lex_state = 593}, - [677] = {.lex_state = 593}, - [678] = {.lex_state = 592}, - [679] = {.lex_state = 594}, - [680] = {.lex_state = 594}, - [681] = {.lex_state = 593}, - [682] = {.lex_state = 592}, - [683] = {.lex_state = 592}, - [684] = {.lex_state = 594}, - [685] = {.lex_state = 593}, - [686] = {.lex_state = 592}, - [687] = {.lex_state = 592}, - [688] = {.lex_state = 592}, - [689] = {.lex_state = 594}, - [690] = {.lex_state = 592}, - [691] = {.lex_state = 593}, - [692] = {.lex_state = 592}, - [693] = {.lex_state = 592}, - [694] = {.lex_state = 592}, - [695] = {.lex_state = 592}, - [696] = {.lex_state = 593}, - [697] = {.lex_state = 592}, - [698] = {.lex_state = 594}, - [699] = {.lex_state = 593}, - [700] = {.lex_state = 592}, - [701] = {.lex_state = 593}, - [702] = {.lex_state = 592}, - [703] = {.lex_state = 592}, - [704] = {.lex_state = 592}, - [705] = {.lex_state = 592}, - [706] = {.lex_state = 592}, - [707] = {.lex_state = 593}, - [708] = {.lex_state = 592}, - [709] = {.lex_state = 592}, - [710] = {.lex_state = 593}, - [711] = {.lex_state = 592}, - [712] = {.lex_state = 592}, - [713] = {.lex_state = 592}, - [714] = {.lex_state = 592}, - [715] = {.lex_state = 593}, - [716] = {.lex_state = 592}, - [717] = {.lex_state = 592}, - [718] = {.lex_state = 592}, - [719] = {.lex_state = 593}, - [720] = {.lex_state = 593}, - [721] = {.lex_state = 593}, - [722] = {.lex_state = 593}, - [723] = {.lex_state = 593}, - [724] = {.lex_state = 593}, - [725] = {.lex_state = 593}, - [726] = {.lex_state = 593}, - [727] = {.lex_state = 592}, - [728] = {.lex_state = 593}, - [729] = {.lex_state = 593}, - [730] = {.lex_state = 593}, - [731] = {.lex_state = 593}, - [732] = {.lex_state = 593}, - [733] = {.lex_state = 593}, - [734] = {.lex_state = 592}, - [735] = {.lex_state = 593}, - [736] = {.lex_state = 593}, - [737] = {.lex_state = 593}, - [738] = {.lex_state = 593}, - [739] = {.lex_state = 593}, - [740] = {.lex_state = 593}, - [741] = {.lex_state = 593}, - [742] = {.lex_state = 592}, - [743] = {.lex_state = 593}, - [744] = {.lex_state = 593}, - [745] = {.lex_state = 593}, - [746] = {.lex_state = 593}, - [747] = {.lex_state = 593}, - [748] = {.lex_state = 593}, - [749] = {.lex_state = 593}, - [750] = {.lex_state = 593}, - [751] = {.lex_state = 593}, - [752] = {.lex_state = 593}, - [753] = {.lex_state = 593}, - [754] = {.lex_state = 593}, - [755] = {.lex_state = 593}, - [756] = {.lex_state = 593}, - [757] = {.lex_state = 593}, - [758] = {.lex_state = 593}, - [759] = {.lex_state = 593}, - [760] = {.lex_state = 593}, - [761] = {.lex_state = 593}, - [762] = {.lex_state = 593}, - [763] = {.lex_state = 593}, - [764] = {.lex_state = 593}, - [765] = {.lex_state = 593}, - [766] = {.lex_state = 594}, - [767] = {.lex_state = 594}, - [768] = {.lex_state = 594}, - [769] = {.lex_state = 594}, - [770] = {.lex_state = 594}, - [771] = {.lex_state = 594}, - [772] = {.lex_state = 594}, - [773] = {.lex_state = 594}, - [774] = {.lex_state = 594}, - [775] = {.lex_state = 594}, - [776] = {.lex_state = 594}, - [777] = {.lex_state = 594}, - [778] = {.lex_state = 594}, - [779] = {.lex_state = 594}, - [780] = {.lex_state = 594}, - [781] = {.lex_state = 594}, - [782] = {.lex_state = 594}, - [783] = {.lex_state = 594}, - [784] = {.lex_state = 594}, - [785] = {.lex_state = 594}, - [786] = {.lex_state = 594}, - [787] = {.lex_state = 594}, - [788] = {.lex_state = 594}, - [789] = {.lex_state = 594}, - [790] = {.lex_state = 594}, - [791] = {.lex_state = 594}, - [792] = {.lex_state = 594}, - [793] = {.lex_state = 594}, - [794] = {.lex_state = 594}, - [795] = {.lex_state = 594}, - [796] = {.lex_state = 594}, - [797] = {.lex_state = 594}, - [798] = {.lex_state = 594}, - [799] = {.lex_state = 594}, - [800] = {.lex_state = 594}, - [801] = {.lex_state = 594}, - [802] = {.lex_state = 594}, - [803] = {.lex_state = 594}, - [804] = {.lex_state = 594}, - [805] = {.lex_state = 594}, - [806] = {.lex_state = 594}, - [807] = {.lex_state = 594}, - [808] = {.lex_state = 594}, - [809] = {.lex_state = 594}, - [810] = {.lex_state = 594}, - [811] = {.lex_state = 594}, - [812] = {.lex_state = 594}, - [813] = {.lex_state = 594}, - [814] = {.lex_state = 594}, - [815] = {.lex_state = 594}, - [816] = {.lex_state = 594}, - [817] = {.lex_state = 594}, - [818] = {.lex_state = 594}, - [819] = {.lex_state = 594}, + [634] = {.lex_state = 677}, + [635] = {.lex_state = 678}, + [636] = {.lex_state = 678}, + [637] = {.lex_state = 678}, + [638] = {.lex_state = 678}, + [639] = {.lex_state = 677}, + [640] = {.lex_state = 677}, + [641] = {.lex_state = 677}, + [642] = {.lex_state = 677}, + [643] = {.lex_state = 677}, + [644] = {.lex_state = 677}, + [645] = {.lex_state = 677}, + [646] = {.lex_state = 677}, + [647] = {.lex_state = 677}, + [648] = {.lex_state = 677}, + [649] = {.lex_state = 677}, + [650] = {.lex_state = 677}, + [651] = {.lex_state = 677}, + [652] = {.lex_state = 679}, + [653] = {.lex_state = 677}, + [654] = {.lex_state = 677}, + [655] = {.lex_state = 677}, + [656] = {.lex_state = 677}, + [657] = {.lex_state = 677}, + [658] = {.lex_state = 677}, + [659] = {.lex_state = 677}, + [660] = {.lex_state = 677}, + [661] = {.lex_state = 677}, + [662] = {.lex_state = 677}, + [663] = {.lex_state = 677}, + [664] = {.lex_state = 677}, + [665] = {.lex_state = 678}, + [666] = {.lex_state = 677}, + [667] = {.lex_state = 679}, + [668] = {.lex_state = 678}, + [669] = {.lex_state = 678}, + [670] = {.lex_state = 678}, + [671] = {.lex_state = 677}, + [672] = {.lex_state = 678}, + [673] = {.lex_state = 678}, + [674] = {.lex_state = 679}, + [675] = {.lex_state = 678}, + [676] = {.lex_state = 678}, + [677] = {.lex_state = 678}, + [678] = {.lex_state = 677}, + [679] = {.lex_state = 679}, + [680] = {.lex_state = 679}, + [681] = {.lex_state = 678}, + [682] = {.lex_state = 677}, + [683] = {.lex_state = 677}, + [684] = {.lex_state = 679}, + [685] = {.lex_state = 678}, + [686] = {.lex_state = 677}, + [687] = {.lex_state = 677}, + [688] = {.lex_state = 677}, + [689] = {.lex_state = 679}, + [690] = {.lex_state = 677}, + [691] = {.lex_state = 678}, + [692] = {.lex_state = 677}, + [693] = {.lex_state = 677}, + [694] = {.lex_state = 677}, + [695] = {.lex_state = 677}, + [696] = {.lex_state = 678}, + [697] = {.lex_state = 677}, + [698] = {.lex_state = 679}, + [699] = {.lex_state = 678}, + [700] = {.lex_state = 677}, + [701] = {.lex_state = 678}, + [702] = {.lex_state = 677}, + [703] = {.lex_state = 677}, + [704] = {.lex_state = 677}, + [705] = {.lex_state = 677}, + [706] = {.lex_state = 677}, + [707] = {.lex_state = 678}, + [708] = {.lex_state = 677}, + [709] = {.lex_state = 677}, + [710] = {.lex_state = 678}, + [711] = {.lex_state = 677}, + [712] = {.lex_state = 677}, + [713] = {.lex_state = 677}, + [714] = {.lex_state = 677}, + [715] = {.lex_state = 678}, + [716] = {.lex_state = 677}, + [717] = {.lex_state = 677}, + [718] = {.lex_state = 677}, + [719] = {.lex_state = 678}, + [720] = {.lex_state = 678}, + [721] = {.lex_state = 678}, + [722] = {.lex_state = 678}, + [723] = {.lex_state = 678}, + [724] = {.lex_state = 678}, + [725] = {.lex_state = 678}, + [726] = {.lex_state = 678}, + [727] = {.lex_state = 677}, + [728] = {.lex_state = 678}, + [729] = {.lex_state = 678}, + [730] = {.lex_state = 678}, + [731] = {.lex_state = 678}, + [732] = {.lex_state = 678}, + [733] = {.lex_state = 678}, + [734] = {.lex_state = 677}, + [735] = {.lex_state = 678}, + [736] = {.lex_state = 678}, + [737] = {.lex_state = 678}, + [738] = {.lex_state = 678}, + [739] = {.lex_state = 678}, + [740] = {.lex_state = 678}, + [741] = {.lex_state = 678}, + [742] = {.lex_state = 677}, + [743] = {.lex_state = 678}, + [744] = {.lex_state = 678}, + [745] = {.lex_state = 678}, + [746] = {.lex_state = 678}, + [747] = {.lex_state = 678}, + [748] = {.lex_state = 678}, + [749] = {.lex_state = 678}, + [750] = {.lex_state = 678}, + [751] = {.lex_state = 678}, + [752] = {.lex_state = 678}, + [753] = {.lex_state = 678}, + [754] = {.lex_state = 678}, + [755] = {.lex_state = 678}, + [756] = {.lex_state = 678}, + [757] = {.lex_state = 678}, + [758] = {.lex_state = 678}, + [759] = {.lex_state = 678}, + [760] = {.lex_state = 678}, + [761] = {.lex_state = 678}, + [762] = {.lex_state = 678}, + [763] = {.lex_state = 678}, + [764] = {.lex_state = 678}, + [765] = {.lex_state = 678}, + [766] = {.lex_state = 679}, + [767] = {.lex_state = 679}, + [768] = {.lex_state = 679}, + [769] = {.lex_state = 679}, + [770] = {.lex_state = 679}, + [771] = {.lex_state = 679}, + [772] = {.lex_state = 679}, + [773] = {.lex_state = 679}, + [774] = {.lex_state = 679}, + [775] = {.lex_state = 679}, + [776] = {.lex_state = 679}, + [777] = {.lex_state = 679}, + [778] = {.lex_state = 679}, + [779] = {.lex_state = 679}, + [780] = {.lex_state = 679}, + [781] = {.lex_state = 679}, + [782] = {.lex_state = 679}, + [783] = {.lex_state = 679}, + [784] = {.lex_state = 679}, + [785] = {.lex_state = 679}, + [786] = {.lex_state = 679}, + [787] = {.lex_state = 679}, + [788] = {.lex_state = 679}, + [789] = {.lex_state = 679}, + [790] = {.lex_state = 679}, + [791] = {.lex_state = 679}, + [792] = {.lex_state = 679}, + [793] = {.lex_state = 679}, + [794] = {.lex_state = 679}, + [795] = {.lex_state = 679}, + [796] = {.lex_state = 679}, + [797] = {.lex_state = 679}, + [798] = {.lex_state = 679}, + [799] = {.lex_state = 679}, + [800] = {.lex_state = 679}, + [801] = {.lex_state = 679}, + [802] = {.lex_state = 679}, + [803] = {.lex_state = 679}, + [804] = {.lex_state = 679}, + [805] = {.lex_state = 679}, + [806] = {.lex_state = 679}, + [807] = {.lex_state = 679}, + [808] = {.lex_state = 679}, + [809] = {.lex_state = 679}, + [810] = {.lex_state = 679}, + [811] = {.lex_state = 679}, + [812] = {.lex_state = 679}, + [813] = {.lex_state = 679}, + [814] = {.lex_state = 679}, + [815] = {.lex_state = 679}, + [816] = {.lex_state = 679}, + [817] = {.lex_state = 679}, + [818] = {.lex_state = 679}, + [819] = {.lex_state = 679}, [820] = {.lex_state = 11}, [821] = {.lex_state = 10}, [822] = {.lex_state = 10}, @@ -14223,7 +13457,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [920] = {.lex_state = 10}, [921] = {.lex_state = 0}, [922] = {.lex_state = 0}, - [923] = {.lex_state = 590}, + [923] = {.lex_state = 675}, [924] = {.lex_state = 10}, [925] = {.lex_state = 10}, [926] = {.lex_state = 10}, @@ -14238,10 +13472,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [935] = {.lex_state = 10}, [936] = {.lex_state = 10}, [937] = {.lex_state = 10}, - [938] = {.lex_state = 8}, + [938] = {.lex_state = 0}, [939] = {.lex_state = 10}, [940] = {.lex_state = 10}, - [941] = {.lex_state = 8}, + [941] = {.lex_state = 0}, [942] = {.lex_state = 10}, [943] = {.lex_state = 10}, [944] = {.lex_state = 10}, @@ -14556,7 +13790,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1253] = {.lex_state = 0}, [1254] = {.lex_state = 0}, [1255] = {.lex_state = 0}, - [1256] = {.lex_state = 8}, + [1256] = {.lex_state = 0}, [1257] = {.lex_state = 9}, [1258] = {.lex_state = 9}, [1259] = {.lex_state = 9}, @@ -14897,128 +14131,128 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1594] = {.lex_state = 9}, [1595] = {.lex_state = 9}, [1596] = {.lex_state = 9}, - [1597] = {.lex_state = 21}, - [1598] = {.lex_state = 21}, - [1599] = {.lex_state = 21}, - [1600] = {.lex_state = 21}, - [1601] = {.lex_state = 21}, - [1602] = {.lex_state = 21}, - [1603] = {.lex_state = 21}, + [1597] = {.lex_state = 20}, + [1598] = {.lex_state = 20}, + [1599] = {.lex_state = 20}, + [1600] = {.lex_state = 20}, + [1601] = {.lex_state = 20}, + [1602] = {.lex_state = 20}, + [1603] = {.lex_state = 20}, [1604] = {.lex_state = 9}, - [1605] = {.lex_state = 21}, - [1606] = {.lex_state = 21}, - [1607] = {.lex_state = 21}, - [1608] = {.lex_state = 21}, - [1609] = {.lex_state = 21}, - [1610] = {.lex_state = 21}, - [1611] = {.lex_state = 21}, - [1612] = {.lex_state = 21}, - [1613] = {.lex_state = 21}, - [1614] = {.lex_state = 21}, - [1615] = {.lex_state = 21}, - [1616] = {.lex_state = 21}, - [1617] = {.lex_state = 21}, + [1605] = {.lex_state = 20}, + [1606] = {.lex_state = 20}, + [1607] = {.lex_state = 20}, + [1608] = {.lex_state = 20}, + [1609] = {.lex_state = 20}, + [1610] = {.lex_state = 20}, + [1611] = {.lex_state = 20}, + [1612] = {.lex_state = 20}, + [1613] = {.lex_state = 20}, + [1614] = {.lex_state = 20}, + [1615] = {.lex_state = 20}, + [1616] = {.lex_state = 20}, + [1617] = {.lex_state = 20}, [1618] = {.lex_state = 9}, - [1619] = {.lex_state = 21}, - [1620] = {.lex_state = 21}, - [1621] = {.lex_state = 21}, - [1622] = {.lex_state = 21}, - [1623] = {.lex_state = 21}, - [1624] = {.lex_state = 21}, - [1625] = {.lex_state = 21}, - [1626] = {.lex_state = 21}, - [1627] = {.lex_state = 21}, - [1628] = {.lex_state = 21}, - [1629] = {.lex_state = 21}, + [1619] = {.lex_state = 20}, + [1620] = {.lex_state = 20}, + [1621] = {.lex_state = 20}, + [1622] = {.lex_state = 20}, + [1623] = {.lex_state = 20}, + [1624] = {.lex_state = 20}, + [1625] = {.lex_state = 20}, + [1626] = {.lex_state = 20}, + [1627] = {.lex_state = 20}, + [1628] = {.lex_state = 20}, + [1629] = {.lex_state = 20}, [1630] = {.lex_state = 0}, [1631] = {.lex_state = 0}, [1632] = {.lex_state = 0}, [1633] = {.lex_state = 0}, - [1634] = {.lex_state = 21}, - [1635] = {.lex_state = 21}, - [1636] = {.lex_state = 21}, - [1637] = {.lex_state = 21}, - [1638] = {.lex_state = 21}, + [1634] = {.lex_state = 20}, + [1635] = {.lex_state = 20}, + [1636] = {.lex_state = 20}, + [1637] = {.lex_state = 20}, + [1638] = {.lex_state = 20}, [1639] = {.lex_state = 0}, - [1640] = {.lex_state = 21}, + [1640] = {.lex_state = 20}, [1641] = {.lex_state = 0}, - [1642] = {.lex_state = 21}, - [1643] = {.lex_state = 21}, + [1642] = {.lex_state = 20}, + [1643] = {.lex_state = 20}, [1644] = {.lex_state = 0}, [1645] = {.lex_state = 0}, [1646] = {.lex_state = 0}, - [1647] = {.lex_state = 21}, - [1648] = {.lex_state = 21}, + [1647] = {.lex_state = 20}, + [1648] = {.lex_state = 20}, [1649] = {.lex_state = 0}, - [1650] = {.lex_state = 21}, - [1651] = {.lex_state = 21}, + [1650] = {.lex_state = 20}, + [1651] = {.lex_state = 20}, [1652] = {.lex_state = 0}, [1653] = {.lex_state = 0}, [1654] = {.lex_state = 0}, [1655] = {.lex_state = 0}, [1656] = {.lex_state = 0}, [1657] = {.lex_state = 0}, - [1658] = {.lex_state = 21}, - [1659] = {.lex_state = 21}, + [1658] = {.lex_state = 20}, + [1659] = {.lex_state = 20}, [1660] = {.lex_state = 0}, - [1661] = {.lex_state = 21}, - [1662] = {.lex_state = 21}, + [1661] = {.lex_state = 20}, + [1662] = {.lex_state = 20}, [1663] = {.lex_state = 0}, - [1664] = {.lex_state = 21}, + [1664] = {.lex_state = 20}, [1665] = {.lex_state = 0}, - [1666] = {.lex_state = 21}, - [1667] = {.lex_state = 21}, + [1666] = {.lex_state = 20}, + [1667] = {.lex_state = 20}, [1668] = {.lex_state = 0}, - [1669] = {.lex_state = 21}, - [1670] = {.lex_state = 21}, - [1671] = {.lex_state = 21}, - [1672] = {.lex_state = 21}, + [1669] = {.lex_state = 20}, + [1670] = {.lex_state = 20}, + [1671] = {.lex_state = 20}, + [1672] = {.lex_state = 20}, [1673] = {.lex_state = 0}, [1674] = {.lex_state = 0}, - [1675] = {.lex_state = 21}, + [1675] = {.lex_state = 20}, [1676] = {.lex_state = 0}, [1677] = {.lex_state = 0}, [1678] = {.lex_state = 0}, [1679] = {.lex_state = 0}, [1680] = {.lex_state = 0}, - [1681] = {.lex_state = 21}, - [1682] = {.lex_state = 21}, + [1681] = {.lex_state = 20}, + [1682] = {.lex_state = 20}, [1683] = {.lex_state = 0}, [1684] = {.lex_state = 0}, - [1685] = {.lex_state = 21}, - [1686] = {.lex_state = 21}, + [1685] = {.lex_state = 20}, + [1686] = {.lex_state = 20}, [1687] = {.lex_state = 0}, - [1688] = {.lex_state = 21}, - [1689] = {.lex_state = 21}, - [1690] = {.lex_state = 21}, - [1691] = {.lex_state = 21}, - [1692] = {.lex_state = 21}, + [1688] = {.lex_state = 20}, + [1689] = {.lex_state = 20}, + [1690] = {.lex_state = 20}, + [1691] = {.lex_state = 20}, + [1692] = {.lex_state = 20}, [1693] = {.lex_state = 0}, [1694] = {.lex_state = 0}, - [1695] = {.lex_state = 21}, - [1696] = {.lex_state = 21}, - [1697] = {.lex_state = 21}, - [1698] = {.lex_state = 21}, - [1699] = {.lex_state = 21}, + [1695] = {.lex_state = 20}, + [1696] = {.lex_state = 20}, + [1697] = {.lex_state = 20}, + [1698] = {.lex_state = 20}, + [1699] = {.lex_state = 20}, [1700] = {.lex_state = 0}, - [1701] = {.lex_state = 21}, + [1701] = {.lex_state = 20}, [1702] = {.lex_state = 0}, - [1703] = {.lex_state = 21}, + [1703] = {.lex_state = 20}, [1704] = {.lex_state = 0}, - [1705] = {.lex_state = 21}, - [1706] = {.lex_state = 21}, + [1705] = {.lex_state = 20}, + [1706] = {.lex_state = 20}, [1707] = {.lex_state = 0}, - [1708] = {.lex_state = 21}, - [1709] = {.lex_state = 21}, + [1708] = {.lex_state = 20}, + [1709] = {.lex_state = 20}, [1710] = {.lex_state = 0}, - [1711] = {.lex_state = 21}, - [1712] = {.lex_state = 21}, + [1711] = {.lex_state = 20}, + [1712] = {.lex_state = 20}, [1713] = {.lex_state = 0}, [1714] = {.lex_state = 0}, - [1715] = {.lex_state = 21}, - [1716] = {.lex_state = 21}, - [1717] = {.lex_state = 21}, - [1718] = {.lex_state = 21}, + [1715] = {.lex_state = 20}, + [1716] = {.lex_state = 20}, + [1717] = {.lex_state = 20}, + [1718] = {.lex_state = 20}, [1719] = {.lex_state = 0}, [1720] = {.lex_state = 0}, [1721] = {.lex_state = 0}, @@ -15027,68 +14261,68 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1724] = {.lex_state = 0}, [1725] = {.lex_state = 0}, [1726] = {.lex_state = 0}, - [1727] = {.lex_state = 21}, + [1727] = {.lex_state = 20}, [1728] = {.lex_state = 0}, - [1729] = {.lex_state = 21}, - [1730] = {.lex_state = 21}, + [1729] = {.lex_state = 20}, + [1730] = {.lex_state = 20}, [1731] = {.lex_state = 0}, - [1732] = {.lex_state = 21}, + [1732] = {.lex_state = 20}, [1733] = {.lex_state = 0}, - [1734] = {.lex_state = 21}, + [1734] = {.lex_state = 20}, [1735] = {.lex_state = 0}, [1736] = {.lex_state = 0}, - [1737] = {.lex_state = 21}, - [1738] = {.lex_state = 21}, - [1739] = {.lex_state = 21}, + [1737] = {.lex_state = 20}, + [1738] = {.lex_state = 20}, + [1739] = {.lex_state = 20}, [1740] = {.lex_state = 0}, - [1741] = {.lex_state = 21}, + [1741] = {.lex_state = 20}, [1742] = {.lex_state = 0}, - [1743] = {.lex_state = 21}, - [1744] = {.lex_state = 21}, + [1743] = {.lex_state = 20}, + [1744] = {.lex_state = 20}, [1745] = {.lex_state = 0}, [1746] = {.lex_state = 0}, - [1747] = {.lex_state = 21}, + [1747] = {.lex_state = 20}, [1748] = {.lex_state = 0}, - [1749] = {.lex_state = 21}, - [1750] = {.lex_state = 21}, - [1751] = {.lex_state = 21}, - [1752] = {.lex_state = 21}, - [1753] = {.lex_state = 21}, + [1749] = {.lex_state = 20}, + [1750] = {.lex_state = 20}, + [1751] = {.lex_state = 20}, + [1752] = {.lex_state = 20}, + [1753] = {.lex_state = 20}, [1754] = {.lex_state = 0}, [1755] = {.lex_state = 0}, [1756] = {.lex_state = 0}, - [1757] = {.lex_state = 21}, + [1757] = {.lex_state = 20}, [1758] = {.lex_state = 0}, - [1759] = {.lex_state = 21}, + [1759] = {.lex_state = 20}, [1760] = {.lex_state = 0}, - [1761] = {.lex_state = 21}, + [1761] = {.lex_state = 20}, [1762] = {.lex_state = 0}, [1763] = {.lex_state = 0}, [1764] = {.lex_state = 0}, [1765] = {.lex_state = 0}, [1766] = {.lex_state = 0}, - [1767] = {.lex_state = 21}, - [1768] = {.lex_state = 21}, + [1767] = {.lex_state = 20}, + [1768] = {.lex_state = 20}, [1769] = {.lex_state = 0}, - [1770] = {.lex_state = 21}, - [1771] = {.lex_state = 21}, - [1772] = {.lex_state = 21}, + [1770] = {.lex_state = 20}, + [1771] = {.lex_state = 20}, + [1772] = {.lex_state = 20}, [1773] = {.lex_state = 0}, [1774] = {.lex_state = 0}, - [1775] = {.lex_state = 21}, - [1776] = {.lex_state = 21}, - [1777] = {.lex_state = 21}, - [1778] = {.lex_state = 21}, + [1775] = {.lex_state = 20}, + [1776] = {.lex_state = 20}, + [1777] = {.lex_state = 20}, + [1778] = {.lex_state = 20}, [1779] = {.lex_state = 0}, [1780] = {.lex_state = 0}, - [1781] = {.lex_state = 21}, - [1782] = {.lex_state = 21}, - [1783] = {.lex_state = 21}, - [1784] = {.lex_state = 21}, + [1781] = {.lex_state = 20}, + [1782] = {.lex_state = 20}, + [1783] = {.lex_state = 20}, + [1784] = {.lex_state = 20}, [1785] = {.lex_state = 0}, - [1786] = {.lex_state = 21}, - [1787] = {.lex_state = 21}, - [1788] = {.lex_state = 21}, + [1786] = {.lex_state = 20}, + [1787] = {.lex_state = 20}, + [1788] = {.lex_state = 20}, [1789] = {.lex_state = 0}, [1790] = {.lex_state = 0}, [1791] = {.lex_state = 0}, @@ -15144,23 +14378,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1841] = {.lex_state = 0}, [1842] = {.lex_state = 0}, [1843] = {.lex_state = 0}, - [1844] = {.lex_state = 590}, + [1844] = {.lex_state = 20}, [1845] = {.lex_state = 0}, [1846] = {.lex_state = 19}, [1847] = {.lex_state = 0}, - [1848] = {.lex_state = 590}, + [1848] = {.lex_state = 20}, [1849] = {.lex_state = 0}, [1850] = {.lex_state = 0}, [1851] = {.lex_state = 0}, [1852] = {.lex_state = 0}, [1853] = {.lex_state = 0}, - [1854] = {.lex_state = 590}, + [1854] = {.lex_state = 20}, [1855] = {.lex_state = 0}, [1856] = {.lex_state = 0}, - [1857] = {.lex_state = 590}, + [1857] = {.lex_state = 20}, [1858] = {.lex_state = 0}, - [1859] = {.lex_state = 590}, - [1860] = {.lex_state = 590}, + [1859] = {.lex_state = 20}, + [1860] = {.lex_state = 20}, [1861] = {.lex_state = 0}, [1862] = {.lex_state = 0}, [1863] = {.lex_state = 0}, @@ -15172,20 +14406,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1869] = {.lex_state = 0}, [1870] = {.lex_state = 0}, [1871] = {.lex_state = 0}, - [1872] = {.lex_state = 0}, + [1872] = {.lex_state = 8}, [1873] = {.lex_state = 0}, [1874] = {.lex_state = 19}, [1875] = {.lex_state = 19}, [1876] = {.lex_state = 0}, [1877] = {.lex_state = 0}, - [1878] = {.lex_state = 8}, - [1879] = {.lex_state = 590}, + [1878] = {.lex_state = 0}, + [1879] = {.lex_state = 675}, [1880] = {.lex_state = 0}, [1881] = {.lex_state = 0}, [1882] = {.lex_state = 0}, [1883] = {.lex_state = 0}, [1884] = {.lex_state = 0}, - [1885] = {.lex_state = 0}, + [1885] = {.lex_state = 8}, [1886] = {.lex_state = 19}, [1887] = {.lex_state = 19}, [1888] = {.lex_state = 0}, @@ -15203,7 +14437,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1900] = {.lex_state = 19}, [1901] = {.lex_state = 0}, [1902] = {.lex_state = 0}, - [1903] = {.lex_state = 8}, + [1903] = {.lex_state = 0}, [1904] = {.lex_state = 0}, [1905] = {.lex_state = 0}, [1906] = {.lex_state = 0}, @@ -15213,76 +14447,76 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1910] = {.lex_state = 19}, [1911] = {.lex_state = 19}, [1912] = {.lex_state = 19}, - [1913] = {.lex_state = 22}, + [1913] = {.lex_state = 21}, [1914] = {.lex_state = 0}, [1915] = {.lex_state = 19}, [1916] = {.lex_state = 19}, - [1917] = {.lex_state = 22}, + [1917] = {.lex_state = 21}, [1918] = {.lex_state = 19}, [1919] = {.lex_state = 19}, - [1920] = {.lex_state = 23}, + [1920] = {.lex_state = 22}, [1921] = {.lex_state = 19}, [1922] = {.lex_state = 19}, [1923] = {.lex_state = 0}, [1924] = {.lex_state = 19}, [1925] = {.lex_state = 19}, - [1926] = {.lex_state = 23}, + [1926] = {.lex_state = 22}, [1927] = {.lex_state = 19}, [1928] = {.lex_state = 0}, [1929] = {.lex_state = 19}, [1930] = {.lex_state = 8}, - [1931] = {.lex_state = 22}, + [1931] = {.lex_state = 21}, [1932] = {.lex_state = 19}, [1933] = {.lex_state = 19}, - [1934] = {.lex_state = 590}, + [1934] = {.lex_state = 675}, [1935] = {.lex_state = 0}, - [1936] = {.lex_state = 0}, - [1937] = {.lex_state = 0}, + [1936] = {.lex_state = 8}, + [1937] = {.lex_state = 8}, [1938] = {.lex_state = 0}, - [1939] = {.lex_state = 0}, - [1940] = {.lex_state = 0}, - [1941] = {.lex_state = 0}, - [1942] = {.lex_state = 0}, - [1943] = {.lex_state = 0}, - [1944] = {.lex_state = 0}, - [1945] = {.lex_state = 0}, - [1946] = {.lex_state = 0}, - [1947] = {.lex_state = 0}, - [1948] = {.lex_state = 0}, - [1949] = {.lex_state = 0}, + [1939] = {.lex_state = 8}, + [1940] = {.lex_state = 8}, + [1941] = {.lex_state = 8}, + [1942] = {.lex_state = 8}, + [1943] = {.lex_state = 8}, + [1944] = {.lex_state = 8}, + [1945] = {.lex_state = 8}, + [1946] = {.lex_state = 8}, + [1947] = {.lex_state = 8}, + [1948] = {.lex_state = 8}, + [1949] = {.lex_state = 8}, [1950] = {.lex_state = 8}, - [1951] = {.lex_state = 0}, - [1952] = {.lex_state = 0}, - [1953] = {.lex_state = 0}, - [1954] = {.lex_state = 0}, + [1951] = {.lex_state = 8}, + [1952] = {.lex_state = 8}, + [1953] = {.lex_state = 8}, + [1954] = {.lex_state = 8}, [1955] = {.lex_state = 0}, [1956] = {.lex_state = 8}, - [1957] = {.lex_state = 0}, + [1957] = {.lex_state = 8}, [1958] = {.lex_state = 0}, [1959] = {.lex_state = 19}, [1960] = {.lex_state = 8}, [1961] = {.lex_state = 8}, [1962] = {.lex_state = 0}, [1963] = {.lex_state = 19}, - [1964] = {.lex_state = 0}, - [1965] = {.lex_state = 0}, - [1966] = {.lex_state = 0}, + [1964] = {.lex_state = 8}, + [1965] = {.lex_state = 8}, + [1966] = {.lex_state = 8}, [1967] = {.lex_state = 8}, - [1968] = {.lex_state = 0}, - [1969] = {.lex_state = 0}, - [1970] = {.lex_state = 0}, + [1968] = {.lex_state = 8}, + [1969] = {.lex_state = 8}, + [1970] = {.lex_state = 8}, [1971] = {.lex_state = 0}, [1972] = {.lex_state = 0}, [1973] = {.lex_state = 0}, [1974] = {.lex_state = 0}, [1975] = {.lex_state = 19}, - [1976] = {.lex_state = 590}, + [1976] = {.lex_state = 675}, [1977] = {.lex_state = 0}, [1978] = {.lex_state = 19}, - [1979] = {.lex_state = 8}, + [1979] = {.lex_state = 0}, [1980] = {.lex_state = 0}, [1981] = {.lex_state = 0}, - [1982] = {.lex_state = 590}, + [1982] = {.lex_state = 675}, [1983] = {.lex_state = 0}, [1984] = {.lex_state = 19}, [1985] = {.lex_state = 0}, @@ -15292,53 +14526,53 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1989] = {.lex_state = 0}, [1990] = {.lex_state = 0}, [1991] = {.lex_state = 19}, - [1992] = {.lex_state = 590}, + [1992] = {.lex_state = 675}, [1993] = {.lex_state = 0}, [1994] = {.lex_state = 19}, [1995] = {.lex_state = 0}, [1996] = {.lex_state = 0}, [1997] = {.lex_state = 0}, - [1998] = {.lex_state = 590}, + [1998] = {.lex_state = 675}, [1999] = {.lex_state = 0}, [2000] = {.lex_state = 19}, [2001] = {.lex_state = 0}, [2002] = {.lex_state = 0}, - [2003] = {.lex_state = 22}, + [2003] = {.lex_state = 21}, [2004] = {.lex_state = 0}, [2005] = {.lex_state = 0}, - [2006] = {.lex_state = 590}, + [2006] = {.lex_state = 675}, [2007] = {.lex_state = 0}, [2008] = {.lex_state = 19}, [2009] = {.lex_state = 0}, [2010] = {.lex_state = 19}, - [2011] = {.lex_state = 590}, - [2012] = {.lex_state = 590}, + [2011] = {.lex_state = 675}, + [2012] = {.lex_state = 675}, [2013] = {.lex_state = 0}, [2014] = {.lex_state = 19}, [2015] = {.lex_state = 0}, - [2016] = {.lex_state = 590}, + [2016] = {.lex_state = 675}, [2017] = {.lex_state = 0}, [2018] = {.lex_state = 19}, [2019] = {.lex_state = 0}, - [2020] = {.lex_state = 590}, + [2020] = {.lex_state = 675}, [2021] = {.lex_state = 0}, [2022] = {.lex_state = 19}, - [2023] = {.lex_state = 8}, + [2023] = {.lex_state = 0}, [2024] = {.lex_state = 0}, - [2025] = {.lex_state = 590}, + [2025] = {.lex_state = 675}, [2026] = {.lex_state = 0}, [2027] = {.lex_state = 19}, [2028] = {.lex_state = 0}, - [2029] = {.lex_state = 590}, + [2029] = {.lex_state = 675}, [2030] = {.lex_state = 0}, [2031] = {.lex_state = 0}, - [2032] = {.lex_state = 590}, + [2032] = {.lex_state = 675}, [2033] = {.lex_state = 0}, [2034] = {.lex_state = 19}, [2035] = {.lex_state = 0}, - [2036] = {.lex_state = 590}, + [2036] = {.lex_state = 675}, [2037] = {.lex_state = 0}, - [2038] = {.lex_state = 590}, + [2038] = {.lex_state = 675}, [2039] = {.lex_state = 0}, [2040] = {.lex_state = 19}, [2041] = {.lex_state = 0}, @@ -15354,13 +14588,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2051] = {.lex_state = 0}, [2052] = {.lex_state = 19}, [2053] = {.lex_state = 0}, - [2054] = {.lex_state = 20}, + [2054] = {.lex_state = 18}, [2055] = {.lex_state = 0}, [2056] = {.lex_state = 0}, [2057] = {.lex_state = 0}, [2058] = {.lex_state = 0}, [2059] = {.lex_state = 0}, - [2060] = {.lex_state = 590}, + [2060] = {.lex_state = 675}, [2061] = {.lex_state = 0}, [2062] = {.lex_state = 0}, [2063] = {.lex_state = 0}, @@ -15372,7 +14606,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2069] = {.lex_state = 19}, [2070] = {.lex_state = 0}, [2071] = {.lex_state = 0}, - [2072] = {.lex_state = 20}, + [2072] = {.lex_state = 23}, [2073] = {.lex_state = 19}, [2074] = {.lex_state = 0}, [2075] = {.lex_state = 0}, @@ -15387,7 +14621,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2084] = {.lex_state = 0}, [2085] = {.lex_state = 0}, [2086] = {.lex_state = 0}, - [2087] = {.lex_state = 20}, + [2087] = {.lex_state = 18}, [2088] = {.lex_state = 0}, [2089] = {.lex_state = 0}, [2090] = {.lex_state = 0}, @@ -15405,7 +14639,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2102] = {.lex_state = 0}, [2103] = {.lex_state = 0}, [2104] = {.lex_state = 19}, - [2105] = {.lex_state = 590}, + [2105] = {.lex_state = 675}, [2106] = {.lex_state = 0}, [2107] = {.lex_state = 19}, [2108] = {.lex_state = 0}, @@ -15534,7 +14768,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2231] = {.lex_state = 0}, [2232] = {.lex_state = 0}, [2233] = {.lex_state = 19}, - [2234] = {.lex_state = 590}, + [2234] = {.lex_state = 675}, [2235] = {.lex_state = 0}, [2236] = {.lex_state = 0}, [2237] = {.lex_state = 25}, @@ -15573,8 +14807,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2270] = {.lex_state = 0}, [2271] = {.lex_state = 0}, [2272] = {.lex_state = 0}, - [2273] = {.lex_state = 590}, - [2274] = {.lex_state = 8}, + [2273] = {.lex_state = 675}, + [2274] = {.lex_state = 0}, [2275] = {.lex_state = 0}, [2276] = {.lex_state = 0}, [2277] = {.lex_state = 0}, @@ -15584,7 +14818,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2281] = {.lex_state = 0}, [2282] = {.lex_state = 0}, [2283] = {.lex_state = 0}, - [2284] = {.lex_state = 590}, + [2284] = {.lex_state = 675}, [2285] = {.lex_state = 0}, [2286] = {.lex_state = 19}, [2287] = {.lex_state = 25}, @@ -15592,11 +14826,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2289] = {.lex_state = 19}, [2290] = {.lex_state = 0}, [2291] = {.lex_state = 0}, - [2292] = {.lex_state = 0}, + [2292] = {.lex_state = 8}, [2293] = {.lex_state = 0}, - [2294] = {.lex_state = 590}, + [2294] = {.lex_state = 675}, [2295] = {.lex_state = 0}, - [2296] = {.lex_state = 8}, + [2296] = {.lex_state = 0}, [2297] = {.lex_state = 0}, [2298] = {.lex_state = 0}, [2299] = {.lex_state = 24}, @@ -15609,7 +14843,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2306] = {.lex_state = 0}, [2307] = {.lex_state = 0}, [2308] = {.lex_state = 0}, - [2309] = {.lex_state = 8}, + [2309] = {.lex_state = 0}, [2310] = {.lex_state = 0}, [2311] = {.lex_state = 0}, [2312] = {.lex_state = 0}, @@ -15622,7 +14856,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2319] = {.lex_state = 0}, [2320] = {.lex_state = 0}, [2321] = {.lex_state = 0}, - [2322] = {.lex_state = 590}, + [2322] = {.lex_state = 675}, [2323] = {.lex_state = 0}, [2324] = {.lex_state = 0}, [2325] = {.lex_state = 0}, @@ -15638,7 +14872,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2335] = {.lex_state = 0}, [2336] = {.lex_state = 19}, [2337] = {.lex_state = 0}, - [2338] = {.lex_state = 8}, + [2338] = {.lex_state = 0}, [2339] = {.lex_state = 19}, [2340] = {.lex_state = 0}, [2341] = {.lex_state = 19}, @@ -15649,10 +14883,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2346] = {.lex_state = 0}, [2347] = {.lex_state = 25}, [2348] = {.lex_state = 0}, - [2349] = {.lex_state = 590}, + [2349] = {.lex_state = 675}, [2350] = {.lex_state = 24}, [2351] = {.lex_state = 19}, - [2352] = {.lex_state = 8}, + [2352] = {.lex_state = 0}, [2353] = {.lex_state = 0}, [2354] = {.lex_state = 0}, [2355] = {.lex_state = 0}, @@ -15661,20 +14895,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2358] = {.lex_state = 19}, [2359] = {.lex_state = 19}, [2360] = {.lex_state = 0}, - [2361] = {.lex_state = 590}, + [2361] = {.lex_state = 675}, [2362] = {.lex_state = 25}, [2363] = {.lex_state = 0}, [2364] = {.lex_state = 0}, [2365] = {.lex_state = 0}, [2366] = {.lex_state = 0}, [2367] = {.lex_state = 0}, - [2368] = {.lex_state = 590}, + [2368] = {.lex_state = 675}, [2369] = {.lex_state = 0}, [2370] = {.lex_state = 19}, [2371] = {.lex_state = 19}, [2372] = {.lex_state = 19}, [2373] = {.lex_state = 0}, - [2374] = {.lex_state = 0}, + [2374] = {.lex_state = 8}, [2375] = {.lex_state = 0}, [2376] = {.lex_state = 0}, [2377] = {.lex_state = 0}, @@ -15691,10 +14925,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2388] = {.lex_state = 0}, [2389] = {.lex_state = 0}, [2390] = {.lex_state = 0}, - [2391] = {.lex_state = 590}, + [2391] = {.lex_state = 675}, [2392] = {.lex_state = 19}, [2393] = {.lex_state = 0}, - [2394] = {.lex_state = 590}, + [2394] = {.lex_state = 675}, [2395] = {.lex_state = 0}, [2396] = {.lex_state = 0}, [2397] = {.lex_state = 0}, @@ -15711,7 +14945,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2408] = {.lex_state = 0}, [2409] = {.lex_state = 0}, [2410] = {.lex_state = 0}, - [2411] = {.lex_state = 590}, + [2411] = {.lex_state = 675}, [2412] = {.lex_state = 0}, [2413] = {.lex_state = 0}, [2414] = {.lex_state = 0}, @@ -15731,7 +14965,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2428] = {.lex_state = 0}, [2429] = {.lex_state = 0}, [2430] = {.lex_state = 0}, - [2431] = {.lex_state = 590}, + [2431] = {.lex_state = 675}, [2432] = {.lex_state = 25}, [2433] = {.lex_state = 0}, [2434] = {.lex_state = 19}, @@ -15751,7 +14985,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2448] = {.lex_state = 0}, [2449] = {.lex_state = 0}, [2450] = {.lex_state = 0}, - [2451] = {.lex_state = 590}, + [2451] = {.lex_state = 675}, [2452] = {.lex_state = 0}, [2453] = {.lex_state = 0}, [2454] = {.lex_state = 0}, @@ -15766,7 +15000,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2463] = {.lex_state = 0}, [2464] = {.lex_state = 0}, [2465] = {.lex_state = 0}, - [2466] = {.lex_state = 590}, + [2466] = {.lex_state = 675}, [2467] = {.lex_state = 0}, [2468] = {.lex_state = 0}, [2469] = {.lex_state = 0}, @@ -15781,7 +15015,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2478] = {.lex_state = 0}, [2479] = {.lex_state = 0}, [2480] = {.lex_state = 0}, - [2481] = {.lex_state = 590}, + [2481] = {.lex_state = 675}, [2482] = {.lex_state = 0}, [2483] = {.lex_state = 0}, [2484] = {.lex_state = 19}, @@ -15796,7 +15030,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2493] = {.lex_state = 0}, [2494] = {.lex_state = 0}, [2495] = {.lex_state = 0}, - [2496] = {.lex_state = 590}, + [2496] = {.lex_state = 675}, [2497] = {.lex_state = 19}, [2498] = {.lex_state = 0}, [2499] = {.lex_state = 0}, @@ -15811,7 +15045,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2508] = {.lex_state = 0}, [2509] = {.lex_state = 0}, [2510] = {.lex_state = 0}, - [2511] = {.lex_state = 590}, + [2511] = {.lex_state = 675}, [2512] = {.lex_state = 19}, [2513] = {.lex_state = 0}, [2514] = {.lex_state = 19}, @@ -15826,7 +15060,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2523] = {.lex_state = 0}, [2524] = {.lex_state = 0}, [2525] = {.lex_state = 0}, - [2526] = {.lex_state = 590}, + [2526] = {.lex_state = 675}, [2527] = {.lex_state = 0}, [2528] = {.lex_state = 0}, [2529] = {.lex_state = 0}, @@ -15847,7 +15081,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2544] = {.lex_state = 0}, [2545] = {.lex_state = 19}, [2546] = {.lex_state = 19}, - [2547] = {.lex_state = 590}, + [2547] = {.lex_state = 675}, [2548] = {.lex_state = 0}, [2549] = {.lex_state = 24}, [2550] = {.lex_state = 0}, @@ -15859,14 +15093,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2556] = {.lex_state = 0}, [2557] = {.lex_state = 0}, [2558] = {.lex_state = 0}, - [2559] = {.lex_state = 590}, - [2560] = {.lex_state = 590}, + [2559] = {.lex_state = 675}, + [2560] = {.lex_state = 675}, [2561] = {.lex_state = 19}, [2562] = {.lex_state = 0}, [2563] = {.lex_state = 0}, [2564] = {.lex_state = 0}, [2565] = {.lex_state = 19}, - [2566] = {.lex_state = 0}, + [2566] = {.lex_state = 8}, [2567] = {.lex_state = 19}, [2568] = {.lex_state = 0}, [2569] = {.lex_state = 0}, @@ -15914,7 +15148,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2611] = {.lex_state = 19}, [2612] = {.lex_state = 0}, [2613] = {.lex_state = 25}, - [2614] = {.lex_state = 590}, + [2614] = {.lex_state = 675}, [2615] = {.lex_state = 0}, [2616] = {.lex_state = 19}, [2617] = {.lex_state = 0}, @@ -15937,7 +15171,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2634] = {.lex_state = 0}, [2635] = {.lex_state = 0}, [2636] = {.lex_state = 0}, - [2637] = {.lex_state = 590}, + [2637] = {.lex_state = 675}, [2638] = {.lex_state = 0}, [2639] = {.lex_state = 0}, [2640] = {.lex_state = 0}, @@ -15970,7 +15204,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2667] = {.lex_state = 0}, [2668] = {.lex_state = 0}, [2669] = {.lex_state = 0}, - [2670] = {.lex_state = 590}, + [2670] = {.lex_state = 675}, [2671] = {.lex_state = 0}, [2672] = {.lex_state = 0}, [2673] = {.lex_state = 0}, @@ -15980,12 +15214,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2677] = {.lex_state = 0}, [2678] = {.lex_state = 0}, [2679] = {.lex_state = 0}, - [2680] = {.lex_state = 0}, + [2680] = {.lex_state = 8}, [2681] = {.lex_state = 19}, [2682] = {.lex_state = 19}, [2683] = {.lex_state = 0}, [2684] = {.lex_state = 19}, - [2685] = {.lex_state = 590}, + [2685] = {.lex_state = 675}, [2686] = {.lex_state = 19}, [2687] = {.lex_state = 19}, [2688] = {.lex_state = 0}, @@ -15995,7 +15229,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2692] = {.lex_state = 0}, [2693] = {.lex_state = 0}, [2694] = {.lex_state = 0}, - [2695] = {.lex_state = 0}, + [2695] = {.lex_state = 8}, [2696] = {.lex_state = 0}, [2697] = {.lex_state = 19}, [2698] = {.lex_state = 0}, @@ -16007,7 +15241,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2704] = {.lex_state = 0}, [2705] = {.lex_state = 0}, [2706] = {.lex_state = 0}, - [2707] = {.lex_state = 0}, + [2707] = {.lex_state = 8}, [2708] = {.lex_state = 0}, [2709] = {.lex_state = 19}, [2710] = {.lex_state = 0}, @@ -16019,7 +15253,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2716] = {.lex_state = 19}, [2717] = {.lex_state = 0}, [2718] = {.lex_state = 0}, - [2719] = {.lex_state = 0}, + [2719] = {.lex_state = 8}, [2720] = {.lex_state = 0}, [2721] = {.lex_state = 19}, [2722] = {.lex_state = 0}, @@ -16095,17 +15329,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2792] = {.lex_state = 0}, [2793] = {.lex_state = 0}, [2794] = {.lex_state = 0}, - [2795] = {.lex_state = 0}, - [2796] = {.lex_state = 590}, + [2795] = {.lex_state = 8}, + [2796] = {.lex_state = 675}, [2797] = {.lex_state = 0}, [2798] = {.lex_state = 0}, [2799] = {.lex_state = 0}, - [2800] = {.lex_state = 0}, + [2800] = {.lex_state = 8}, [2801] = {.lex_state = 0}, [2802] = {.lex_state = 0}, [2803] = {.lex_state = 0}, [2804] = {.lex_state = 0}, - [2805] = {.lex_state = 0}, + [2805] = {.lex_state = 8}, [2806] = {.lex_state = 0}, [2807] = {.lex_state = 0}, [2808] = {.lex_state = 0}, @@ -16114,7 +15348,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2811] = {.lex_state = 0}, [2812] = {.lex_state = 0}, [2813] = {.lex_state = 19}, - [2814] = {.lex_state = 590}, + [2814] = {.lex_state = 675}, [2815] = {.lex_state = 0}, [2816] = {.lex_state = 0}, [2817] = {.lex_state = 0}, @@ -16127,7 +15361,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2824] = {.lex_state = 0}, [2825] = {.lex_state = 0}, [2826] = {.lex_state = 0}, - [2827] = {.lex_state = 590}, + [2827] = {.lex_state = 675}, [2828] = {.lex_state = 0}, [2829] = {.lex_state = 0}, [2830] = {.lex_state = 0}, @@ -16136,13 +15370,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2833] = {.lex_state = 0}, [2834] = {.lex_state = 0}, [2835] = {.lex_state = 0}, - [2836] = {.lex_state = 0}, + [2836] = {.lex_state = 8}, [2837] = {.lex_state = 0}, [2838] = {.lex_state = 0}, [2839] = {.lex_state = 0}, [2840] = {.lex_state = 19}, [2841] = {.lex_state = 0}, - [2842] = {.lex_state = 8}, + [2842] = {.lex_state = 0}, [2843] = {.lex_state = 19}, [2844] = {.lex_state = 0}, [2845] = {.lex_state = 0}, @@ -16173,7 +15407,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2870] = {.lex_state = 19}, [2871] = {.lex_state = 25}, [2872] = {.lex_state = 0}, - [2873] = {.lex_state = 0}, + [2873] = {.lex_state = 8}, [2874] = {.lex_state = 24}, [2875] = {.lex_state = 0}, [2876] = {.lex_state = 0}, @@ -16430,12 +15664,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -16449,96 +15683,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_LBRACE] = ACTIONS(113), - [anon_sym_PLUS_EQ] = ACTIONS(113), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_PLUS_EQ] = ACTIONS(115), [anon_sym_record] = ACTIONS(25), - [anon_sym_DASH_EQ] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(113), - [anon_sym_local] = ACTIONS(117), - [anon_sym_EQ] = ACTIONS(115), - [anon_sym_as] = ACTIONS(115), + [anon_sym_DASH_EQ] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_in] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(117), + [anon_sym_local] = ACTIONS(119), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_as] = ACTIONS(117), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), - [anon_sym_AMPdeprecated] = ACTIONS(113), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(113), - [anon_sym_AMPerror_handler] = ACTIONS(113), - [anon_sym_AMPis_assigned] = ACTIONS(113), - [anon_sym_AMPis_used] = ACTIONS(113), - [anon_sym_AMPlog] = ACTIONS(113), - [anon_sym_AMPoptional] = ACTIONS(113), - [anon_sym_AMPordered] = ACTIONS(113), - [anon_sym_AMPraw_output] = ACTIONS(113), - [anon_sym_AMPredef] = ACTIONS(113), - [anon_sym_AMPadd_func] = ACTIONS(113), - [anon_sym_AMPbackend] = ACTIONS(113), - [anon_sym_AMPbroker_store] = ACTIONS(113), - [anon_sym_AMPcreate_expire] = ACTIONS(113), - [anon_sym_AMPdefault] = ACTIONS(113), - [anon_sym_AMPdelete_func] = ACTIONS(113), - [anon_sym_AMPexpire_func] = ACTIONS(113), - [anon_sym_AMPgroup] = ACTIONS(113), - [anon_sym_AMPon_change] = ACTIONS(113), - [anon_sym_AMPpriority] = ACTIONS(113), - [anon_sym_AMPread_expire] = ACTIONS(113), - [anon_sym_AMPtype_column] = ACTIONS(113), - [anon_sym_AMPwrite_expire] = ACTIONS(113), - [anon_sym_DOLLAR] = ACTIONS(113), - [anon_sym_PIPE] = ACTIONS(115), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), + [anon_sym_AMPdeprecated] = ACTIONS(115), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(115), + [anon_sym_AMPerror_handler] = ACTIONS(115), + [anon_sym_AMPis_assigned] = ACTIONS(115), + [anon_sym_AMPis_used] = ACTIONS(115), + [anon_sym_AMPlog] = ACTIONS(115), + [anon_sym_AMPoptional] = ACTIONS(115), + [anon_sym_AMPordered] = ACTIONS(115), + [anon_sym_AMPraw_output] = ACTIONS(115), + [anon_sym_AMPredef] = ACTIONS(115), + [anon_sym_AMPadd_func] = ACTIONS(115), + [anon_sym_AMPbackend] = ACTIONS(115), + [anon_sym_AMPbroker_store] = ACTIONS(115), + [anon_sym_AMPcreate_expire] = ACTIONS(115), + [anon_sym_AMPdefault] = ACTIONS(115), + [anon_sym_AMPdelete_func] = ACTIONS(115), + [anon_sym_AMPexpire_func] = ACTIONS(115), + [anon_sym_AMPgroup] = ACTIONS(115), + [anon_sym_AMPon_change] = ACTIONS(115), + [anon_sym_AMPpriority] = ACTIONS(115), + [anon_sym_AMPread_expire] = ACTIONS(115), + [anon_sym_AMPtype_column] = ACTIONS(115), + [anon_sym_AMPwrite_expire] = ACTIONS(115), + [anon_sym_DOLLAR] = ACTIONS(115), + [anon_sym_PIPE] = ACTIONS(117), [anon_sym_PLUS_PLUS] = ACTIONS(69), [anon_sym_DASH_DASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(115), + [anon_sym_BANG] = ACTIONS(117), [anon_sym_TILDE] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_is] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(113), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_PERCENT] = ACTIONS(113), - [anon_sym_LT] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(113), - [anon_sym_AMP] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(113), - [anon_sym_QMARK] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(113), - [anon_sym_BANG_EQ] = ACTIONS(113), - [anon_sym_AMP_AMP] = ACTIONS(113), - [anon_sym_PIPE_PIPE] = ACTIONS(113), + [anon_sym_DASH] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_is] = ACTIONS(117), + [anon_sym_STAR] = ACTIONS(115), + [anon_sym_SLASH] = ACTIONS(117), + [anon_sym_PERCENT] = ACTIONS(115), + [anon_sym_LT] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(115), + [anon_sym_GT] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(115), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(115), + [anon_sym_QMARK] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(115), + [anon_sym_BANG_EQ] = ACTIONS(115), + [anon_sym_AMP_AMP] = ACTIONS(115), + [anon_sym_PIPE_PIPE] = ACTIONS(115), [anon_sym_copy] = ACTIONS(73), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), [anon_sym_schedule] = ACTIONS(75), [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(113), - [anon_sym_ATload] = ACTIONS(115), - [anon_sym_ATload_DASHsigs] = ACTIONS(113), - [anon_sym_ATload_DASHplugin] = ACTIONS(113), - [anon_sym_ATunload] = ACTIONS(113), - [anon_sym_ATprefixes] = ACTIONS(113), - [anon_sym_ATif] = ACTIONS(115), - [anon_sym_ATifdef] = ACTIONS(113), - [anon_sym_ATifndef] = ACTIONS(113), - [anon_sym_ATendif] = ACTIONS(113), - [anon_sym_ATelse] = ACTIONS(113), - [anon_sym_ATpragma] = ACTIONS(113), + [anon_sym_ATdeprecated] = ACTIONS(115), + [anon_sym_ATload] = ACTIONS(117), + [anon_sym_ATload_DASHsigs] = ACTIONS(115), + [anon_sym_ATload_DASHplugin] = ACTIONS(115), + [anon_sym_ATunload] = ACTIONS(115), + [anon_sym_ATprefixes] = ACTIONS(115), + [anon_sym_ATif] = ACTIONS(117), + [anon_sym_ATifdef] = ACTIONS(115), + [anon_sym_ATifndef] = ACTIONS(115), + [anon_sym_ATendif] = ACTIONS(115), + [anon_sym_ATelse] = ACTIONS(115), + [anon_sym_ATpragma] = ACTIONS(115), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -16573,7 +15807,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_source_file_repeat1] = STATE(8), [aux_sym_source_file_repeat2] = STATE(87), - [ts_builtin_sym_end] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(125), [anon_sym_module] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_export] = ACTIONS(13), @@ -16636,12 +15870,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -16649,101 +15883,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(4)] = { - [ts_builtin_sym_end] = ACTIONS(125), - [anon_sym_module] = ACTIONS(127), - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym_export] = ACTIONS(127), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_RBRACE] = ACTIONS(125), - [anon_sym_global] = ACTIONS(127), - [anon_sym_option] = ACTIONS(127), - [anon_sym_const] = ACTIONS(127), - [anon_sym_redef] = ACTIONS(127), - [anon_sym_record] = ACTIONS(127), - [anon_sym_type] = ACTIONS(127), - [anon_sym_print] = ACTIONS(127), - [anon_sym_event] = ACTIONS(127), - [anon_sym_if] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_RPAREN] = ACTIONS(125), - [anon_sym_switch] = ACTIONS(127), - [anon_sym_for] = ACTIONS(127), - [anon_sym_COMMA] = ACTIONS(125), - [anon_sym_LBRACK] = ACTIONS(125), - [anon_sym_while] = ACTIONS(127), - [anon_sym_next] = ACTIONS(127), - [anon_sym_break] = ACTIONS(127), - [anon_sym_fallthrough] = ACTIONS(127), - [anon_sym_return] = ACTIONS(127), - [anon_sym_add] = ACTIONS(127), - [anon_sym_delete] = ACTIONS(127), - [anon_sym_local] = ACTIONS(127), - [anon_sym_when] = ACTIONS(127), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_table] = ACTIONS(127), - [anon_sym_set] = ACTIONS(127), - [anon_sym_vector] = ACTIONS(127), - [anon_sym_function] = ACTIONS(127), - [anon_sym_hook] = ACTIONS(127), - [anon_sym_AMPdeprecated] = ACTIONS(125), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(125), - [anon_sym_AMPerror_handler] = ACTIONS(125), - [anon_sym_AMPis_assigned] = ACTIONS(125), - [anon_sym_AMPis_used] = ACTIONS(125), - [anon_sym_AMPlog] = ACTIONS(125), - [anon_sym_AMPoptional] = ACTIONS(125), - [anon_sym_AMPordered] = ACTIONS(125), - [anon_sym_AMPraw_output] = ACTIONS(125), - [anon_sym_AMPredef] = ACTIONS(125), - [anon_sym_AMPadd_func] = ACTIONS(125), - [anon_sym_AMPbackend] = ACTIONS(125), - [anon_sym_AMPbroker_store] = ACTIONS(125), - [anon_sym_AMPcreate_expire] = ACTIONS(125), - [anon_sym_AMPdefault] = ACTIONS(125), - [anon_sym_AMPdelete_func] = ACTIONS(125), - [anon_sym_AMPexpire_func] = ACTIONS(125), - [anon_sym_AMPgroup] = ACTIONS(125), - [anon_sym_AMPon_change] = ACTIONS(125), - [anon_sym_AMPpriority] = ACTIONS(125), - [anon_sym_AMPread_expire] = ACTIONS(125), - [anon_sym_AMPtype_column] = ACTIONS(125), - [anon_sym_AMPwrite_expire] = ACTIONS(125), - [anon_sym_DOLLAR] = ACTIONS(125), - [anon_sym_PIPE] = ACTIONS(125), - [anon_sym_PLUS_PLUS] = ACTIONS(125), - [anon_sym_DASH_DASH] = ACTIONS(125), - [anon_sym_BANG] = ACTIONS(125), - [anon_sym_TILDE] = ACTIONS(125), - [anon_sym_DASH] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(127), - [anon_sym_copy] = ACTIONS(127), - [anon_sym_schedule] = ACTIONS(127), - [aux_sym_constant_token1] = ACTIONS(127), - [anon_sym_T] = ACTIONS(127), - [anon_sym_F] = ACTIONS(127), - [anon_sym_ATdeprecated] = ACTIONS(125), - [anon_sym_ATload] = ACTIONS(127), - [anon_sym_ATload_DASHsigs] = ACTIONS(125), - [anon_sym_ATload_DASHplugin] = ACTIONS(125), - [anon_sym_ATunload] = ACTIONS(125), - [anon_sym_ATprefixes] = ACTIONS(125), - [anon_sym_ATif] = ACTIONS(127), - [anon_sym_ATifdef] = ACTIONS(125), - [anon_sym_ATifndef] = ACTIONS(125), - [anon_sym_ATendif] = ACTIONS(125), - [anon_sym_ATelse] = ACTIONS(125), - [anon_sym_ATpragma] = ACTIONS(125), - [anon_sym_ATDIR] = ACTIONS(125), - [anon_sym_ATFILENAME] = ACTIONS(125), - [sym_id] = ACTIONS(127), - [sym_pattern] = ACTIONS(125), + [ts_builtin_sym_end] = ACTIONS(127), + [anon_sym_module] = ACTIONS(129), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_export] = ACTIONS(129), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_global] = ACTIONS(129), + [anon_sym_option] = ACTIONS(129), + [anon_sym_const] = ACTIONS(129), + [anon_sym_redef] = ACTIONS(129), + [anon_sym_record] = ACTIONS(129), + [anon_sym_type] = ACTIONS(129), + [anon_sym_print] = ACTIONS(129), + [anon_sym_event] = ACTIONS(129), + [anon_sym_if] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_switch] = ACTIONS(129), + [anon_sym_for] = ACTIONS(129), + [anon_sym_COMMA] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_while] = ACTIONS(129), + [anon_sym_next] = ACTIONS(129), + [anon_sym_break] = ACTIONS(129), + [anon_sym_fallthrough] = ACTIONS(129), + [anon_sym_return] = ACTIONS(129), + [anon_sym_add] = ACTIONS(129), + [anon_sym_delete] = ACTIONS(129), + [anon_sym_local] = ACTIONS(129), + [anon_sym_when] = ACTIONS(129), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_table] = ACTIONS(129), + [anon_sym_set] = ACTIONS(129), + [anon_sym_vector] = ACTIONS(129), + [anon_sym_function] = ACTIONS(129), + [anon_sym_hook] = ACTIONS(129), + [anon_sym_AMPdeprecated] = ACTIONS(127), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(127), + [anon_sym_AMPerror_handler] = ACTIONS(127), + [anon_sym_AMPis_assigned] = ACTIONS(127), + [anon_sym_AMPis_used] = ACTIONS(127), + [anon_sym_AMPlog] = ACTIONS(127), + [anon_sym_AMPoptional] = ACTIONS(127), + [anon_sym_AMPordered] = ACTIONS(127), + [anon_sym_AMPraw_output] = ACTIONS(127), + [anon_sym_AMPredef] = ACTIONS(127), + [anon_sym_AMPadd_func] = ACTIONS(127), + [anon_sym_AMPbackend] = ACTIONS(127), + [anon_sym_AMPbroker_store] = ACTIONS(127), + [anon_sym_AMPcreate_expire] = ACTIONS(127), + [anon_sym_AMPdefault] = ACTIONS(127), + [anon_sym_AMPdelete_func] = ACTIONS(127), + [anon_sym_AMPexpire_func] = ACTIONS(127), + [anon_sym_AMPgroup] = ACTIONS(127), + [anon_sym_AMPon_change] = ACTIONS(127), + [anon_sym_AMPpriority] = ACTIONS(127), + [anon_sym_AMPread_expire] = ACTIONS(127), + [anon_sym_AMPtype_column] = ACTIONS(127), + [anon_sym_AMPwrite_expire] = ACTIONS(127), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_DASH_DASH] = ACTIONS(127), + [anon_sym_BANG] = ACTIONS(127), + [anon_sym_TILDE] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_copy] = ACTIONS(129), + [anon_sym_schedule] = ACTIONS(129), + [aux_sym_constant_token1] = ACTIONS(129), + [anon_sym_T] = ACTIONS(129), + [anon_sym_F] = ACTIONS(129), + [anon_sym_ATdeprecated] = ACTIONS(127), + [anon_sym_ATload] = ACTIONS(129), + [anon_sym_ATload_DASHsigs] = ACTIONS(127), + [anon_sym_ATload_DASHplugin] = ACTIONS(127), + [anon_sym_ATunload] = ACTIONS(127), + [anon_sym_ATprefixes] = ACTIONS(127), + [anon_sym_ATif] = ACTIONS(129), + [anon_sym_ATifdef] = ACTIONS(127), + [anon_sym_ATifndef] = ACTIONS(127), + [anon_sym_ATendif] = ACTIONS(127), + [anon_sym_ATelse] = ACTIONS(127), + [anon_sym_ATpragma] = ACTIONS(127), + [anon_sym_ATDIR] = ACTIONS(127), + [anon_sym_ATFILENAME] = ACTIONS(127), + [sym_id] = ACTIONS(129), + [sym_pattern] = ACTIONS(127), [sym_ipv6] = ACTIONS(127), - [sym_ipv4] = ACTIONS(127), - [sym_port] = ACTIONS(125), - [sym_floatp] = ACTIONS(127), - [sym_hex] = ACTIONS(127), - [sym_hostname] = ACTIONS(127), - [aux_sym_string_token1] = ACTIONS(125), + [sym_ipv4] = ACTIONS(129), + [sym_port] = ACTIONS(127), + [sym_floatp] = ACTIONS(129), + [sym_hex] = ACTIONS(129), + [sym_hostname] = ACTIONS(129), + [aux_sym_string_token1] = ACTIONS(127), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -16751,101 +15985,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(5)] = { - [ts_builtin_sym_end] = ACTIONS(129), - [anon_sym_module] = ACTIONS(131), - [anon_sym_SEMI] = ACTIONS(129), - [anon_sym_export] = ACTIONS(131), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_RBRACE] = ACTIONS(129), - [anon_sym_global] = ACTIONS(131), - [anon_sym_option] = ACTIONS(131), - [anon_sym_const] = ACTIONS(131), - [anon_sym_redef] = ACTIONS(131), - [anon_sym_record] = ACTIONS(131), - [anon_sym_type] = ACTIONS(131), - [anon_sym_print] = ACTIONS(131), - [anon_sym_event] = ACTIONS(131), - [anon_sym_if] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(129), - [anon_sym_switch] = ACTIONS(131), - [anon_sym_for] = ACTIONS(131), - [anon_sym_COMMA] = ACTIONS(129), - [anon_sym_LBRACK] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_next] = ACTIONS(131), - [anon_sym_break] = ACTIONS(131), - [anon_sym_fallthrough] = ACTIONS(131), - [anon_sym_return] = ACTIONS(131), - [anon_sym_add] = ACTIONS(131), - [anon_sym_delete] = ACTIONS(131), - [anon_sym_local] = ACTIONS(131), - [anon_sym_when] = ACTIONS(131), - [anon_sym_assert] = ACTIONS(131), - [anon_sym_table] = ACTIONS(131), - [anon_sym_set] = ACTIONS(131), - [anon_sym_vector] = ACTIONS(131), - [anon_sym_function] = ACTIONS(131), - [anon_sym_hook] = ACTIONS(131), - [anon_sym_AMPdeprecated] = ACTIONS(129), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(129), - [anon_sym_AMPerror_handler] = ACTIONS(129), - [anon_sym_AMPis_assigned] = ACTIONS(129), - [anon_sym_AMPis_used] = ACTIONS(129), - [anon_sym_AMPlog] = ACTIONS(129), - [anon_sym_AMPoptional] = ACTIONS(129), - [anon_sym_AMPordered] = ACTIONS(129), - [anon_sym_AMPraw_output] = ACTIONS(129), - [anon_sym_AMPredef] = ACTIONS(129), - [anon_sym_AMPadd_func] = ACTIONS(129), - [anon_sym_AMPbackend] = ACTIONS(129), - [anon_sym_AMPbroker_store] = ACTIONS(129), - [anon_sym_AMPcreate_expire] = ACTIONS(129), - [anon_sym_AMPdefault] = ACTIONS(129), - [anon_sym_AMPdelete_func] = ACTIONS(129), - [anon_sym_AMPexpire_func] = ACTIONS(129), - [anon_sym_AMPgroup] = ACTIONS(129), - [anon_sym_AMPon_change] = ACTIONS(129), - [anon_sym_AMPpriority] = ACTIONS(129), - [anon_sym_AMPread_expire] = ACTIONS(129), - [anon_sym_AMPtype_column] = ACTIONS(129), - [anon_sym_AMPwrite_expire] = ACTIONS(129), - [anon_sym_DOLLAR] = ACTIONS(129), - [anon_sym_PIPE] = ACTIONS(129), - [anon_sym_PLUS_PLUS] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(129), - [anon_sym_BANG] = ACTIONS(129), - [anon_sym_TILDE] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(131), - [anon_sym_PLUS] = ACTIONS(131), - [anon_sym_copy] = ACTIONS(131), - [anon_sym_schedule] = ACTIONS(131), - [aux_sym_constant_token1] = ACTIONS(131), - [anon_sym_T] = ACTIONS(131), - [anon_sym_F] = ACTIONS(131), - [anon_sym_ATdeprecated] = ACTIONS(129), - [anon_sym_ATload] = ACTIONS(131), - [anon_sym_ATload_DASHsigs] = ACTIONS(129), - [anon_sym_ATload_DASHplugin] = ACTIONS(129), - [anon_sym_ATunload] = ACTIONS(129), - [anon_sym_ATprefixes] = ACTIONS(129), - [anon_sym_ATif] = ACTIONS(131), - [anon_sym_ATifdef] = ACTIONS(129), - [anon_sym_ATifndef] = ACTIONS(129), - [anon_sym_ATendif] = ACTIONS(129), - [anon_sym_ATelse] = ACTIONS(129), - [anon_sym_ATpragma] = ACTIONS(129), - [anon_sym_ATDIR] = ACTIONS(129), - [anon_sym_ATFILENAME] = ACTIONS(129), - [sym_id] = ACTIONS(131), - [sym_pattern] = ACTIONS(129), + [ts_builtin_sym_end] = ACTIONS(131), + [anon_sym_module] = ACTIONS(133), + [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_export] = ACTIONS(133), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_RBRACE] = ACTIONS(131), + [anon_sym_global] = ACTIONS(133), + [anon_sym_option] = ACTIONS(133), + [anon_sym_const] = ACTIONS(133), + [anon_sym_redef] = ACTIONS(133), + [anon_sym_record] = ACTIONS(133), + [anon_sym_type] = ACTIONS(133), + [anon_sym_print] = ACTIONS(133), + [anon_sym_event] = ACTIONS(133), + [anon_sym_if] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_RPAREN] = ACTIONS(131), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_for] = ACTIONS(133), + [anon_sym_COMMA] = ACTIONS(131), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_while] = ACTIONS(133), + [anon_sym_next] = ACTIONS(133), + [anon_sym_break] = ACTIONS(133), + [anon_sym_fallthrough] = ACTIONS(133), + [anon_sym_return] = ACTIONS(133), + [anon_sym_add] = ACTIONS(133), + [anon_sym_delete] = ACTIONS(133), + [anon_sym_local] = ACTIONS(133), + [anon_sym_when] = ACTIONS(133), + [anon_sym_assert] = ACTIONS(133), + [anon_sym_table] = ACTIONS(133), + [anon_sym_set] = ACTIONS(133), + [anon_sym_vector] = ACTIONS(133), + [anon_sym_function] = ACTIONS(133), + [anon_sym_hook] = ACTIONS(133), + [anon_sym_AMPdeprecated] = ACTIONS(131), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(131), + [anon_sym_AMPerror_handler] = ACTIONS(131), + [anon_sym_AMPis_assigned] = ACTIONS(131), + [anon_sym_AMPis_used] = ACTIONS(131), + [anon_sym_AMPlog] = ACTIONS(131), + [anon_sym_AMPoptional] = ACTIONS(131), + [anon_sym_AMPordered] = ACTIONS(131), + [anon_sym_AMPraw_output] = ACTIONS(131), + [anon_sym_AMPredef] = ACTIONS(131), + [anon_sym_AMPadd_func] = ACTIONS(131), + [anon_sym_AMPbackend] = ACTIONS(131), + [anon_sym_AMPbroker_store] = ACTIONS(131), + [anon_sym_AMPcreate_expire] = ACTIONS(131), + [anon_sym_AMPdefault] = ACTIONS(131), + [anon_sym_AMPdelete_func] = ACTIONS(131), + [anon_sym_AMPexpire_func] = ACTIONS(131), + [anon_sym_AMPgroup] = ACTIONS(131), + [anon_sym_AMPon_change] = ACTIONS(131), + [anon_sym_AMPpriority] = ACTIONS(131), + [anon_sym_AMPread_expire] = ACTIONS(131), + [anon_sym_AMPtype_column] = ACTIONS(131), + [anon_sym_AMPwrite_expire] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(131), + [anon_sym_PLUS_PLUS] = ACTIONS(131), + [anon_sym_DASH_DASH] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(131), + [anon_sym_TILDE] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_copy] = ACTIONS(133), + [anon_sym_schedule] = ACTIONS(133), + [aux_sym_constant_token1] = ACTIONS(133), + [anon_sym_T] = ACTIONS(133), + [anon_sym_F] = ACTIONS(133), + [anon_sym_ATdeprecated] = ACTIONS(131), + [anon_sym_ATload] = ACTIONS(133), + [anon_sym_ATload_DASHsigs] = ACTIONS(131), + [anon_sym_ATload_DASHplugin] = ACTIONS(131), + [anon_sym_ATunload] = ACTIONS(131), + [anon_sym_ATprefixes] = ACTIONS(131), + [anon_sym_ATif] = ACTIONS(133), + [anon_sym_ATifdef] = ACTIONS(131), + [anon_sym_ATifndef] = ACTIONS(131), + [anon_sym_ATendif] = ACTIONS(131), + [anon_sym_ATelse] = ACTIONS(131), + [anon_sym_ATpragma] = ACTIONS(131), + [anon_sym_ATDIR] = ACTIONS(131), + [anon_sym_ATFILENAME] = ACTIONS(131), + [sym_id] = ACTIONS(133), + [sym_pattern] = ACTIONS(131), [sym_ipv6] = ACTIONS(131), - [sym_ipv4] = ACTIONS(131), - [sym_port] = ACTIONS(129), - [sym_floatp] = ACTIONS(131), - [sym_hex] = ACTIONS(131), - [sym_hostname] = ACTIONS(131), - [aux_sym_string_token1] = ACTIONS(129), + [sym_ipv4] = ACTIONS(133), + [sym_port] = ACTIONS(131), + [sym_floatp] = ACTIONS(133), + [sym_hex] = ACTIONS(133), + [sym_hostname] = ACTIONS(133), + [aux_sym_string_token1] = ACTIONS(131), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -16859,75 +16093,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(113), - [anon_sym_LBRACE] = ACTIONS(133), - [anon_sym_RBRACE] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(115), - [anon_sym_PLUS_EQ] = ACTIONS(113), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(135), + [anon_sym_RBRACE] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(117), + [anon_sym_PLUS_EQ] = ACTIONS(115), [anon_sym_record] = ACTIONS(25), - [anon_sym_DASH_EQ] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_RPAREN] = ACTIONS(113), - [anon_sym_COMMA] = ACTIONS(113), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(113), - [anon_sym_RBRACK] = ACTIONS(113), - [anon_sym_local] = ACTIONS(117), - [anon_sym_EQ] = ACTIONS(115), - [anon_sym_as] = ACTIONS(115), + [anon_sym_DASH_EQ] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_RPAREN] = ACTIONS(115), + [anon_sym_COMMA] = ACTIONS(115), + [anon_sym_in] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(117), + [anon_sym_RBRACK] = ACTIONS(115), + [anon_sym_local] = ACTIONS(119), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_as] = ACTIONS(117), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), - [anon_sym_AMPdeprecated] = ACTIONS(113), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(113), - [anon_sym_AMPerror_handler] = ACTIONS(113), - [anon_sym_AMPis_assigned] = ACTIONS(113), - [anon_sym_AMPis_used] = ACTIONS(113), - [anon_sym_AMPlog] = ACTIONS(113), - [anon_sym_AMPoptional] = ACTIONS(113), - [anon_sym_AMPordered] = ACTIONS(113), - [anon_sym_AMPraw_output] = ACTIONS(113), - [anon_sym_AMPredef] = ACTIONS(113), - [anon_sym_AMPadd_func] = ACTIONS(113), - [anon_sym_AMPbackend] = ACTIONS(113), - [anon_sym_AMPbroker_store] = ACTIONS(113), - [anon_sym_AMPcreate_expire] = ACTIONS(113), - [anon_sym_AMPdefault] = ACTIONS(113), - [anon_sym_AMPdelete_func] = ACTIONS(113), - [anon_sym_AMPexpire_func] = ACTIONS(113), - [anon_sym_AMPgroup] = ACTIONS(113), - [anon_sym_AMPon_change] = ACTIONS(113), - [anon_sym_AMPpriority] = ACTIONS(113), - [anon_sym_AMPread_expire] = ACTIONS(113), - [anon_sym_AMPtype_column] = ACTIONS(113), - [anon_sym_AMPwrite_expire] = ACTIONS(113), - [anon_sym_DOLLAR] = ACTIONS(113), - [anon_sym_PIPE] = ACTIONS(115), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), + [anon_sym_AMPdeprecated] = ACTIONS(115), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(115), + [anon_sym_AMPerror_handler] = ACTIONS(115), + [anon_sym_AMPis_assigned] = ACTIONS(115), + [anon_sym_AMPis_used] = ACTIONS(115), + [anon_sym_AMPlog] = ACTIONS(115), + [anon_sym_AMPoptional] = ACTIONS(115), + [anon_sym_AMPordered] = ACTIONS(115), + [anon_sym_AMPraw_output] = ACTIONS(115), + [anon_sym_AMPredef] = ACTIONS(115), + [anon_sym_AMPadd_func] = ACTIONS(115), + [anon_sym_AMPbackend] = ACTIONS(115), + [anon_sym_AMPbroker_store] = ACTIONS(115), + [anon_sym_AMPcreate_expire] = ACTIONS(115), + [anon_sym_AMPdefault] = ACTIONS(115), + [anon_sym_AMPdelete_func] = ACTIONS(115), + [anon_sym_AMPexpire_func] = ACTIONS(115), + [anon_sym_AMPgroup] = ACTIONS(115), + [anon_sym_AMPon_change] = ACTIONS(115), + [anon_sym_AMPpriority] = ACTIONS(115), + [anon_sym_AMPread_expire] = ACTIONS(115), + [anon_sym_AMPtype_column] = ACTIONS(115), + [anon_sym_AMPwrite_expire] = ACTIONS(115), + [anon_sym_DOLLAR] = ACTIONS(115), + [anon_sym_PIPE] = ACTIONS(117), [anon_sym_PLUS_PLUS] = ACTIONS(69), [anon_sym_DASH_DASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(115), + [anon_sym_BANG] = ACTIONS(117), [anon_sym_TILDE] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_is] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(113), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_PERCENT] = ACTIONS(113), - [anon_sym_LT] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(113), - [anon_sym_AMP] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(113), - [anon_sym_QMARK] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(113), - [anon_sym_BANG_EQ] = ACTIONS(113), - [anon_sym_AMP_AMP] = ACTIONS(113), - [anon_sym_PIPE_PIPE] = ACTIONS(113), + [anon_sym_DASH] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_is] = ACTIONS(117), + [anon_sym_STAR] = ACTIONS(115), + [anon_sym_SLASH] = ACTIONS(117), + [anon_sym_PERCENT] = ACTIONS(115), + [anon_sym_LT] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(115), + [anon_sym_GT] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(115), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(115), + [anon_sym_QMARK] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(115), + [anon_sym_BANG_EQ] = ACTIONS(115), + [anon_sym_AMP_AMP] = ACTIONS(115), + [anon_sym_PIPE_PIPE] = ACTIONS(115), [anon_sym_copy] = ACTIONS(73), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), [anon_sym_schedule] = ACTIONS(75), [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), @@ -16937,12 +16171,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -16950,94 +16184,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(7)] = { - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_record] = ACTIONS(139), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_else] = ACTIONS(139), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_timeout] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_case] = ACTIONS(139), - [anon_sym_default] = ACTIONS(139), - [anon_sym_as] = ACTIONS(141), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_record] = ACTIONS(141), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_else] = ACTIONS(141), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_in] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_timeout] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_case] = ACTIONS(141), + [anon_sym_default] = ACTIONS(141), + [anon_sym_as] = ACTIONS(143), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -17063,75 +16297,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_directive] = STATE(346), [sym_pragma] = STATE(373), [aux_sym_source_file_repeat1] = STATE(8), - [ts_builtin_sym_end] = ACTIONS(143), - [anon_sym_module] = ACTIONS(145), - [anon_sym_SEMI] = ACTIONS(143), - [anon_sym_export] = ACTIONS(148), - [anon_sym_LBRACE] = ACTIONS(143), - [anon_sym_global] = ACTIONS(151), - [anon_sym_option] = ACTIONS(154), - [anon_sym_const] = ACTIONS(157), - [anon_sym_redef] = ACTIONS(160), - [anon_sym_record] = ACTIONS(163), - [anon_sym_type] = ACTIONS(165), - [anon_sym_print] = ACTIONS(163), - [anon_sym_event] = ACTIONS(168), - [anon_sym_if] = ACTIONS(163), - [anon_sym_LPAREN] = ACTIONS(143), - [anon_sym_switch] = ACTIONS(163), - [anon_sym_for] = ACTIONS(163), - [anon_sym_LBRACK] = ACTIONS(143), - [anon_sym_while] = ACTIONS(163), - [anon_sym_next] = ACTIONS(163), - [anon_sym_break] = ACTIONS(163), - [anon_sym_fallthrough] = ACTIONS(163), - [anon_sym_return] = ACTIONS(163), - [anon_sym_add] = ACTIONS(163), - [anon_sym_delete] = ACTIONS(163), - [anon_sym_local] = ACTIONS(163), - [anon_sym_when] = ACTIONS(163), - [anon_sym_assert] = ACTIONS(163), - [anon_sym_table] = ACTIONS(163), - [anon_sym_set] = ACTIONS(163), - [anon_sym_vector] = ACTIONS(163), - [anon_sym_function] = ACTIONS(171), - [anon_sym_hook] = ACTIONS(174), - [anon_sym_DOLLAR] = ACTIONS(143), - [anon_sym_PIPE] = ACTIONS(143), - [anon_sym_PLUS_PLUS] = ACTIONS(143), - [anon_sym_DASH_DASH] = ACTIONS(143), - [anon_sym_BANG] = ACTIONS(143), - [anon_sym_TILDE] = ACTIONS(143), - [anon_sym_DASH] = ACTIONS(163), - [anon_sym_PLUS] = ACTIONS(163), - [anon_sym_copy] = ACTIONS(163), - [anon_sym_schedule] = ACTIONS(163), - [aux_sym_constant_token1] = ACTIONS(163), - [anon_sym_T] = ACTIONS(163), - [anon_sym_F] = ACTIONS(163), - [anon_sym_ATdeprecated] = ACTIONS(177), - [anon_sym_ATload] = ACTIONS(180), - [anon_sym_ATload_DASHsigs] = ACTIONS(183), - [anon_sym_ATload_DASHplugin] = ACTIONS(186), - [anon_sym_ATunload] = ACTIONS(183), - [anon_sym_ATprefixes] = ACTIONS(189), - [anon_sym_ATif] = ACTIONS(192), - [anon_sym_ATifdef] = ACTIONS(195), - [anon_sym_ATifndef] = ACTIONS(195), - [anon_sym_ATendif] = ACTIONS(198), - [anon_sym_ATelse] = ACTIONS(198), - [anon_sym_ATpragma] = ACTIONS(201), - [anon_sym_ATDIR] = ACTIONS(143), - [anon_sym_ATFILENAME] = ACTIONS(143), - [sym_id] = ACTIONS(163), - [sym_pattern] = ACTIONS(143), - [sym_ipv6] = ACTIONS(163), - [sym_ipv4] = ACTIONS(163), - [sym_port] = ACTIONS(143), - [sym_floatp] = ACTIONS(163), - [sym_hex] = ACTIONS(163), - [sym_hostname] = ACTIONS(163), - [aux_sym_string_token1] = ACTIONS(143), + [ts_builtin_sym_end] = ACTIONS(145), + [anon_sym_module] = ACTIONS(147), + [anon_sym_SEMI] = ACTIONS(145), + [anon_sym_export] = ACTIONS(150), + [anon_sym_LBRACE] = ACTIONS(145), + [anon_sym_global] = ACTIONS(153), + [anon_sym_option] = ACTIONS(156), + [anon_sym_const] = ACTIONS(159), + [anon_sym_redef] = ACTIONS(162), + [anon_sym_record] = ACTIONS(165), + [anon_sym_type] = ACTIONS(167), + [anon_sym_print] = ACTIONS(165), + [anon_sym_event] = ACTIONS(170), + [anon_sym_if] = ACTIONS(165), + [anon_sym_LPAREN] = ACTIONS(145), + [anon_sym_switch] = ACTIONS(165), + [anon_sym_for] = ACTIONS(165), + [anon_sym_LBRACK] = ACTIONS(165), + [anon_sym_while] = ACTIONS(165), + [anon_sym_next] = ACTIONS(165), + [anon_sym_break] = ACTIONS(165), + [anon_sym_fallthrough] = ACTIONS(165), + [anon_sym_return] = ACTIONS(165), + [anon_sym_add] = ACTIONS(165), + [anon_sym_delete] = ACTIONS(165), + [anon_sym_local] = ACTIONS(165), + [anon_sym_when] = ACTIONS(165), + [anon_sym_assert] = ACTIONS(165), + [anon_sym_table] = ACTIONS(165), + [anon_sym_set] = ACTIONS(165), + [anon_sym_vector] = ACTIONS(165), + [anon_sym_function] = ACTIONS(173), + [anon_sym_hook] = ACTIONS(176), + [anon_sym_DOLLAR] = ACTIONS(145), + [anon_sym_PIPE] = ACTIONS(145), + [anon_sym_PLUS_PLUS] = ACTIONS(145), + [anon_sym_DASH_DASH] = ACTIONS(145), + [anon_sym_BANG] = ACTIONS(145), + [anon_sym_TILDE] = ACTIONS(145), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_copy] = ACTIONS(165), + [anon_sym_schedule] = ACTIONS(165), + [aux_sym_constant_token1] = ACTIONS(165), + [anon_sym_T] = ACTIONS(165), + [anon_sym_F] = ACTIONS(165), + [anon_sym_ATdeprecated] = ACTIONS(179), + [anon_sym_ATload] = ACTIONS(182), + [anon_sym_ATload_DASHsigs] = ACTIONS(185), + [anon_sym_ATload_DASHplugin] = ACTIONS(188), + [anon_sym_ATunload] = ACTIONS(185), + [anon_sym_ATprefixes] = ACTIONS(191), + [anon_sym_ATif] = ACTIONS(194), + [anon_sym_ATifdef] = ACTIONS(197), + [anon_sym_ATifndef] = ACTIONS(197), + [anon_sym_ATendif] = ACTIONS(200), + [anon_sym_ATelse] = ACTIONS(200), + [anon_sym_ATpragma] = ACTIONS(203), + [anon_sym_ATDIR] = ACTIONS(145), + [anon_sym_ATFILENAME] = ACTIONS(145), + [sym_id] = ACTIONS(165), + [sym_pattern] = ACTIONS(145), + [sym_ipv6] = ACTIONS(145), + [sym_ipv4] = ACTIONS(165), + [sym_port] = ACTIONS(145), + [sym_floatp] = ACTIONS(165), + [sym_hex] = ACTIONS(165), + [sym_hostname] = ACTIONS(165), + [aux_sym_string_token1] = ACTIONS(145), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -17139,93 +16373,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(9)] = { - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_record] = ACTIONS(139), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_else] = ACTIONS(139), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_case] = ACTIONS(139), - [anon_sym_default] = ACTIONS(139), - [anon_sym_as] = ACTIONS(141), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_record] = ACTIONS(141), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_else] = ACTIONS(141), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_in] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_case] = ACTIONS(141), + [anon_sym_default] = ACTIONS(141), + [anon_sym_as] = ACTIONS(143), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -17233,93 +16467,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(10)] = { - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_record] = ACTIONS(139), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_timeout] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_case] = ACTIONS(139), - [anon_sym_default] = ACTIONS(139), - [anon_sym_as] = ACTIONS(141), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_record] = ACTIONS(141), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_in] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_timeout] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_case] = ACTIONS(141), + [anon_sym_default] = ACTIONS(141), + [anon_sym_as] = ACTIONS(143), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -17327,92 +16561,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(11)] = { - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_record] = ACTIONS(139), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_else] = ACTIONS(139), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_timeout] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_as] = ACTIONS(141), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_record] = ACTIONS(141), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_else] = ACTIONS(141), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_in] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_timeout] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_as] = ACTIONS(143), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -17420,92 +16654,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(12)] = { - [ts_builtin_sym_end] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_record] = ACTIONS(139), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_else] = ACTIONS(139), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_timeout] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_as] = ACTIONS(141), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [ts_builtin_sym_end] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_record] = ACTIONS(141), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_else] = ACTIONS(141), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_in] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_timeout] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_as] = ACTIONS(143), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -17513,92 +16747,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(13)] = { - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_record] = ACTIONS(139), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_case] = ACTIONS(139), - [anon_sym_default] = ACTIONS(139), - [anon_sym_as] = ACTIONS(141), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_record] = ACTIONS(141), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_in] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_case] = ACTIONS(141), + [anon_sym_default] = ACTIONS(141), + [anon_sym_as] = ACTIONS(143), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -17606,91 +16840,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(14)] = { - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(135), - [anon_sym_const] = ACTIONS(139), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_record] = ACTIONS(139), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_COMMA] = ACTIONS(135), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_as] = ACTIONS(141), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(137), + [anon_sym_const] = ACTIONS(141), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_record] = ACTIONS(141), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_COMMA] = ACTIONS(137), + [anon_sym_in] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_as] = ACTIONS(143), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -17698,91 +16932,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(15)] = { - [ts_builtin_sym_end] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_record] = ACTIONS(139), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_else] = ACTIONS(139), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_as] = ACTIONS(141), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [ts_builtin_sym_end] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_record] = ACTIONS(141), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_else] = ACTIONS(141), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_in] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_as] = ACTIONS(143), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -17790,91 +17024,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(16)] = { - [ts_builtin_sym_end] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_record] = ACTIONS(139), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_timeout] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_as] = ACTIONS(141), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [ts_builtin_sym_end] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_record] = ACTIONS(141), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_in] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_timeout] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_as] = ACTIONS(143), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -17882,91 +17116,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(17)] = { - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_record] = ACTIONS(139), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_else] = ACTIONS(139), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_as] = ACTIONS(141), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_record] = ACTIONS(141), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_else] = ACTIONS(141), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_in] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_as] = ACTIONS(143), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -17974,91 +17208,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(18)] = { - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_record] = ACTIONS(139), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_timeout] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_as] = ACTIONS(141), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_record] = ACTIONS(141), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_in] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_timeout] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_as] = ACTIONS(143), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -18066,90 +17300,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(19)] = { - [ts_builtin_sym_end] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_record] = ACTIONS(139), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_as] = ACTIONS(141), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [ts_builtin_sym_end] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_record] = ACTIONS(141), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_in] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_as] = ACTIONS(143), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -18157,90 +17391,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(20)] = { - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_record] = ACTIONS(139), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_as] = ACTIONS(141), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_record] = ACTIONS(141), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_in] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(143), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_as] = ACTIONS(143), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(143), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -18260,35 +17494,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(38), - [anon_sym_SEMI] = ACTIONS(204), - [anon_sym_LBRACE] = ACTIONS(206), - [anon_sym_RBRACE] = ACTIONS(208), - [anon_sym_const] = ACTIONS(210), + [anon_sym_SEMI] = ACTIONS(206), + [anon_sym_LBRACE] = ACTIONS(208), + [anon_sym_RBRACE] = ACTIONS(210), + [anon_sym_const] = ACTIONS(212), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(212), - [anon_sym_event] = ACTIONS(214), - [anon_sym_if] = ACTIONS(216), + [anon_sym_print] = ACTIONS(214), + [anon_sym_event] = ACTIONS(216), + [anon_sym_if] = ACTIONS(218), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(218), - [anon_sym_for] = ACTIONS(220), + [anon_sym_switch] = ACTIONS(220), + [anon_sym_for] = ACTIONS(222), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(222), - [anon_sym_next] = ACTIONS(224), - [anon_sym_break] = ACTIONS(224), - [anon_sym_fallthrough] = ACTIONS(224), - [anon_sym_return] = ACTIONS(226), - [anon_sym_add] = ACTIONS(228), - [anon_sym_delete] = ACTIONS(228), - [anon_sym_local] = ACTIONS(230), - [anon_sym_when] = ACTIONS(232), - [anon_sym_assert] = ACTIONS(234), - [anon_sym_case] = ACTIONS(236), - [anon_sym_default] = ACTIONS(236), + [anon_sym_while] = ACTIONS(224), + [anon_sym_next] = ACTIONS(226), + [anon_sym_break] = ACTIONS(226), + [anon_sym_fallthrough] = ACTIONS(226), + [anon_sym_return] = ACTIONS(228), + [anon_sym_add] = ACTIONS(230), + [anon_sym_delete] = ACTIONS(230), + [anon_sym_local] = ACTIONS(232), + [anon_sym_when] = ACTIONS(234), + [anon_sym_assert] = ACTIONS(236), + [anon_sym_case] = ACTIONS(238), + [anon_sym_default] = ACTIONS(238), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -18302,29 +17536,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(238), - [anon_sym_ATload] = ACTIONS(240), - [anon_sym_ATload_DASHsigs] = ACTIONS(242), - [anon_sym_ATload_DASHplugin] = ACTIONS(244), - [anon_sym_ATunload] = ACTIONS(242), - [anon_sym_ATprefixes] = ACTIONS(246), - [anon_sym_ATif] = ACTIONS(248), - [anon_sym_ATifdef] = ACTIONS(250), - [anon_sym_ATifndef] = ACTIONS(250), - [anon_sym_ATendif] = ACTIONS(252), - [anon_sym_ATelse] = ACTIONS(252), - [anon_sym_ATpragma] = ACTIONS(254), + [anon_sym_ATdeprecated] = ACTIONS(240), + [anon_sym_ATload] = ACTIONS(242), + [anon_sym_ATload_DASHsigs] = ACTIONS(244), + [anon_sym_ATload_DASHplugin] = ACTIONS(246), + [anon_sym_ATunload] = ACTIONS(244), + [anon_sym_ATprefixes] = ACTIONS(248), + [anon_sym_ATif] = ACTIONS(250), + [anon_sym_ATifdef] = ACTIONS(252), + [anon_sym_ATifndef] = ACTIONS(252), + [anon_sym_ATendif] = ACTIONS(254), + [anon_sym_ATelse] = ACTIONS(254), + [anon_sym_ATpragma] = ACTIONS(256), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -18332,83 +17566,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(22)] = { - [anon_sym_SEMI] = ACTIONS(256), - [anon_sym_LBRACE] = ACTIONS(256), - [anon_sym_RBRACE] = ACTIONS(256), - [anon_sym_PLUS_EQ] = ACTIONS(256), - [anon_sym_record] = ACTIONS(258), - [anon_sym_DASH_EQ] = ACTIONS(256), - [anon_sym_LPAREN] = ACTIONS(256), - [anon_sym_RPAREN] = ACTIONS(256), - [anon_sym_COMMA] = ACTIONS(256), - [anon_sym_LBRACK] = ACTIONS(256), - [anon_sym_RBRACK] = ACTIONS(256), - [anon_sym_local] = ACTIONS(258), - [anon_sym_EQ] = ACTIONS(256), - [anon_sym_table] = ACTIONS(258), - [anon_sym_set] = ACTIONS(258), - [anon_sym_vector] = ACTIONS(258), - [anon_sym_function] = ACTIONS(258), - [anon_sym_hook] = ACTIONS(258), - [anon_sym_AMPdeprecated] = ACTIONS(256), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(256), - [anon_sym_AMPerror_handler] = ACTIONS(256), - [anon_sym_AMPis_assigned] = ACTIONS(256), - [anon_sym_AMPis_used] = ACTIONS(256), - [anon_sym_AMPlog] = ACTIONS(256), - [anon_sym_AMPoptional] = ACTIONS(256), - [anon_sym_AMPordered] = ACTIONS(256), - [anon_sym_AMPraw_output] = ACTIONS(256), - [anon_sym_AMPredef] = ACTIONS(256), - [anon_sym_AMPadd_func] = ACTIONS(256), - [anon_sym_AMPbackend] = ACTIONS(256), - [anon_sym_AMPbroker_store] = ACTIONS(256), - [anon_sym_AMPcreate_expire] = ACTIONS(256), - [anon_sym_AMPdefault] = ACTIONS(256), - [anon_sym_AMPdelete_func] = ACTIONS(256), - [anon_sym_AMPexpire_func] = ACTIONS(256), - [anon_sym_AMPgroup] = ACTIONS(256), - [anon_sym_AMPon_change] = ACTIONS(256), - [anon_sym_AMPpriority] = ACTIONS(256), - [anon_sym_AMPread_expire] = ACTIONS(256), - [anon_sym_AMPtype_column] = ACTIONS(256), - [anon_sym_AMPwrite_expire] = ACTIONS(256), - [anon_sym_DOLLAR] = ACTIONS(256), - [anon_sym_PIPE] = ACTIONS(256), - [anon_sym_PLUS_PLUS] = ACTIONS(256), - [anon_sym_DASH_DASH] = ACTIONS(256), - [anon_sym_BANG] = ACTIONS(256), - [anon_sym_TILDE] = ACTIONS(256), - [anon_sym_DASH] = ACTIONS(258), - [anon_sym_PLUS] = ACTIONS(258), - [anon_sym_copy] = ACTIONS(258), - [anon_sym_schedule] = ACTIONS(258), - [aux_sym_constant_token1] = ACTIONS(258), - [anon_sym_T] = ACTIONS(258), - [anon_sym_F] = ACTIONS(258), - [anon_sym_ATdeprecated] = ACTIONS(256), - [anon_sym_ATload] = ACTIONS(258), - [anon_sym_ATload_DASHsigs] = ACTIONS(256), - [anon_sym_ATload_DASHplugin] = ACTIONS(256), - [anon_sym_ATunload] = ACTIONS(256), - [anon_sym_ATprefixes] = ACTIONS(256), - [anon_sym_ATif] = ACTIONS(258), - [anon_sym_ATifdef] = ACTIONS(256), - [anon_sym_ATifndef] = ACTIONS(256), - [anon_sym_ATendif] = ACTIONS(256), - [anon_sym_ATelse] = ACTIONS(256), - [anon_sym_ATpragma] = ACTIONS(256), - [anon_sym_ATDIR] = ACTIONS(256), - [anon_sym_ATFILENAME] = ACTIONS(256), - [sym_id] = ACTIONS(258), - [sym_pattern] = ACTIONS(256), + [anon_sym_SEMI] = ACTIONS(258), + [anon_sym_LBRACE] = ACTIONS(258), + [anon_sym_RBRACE] = ACTIONS(258), + [anon_sym_PLUS_EQ] = ACTIONS(258), + [anon_sym_record] = ACTIONS(260), + [anon_sym_DASH_EQ] = ACTIONS(258), + [anon_sym_LPAREN] = ACTIONS(258), + [anon_sym_RPAREN] = ACTIONS(258), + [anon_sym_COMMA] = ACTIONS(258), + [anon_sym_LBRACK] = ACTIONS(260), + [anon_sym_RBRACK] = ACTIONS(258), + [anon_sym_local] = ACTIONS(260), + [anon_sym_EQ] = ACTIONS(258), + [anon_sym_table] = ACTIONS(260), + [anon_sym_set] = ACTIONS(260), + [anon_sym_vector] = ACTIONS(260), + [anon_sym_function] = ACTIONS(260), + [anon_sym_hook] = ACTIONS(260), + [anon_sym_AMPdeprecated] = ACTIONS(258), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(258), + [anon_sym_AMPerror_handler] = ACTIONS(258), + [anon_sym_AMPis_assigned] = ACTIONS(258), + [anon_sym_AMPis_used] = ACTIONS(258), + [anon_sym_AMPlog] = ACTIONS(258), + [anon_sym_AMPoptional] = ACTIONS(258), + [anon_sym_AMPordered] = ACTIONS(258), + [anon_sym_AMPraw_output] = ACTIONS(258), + [anon_sym_AMPredef] = ACTIONS(258), + [anon_sym_AMPadd_func] = ACTIONS(258), + [anon_sym_AMPbackend] = ACTIONS(258), + [anon_sym_AMPbroker_store] = ACTIONS(258), + [anon_sym_AMPcreate_expire] = ACTIONS(258), + [anon_sym_AMPdefault] = ACTIONS(258), + [anon_sym_AMPdelete_func] = ACTIONS(258), + [anon_sym_AMPexpire_func] = ACTIONS(258), + [anon_sym_AMPgroup] = ACTIONS(258), + [anon_sym_AMPon_change] = ACTIONS(258), + [anon_sym_AMPpriority] = ACTIONS(258), + [anon_sym_AMPread_expire] = ACTIONS(258), + [anon_sym_AMPtype_column] = ACTIONS(258), + [anon_sym_AMPwrite_expire] = ACTIONS(258), + [anon_sym_DOLLAR] = ACTIONS(258), + [anon_sym_PIPE] = ACTIONS(258), + [anon_sym_PLUS_PLUS] = ACTIONS(258), + [anon_sym_DASH_DASH] = ACTIONS(258), + [anon_sym_BANG] = ACTIONS(258), + [anon_sym_TILDE] = ACTIONS(258), + [anon_sym_DASH] = ACTIONS(260), + [anon_sym_PLUS] = ACTIONS(260), + [anon_sym_copy] = ACTIONS(260), + [anon_sym_schedule] = ACTIONS(260), + [aux_sym_constant_token1] = ACTIONS(260), + [anon_sym_T] = ACTIONS(260), + [anon_sym_F] = ACTIONS(260), + [anon_sym_ATdeprecated] = ACTIONS(258), + [anon_sym_ATload] = ACTIONS(260), + [anon_sym_ATload_DASHsigs] = ACTIONS(258), + [anon_sym_ATload_DASHplugin] = ACTIONS(258), + [anon_sym_ATunload] = ACTIONS(258), + [anon_sym_ATprefixes] = ACTIONS(258), + [anon_sym_ATif] = ACTIONS(260), + [anon_sym_ATifdef] = ACTIONS(258), + [anon_sym_ATifndef] = ACTIONS(258), + [anon_sym_ATendif] = ACTIONS(258), + [anon_sym_ATelse] = ACTIONS(258), + [anon_sym_ATpragma] = ACTIONS(258), + [anon_sym_ATDIR] = ACTIONS(258), + [anon_sym_ATFILENAME] = ACTIONS(258), + [sym_id] = ACTIONS(260), + [sym_pattern] = ACTIONS(258), [sym_ipv6] = ACTIONS(258), - [sym_ipv4] = ACTIONS(258), - [sym_port] = ACTIONS(256), - [sym_floatp] = ACTIONS(258), - [sym_hex] = ACTIONS(258), - [sym_hostname] = ACTIONS(258), - [aux_sym_string_token1] = ACTIONS(256), + [sym_ipv4] = ACTIONS(260), + [sym_port] = ACTIONS(258), + [sym_floatp] = ACTIONS(260), + [sym_hex] = ACTIONS(260), + [sym_hostname] = ACTIONS(260), + [aux_sym_string_token1] = ACTIONS(258), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -18428,35 +17662,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(38), - [anon_sym_SEMI] = ACTIONS(204), - [anon_sym_LBRACE] = ACTIONS(206), - [anon_sym_RBRACE] = ACTIONS(260), - [anon_sym_const] = ACTIONS(210), + [anon_sym_SEMI] = ACTIONS(206), + [anon_sym_LBRACE] = ACTIONS(208), + [anon_sym_RBRACE] = ACTIONS(262), + [anon_sym_const] = ACTIONS(212), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(212), - [anon_sym_event] = ACTIONS(214), - [anon_sym_if] = ACTIONS(216), + [anon_sym_print] = ACTIONS(214), + [anon_sym_event] = ACTIONS(216), + [anon_sym_if] = ACTIONS(218), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(218), - [anon_sym_for] = ACTIONS(220), + [anon_sym_switch] = ACTIONS(220), + [anon_sym_for] = ACTIONS(222), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(222), - [anon_sym_next] = ACTIONS(224), - [anon_sym_break] = ACTIONS(224), - [anon_sym_fallthrough] = ACTIONS(224), - [anon_sym_return] = ACTIONS(226), - [anon_sym_add] = ACTIONS(228), - [anon_sym_delete] = ACTIONS(228), - [anon_sym_local] = ACTIONS(230), - [anon_sym_when] = ACTIONS(232), - [anon_sym_assert] = ACTIONS(234), - [anon_sym_case] = ACTIONS(262), - [anon_sym_default] = ACTIONS(262), + [anon_sym_while] = ACTIONS(224), + [anon_sym_next] = ACTIONS(226), + [anon_sym_break] = ACTIONS(226), + [anon_sym_fallthrough] = ACTIONS(226), + [anon_sym_return] = ACTIONS(228), + [anon_sym_add] = ACTIONS(230), + [anon_sym_delete] = ACTIONS(230), + [anon_sym_local] = ACTIONS(232), + [anon_sym_when] = ACTIONS(234), + [anon_sym_assert] = ACTIONS(236), + [anon_sym_case] = ACTIONS(264), + [anon_sym_default] = ACTIONS(264), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -18470,29 +17704,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(238), - [anon_sym_ATload] = ACTIONS(240), - [anon_sym_ATload_DASHsigs] = ACTIONS(242), - [anon_sym_ATload_DASHplugin] = ACTIONS(244), - [anon_sym_ATunload] = ACTIONS(242), - [anon_sym_ATprefixes] = ACTIONS(246), - [anon_sym_ATif] = ACTIONS(248), - [anon_sym_ATifdef] = ACTIONS(250), - [anon_sym_ATifndef] = ACTIONS(250), - [anon_sym_ATendif] = ACTIONS(252), - [anon_sym_ATelse] = ACTIONS(252), - [anon_sym_ATpragma] = ACTIONS(254), + [anon_sym_ATdeprecated] = ACTIONS(240), + [anon_sym_ATload] = ACTIONS(242), + [anon_sym_ATload_DASHsigs] = ACTIONS(244), + [anon_sym_ATload_DASHplugin] = ACTIONS(246), + [anon_sym_ATunload] = ACTIONS(244), + [anon_sym_ATprefixes] = ACTIONS(248), + [anon_sym_ATif] = ACTIONS(250), + [anon_sym_ATifdef] = ACTIONS(252), + [anon_sym_ATifndef] = ACTIONS(252), + [anon_sym_ATendif] = ACTIONS(254), + [anon_sym_ATelse] = ACTIONS(254), + [anon_sym_ATpragma] = ACTIONS(256), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -18514,33 +17748,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(266), - [anon_sym_RBRACE] = ACTIONS(268), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(270), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -18554,29 +17788,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -18598,33 +17832,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(266), - [anon_sym_RBRACE] = ACTIONS(314), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(316), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -18638,29 +17872,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -18682,33 +17916,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(266), - [anon_sym_RBRACE] = ACTIONS(316), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(318), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -18722,29 +17956,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -18766,33 +18000,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(266), - [anon_sym_RBRACE] = ACTIONS(318), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(320), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -18806,29 +18040,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -18850,33 +18084,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(266), - [anon_sym_RBRACE] = ACTIONS(320), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(322), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -18890,29 +18124,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -18934,33 +18168,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(266), - [anon_sym_RBRACE] = ACTIONS(322), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(324), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -18974,29 +18208,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -19018,33 +18252,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(266), - [anon_sym_RBRACE] = ACTIONS(324), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(326), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -19058,29 +18292,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -19102,33 +18336,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(266), - [anon_sym_RBRACE] = ACTIONS(326), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(328), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -19142,29 +18376,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -19186,33 +18420,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(266), - [anon_sym_RBRACE] = ACTIONS(328), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(330), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -19226,29 +18460,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -19270,33 +18504,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(266), - [anon_sym_RBRACE] = ACTIONS(330), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(332), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -19310,29 +18544,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -19354,33 +18588,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(266), - [anon_sym_RBRACE] = ACTIONS(332), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(334), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -19394,29 +18628,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -19438,33 +18672,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(266), - [anon_sym_RBRACE] = ACTIONS(334), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(336), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -19478,29 +18712,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -19522,33 +18756,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(266), - [anon_sym_RBRACE] = ACTIONS(336), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(338), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -19562,29 +18796,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -19592,83 +18826,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(37)] = { - [anon_sym_SEMI] = ACTIONS(338), - [anon_sym_LBRACE] = ACTIONS(338), - [anon_sym_RBRACE] = ACTIONS(338), - [anon_sym_PLUS_EQ] = ACTIONS(338), - [anon_sym_record] = ACTIONS(340), - [anon_sym_DASH_EQ] = ACTIONS(338), - [anon_sym_LPAREN] = ACTIONS(338), - [anon_sym_RPAREN] = ACTIONS(338), - [anon_sym_COMMA] = ACTIONS(338), - [anon_sym_LBRACK] = ACTIONS(338), - [anon_sym_RBRACK] = ACTIONS(338), - [anon_sym_local] = ACTIONS(340), - [anon_sym_EQ] = ACTIONS(338), - [anon_sym_table] = ACTIONS(340), - [anon_sym_set] = ACTIONS(340), - [anon_sym_vector] = ACTIONS(340), - [anon_sym_function] = ACTIONS(340), - [anon_sym_hook] = ACTIONS(340), - [anon_sym_AMPdeprecated] = ACTIONS(338), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(338), - [anon_sym_AMPerror_handler] = ACTIONS(338), - [anon_sym_AMPis_assigned] = ACTIONS(338), - [anon_sym_AMPis_used] = ACTIONS(338), - [anon_sym_AMPlog] = ACTIONS(338), - [anon_sym_AMPoptional] = ACTIONS(338), - [anon_sym_AMPordered] = ACTIONS(338), - [anon_sym_AMPraw_output] = ACTIONS(338), - [anon_sym_AMPredef] = ACTIONS(338), - [anon_sym_AMPadd_func] = ACTIONS(338), - [anon_sym_AMPbackend] = ACTIONS(338), - [anon_sym_AMPbroker_store] = ACTIONS(338), - [anon_sym_AMPcreate_expire] = ACTIONS(338), - [anon_sym_AMPdefault] = ACTIONS(338), - [anon_sym_AMPdelete_func] = ACTIONS(338), - [anon_sym_AMPexpire_func] = ACTIONS(338), - [anon_sym_AMPgroup] = ACTIONS(338), - [anon_sym_AMPon_change] = ACTIONS(338), - [anon_sym_AMPpriority] = ACTIONS(338), - [anon_sym_AMPread_expire] = ACTIONS(338), - [anon_sym_AMPtype_column] = ACTIONS(338), - [anon_sym_AMPwrite_expire] = ACTIONS(338), - [anon_sym_DOLLAR] = ACTIONS(338), - [anon_sym_PIPE] = ACTIONS(338), - [anon_sym_PLUS_PLUS] = ACTIONS(338), - [anon_sym_DASH_DASH] = ACTIONS(338), - [anon_sym_BANG] = ACTIONS(338), - [anon_sym_TILDE] = ACTIONS(338), - [anon_sym_DASH] = ACTIONS(340), - [anon_sym_PLUS] = ACTIONS(340), - [anon_sym_copy] = ACTIONS(340), - [anon_sym_schedule] = ACTIONS(340), - [aux_sym_constant_token1] = ACTIONS(340), - [anon_sym_T] = ACTIONS(340), - [anon_sym_F] = ACTIONS(340), - [anon_sym_ATdeprecated] = ACTIONS(338), - [anon_sym_ATload] = ACTIONS(340), - [anon_sym_ATload_DASHsigs] = ACTIONS(338), - [anon_sym_ATload_DASHplugin] = ACTIONS(338), - [anon_sym_ATunload] = ACTIONS(338), - [anon_sym_ATprefixes] = ACTIONS(338), - [anon_sym_ATif] = ACTIONS(340), - [anon_sym_ATifdef] = ACTIONS(338), - [anon_sym_ATifndef] = ACTIONS(338), - [anon_sym_ATendif] = ACTIONS(338), - [anon_sym_ATelse] = ACTIONS(338), - [anon_sym_ATpragma] = ACTIONS(338), - [anon_sym_ATDIR] = ACTIONS(338), - [anon_sym_ATFILENAME] = ACTIONS(338), - [sym_id] = ACTIONS(340), - [sym_pattern] = ACTIONS(338), + [anon_sym_SEMI] = ACTIONS(340), + [anon_sym_LBRACE] = ACTIONS(340), + [anon_sym_RBRACE] = ACTIONS(340), + [anon_sym_PLUS_EQ] = ACTIONS(340), + [anon_sym_record] = ACTIONS(342), + [anon_sym_DASH_EQ] = ACTIONS(340), + [anon_sym_LPAREN] = ACTIONS(340), + [anon_sym_RPAREN] = ACTIONS(340), + [anon_sym_COMMA] = ACTIONS(340), + [anon_sym_LBRACK] = ACTIONS(342), + [anon_sym_RBRACK] = ACTIONS(340), + [anon_sym_local] = ACTIONS(342), + [anon_sym_EQ] = ACTIONS(340), + [anon_sym_table] = ACTIONS(342), + [anon_sym_set] = ACTIONS(342), + [anon_sym_vector] = ACTIONS(342), + [anon_sym_function] = ACTIONS(342), + [anon_sym_hook] = ACTIONS(342), + [anon_sym_AMPdeprecated] = ACTIONS(340), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(340), + [anon_sym_AMPerror_handler] = ACTIONS(340), + [anon_sym_AMPis_assigned] = ACTIONS(340), + [anon_sym_AMPis_used] = ACTIONS(340), + [anon_sym_AMPlog] = ACTIONS(340), + [anon_sym_AMPoptional] = ACTIONS(340), + [anon_sym_AMPordered] = ACTIONS(340), + [anon_sym_AMPraw_output] = ACTIONS(340), + [anon_sym_AMPredef] = ACTIONS(340), + [anon_sym_AMPadd_func] = ACTIONS(340), + [anon_sym_AMPbackend] = ACTIONS(340), + [anon_sym_AMPbroker_store] = ACTIONS(340), + [anon_sym_AMPcreate_expire] = ACTIONS(340), + [anon_sym_AMPdefault] = ACTIONS(340), + [anon_sym_AMPdelete_func] = ACTIONS(340), + [anon_sym_AMPexpire_func] = ACTIONS(340), + [anon_sym_AMPgroup] = ACTIONS(340), + [anon_sym_AMPon_change] = ACTIONS(340), + [anon_sym_AMPpriority] = ACTIONS(340), + [anon_sym_AMPread_expire] = ACTIONS(340), + [anon_sym_AMPtype_column] = ACTIONS(340), + [anon_sym_AMPwrite_expire] = ACTIONS(340), + [anon_sym_DOLLAR] = ACTIONS(340), + [anon_sym_PIPE] = ACTIONS(340), + [anon_sym_PLUS_PLUS] = ACTIONS(340), + [anon_sym_DASH_DASH] = ACTIONS(340), + [anon_sym_BANG] = ACTIONS(340), + [anon_sym_TILDE] = ACTIONS(340), + [anon_sym_DASH] = ACTIONS(342), + [anon_sym_PLUS] = ACTIONS(342), + [anon_sym_copy] = ACTIONS(342), + [anon_sym_schedule] = ACTIONS(342), + [aux_sym_constant_token1] = ACTIONS(342), + [anon_sym_T] = ACTIONS(342), + [anon_sym_F] = ACTIONS(342), + [anon_sym_ATdeprecated] = ACTIONS(340), + [anon_sym_ATload] = ACTIONS(342), + [anon_sym_ATload_DASHsigs] = ACTIONS(340), + [anon_sym_ATload_DASHplugin] = ACTIONS(340), + [anon_sym_ATunload] = ACTIONS(340), + [anon_sym_ATprefixes] = ACTIONS(340), + [anon_sym_ATif] = ACTIONS(342), + [anon_sym_ATifdef] = ACTIONS(340), + [anon_sym_ATifndef] = ACTIONS(340), + [anon_sym_ATendif] = ACTIONS(340), + [anon_sym_ATelse] = ACTIONS(340), + [anon_sym_ATpragma] = ACTIONS(340), + [anon_sym_ATDIR] = ACTIONS(340), + [anon_sym_ATFILENAME] = ACTIONS(340), + [sym_id] = ACTIONS(342), + [sym_pattern] = ACTIONS(340), [sym_ipv6] = ACTIONS(340), - [sym_ipv4] = ACTIONS(340), - [sym_port] = ACTIONS(338), - [sym_floatp] = ACTIONS(340), - [sym_hex] = ACTIONS(340), - [sym_hostname] = ACTIONS(340), - [aux_sym_string_token1] = ACTIONS(338), + [sym_ipv4] = ACTIONS(342), + [sym_port] = ACTIONS(340), + [sym_floatp] = ACTIONS(342), + [sym_hex] = ACTIONS(342), + [sym_hostname] = ACTIONS(342), + [aux_sym_string_token1] = ACTIONS(340), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -19687,35 +18921,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(39), - [anon_sym_SEMI] = ACTIONS(204), - [anon_sym_LBRACE] = ACTIONS(206), - [anon_sym_RBRACE] = ACTIONS(342), - [anon_sym_const] = ACTIONS(210), + [anon_sym_SEMI] = ACTIONS(206), + [anon_sym_LBRACE] = ACTIONS(208), + [anon_sym_RBRACE] = ACTIONS(344), + [anon_sym_const] = ACTIONS(212), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(212), - [anon_sym_event] = ACTIONS(214), - [anon_sym_if] = ACTIONS(216), + [anon_sym_print] = ACTIONS(214), + [anon_sym_event] = ACTIONS(216), + [anon_sym_if] = ACTIONS(218), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(218), - [anon_sym_for] = ACTIONS(220), + [anon_sym_switch] = ACTIONS(220), + [anon_sym_for] = ACTIONS(222), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(222), - [anon_sym_next] = ACTIONS(224), - [anon_sym_break] = ACTIONS(224), - [anon_sym_fallthrough] = ACTIONS(224), - [anon_sym_return] = ACTIONS(226), - [anon_sym_add] = ACTIONS(228), - [anon_sym_delete] = ACTIONS(228), - [anon_sym_local] = ACTIONS(230), - [anon_sym_when] = ACTIONS(232), - [anon_sym_assert] = ACTIONS(234), - [anon_sym_case] = ACTIONS(344), - [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(224), + [anon_sym_next] = ACTIONS(226), + [anon_sym_break] = ACTIONS(226), + [anon_sym_fallthrough] = ACTIONS(226), + [anon_sym_return] = ACTIONS(228), + [anon_sym_add] = ACTIONS(230), + [anon_sym_delete] = ACTIONS(230), + [anon_sym_local] = ACTIONS(232), + [anon_sym_when] = ACTIONS(234), + [anon_sym_assert] = ACTIONS(236), + [anon_sym_case] = ACTIONS(346), + [anon_sym_default] = ACTIONS(346), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -19729,29 +18963,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(238), - [anon_sym_ATload] = ACTIONS(240), - [anon_sym_ATload_DASHsigs] = ACTIONS(242), - [anon_sym_ATload_DASHplugin] = ACTIONS(244), - [anon_sym_ATunload] = ACTIONS(242), - [anon_sym_ATprefixes] = ACTIONS(246), - [anon_sym_ATif] = ACTIONS(248), - [anon_sym_ATifdef] = ACTIONS(250), - [anon_sym_ATifndef] = ACTIONS(250), - [anon_sym_ATendif] = ACTIONS(252), - [anon_sym_ATelse] = ACTIONS(252), - [anon_sym_ATpragma] = ACTIONS(254), + [anon_sym_ATdeprecated] = ACTIONS(240), + [anon_sym_ATload] = ACTIONS(242), + [anon_sym_ATload_DASHsigs] = ACTIONS(244), + [anon_sym_ATload_DASHplugin] = ACTIONS(246), + [anon_sym_ATunload] = ACTIONS(244), + [anon_sym_ATprefixes] = ACTIONS(248), + [anon_sym_ATif] = ACTIONS(250), + [anon_sym_ATifdef] = ACTIONS(252), + [anon_sym_ATifndef] = ACTIONS(252), + [anon_sym_ATendif] = ACTIONS(254), + [anon_sym_ATelse] = ACTIONS(254), + [anon_sym_ATpragma] = ACTIONS(256), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -19770,71 +19004,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(39), - [anon_sym_SEMI] = ACTIONS(346), - [anon_sym_LBRACE] = ACTIONS(349), - [anon_sym_RBRACE] = ACTIONS(352), - [anon_sym_const] = ACTIONS(354), - [anon_sym_record] = ACTIONS(357), - [anon_sym_print] = ACTIONS(360), - [anon_sym_event] = ACTIONS(363), - [anon_sym_if] = ACTIONS(366), - [anon_sym_LPAREN] = ACTIONS(369), - [anon_sym_switch] = ACTIONS(372), - [anon_sym_for] = ACTIONS(375), - [anon_sym_LBRACK] = ACTIONS(378), - [anon_sym_while] = ACTIONS(381), - [anon_sym_next] = ACTIONS(384), - [anon_sym_break] = ACTIONS(384), - [anon_sym_fallthrough] = ACTIONS(384), - [anon_sym_return] = ACTIONS(387), - [anon_sym_add] = ACTIONS(390), - [anon_sym_delete] = ACTIONS(390), - [anon_sym_local] = ACTIONS(393), - [anon_sym_when] = ACTIONS(396), - [anon_sym_assert] = ACTIONS(399), - [anon_sym_case] = ACTIONS(402), - [anon_sym_default] = ACTIONS(402), - [anon_sym_table] = ACTIONS(404), - [anon_sym_set] = ACTIONS(404), - [anon_sym_vector] = ACTIONS(407), - [anon_sym_function] = ACTIONS(410), - [anon_sym_hook] = ACTIONS(413), - [anon_sym_DOLLAR] = ACTIONS(416), - [anon_sym_PIPE] = ACTIONS(419), - [anon_sym_PLUS_PLUS] = ACTIONS(422), - [anon_sym_DASH_DASH] = ACTIONS(422), - [anon_sym_BANG] = ACTIONS(422), - [anon_sym_TILDE] = ACTIONS(422), - [anon_sym_DASH] = ACTIONS(425), - [anon_sym_PLUS] = ACTIONS(425), - [anon_sym_copy] = ACTIONS(428), - [anon_sym_schedule] = ACTIONS(431), - [aux_sym_constant_token1] = ACTIONS(434), - [anon_sym_T] = ACTIONS(437), - [anon_sym_F] = ACTIONS(437), - [anon_sym_ATdeprecated] = ACTIONS(440), - [anon_sym_ATload] = ACTIONS(443), - [anon_sym_ATload_DASHsigs] = ACTIONS(446), - [anon_sym_ATload_DASHplugin] = ACTIONS(449), - [anon_sym_ATunload] = ACTIONS(446), - [anon_sym_ATprefixes] = ACTIONS(452), - [anon_sym_ATif] = ACTIONS(455), - [anon_sym_ATifdef] = ACTIONS(458), - [anon_sym_ATifndef] = ACTIONS(458), - [anon_sym_ATendif] = ACTIONS(461), - [anon_sym_ATelse] = ACTIONS(461), - [anon_sym_ATpragma] = ACTIONS(464), - [anon_sym_ATDIR] = ACTIONS(467), - [anon_sym_ATFILENAME] = ACTIONS(467), - [sym_id] = ACTIONS(470), - [sym_pattern] = ACTIONS(473), - [sym_ipv6] = ACTIONS(476), - [sym_ipv4] = ACTIONS(476), - [sym_port] = ACTIONS(479), - [sym_floatp] = ACTIONS(482), - [sym_hex] = ACTIONS(437), - [sym_hostname] = ACTIONS(437), - [aux_sym_string_token1] = ACTIONS(485), + [anon_sym_SEMI] = ACTIONS(348), + [anon_sym_LBRACE] = ACTIONS(351), + [anon_sym_RBRACE] = ACTIONS(354), + [anon_sym_const] = ACTIONS(356), + [anon_sym_record] = ACTIONS(359), + [anon_sym_print] = ACTIONS(362), + [anon_sym_event] = ACTIONS(365), + [anon_sym_if] = ACTIONS(368), + [anon_sym_LPAREN] = ACTIONS(371), + [anon_sym_switch] = ACTIONS(374), + [anon_sym_for] = ACTIONS(377), + [anon_sym_LBRACK] = ACTIONS(380), + [anon_sym_while] = ACTIONS(383), + [anon_sym_next] = ACTIONS(386), + [anon_sym_break] = ACTIONS(386), + [anon_sym_fallthrough] = ACTIONS(386), + [anon_sym_return] = ACTIONS(389), + [anon_sym_add] = ACTIONS(392), + [anon_sym_delete] = ACTIONS(392), + [anon_sym_local] = ACTIONS(395), + [anon_sym_when] = ACTIONS(398), + [anon_sym_assert] = ACTIONS(401), + [anon_sym_case] = ACTIONS(404), + [anon_sym_default] = ACTIONS(404), + [anon_sym_table] = ACTIONS(406), + [anon_sym_set] = ACTIONS(406), + [anon_sym_vector] = ACTIONS(409), + [anon_sym_function] = ACTIONS(412), + [anon_sym_hook] = ACTIONS(415), + [anon_sym_DOLLAR] = ACTIONS(418), + [anon_sym_PIPE] = ACTIONS(421), + [anon_sym_PLUS_PLUS] = ACTIONS(424), + [anon_sym_DASH_DASH] = ACTIONS(424), + [anon_sym_BANG] = ACTIONS(424), + [anon_sym_TILDE] = ACTIONS(424), + [anon_sym_DASH] = ACTIONS(427), + [anon_sym_PLUS] = ACTIONS(427), + [anon_sym_copy] = ACTIONS(430), + [anon_sym_schedule] = ACTIONS(433), + [aux_sym_constant_token1] = ACTIONS(436), + [anon_sym_T] = ACTIONS(439), + [anon_sym_F] = ACTIONS(439), + [anon_sym_ATdeprecated] = ACTIONS(442), + [anon_sym_ATload] = ACTIONS(445), + [anon_sym_ATload_DASHsigs] = ACTIONS(448), + [anon_sym_ATload_DASHplugin] = ACTIONS(451), + [anon_sym_ATunload] = ACTIONS(448), + [anon_sym_ATprefixes] = ACTIONS(454), + [anon_sym_ATif] = ACTIONS(457), + [anon_sym_ATifdef] = ACTIONS(460), + [anon_sym_ATifndef] = ACTIONS(460), + [anon_sym_ATendif] = ACTIONS(463), + [anon_sym_ATelse] = ACTIONS(463), + [anon_sym_ATpragma] = ACTIONS(466), + [anon_sym_ATDIR] = ACTIONS(469), + [anon_sym_ATFILENAME] = ACTIONS(469), + [sym_id] = ACTIONS(472), + [sym_pattern] = ACTIONS(475), + [sym_ipv6] = ACTIONS(478), + [sym_ipv4] = ACTIONS(481), + [sym_port] = ACTIONS(484), + [sym_floatp] = ACTIONS(487), + [sym_hex] = ACTIONS(439), + [sym_hostname] = ACTIONS(439), + [aux_sym_string_token1] = ACTIONS(490), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -19854,33 +19088,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(490), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(495), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -19894,29 +19128,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -19936,33 +19170,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(492), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(497), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -19976,29 +19210,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -20018,33 +19252,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(494), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(499), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -20058,29 +19292,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -20100,33 +19334,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(496), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(501), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -20140,29 +19374,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -20182,33 +19416,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(498), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(503), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -20222,29 +19456,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -20264,33 +19498,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(500), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(505), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -20304,29 +19538,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -20346,33 +19580,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(502), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(507), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -20386,29 +19620,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -20428,33 +19662,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(504), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(509), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -20468,29 +19702,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -20510,33 +19744,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(506), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(511), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -20550,29 +19784,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -20592,33 +19826,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(508), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(513), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -20632,29 +19866,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -20674,33 +19908,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(510), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(515), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -20714,29 +19948,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -20756,33 +19990,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(512), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(517), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -20796,29 +20030,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -20838,33 +20072,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(514), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(519), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -20878,29 +20112,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -20920,33 +20154,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(516), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(521), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -20960,29 +20194,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -21002,33 +20236,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(518), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(523), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -21042,29 +20276,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -21084,33 +20318,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(520), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(525), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -21124,29 +20358,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -21166,33 +20400,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(522), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(527), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -21206,29 +20440,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -21248,33 +20482,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(524), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(529), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -21288,29 +20522,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -21330,33 +20564,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(526), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(531), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -21370,29 +20604,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -21412,33 +20646,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(528), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(533), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -21452,29 +20686,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -21494,33 +20728,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(530), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(535), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -21534,29 +20768,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -21576,33 +20810,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(532), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(537), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -21616,29 +20850,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -21658,33 +20892,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(534), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(539), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -21698,29 +20932,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -21740,33 +20974,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(536), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(541), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -21780,29 +21014,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -21822,33 +21056,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(538), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(543), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -21862,29 +21096,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -21904,33 +21138,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(540), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(545), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -21944,29 +21178,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -21986,33 +21220,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(542), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(547), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -22026,29 +21260,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -22056,81 +21290,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(67)] = { - [anon_sym_SEMI] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(544), - [anon_sym_PLUS_EQ] = ACTIONS(544), - [anon_sym_record] = ACTIONS(546), - [anon_sym_DASH_EQ] = ACTIONS(544), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_RPAREN] = ACTIONS(544), - [anon_sym_COMMA] = ACTIONS(544), - [anon_sym_LBRACK] = ACTIONS(544), - [anon_sym_local] = ACTIONS(546), - [anon_sym_EQ] = ACTIONS(544), - [anon_sym_table] = ACTIONS(546), - [anon_sym_set] = ACTIONS(546), - [anon_sym_vector] = ACTIONS(546), - [anon_sym_function] = ACTIONS(546), - [anon_sym_hook] = ACTIONS(546), - [anon_sym_AMPdeprecated] = ACTIONS(544), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(544), - [anon_sym_AMPerror_handler] = ACTIONS(544), - [anon_sym_AMPis_assigned] = ACTIONS(544), - [anon_sym_AMPis_used] = ACTIONS(544), - [anon_sym_AMPlog] = ACTIONS(544), - [anon_sym_AMPoptional] = ACTIONS(544), - [anon_sym_AMPordered] = ACTIONS(544), - [anon_sym_AMPraw_output] = ACTIONS(544), - [anon_sym_AMPredef] = ACTIONS(544), - [anon_sym_AMPadd_func] = ACTIONS(544), - [anon_sym_AMPbackend] = ACTIONS(544), - [anon_sym_AMPbroker_store] = ACTIONS(544), - [anon_sym_AMPcreate_expire] = ACTIONS(544), - [anon_sym_AMPdefault] = ACTIONS(544), - [anon_sym_AMPdelete_func] = ACTIONS(544), - [anon_sym_AMPexpire_func] = ACTIONS(544), - [anon_sym_AMPgroup] = ACTIONS(544), - [anon_sym_AMPon_change] = ACTIONS(544), - [anon_sym_AMPpriority] = ACTIONS(544), - [anon_sym_AMPread_expire] = ACTIONS(544), - [anon_sym_AMPtype_column] = ACTIONS(544), - [anon_sym_AMPwrite_expire] = ACTIONS(544), - [anon_sym_DOLLAR] = ACTIONS(544), - [anon_sym_PIPE] = ACTIONS(544), - [anon_sym_PLUS_PLUS] = ACTIONS(544), - [anon_sym_DASH_DASH] = ACTIONS(544), - [anon_sym_BANG] = ACTIONS(544), - [anon_sym_TILDE] = ACTIONS(544), - [anon_sym_DASH] = ACTIONS(546), - [anon_sym_PLUS] = ACTIONS(546), - [anon_sym_copy] = ACTIONS(546), - [anon_sym_schedule] = ACTIONS(546), - [aux_sym_constant_token1] = ACTIONS(546), - [anon_sym_T] = ACTIONS(546), - [anon_sym_F] = ACTIONS(546), - [anon_sym_ATdeprecated] = ACTIONS(544), - [anon_sym_ATload] = ACTIONS(546), - [anon_sym_ATload_DASHsigs] = ACTIONS(544), - [anon_sym_ATload_DASHplugin] = ACTIONS(544), - [anon_sym_ATunload] = ACTIONS(544), - [anon_sym_ATprefixes] = ACTIONS(544), - [anon_sym_ATif] = ACTIONS(546), - [anon_sym_ATifdef] = ACTIONS(544), - [anon_sym_ATifndef] = ACTIONS(544), - [anon_sym_ATendif] = ACTIONS(544), - [anon_sym_ATelse] = ACTIONS(544), - [anon_sym_ATpragma] = ACTIONS(544), - [anon_sym_ATDIR] = ACTIONS(544), - [anon_sym_ATFILENAME] = ACTIONS(544), - [sym_id] = ACTIONS(546), - [sym_pattern] = ACTIONS(544), - [sym_ipv6] = ACTIONS(546), - [sym_ipv4] = ACTIONS(546), - [sym_port] = ACTIONS(544), - [sym_floatp] = ACTIONS(546), - [sym_hex] = ACTIONS(546), - [sym_hostname] = ACTIONS(546), - [aux_sym_string_token1] = ACTIONS(544), + [anon_sym_SEMI] = ACTIONS(549), + [anon_sym_LBRACE] = ACTIONS(549), + [anon_sym_PLUS_EQ] = ACTIONS(549), + [anon_sym_record] = ACTIONS(551), + [anon_sym_DASH_EQ] = ACTIONS(549), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_RPAREN] = ACTIONS(549), + [anon_sym_COMMA] = ACTIONS(549), + [anon_sym_LBRACK] = ACTIONS(551), + [anon_sym_local] = ACTIONS(551), + [anon_sym_EQ] = ACTIONS(549), + [anon_sym_table] = ACTIONS(551), + [anon_sym_set] = ACTIONS(551), + [anon_sym_vector] = ACTIONS(551), + [anon_sym_function] = ACTIONS(551), + [anon_sym_hook] = ACTIONS(551), + [anon_sym_AMPdeprecated] = ACTIONS(549), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(549), + [anon_sym_AMPerror_handler] = ACTIONS(549), + [anon_sym_AMPis_assigned] = ACTIONS(549), + [anon_sym_AMPis_used] = ACTIONS(549), + [anon_sym_AMPlog] = ACTIONS(549), + [anon_sym_AMPoptional] = ACTIONS(549), + [anon_sym_AMPordered] = ACTIONS(549), + [anon_sym_AMPraw_output] = ACTIONS(549), + [anon_sym_AMPredef] = ACTIONS(549), + [anon_sym_AMPadd_func] = ACTIONS(549), + [anon_sym_AMPbackend] = ACTIONS(549), + [anon_sym_AMPbroker_store] = ACTIONS(549), + [anon_sym_AMPcreate_expire] = ACTIONS(549), + [anon_sym_AMPdefault] = ACTIONS(549), + [anon_sym_AMPdelete_func] = ACTIONS(549), + [anon_sym_AMPexpire_func] = ACTIONS(549), + [anon_sym_AMPgroup] = ACTIONS(549), + [anon_sym_AMPon_change] = ACTIONS(549), + [anon_sym_AMPpriority] = ACTIONS(549), + [anon_sym_AMPread_expire] = ACTIONS(549), + [anon_sym_AMPtype_column] = ACTIONS(549), + [anon_sym_AMPwrite_expire] = ACTIONS(549), + [anon_sym_DOLLAR] = ACTIONS(549), + [anon_sym_PIPE] = ACTIONS(549), + [anon_sym_PLUS_PLUS] = ACTIONS(549), + [anon_sym_DASH_DASH] = ACTIONS(549), + [anon_sym_BANG] = ACTIONS(549), + [anon_sym_TILDE] = ACTIONS(549), + [anon_sym_DASH] = ACTIONS(551), + [anon_sym_PLUS] = ACTIONS(551), + [anon_sym_copy] = ACTIONS(551), + [anon_sym_schedule] = ACTIONS(551), + [aux_sym_constant_token1] = ACTIONS(551), + [anon_sym_T] = ACTIONS(551), + [anon_sym_F] = ACTIONS(551), + [anon_sym_ATdeprecated] = ACTIONS(549), + [anon_sym_ATload] = ACTIONS(551), + [anon_sym_ATload_DASHsigs] = ACTIONS(549), + [anon_sym_ATload_DASHplugin] = ACTIONS(549), + [anon_sym_ATunload] = ACTIONS(549), + [anon_sym_ATprefixes] = ACTIONS(549), + [anon_sym_ATif] = ACTIONS(551), + [anon_sym_ATifdef] = ACTIONS(549), + [anon_sym_ATifndef] = ACTIONS(549), + [anon_sym_ATendif] = ACTIONS(549), + [anon_sym_ATelse] = ACTIONS(549), + [anon_sym_ATpragma] = ACTIONS(549), + [anon_sym_ATDIR] = ACTIONS(549), + [anon_sym_ATFILENAME] = ACTIONS(549), + [sym_id] = ACTIONS(551), + [sym_pattern] = ACTIONS(549), + [sym_ipv6] = ACTIONS(549), + [sym_ipv4] = ACTIONS(551), + [sym_port] = ACTIONS(549), + [sym_floatp] = ACTIONS(551), + [sym_hex] = ACTIONS(551), + [sym_hostname] = ACTIONS(551), + [aux_sym_string_token1] = ACTIONS(549), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -22150,33 +21384,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(548), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(553), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -22190,29 +21424,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -22232,33 +21466,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(550), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(555), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -22272,29 +21506,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -22314,33 +21548,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(552), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(557), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -22354,29 +21588,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -22384,81 +21618,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(71)] = { - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(554), - [anon_sym_PLUS_EQ] = ACTIONS(554), - [anon_sym_record] = ACTIONS(556), - [anon_sym_DASH_EQ] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(554), - [anon_sym_RPAREN] = ACTIONS(554), - [anon_sym_COMMA] = ACTIONS(554), - [anon_sym_LBRACK] = ACTIONS(554), - [anon_sym_local] = ACTIONS(556), - [anon_sym_EQ] = ACTIONS(554), - [anon_sym_table] = ACTIONS(556), - [anon_sym_set] = ACTIONS(556), - [anon_sym_vector] = ACTIONS(556), - [anon_sym_function] = ACTIONS(556), - [anon_sym_hook] = ACTIONS(556), - [anon_sym_AMPdeprecated] = ACTIONS(554), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(554), - [anon_sym_AMPerror_handler] = ACTIONS(554), - [anon_sym_AMPis_assigned] = ACTIONS(554), - [anon_sym_AMPis_used] = ACTIONS(554), - [anon_sym_AMPlog] = ACTIONS(554), - [anon_sym_AMPoptional] = ACTIONS(554), - [anon_sym_AMPordered] = ACTIONS(554), - [anon_sym_AMPraw_output] = ACTIONS(554), - [anon_sym_AMPredef] = ACTIONS(554), - [anon_sym_AMPadd_func] = ACTIONS(554), - [anon_sym_AMPbackend] = ACTIONS(554), - [anon_sym_AMPbroker_store] = ACTIONS(554), - [anon_sym_AMPcreate_expire] = ACTIONS(554), - [anon_sym_AMPdefault] = ACTIONS(554), - [anon_sym_AMPdelete_func] = ACTIONS(554), - [anon_sym_AMPexpire_func] = ACTIONS(554), - [anon_sym_AMPgroup] = ACTIONS(554), - [anon_sym_AMPon_change] = ACTIONS(554), - [anon_sym_AMPpriority] = ACTIONS(554), - [anon_sym_AMPread_expire] = ACTIONS(554), - [anon_sym_AMPtype_column] = ACTIONS(554), - [anon_sym_AMPwrite_expire] = ACTIONS(554), - [anon_sym_DOLLAR] = ACTIONS(554), - [anon_sym_PIPE] = ACTIONS(554), - [anon_sym_PLUS_PLUS] = ACTIONS(554), - [anon_sym_DASH_DASH] = ACTIONS(554), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_DASH] = ACTIONS(556), - [anon_sym_PLUS] = ACTIONS(556), - [anon_sym_copy] = ACTIONS(556), - [anon_sym_schedule] = ACTIONS(556), - [aux_sym_constant_token1] = ACTIONS(556), - [anon_sym_T] = ACTIONS(556), - [anon_sym_F] = ACTIONS(556), - [anon_sym_ATdeprecated] = ACTIONS(554), - [anon_sym_ATload] = ACTIONS(556), - [anon_sym_ATload_DASHsigs] = ACTIONS(554), - [anon_sym_ATload_DASHplugin] = ACTIONS(554), - [anon_sym_ATunload] = ACTIONS(554), - [anon_sym_ATprefixes] = ACTIONS(554), - [anon_sym_ATif] = ACTIONS(556), - [anon_sym_ATifdef] = ACTIONS(554), - [anon_sym_ATifndef] = ACTIONS(554), - [anon_sym_ATendif] = ACTIONS(554), - [anon_sym_ATelse] = ACTIONS(554), - [anon_sym_ATpragma] = ACTIONS(554), - [anon_sym_ATDIR] = ACTIONS(554), - [anon_sym_ATFILENAME] = ACTIONS(554), - [sym_id] = ACTIONS(556), - [sym_pattern] = ACTIONS(554), - [sym_ipv6] = ACTIONS(556), - [sym_ipv4] = ACTIONS(556), - [sym_port] = ACTIONS(554), - [sym_floatp] = ACTIONS(556), - [sym_hex] = ACTIONS(556), - [sym_hostname] = ACTIONS(556), - [aux_sym_string_token1] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(559), + [anon_sym_PLUS_EQ] = ACTIONS(559), + [anon_sym_record] = ACTIONS(561), + [anon_sym_DASH_EQ] = ACTIONS(559), + [anon_sym_LPAREN] = ACTIONS(559), + [anon_sym_RPAREN] = ACTIONS(559), + [anon_sym_COMMA] = ACTIONS(559), + [anon_sym_LBRACK] = ACTIONS(561), + [anon_sym_local] = ACTIONS(561), + [anon_sym_EQ] = ACTIONS(559), + [anon_sym_table] = ACTIONS(561), + [anon_sym_set] = ACTIONS(561), + [anon_sym_vector] = ACTIONS(561), + [anon_sym_function] = ACTIONS(561), + [anon_sym_hook] = ACTIONS(561), + [anon_sym_AMPdeprecated] = ACTIONS(559), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(559), + [anon_sym_AMPerror_handler] = ACTIONS(559), + [anon_sym_AMPis_assigned] = ACTIONS(559), + [anon_sym_AMPis_used] = ACTIONS(559), + [anon_sym_AMPlog] = ACTIONS(559), + [anon_sym_AMPoptional] = ACTIONS(559), + [anon_sym_AMPordered] = ACTIONS(559), + [anon_sym_AMPraw_output] = ACTIONS(559), + [anon_sym_AMPredef] = ACTIONS(559), + [anon_sym_AMPadd_func] = ACTIONS(559), + [anon_sym_AMPbackend] = ACTIONS(559), + [anon_sym_AMPbroker_store] = ACTIONS(559), + [anon_sym_AMPcreate_expire] = ACTIONS(559), + [anon_sym_AMPdefault] = ACTIONS(559), + [anon_sym_AMPdelete_func] = ACTIONS(559), + [anon_sym_AMPexpire_func] = ACTIONS(559), + [anon_sym_AMPgroup] = ACTIONS(559), + [anon_sym_AMPon_change] = ACTIONS(559), + [anon_sym_AMPpriority] = ACTIONS(559), + [anon_sym_AMPread_expire] = ACTIONS(559), + [anon_sym_AMPtype_column] = ACTIONS(559), + [anon_sym_AMPwrite_expire] = ACTIONS(559), + [anon_sym_DOLLAR] = ACTIONS(559), + [anon_sym_PIPE] = ACTIONS(559), + [anon_sym_PLUS_PLUS] = ACTIONS(559), + [anon_sym_DASH_DASH] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_DASH] = ACTIONS(561), + [anon_sym_PLUS] = ACTIONS(561), + [anon_sym_copy] = ACTIONS(561), + [anon_sym_schedule] = ACTIONS(561), + [aux_sym_constant_token1] = ACTIONS(561), + [anon_sym_T] = ACTIONS(561), + [anon_sym_F] = ACTIONS(561), + [anon_sym_ATdeprecated] = ACTIONS(559), + [anon_sym_ATload] = ACTIONS(561), + [anon_sym_ATload_DASHsigs] = ACTIONS(559), + [anon_sym_ATload_DASHplugin] = ACTIONS(559), + [anon_sym_ATunload] = ACTIONS(559), + [anon_sym_ATprefixes] = ACTIONS(559), + [anon_sym_ATif] = ACTIONS(561), + [anon_sym_ATifdef] = ACTIONS(559), + [anon_sym_ATifndef] = ACTIONS(559), + [anon_sym_ATendif] = ACTIONS(559), + [anon_sym_ATelse] = ACTIONS(559), + [anon_sym_ATpragma] = ACTIONS(559), + [anon_sym_ATDIR] = ACTIONS(559), + [anon_sym_ATFILENAME] = ACTIONS(559), + [sym_id] = ACTIONS(561), + [sym_pattern] = ACTIONS(559), + [sym_ipv6] = ACTIONS(559), + [sym_ipv4] = ACTIONS(561), + [sym_port] = ACTIONS(559), + [sym_floatp] = ACTIONS(561), + [sym_hex] = ACTIONS(561), + [sym_hostname] = ACTIONS(561), + [aux_sym_string_token1] = ACTIONS(559), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -22478,33 +21712,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(558), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(563), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -22518,29 +21752,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -22560,33 +21794,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(560), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(565), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -22600,29 +21834,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -22642,33 +21876,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(562), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(567), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -22682,29 +21916,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -22712,81 +21946,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(75)] = { - [anon_sym_SEMI] = ACTIONS(564), - [anon_sym_LBRACE] = ACTIONS(564), - [anon_sym_PLUS_EQ] = ACTIONS(564), - [anon_sym_record] = ACTIONS(566), - [anon_sym_DASH_EQ] = ACTIONS(564), - [anon_sym_LPAREN] = ACTIONS(564), - [anon_sym_RPAREN] = ACTIONS(564), - [anon_sym_COMMA] = ACTIONS(564), - [anon_sym_LBRACK] = ACTIONS(564), - [anon_sym_local] = ACTIONS(566), - [anon_sym_EQ] = ACTIONS(564), - [anon_sym_table] = ACTIONS(566), - [anon_sym_set] = ACTIONS(566), - [anon_sym_vector] = ACTIONS(566), - [anon_sym_function] = ACTIONS(566), - [anon_sym_hook] = ACTIONS(566), - [anon_sym_AMPdeprecated] = ACTIONS(564), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(564), - [anon_sym_AMPerror_handler] = ACTIONS(564), - [anon_sym_AMPis_assigned] = ACTIONS(564), - [anon_sym_AMPis_used] = ACTIONS(564), - [anon_sym_AMPlog] = ACTIONS(564), - [anon_sym_AMPoptional] = ACTIONS(564), - [anon_sym_AMPordered] = ACTIONS(564), - [anon_sym_AMPraw_output] = ACTIONS(564), - [anon_sym_AMPredef] = ACTIONS(564), - [anon_sym_AMPadd_func] = ACTIONS(564), - [anon_sym_AMPbackend] = ACTIONS(564), - [anon_sym_AMPbroker_store] = ACTIONS(564), - [anon_sym_AMPcreate_expire] = ACTIONS(564), - [anon_sym_AMPdefault] = ACTIONS(564), - [anon_sym_AMPdelete_func] = ACTIONS(564), - [anon_sym_AMPexpire_func] = ACTIONS(564), - [anon_sym_AMPgroup] = ACTIONS(564), - [anon_sym_AMPon_change] = ACTIONS(564), - [anon_sym_AMPpriority] = ACTIONS(564), - [anon_sym_AMPread_expire] = ACTIONS(564), - [anon_sym_AMPtype_column] = ACTIONS(564), - [anon_sym_AMPwrite_expire] = ACTIONS(564), - [anon_sym_DOLLAR] = ACTIONS(564), - [anon_sym_PIPE] = ACTIONS(564), - [anon_sym_PLUS_PLUS] = ACTIONS(564), - [anon_sym_DASH_DASH] = ACTIONS(564), - [anon_sym_BANG] = ACTIONS(564), - [anon_sym_TILDE] = ACTIONS(564), - [anon_sym_DASH] = ACTIONS(566), - [anon_sym_PLUS] = ACTIONS(566), - [anon_sym_copy] = ACTIONS(566), - [anon_sym_schedule] = ACTIONS(566), - [aux_sym_constant_token1] = ACTIONS(566), - [anon_sym_T] = ACTIONS(566), - [anon_sym_F] = ACTIONS(566), - [anon_sym_ATdeprecated] = ACTIONS(564), - [anon_sym_ATload] = ACTIONS(566), - [anon_sym_ATload_DASHsigs] = ACTIONS(564), - [anon_sym_ATload_DASHplugin] = ACTIONS(564), - [anon_sym_ATunload] = ACTIONS(564), - [anon_sym_ATprefixes] = ACTIONS(564), - [anon_sym_ATif] = ACTIONS(566), - [anon_sym_ATifdef] = ACTIONS(564), - [anon_sym_ATifndef] = ACTIONS(564), - [anon_sym_ATendif] = ACTIONS(564), - [anon_sym_ATelse] = ACTIONS(564), - [anon_sym_ATpragma] = ACTIONS(564), - [anon_sym_ATDIR] = ACTIONS(564), - [anon_sym_ATFILENAME] = ACTIONS(564), - [sym_id] = ACTIONS(566), - [sym_pattern] = ACTIONS(564), - [sym_ipv6] = ACTIONS(566), - [sym_ipv4] = ACTIONS(566), - [sym_port] = ACTIONS(564), - [sym_floatp] = ACTIONS(566), - [sym_hex] = ACTIONS(566), - [sym_hostname] = ACTIONS(566), - [aux_sym_string_token1] = ACTIONS(564), + [anon_sym_SEMI] = ACTIONS(569), + [anon_sym_LBRACE] = ACTIONS(569), + [anon_sym_PLUS_EQ] = ACTIONS(569), + [anon_sym_record] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(569), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_RPAREN] = ACTIONS(569), + [anon_sym_COMMA] = ACTIONS(569), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_local] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(569), + [anon_sym_table] = ACTIONS(571), + [anon_sym_set] = ACTIONS(571), + [anon_sym_vector] = ACTIONS(571), + [anon_sym_function] = ACTIONS(571), + [anon_sym_hook] = ACTIONS(571), + [anon_sym_AMPdeprecated] = ACTIONS(569), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(569), + [anon_sym_AMPerror_handler] = ACTIONS(569), + [anon_sym_AMPis_assigned] = ACTIONS(569), + [anon_sym_AMPis_used] = ACTIONS(569), + [anon_sym_AMPlog] = ACTIONS(569), + [anon_sym_AMPoptional] = ACTIONS(569), + [anon_sym_AMPordered] = ACTIONS(569), + [anon_sym_AMPraw_output] = ACTIONS(569), + [anon_sym_AMPredef] = ACTIONS(569), + [anon_sym_AMPadd_func] = ACTIONS(569), + [anon_sym_AMPbackend] = ACTIONS(569), + [anon_sym_AMPbroker_store] = ACTIONS(569), + [anon_sym_AMPcreate_expire] = ACTIONS(569), + [anon_sym_AMPdefault] = ACTIONS(569), + [anon_sym_AMPdelete_func] = ACTIONS(569), + [anon_sym_AMPexpire_func] = ACTIONS(569), + [anon_sym_AMPgroup] = ACTIONS(569), + [anon_sym_AMPon_change] = ACTIONS(569), + [anon_sym_AMPpriority] = ACTIONS(569), + [anon_sym_AMPread_expire] = ACTIONS(569), + [anon_sym_AMPtype_column] = ACTIONS(569), + [anon_sym_AMPwrite_expire] = ACTIONS(569), + [anon_sym_DOLLAR] = ACTIONS(569), + [anon_sym_PIPE] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_BANG] = ACTIONS(569), + [anon_sym_TILDE] = ACTIONS(569), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_copy] = ACTIONS(571), + [anon_sym_schedule] = ACTIONS(571), + [aux_sym_constant_token1] = ACTIONS(571), + [anon_sym_T] = ACTIONS(571), + [anon_sym_F] = ACTIONS(571), + [anon_sym_ATdeprecated] = ACTIONS(569), + [anon_sym_ATload] = ACTIONS(571), + [anon_sym_ATload_DASHsigs] = ACTIONS(569), + [anon_sym_ATload_DASHplugin] = ACTIONS(569), + [anon_sym_ATunload] = ACTIONS(569), + [anon_sym_ATprefixes] = ACTIONS(569), + [anon_sym_ATif] = ACTIONS(571), + [anon_sym_ATifdef] = ACTIONS(569), + [anon_sym_ATifndef] = ACTIONS(569), + [anon_sym_ATendif] = ACTIONS(569), + [anon_sym_ATelse] = ACTIONS(569), + [anon_sym_ATpragma] = ACTIONS(569), + [anon_sym_ATDIR] = ACTIONS(569), + [anon_sym_ATFILENAME] = ACTIONS(569), + [sym_id] = ACTIONS(571), + [sym_pattern] = ACTIONS(569), + [sym_ipv6] = ACTIONS(569), + [sym_ipv4] = ACTIONS(571), + [sym_port] = ACTIONS(569), + [sym_floatp] = ACTIONS(571), + [sym_hex] = ACTIONS(571), + [sym_hostname] = ACTIONS(571), + [aux_sym_string_token1] = ACTIONS(569), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -22794,81 +22028,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(76)] = { - [anon_sym_SEMI] = ACTIONS(568), - [anon_sym_LBRACE] = ACTIONS(568), - [anon_sym_PLUS_EQ] = ACTIONS(568), - [anon_sym_record] = ACTIONS(570), - [anon_sym_DASH_EQ] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(568), - [anon_sym_RPAREN] = ACTIONS(568), - [anon_sym_COMMA] = ACTIONS(568), - [anon_sym_LBRACK] = ACTIONS(568), - [anon_sym_local] = ACTIONS(570), - [anon_sym_EQ] = ACTIONS(568), - [anon_sym_table] = ACTIONS(570), - [anon_sym_set] = ACTIONS(570), - [anon_sym_vector] = ACTIONS(570), - [anon_sym_function] = ACTIONS(570), - [anon_sym_hook] = ACTIONS(570), - [anon_sym_AMPdeprecated] = ACTIONS(568), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(568), - [anon_sym_AMPerror_handler] = ACTIONS(568), - [anon_sym_AMPis_assigned] = ACTIONS(568), - [anon_sym_AMPis_used] = ACTIONS(568), - [anon_sym_AMPlog] = ACTIONS(568), - [anon_sym_AMPoptional] = ACTIONS(568), - [anon_sym_AMPordered] = ACTIONS(568), - [anon_sym_AMPraw_output] = ACTIONS(568), - [anon_sym_AMPredef] = ACTIONS(568), - [anon_sym_AMPadd_func] = ACTIONS(568), - [anon_sym_AMPbackend] = ACTIONS(568), - [anon_sym_AMPbroker_store] = ACTIONS(568), - [anon_sym_AMPcreate_expire] = ACTIONS(568), - [anon_sym_AMPdefault] = ACTIONS(568), - [anon_sym_AMPdelete_func] = ACTIONS(568), - [anon_sym_AMPexpire_func] = ACTIONS(568), - [anon_sym_AMPgroup] = ACTIONS(568), - [anon_sym_AMPon_change] = ACTIONS(568), - [anon_sym_AMPpriority] = ACTIONS(568), - [anon_sym_AMPread_expire] = ACTIONS(568), - [anon_sym_AMPtype_column] = ACTIONS(568), - [anon_sym_AMPwrite_expire] = ACTIONS(568), - [anon_sym_DOLLAR] = ACTIONS(568), - [anon_sym_PIPE] = ACTIONS(568), - [anon_sym_PLUS_PLUS] = ACTIONS(568), - [anon_sym_DASH_DASH] = ACTIONS(568), - [anon_sym_BANG] = ACTIONS(568), - [anon_sym_TILDE] = ACTIONS(568), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_copy] = ACTIONS(570), - [anon_sym_schedule] = ACTIONS(570), - [aux_sym_constant_token1] = ACTIONS(570), - [anon_sym_T] = ACTIONS(570), - [anon_sym_F] = ACTIONS(570), - [anon_sym_ATdeprecated] = ACTIONS(568), - [anon_sym_ATload] = ACTIONS(570), - [anon_sym_ATload_DASHsigs] = ACTIONS(568), - [anon_sym_ATload_DASHplugin] = ACTIONS(568), - [anon_sym_ATunload] = ACTIONS(568), - [anon_sym_ATprefixes] = ACTIONS(568), - [anon_sym_ATif] = ACTIONS(570), - [anon_sym_ATifdef] = ACTIONS(568), - [anon_sym_ATifndef] = ACTIONS(568), - [anon_sym_ATendif] = ACTIONS(568), - [anon_sym_ATelse] = ACTIONS(568), - [anon_sym_ATpragma] = ACTIONS(568), - [anon_sym_ATDIR] = ACTIONS(568), - [anon_sym_ATFILENAME] = ACTIONS(568), - [sym_id] = ACTIONS(570), - [sym_pattern] = ACTIONS(568), - [sym_ipv6] = ACTIONS(570), - [sym_ipv4] = ACTIONS(570), - [sym_port] = ACTIONS(568), - [sym_floatp] = ACTIONS(570), - [sym_hex] = ACTIONS(570), - [sym_hostname] = ACTIONS(570), - [aux_sym_string_token1] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(573), + [anon_sym_LBRACE] = ACTIONS(573), + [anon_sym_PLUS_EQ] = ACTIONS(573), + [anon_sym_record] = ACTIONS(575), + [anon_sym_DASH_EQ] = ACTIONS(573), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_RPAREN] = ACTIONS(573), + [anon_sym_COMMA] = ACTIONS(573), + [anon_sym_LBRACK] = ACTIONS(575), + [anon_sym_local] = ACTIONS(575), + [anon_sym_EQ] = ACTIONS(573), + [anon_sym_table] = ACTIONS(575), + [anon_sym_set] = ACTIONS(575), + [anon_sym_vector] = ACTIONS(575), + [anon_sym_function] = ACTIONS(575), + [anon_sym_hook] = ACTIONS(575), + [anon_sym_AMPdeprecated] = ACTIONS(573), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(573), + [anon_sym_AMPerror_handler] = ACTIONS(573), + [anon_sym_AMPis_assigned] = ACTIONS(573), + [anon_sym_AMPis_used] = ACTIONS(573), + [anon_sym_AMPlog] = ACTIONS(573), + [anon_sym_AMPoptional] = ACTIONS(573), + [anon_sym_AMPordered] = ACTIONS(573), + [anon_sym_AMPraw_output] = ACTIONS(573), + [anon_sym_AMPredef] = ACTIONS(573), + [anon_sym_AMPadd_func] = ACTIONS(573), + [anon_sym_AMPbackend] = ACTIONS(573), + [anon_sym_AMPbroker_store] = ACTIONS(573), + [anon_sym_AMPcreate_expire] = ACTIONS(573), + [anon_sym_AMPdefault] = ACTIONS(573), + [anon_sym_AMPdelete_func] = ACTIONS(573), + [anon_sym_AMPexpire_func] = ACTIONS(573), + [anon_sym_AMPgroup] = ACTIONS(573), + [anon_sym_AMPon_change] = ACTIONS(573), + [anon_sym_AMPpriority] = ACTIONS(573), + [anon_sym_AMPread_expire] = ACTIONS(573), + [anon_sym_AMPtype_column] = ACTIONS(573), + [anon_sym_AMPwrite_expire] = ACTIONS(573), + [anon_sym_DOLLAR] = ACTIONS(573), + [anon_sym_PIPE] = ACTIONS(573), + [anon_sym_PLUS_PLUS] = ACTIONS(573), + [anon_sym_DASH_DASH] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_DASH] = ACTIONS(575), + [anon_sym_PLUS] = ACTIONS(575), + [anon_sym_copy] = ACTIONS(575), + [anon_sym_schedule] = ACTIONS(575), + [aux_sym_constant_token1] = ACTIONS(575), + [anon_sym_T] = ACTIONS(575), + [anon_sym_F] = ACTIONS(575), + [anon_sym_ATdeprecated] = ACTIONS(573), + [anon_sym_ATload] = ACTIONS(575), + [anon_sym_ATload_DASHsigs] = ACTIONS(573), + [anon_sym_ATload_DASHplugin] = ACTIONS(573), + [anon_sym_ATunload] = ACTIONS(573), + [anon_sym_ATprefixes] = ACTIONS(573), + [anon_sym_ATif] = ACTIONS(575), + [anon_sym_ATifdef] = ACTIONS(573), + [anon_sym_ATifndef] = ACTIONS(573), + [anon_sym_ATendif] = ACTIONS(573), + [anon_sym_ATelse] = ACTIONS(573), + [anon_sym_ATpragma] = ACTIONS(573), + [anon_sym_ATDIR] = ACTIONS(573), + [anon_sym_ATFILENAME] = ACTIONS(573), + [sym_id] = ACTIONS(575), + [sym_pattern] = ACTIONS(573), + [sym_ipv6] = ACTIONS(573), + [sym_ipv4] = ACTIONS(575), + [sym_port] = ACTIONS(573), + [sym_floatp] = ACTIONS(575), + [sym_hex] = ACTIONS(575), + [sym_hostname] = ACTIONS(575), + [aux_sym_string_token1] = ACTIONS(573), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -22888,33 +22122,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(572), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(577), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -22928,29 +22162,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -22970,33 +22204,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(574), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(579), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -23010,29 +22244,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -23040,81 +22274,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(79)] = { - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LBRACE] = ACTIONS(576), - [anon_sym_PLUS_EQ] = ACTIONS(576), - [anon_sym_record] = ACTIONS(578), - [anon_sym_DASH_EQ] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(576), - [anon_sym_RPAREN] = ACTIONS(576), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_LBRACK] = ACTIONS(576), - [anon_sym_local] = ACTIONS(578), - [anon_sym_EQ] = ACTIONS(576), - [anon_sym_table] = ACTIONS(578), - [anon_sym_set] = ACTIONS(578), - [anon_sym_vector] = ACTIONS(578), - [anon_sym_function] = ACTIONS(578), - [anon_sym_hook] = ACTIONS(578), - [anon_sym_AMPdeprecated] = ACTIONS(576), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(576), - [anon_sym_AMPerror_handler] = ACTIONS(576), - [anon_sym_AMPis_assigned] = ACTIONS(576), - [anon_sym_AMPis_used] = ACTIONS(576), - [anon_sym_AMPlog] = ACTIONS(576), - [anon_sym_AMPoptional] = ACTIONS(576), - [anon_sym_AMPordered] = ACTIONS(576), - [anon_sym_AMPraw_output] = ACTIONS(576), - [anon_sym_AMPredef] = ACTIONS(576), - [anon_sym_AMPadd_func] = ACTIONS(576), - [anon_sym_AMPbackend] = ACTIONS(576), - [anon_sym_AMPbroker_store] = ACTIONS(576), - [anon_sym_AMPcreate_expire] = ACTIONS(576), - [anon_sym_AMPdefault] = ACTIONS(576), - [anon_sym_AMPdelete_func] = ACTIONS(576), - [anon_sym_AMPexpire_func] = ACTIONS(576), - [anon_sym_AMPgroup] = ACTIONS(576), - [anon_sym_AMPon_change] = ACTIONS(576), - [anon_sym_AMPpriority] = ACTIONS(576), - [anon_sym_AMPread_expire] = ACTIONS(576), - [anon_sym_AMPtype_column] = ACTIONS(576), - [anon_sym_AMPwrite_expire] = ACTIONS(576), - [anon_sym_DOLLAR] = ACTIONS(576), - [anon_sym_PIPE] = ACTIONS(576), - [anon_sym_PLUS_PLUS] = ACTIONS(576), - [anon_sym_DASH_DASH] = ACTIONS(576), - [anon_sym_BANG] = ACTIONS(576), - [anon_sym_TILDE] = ACTIONS(576), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_PLUS] = ACTIONS(578), - [anon_sym_copy] = ACTIONS(578), - [anon_sym_schedule] = ACTIONS(578), - [aux_sym_constant_token1] = ACTIONS(578), - [anon_sym_T] = ACTIONS(578), - [anon_sym_F] = ACTIONS(578), - [anon_sym_ATdeprecated] = ACTIONS(576), - [anon_sym_ATload] = ACTIONS(578), - [anon_sym_ATload_DASHsigs] = ACTIONS(576), - [anon_sym_ATload_DASHplugin] = ACTIONS(576), - [anon_sym_ATunload] = ACTIONS(576), - [anon_sym_ATprefixes] = ACTIONS(576), - [anon_sym_ATif] = ACTIONS(578), - [anon_sym_ATifdef] = ACTIONS(576), - [anon_sym_ATifndef] = ACTIONS(576), - [anon_sym_ATendif] = ACTIONS(576), - [anon_sym_ATelse] = ACTIONS(576), - [anon_sym_ATpragma] = ACTIONS(576), - [anon_sym_ATDIR] = ACTIONS(576), - [anon_sym_ATFILENAME] = ACTIONS(576), - [sym_id] = ACTIONS(578), - [sym_pattern] = ACTIONS(576), - [sym_ipv6] = ACTIONS(578), - [sym_ipv4] = ACTIONS(578), - [sym_port] = ACTIONS(576), - [sym_floatp] = ACTIONS(578), - [sym_hex] = ACTIONS(578), - [sym_hostname] = ACTIONS(578), - [aux_sym_string_token1] = ACTIONS(576), + [anon_sym_SEMI] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(581), + [anon_sym_record] = ACTIONS(583), + [anon_sym_DASH_EQ] = ACTIONS(581), + [anon_sym_LPAREN] = ACTIONS(581), + [anon_sym_RPAREN] = ACTIONS(581), + [anon_sym_COMMA] = ACTIONS(581), + [anon_sym_LBRACK] = ACTIONS(583), + [anon_sym_local] = ACTIONS(583), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_table] = ACTIONS(583), + [anon_sym_set] = ACTIONS(583), + [anon_sym_vector] = ACTIONS(583), + [anon_sym_function] = ACTIONS(583), + [anon_sym_hook] = ACTIONS(583), + [anon_sym_AMPdeprecated] = ACTIONS(581), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(581), + [anon_sym_AMPerror_handler] = ACTIONS(581), + [anon_sym_AMPis_assigned] = ACTIONS(581), + [anon_sym_AMPis_used] = ACTIONS(581), + [anon_sym_AMPlog] = ACTIONS(581), + [anon_sym_AMPoptional] = ACTIONS(581), + [anon_sym_AMPordered] = ACTIONS(581), + [anon_sym_AMPraw_output] = ACTIONS(581), + [anon_sym_AMPredef] = ACTIONS(581), + [anon_sym_AMPadd_func] = ACTIONS(581), + [anon_sym_AMPbackend] = ACTIONS(581), + [anon_sym_AMPbroker_store] = ACTIONS(581), + [anon_sym_AMPcreate_expire] = ACTIONS(581), + [anon_sym_AMPdefault] = ACTIONS(581), + [anon_sym_AMPdelete_func] = ACTIONS(581), + [anon_sym_AMPexpire_func] = ACTIONS(581), + [anon_sym_AMPgroup] = ACTIONS(581), + [anon_sym_AMPon_change] = ACTIONS(581), + [anon_sym_AMPpriority] = ACTIONS(581), + [anon_sym_AMPread_expire] = ACTIONS(581), + [anon_sym_AMPtype_column] = ACTIONS(581), + [anon_sym_AMPwrite_expire] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_PLUS_PLUS] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_TILDE] = ACTIONS(581), + [anon_sym_DASH] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(583), + [anon_sym_copy] = ACTIONS(583), + [anon_sym_schedule] = ACTIONS(583), + [aux_sym_constant_token1] = ACTIONS(583), + [anon_sym_T] = ACTIONS(583), + [anon_sym_F] = ACTIONS(583), + [anon_sym_ATdeprecated] = ACTIONS(581), + [anon_sym_ATload] = ACTIONS(583), + [anon_sym_ATload_DASHsigs] = ACTIONS(581), + [anon_sym_ATload_DASHplugin] = ACTIONS(581), + [anon_sym_ATunload] = ACTIONS(581), + [anon_sym_ATprefixes] = ACTIONS(581), + [anon_sym_ATif] = ACTIONS(583), + [anon_sym_ATifdef] = ACTIONS(581), + [anon_sym_ATifndef] = ACTIONS(581), + [anon_sym_ATendif] = ACTIONS(581), + [anon_sym_ATelse] = ACTIONS(581), + [anon_sym_ATpragma] = ACTIONS(581), + [anon_sym_ATDIR] = ACTIONS(581), + [anon_sym_ATFILENAME] = ACTIONS(581), + [sym_id] = ACTIONS(583), + [sym_pattern] = ACTIONS(581), + [sym_ipv6] = ACTIONS(581), + [sym_ipv4] = ACTIONS(583), + [sym_port] = ACTIONS(581), + [sym_floatp] = ACTIONS(583), + [sym_hex] = ACTIONS(583), + [sym_hostname] = ACTIONS(583), + [aux_sym_string_token1] = ACTIONS(581), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -23134,33 +22368,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(580), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(585), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -23174,29 +22408,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -23216,33 +22450,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(582), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(587), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -23256,29 +22490,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -23298,33 +22532,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(584), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(589), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -23338,29 +22572,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -23368,81 +22602,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(83)] = { - [anon_sym_SEMI] = ACTIONS(586), - [anon_sym_LBRACE] = ACTIONS(586), - [anon_sym_PLUS_EQ] = ACTIONS(586), - [anon_sym_record] = ACTIONS(588), - [anon_sym_DASH_EQ] = ACTIONS(586), - [anon_sym_LPAREN] = ACTIONS(586), - [anon_sym_RPAREN] = ACTIONS(586), - [anon_sym_COMMA] = ACTIONS(586), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_local] = ACTIONS(588), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_table] = ACTIONS(588), - [anon_sym_set] = ACTIONS(588), - [anon_sym_vector] = ACTIONS(588), - [anon_sym_function] = ACTIONS(588), - [anon_sym_hook] = ACTIONS(588), - [anon_sym_AMPdeprecated] = ACTIONS(586), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(586), - [anon_sym_AMPerror_handler] = ACTIONS(586), - [anon_sym_AMPis_assigned] = ACTIONS(586), - [anon_sym_AMPis_used] = ACTIONS(586), - [anon_sym_AMPlog] = ACTIONS(586), - [anon_sym_AMPoptional] = ACTIONS(586), - [anon_sym_AMPordered] = ACTIONS(586), - [anon_sym_AMPraw_output] = ACTIONS(586), - [anon_sym_AMPredef] = ACTIONS(586), - [anon_sym_AMPadd_func] = ACTIONS(586), - [anon_sym_AMPbackend] = ACTIONS(586), - [anon_sym_AMPbroker_store] = ACTIONS(586), - [anon_sym_AMPcreate_expire] = ACTIONS(586), - [anon_sym_AMPdefault] = ACTIONS(586), - [anon_sym_AMPdelete_func] = ACTIONS(586), - [anon_sym_AMPexpire_func] = ACTIONS(586), - [anon_sym_AMPgroup] = ACTIONS(586), - [anon_sym_AMPon_change] = ACTIONS(586), - [anon_sym_AMPpriority] = ACTIONS(586), - [anon_sym_AMPread_expire] = ACTIONS(586), - [anon_sym_AMPtype_column] = ACTIONS(586), - [anon_sym_AMPwrite_expire] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(586), - [anon_sym_PIPE] = ACTIONS(586), - [anon_sym_PLUS_PLUS] = ACTIONS(586), - [anon_sym_DASH_DASH] = ACTIONS(586), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(586), - [anon_sym_DASH] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(588), - [anon_sym_copy] = ACTIONS(588), - [anon_sym_schedule] = ACTIONS(588), - [aux_sym_constant_token1] = ACTIONS(588), - [anon_sym_T] = ACTIONS(588), - [anon_sym_F] = ACTIONS(588), - [anon_sym_ATdeprecated] = ACTIONS(586), - [anon_sym_ATload] = ACTIONS(588), - [anon_sym_ATload_DASHsigs] = ACTIONS(586), - [anon_sym_ATload_DASHplugin] = ACTIONS(586), - [anon_sym_ATunload] = ACTIONS(586), - [anon_sym_ATprefixes] = ACTIONS(586), - [anon_sym_ATif] = ACTIONS(588), - [anon_sym_ATifdef] = ACTIONS(586), - [anon_sym_ATifndef] = ACTIONS(586), - [anon_sym_ATendif] = ACTIONS(586), - [anon_sym_ATelse] = ACTIONS(586), - [anon_sym_ATpragma] = ACTIONS(586), - [anon_sym_ATDIR] = ACTIONS(586), - [anon_sym_ATFILENAME] = ACTIONS(586), - [sym_id] = ACTIONS(588), - [sym_pattern] = ACTIONS(586), - [sym_ipv6] = ACTIONS(588), - [sym_ipv4] = ACTIONS(588), - [sym_port] = ACTIONS(586), - [sym_floatp] = ACTIONS(588), - [sym_hex] = ACTIONS(588), - [sym_hostname] = ACTIONS(588), - [aux_sym_string_token1] = ACTIONS(586), + [anon_sym_SEMI] = ACTIONS(591), + [anon_sym_LBRACE] = ACTIONS(591), + [anon_sym_PLUS_EQ] = ACTIONS(591), + [anon_sym_record] = ACTIONS(593), + [anon_sym_DASH_EQ] = ACTIONS(591), + [anon_sym_LPAREN] = ACTIONS(591), + [anon_sym_RPAREN] = ACTIONS(591), + [anon_sym_COMMA] = ACTIONS(591), + [anon_sym_LBRACK] = ACTIONS(593), + [anon_sym_local] = ACTIONS(593), + [anon_sym_EQ] = ACTIONS(591), + [anon_sym_table] = ACTIONS(593), + [anon_sym_set] = ACTIONS(593), + [anon_sym_vector] = ACTIONS(593), + [anon_sym_function] = ACTIONS(593), + [anon_sym_hook] = ACTIONS(593), + [anon_sym_AMPdeprecated] = ACTIONS(591), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(591), + [anon_sym_AMPerror_handler] = ACTIONS(591), + [anon_sym_AMPis_assigned] = ACTIONS(591), + [anon_sym_AMPis_used] = ACTIONS(591), + [anon_sym_AMPlog] = ACTIONS(591), + [anon_sym_AMPoptional] = ACTIONS(591), + [anon_sym_AMPordered] = ACTIONS(591), + [anon_sym_AMPraw_output] = ACTIONS(591), + [anon_sym_AMPredef] = ACTIONS(591), + [anon_sym_AMPadd_func] = ACTIONS(591), + [anon_sym_AMPbackend] = ACTIONS(591), + [anon_sym_AMPbroker_store] = ACTIONS(591), + [anon_sym_AMPcreate_expire] = ACTIONS(591), + [anon_sym_AMPdefault] = ACTIONS(591), + [anon_sym_AMPdelete_func] = ACTIONS(591), + [anon_sym_AMPexpire_func] = ACTIONS(591), + [anon_sym_AMPgroup] = ACTIONS(591), + [anon_sym_AMPon_change] = ACTIONS(591), + [anon_sym_AMPpriority] = ACTIONS(591), + [anon_sym_AMPread_expire] = ACTIONS(591), + [anon_sym_AMPtype_column] = ACTIONS(591), + [anon_sym_AMPwrite_expire] = ACTIONS(591), + [anon_sym_DOLLAR] = ACTIONS(591), + [anon_sym_PIPE] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(591), + [anon_sym_DASH_DASH] = ACTIONS(591), + [anon_sym_BANG] = ACTIONS(591), + [anon_sym_TILDE] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(593), + [anon_sym_PLUS] = ACTIONS(593), + [anon_sym_copy] = ACTIONS(593), + [anon_sym_schedule] = ACTIONS(593), + [aux_sym_constant_token1] = ACTIONS(593), + [anon_sym_T] = ACTIONS(593), + [anon_sym_F] = ACTIONS(593), + [anon_sym_ATdeprecated] = ACTIONS(591), + [anon_sym_ATload] = ACTIONS(593), + [anon_sym_ATload_DASHsigs] = ACTIONS(591), + [anon_sym_ATload_DASHplugin] = ACTIONS(591), + [anon_sym_ATunload] = ACTIONS(591), + [anon_sym_ATprefixes] = ACTIONS(591), + [anon_sym_ATif] = ACTIONS(593), + [anon_sym_ATifdef] = ACTIONS(591), + [anon_sym_ATifndef] = ACTIONS(591), + [anon_sym_ATendif] = ACTIONS(591), + [anon_sym_ATelse] = ACTIONS(591), + [anon_sym_ATpragma] = ACTIONS(591), + [anon_sym_ATDIR] = ACTIONS(591), + [anon_sym_ATFILENAME] = ACTIONS(591), + [sym_id] = ACTIONS(593), + [sym_pattern] = ACTIONS(591), + [sym_ipv6] = ACTIONS(591), + [sym_ipv4] = ACTIONS(593), + [sym_port] = ACTIONS(591), + [sym_floatp] = ACTIONS(593), + [sym_hex] = ACTIONS(593), + [sym_hostname] = ACTIONS(593), + [aux_sym_string_token1] = ACTIONS(591), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -23450,81 +22684,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(84)] = { - [anon_sym_SEMI] = ACTIONS(590), - [anon_sym_LBRACE] = ACTIONS(590), - [anon_sym_PLUS_EQ] = ACTIONS(590), - [anon_sym_record] = ACTIONS(592), - [anon_sym_DASH_EQ] = ACTIONS(590), - [anon_sym_LPAREN] = ACTIONS(590), - [anon_sym_RPAREN] = ACTIONS(590), - [anon_sym_COMMA] = ACTIONS(590), - [anon_sym_LBRACK] = ACTIONS(590), - [anon_sym_local] = ACTIONS(592), - [anon_sym_EQ] = ACTIONS(590), - [anon_sym_table] = ACTIONS(592), - [anon_sym_set] = ACTIONS(592), - [anon_sym_vector] = ACTIONS(592), - [anon_sym_function] = ACTIONS(592), - [anon_sym_hook] = ACTIONS(592), - [anon_sym_AMPdeprecated] = ACTIONS(590), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(590), - [anon_sym_AMPerror_handler] = ACTIONS(590), - [anon_sym_AMPis_assigned] = ACTIONS(590), - [anon_sym_AMPis_used] = ACTIONS(590), - [anon_sym_AMPlog] = ACTIONS(590), - [anon_sym_AMPoptional] = ACTIONS(590), - [anon_sym_AMPordered] = ACTIONS(590), - [anon_sym_AMPraw_output] = ACTIONS(590), - [anon_sym_AMPredef] = ACTIONS(590), - [anon_sym_AMPadd_func] = ACTIONS(590), - [anon_sym_AMPbackend] = ACTIONS(590), - [anon_sym_AMPbroker_store] = ACTIONS(590), - [anon_sym_AMPcreate_expire] = ACTIONS(590), - [anon_sym_AMPdefault] = ACTIONS(590), - [anon_sym_AMPdelete_func] = ACTIONS(590), - [anon_sym_AMPexpire_func] = ACTIONS(590), - [anon_sym_AMPgroup] = ACTIONS(590), - [anon_sym_AMPon_change] = ACTIONS(590), - [anon_sym_AMPpriority] = ACTIONS(590), - [anon_sym_AMPread_expire] = ACTIONS(590), - [anon_sym_AMPtype_column] = ACTIONS(590), - [anon_sym_AMPwrite_expire] = ACTIONS(590), - [anon_sym_DOLLAR] = ACTIONS(590), - [anon_sym_PIPE] = ACTIONS(590), - [anon_sym_PLUS_PLUS] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(590), - [anon_sym_BANG] = ACTIONS(590), - [anon_sym_TILDE] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(592), - [anon_sym_PLUS] = ACTIONS(592), - [anon_sym_copy] = ACTIONS(592), - [anon_sym_schedule] = ACTIONS(592), - [aux_sym_constant_token1] = ACTIONS(592), - [anon_sym_T] = ACTIONS(592), - [anon_sym_F] = ACTIONS(592), - [anon_sym_ATdeprecated] = ACTIONS(590), - [anon_sym_ATload] = ACTIONS(592), - [anon_sym_ATload_DASHsigs] = ACTIONS(590), - [anon_sym_ATload_DASHplugin] = ACTIONS(590), - [anon_sym_ATunload] = ACTIONS(590), - [anon_sym_ATprefixes] = ACTIONS(590), - [anon_sym_ATif] = ACTIONS(592), - [anon_sym_ATifdef] = ACTIONS(590), - [anon_sym_ATifndef] = ACTIONS(590), - [anon_sym_ATendif] = ACTIONS(590), - [anon_sym_ATelse] = ACTIONS(590), - [anon_sym_ATpragma] = ACTIONS(590), - [anon_sym_ATDIR] = ACTIONS(590), - [anon_sym_ATFILENAME] = ACTIONS(590), - [sym_id] = ACTIONS(592), - [sym_pattern] = ACTIONS(590), - [sym_ipv6] = ACTIONS(592), - [sym_ipv4] = ACTIONS(592), - [sym_port] = ACTIONS(590), - [sym_floatp] = ACTIONS(592), - [sym_hex] = ACTIONS(592), - [sym_hostname] = ACTIONS(592), - [aux_sym_string_token1] = ACTIONS(590), + [anon_sym_SEMI] = ACTIONS(595), + [anon_sym_LBRACE] = ACTIONS(595), + [anon_sym_PLUS_EQ] = ACTIONS(595), + [anon_sym_record] = ACTIONS(597), + [anon_sym_DASH_EQ] = ACTIONS(595), + [anon_sym_LPAREN] = ACTIONS(595), + [anon_sym_RPAREN] = ACTIONS(595), + [anon_sym_COMMA] = ACTIONS(595), + [anon_sym_LBRACK] = ACTIONS(597), + [anon_sym_local] = ACTIONS(597), + [anon_sym_EQ] = ACTIONS(595), + [anon_sym_table] = ACTIONS(597), + [anon_sym_set] = ACTIONS(597), + [anon_sym_vector] = ACTIONS(597), + [anon_sym_function] = ACTIONS(597), + [anon_sym_hook] = ACTIONS(597), + [anon_sym_AMPdeprecated] = ACTIONS(595), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(595), + [anon_sym_AMPerror_handler] = ACTIONS(595), + [anon_sym_AMPis_assigned] = ACTIONS(595), + [anon_sym_AMPis_used] = ACTIONS(595), + [anon_sym_AMPlog] = ACTIONS(595), + [anon_sym_AMPoptional] = ACTIONS(595), + [anon_sym_AMPordered] = ACTIONS(595), + [anon_sym_AMPraw_output] = ACTIONS(595), + [anon_sym_AMPredef] = ACTIONS(595), + [anon_sym_AMPadd_func] = ACTIONS(595), + [anon_sym_AMPbackend] = ACTIONS(595), + [anon_sym_AMPbroker_store] = ACTIONS(595), + [anon_sym_AMPcreate_expire] = ACTIONS(595), + [anon_sym_AMPdefault] = ACTIONS(595), + [anon_sym_AMPdelete_func] = ACTIONS(595), + [anon_sym_AMPexpire_func] = ACTIONS(595), + [anon_sym_AMPgroup] = ACTIONS(595), + [anon_sym_AMPon_change] = ACTIONS(595), + [anon_sym_AMPpriority] = ACTIONS(595), + [anon_sym_AMPread_expire] = ACTIONS(595), + [anon_sym_AMPtype_column] = ACTIONS(595), + [anon_sym_AMPwrite_expire] = ACTIONS(595), + [anon_sym_DOLLAR] = ACTIONS(595), + [anon_sym_PIPE] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(595), + [anon_sym_DASH_DASH] = ACTIONS(595), + [anon_sym_BANG] = ACTIONS(595), + [anon_sym_TILDE] = ACTIONS(595), + [anon_sym_DASH] = ACTIONS(597), + [anon_sym_PLUS] = ACTIONS(597), + [anon_sym_copy] = ACTIONS(597), + [anon_sym_schedule] = ACTIONS(597), + [aux_sym_constant_token1] = ACTIONS(597), + [anon_sym_T] = ACTIONS(597), + [anon_sym_F] = ACTIONS(597), + [anon_sym_ATdeprecated] = ACTIONS(595), + [anon_sym_ATload] = ACTIONS(597), + [anon_sym_ATload_DASHsigs] = ACTIONS(595), + [anon_sym_ATload_DASHplugin] = ACTIONS(595), + [anon_sym_ATunload] = ACTIONS(595), + [anon_sym_ATprefixes] = ACTIONS(595), + [anon_sym_ATif] = ACTIONS(597), + [anon_sym_ATifdef] = ACTIONS(595), + [anon_sym_ATifndef] = ACTIONS(595), + [anon_sym_ATendif] = ACTIONS(595), + [anon_sym_ATelse] = ACTIONS(595), + [anon_sym_ATpragma] = ACTIONS(595), + [anon_sym_ATDIR] = ACTIONS(595), + [anon_sym_ATFILENAME] = ACTIONS(595), + [sym_id] = ACTIONS(597), + [sym_pattern] = ACTIONS(595), + [sym_ipv6] = ACTIONS(595), + [sym_ipv4] = ACTIONS(597), + [sym_port] = ACTIONS(595), + [sym_floatp] = ACTIONS(597), + [sym_hex] = ACTIONS(597), + [sym_hostname] = ACTIONS(597), + [aux_sym_string_token1] = ACTIONS(595), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -23544,33 +22778,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(86), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(594), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(599), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -23584,29 +22818,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -23625,33 +22859,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(90), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(342), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(344), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -23665,29 +22899,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -23706,13 +22940,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(88), - [ts_builtin_sym_end] = ACTIONS(596), + [ts_builtin_sym_end] = ACTIONS(601), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(15), - [anon_sym_const] = ACTIONS(598), + [anon_sym_const] = ACTIONS(603), [anon_sym_record] = ACTIONS(25), [anon_sym_print] = ACTIONS(29), - [anon_sym_event] = ACTIONS(600), + [anon_sym_event] = ACTIONS(605), [anon_sym_if] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_switch] = ACTIONS(37), @@ -23731,8 +22965,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -23746,29 +22980,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(602), - [anon_sym_ATload] = ACTIONS(604), - [anon_sym_ATload_DASHsigs] = ACTIONS(606), - [anon_sym_ATload_DASHplugin] = ACTIONS(608), - [anon_sym_ATunload] = ACTIONS(606), - [anon_sym_ATprefixes] = ACTIONS(610), - [anon_sym_ATif] = ACTIONS(612), - [anon_sym_ATifdef] = ACTIONS(614), - [anon_sym_ATifndef] = ACTIONS(614), - [anon_sym_ATendif] = ACTIONS(616), - [anon_sym_ATelse] = ACTIONS(616), - [anon_sym_ATpragma] = ACTIONS(618), + [anon_sym_ATdeprecated] = ACTIONS(607), + [anon_sym_ATload] = ACTIONS(609), + [anon_sym_ATload_DASHsigs] = ACTIONS(611), + [anon_sym_ATload_DASHplugin] = ACTIONS(613), + [anon_sym_ATunload] = ACTIONS(611), + [anon_sym_ATprefixes] = ACTIONS(615), + [anon_sym_ATif] = ACTIONS(617), + [anon_sym_ATifdef] = ACTIONS(619), + [anon_sym_ATifndef] = ACTIONS(619), + [anon_sym_ATendif] = ACTIONS(621), + [anon_sym_ATelse] = ACTIONS(621), + [anon_sym_ATpragma] = ACTIONS(623), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -23787,69 +23021,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(88), - [ts_builtin_sym_end] = ACTIONS(352), - [anon_sym_SEMI] = ACTIONS(620), - [anon_sym_LBRACE] = ACTIONS(623), - [anon_sym_const] = ACTIONS(626), - [anon_sym_record] = ACTIONS(357), - [anon_sym_print] = ACTIONS(629), - [anon_sym_event] = ACTIONS(632), - [anon_sym_if] = ACTIONS(635), - [anon_sym_LPAREN] = ACTIONS(369), - [anon_sym_switch] = ACTIONS(638), - [anon_sym_for] = ACTIONS(641), - [anon_sym_LBRACK] = ACTIONS(378), - [anon_sym_while] = ACTIONS(644), - [anon_sym_next] = ACTIONS(647), - [anon_sym_break] = ACTIONS(647), - [anon_sym_fallthrough] = ACTIONS(647), - [anon_sym_return] = ACTIONS(650), - [anon_sym_add] = ACTIONS(653), - [anon_sym_delete] = ACTIONS(653), - [anon_sym_local] = ACTIONS(656), - [anon_sym_when] = ACTIONS(659), - [anon_sym_assert] = ACTIONS(662), - [anon_sym_table] = ACTIONS(404), - [anon_sym_set] = ACTIONS(404), - [anon_sym_vector] = ACTIONS(407), - [anon_sym_function] = ACTIONS(410), - [anon_sym_hook] = ACTIONS(413), - [anon_sym_DOLLAR] = ACTIONS(416), - [anon_sym_PIPE] = ACTIONS(419), - [anon_sym_PLUS_PLUS] = ACTIONS(422), - [anon_sym_DASH_DASH] = ACTIONS(422), - [anon_sym_BANG] = ACTIONS(422), - [anon_sym_TILDE] = ACTIONS(422), - [anon_sym_DASH] = ACTIONS(425), - [anon_sym_PLUS] = ACTIONS(425), - [anon_sym_copy] = ACTIONS(428), - [anon_sym_schedule] = ACTIONS(431), - [aux_sym_constant_token1] = ACTIONS(434), - [anon_sym_T] = ACTIONS(437), - [anon_sym_F] = ACTIONS(437), - [anon_sym_ATdeprecated] = ACTIONS(665), - [anon_sym_ATload] = ACTIONS(668), - [anon_sym_ATload_DASHsigs] = ACTIONS(671), - [anon_sym_ATload_DASHplugin] = ACTIONS(674), - [anon_sym_ATunload] = ACTIONS(671), - [anon_sym_ATprefixes] = ACTIONS(677), - [anon_sym_ATif] = ACTIONS(680), - [anon_sym_ATifdef] = ACTIONS(683), - [anon_sym_ATifndef] = ACTIONS(683), - [anon_sym_ATendif] = ACTIONS(686), - [anon_sym_ATelse] = ACTIONS(686), - [anon_sym_ATpragma] = ACTIONS(689), - [anon_sym_ATDIR] = ACTIONS(467), - [anon_sym_ATFILENAME] = ACTIONS(467), - [sym_id] = ACTIONS(470), - [sym_pattern] = ACTIONS(473), - [sym_ipv6] = ACTIONS(476), - [sym_ipv4] = ACTIONS(476), - [sym_port] = ACTIONS(479), - [sym_floatp] = ACTIONS(482), - [sym_hex] = ACTIONS(437), - [sym_hostname] = ACTIONS(437), - [aux_sym_string_token1] = ACTIONS(485), + [ts_builtin_sym_end] = ACTIONS(354), + [anon_sym_SEMI] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_const] = ACTIONS(631), + [anon_sym_record] = ACTIONS(359), + [anon_sym_print] = ACTIONS(634), + [anon_sym_event] = ACTIONS(637), + [anon_sym_if] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(371), + [anon_sym_switch] = ACTIONS(643), + [anon_sym_for] = ACTIONS(646), + [anon_sym_LBRACK] = ACTIONS(380), + [anon_sym_while] = ACTIONS(649), + [anon_sym_next] = ACTIONS(652), + [anon_sym_break] = ACTIONS(652), + [anon_sym_fallthrough] = ACTIONS(652), + [anon_sym_return] = ACTIONS(655), + [anon_sym_add] = ACTIONS(658), + [anon_sym_delete] = ACTIONS(658), + [anon_sym_local] = ACTIONS(661), + [anon_sym_when] = ACTIONS(664), + [anon_sym_assert] = ACTIONS(667), + [anon_sym_table] = ACTIONS(406), + [anon_sym_set] = ACTIONS(406), + [anon_sym_vector] = ACTIONS(409), + [anon_sym_function] = ACTIONS(412), + [anon_sym_hook] = ACTIONS(415), + [anon_sym_DOLLAR] = ACTIONS(418), + [anon_sym_PIPE] = ACTIONS(421), + [anon_sym_PLUS_PLUS] = ACTIONS(424), + [anon_sym_DASH_DASH] = ACTIONS(424), + [anon_sym_BANG] = ACTIONS(424), + [anon_sym_TILDE] = ACTIONS(424), + [anon_sym_DASH] = ACTIONS(427), + [anon_sym_PLUS] = ACTIONS(427), + [anon_sym_copy] = ACTIONS(430), + [anon_sym_schedule] = ACTIONS(433), + [aux_sym_constant_token1] = ACTIONS(436), + [anon_sym_T] = ACTIONS(439), + [anon_sym_F] = ACTIONS(439), + [anon_sym_ATdeprecated] = ACTIONS(670), + [anon_sym_ATload] = ACTIONS(673), + [anon_sym_ATload_DASHsigs] = ACTIONS(676), + [anon_sym_ATload_DASHplugin] = ACTIONS(679), + [anon_sym_ATunload] = ACTIONS(676), + [anon_sym_ATprefixes] = ACTIONS(682), + [anon_sym_ATif] = ACTIONS(685), + [anon_sym_ATifdef] = ACTIONS(688), + [anon_sym_ATifndef] = ACTIONS(688), + [anon_sym_ATendif] = ACTIONS(691), + [anon_sym_ATelse] = ACTIONS(691), + [anon_sym_ATpragma] = ACTIONS(694), + [anon_sym_ATDIR] = ACTIONS(469), + [anon_sym_ATFILENAME] = ACTIONS(469), + [sym_id] = ACTIONS(472), + [sym_pattern] = ACTIONS(475), + [sym_ipv6] = ACTIONS(478), + [sym_ipv4] = ACTIONS(481), + [sym_port] = ACTIONS(484), + [sym_floatp] = ACTIONS(487), + [sym_hex] = ACTIONS(439), + [sym_hostname] = ACTIONS(439), + [aux_sym_string_token1] = ACTIONS(490), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -23868,13 +23102,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(88), - [ts_builtin_sym_end] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(125), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(15), - [anon_sym_const] = ACTIONS(598), + [anon_sym_const] = ACTIONS(603), [anon_sym_record] = ACTIONS(25), [anon_sym_print] = ACTIONS(29), - [anon_sym_event] = ACTIONS(600), + [anon_sym_event] = ACTIONS(605), [anon_sym_if] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_switch] = ACTIONS(37), @@ -23893,8 +23127,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -23908,29 +23142,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(602), - [anon_sym_ATload] = ACTIONS(604), - [anon_sym_ATload_DASHsigs] = ACTIONS(606), - [anon_sym_ATload_DASHplugin] = ACTIONS(608), - [anon_sym_ATunload] = ACTIONS(606), - [anon_sym_ATprefixes] = ACTIONS(610), - [anon_sym_ATif] = ACTIONS(612), - [anon_sym_ATifdef] = ACTIONS(614), - [anon_sym_ATifndef] = ACTIONS(614), - [anon_sym_ATendif] = ACTIONS(616), - [anon_sym_ATelse] = ACTIONS(616), - [anon_sym_ATpragma] = ACTIONS(618), + [anon_sym_ATdeprecated] = ACTIONS(607), + [anon_sym_ATload] = ACTIONS(609), + [anon_sym_ATload_DASHsigs] = ACTIONS(611), + [anon_sym_ATload_DASHplugin] = ACTIONS(613), + [anon_sym_ATunload] = ACTIONS(611), + [anon_sym_ATprefixes] = ACTIONS(615), + [anon_sym_ATif] = ACTIONS(617), + [anon_sym_ATifdef] = ACTIONS(619), + [anon_sym_ATifndef] = ACTIONS(619), + [anon_sym_ATendif] = ACTIONS(621), + [anon_sym_ATelse] = ACTIONS(621), + [anon_sym_ATpragma] = ACTIONS(623), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -23949,69 +23183,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(1268), [sym_string] = STATE(1268), [aux_sym_source_file_repeat2] = STATE(90), - [anon_sym_SEMI] = ACTIONS(692), - [anon_sym_LBRACE] = ACTIONS(695), - [anon_sym_RBRACE] = ACTIONS(352), - [anon_sym_const] = ACTIONS(698), - [anon_sym_record] = ACTIONS(357), - [anon_sym_print] = ACTIONS(701), - [anon_sym_event] = ACTIONS(704), - [anon_sym_if] = ACTIONS(707), - [anon_sym_LPAREN] = ACTIONS(369), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_for] = ACTIONS(713), - [anon_sym_LBRACK] = ACTIONS(378), - [anon_sym_while] = ACTIONS(716), - [anon_sym_next] = ACTIONS(719), - [anon_sym_break] = ACTIONS(719), - [anon_sym_fallthrough] = ACTIONS(719), - [anon_sym_return] = ACTIONS(722), - [anon_sym_add] = ACTIONS(725), - [anon_sym_delete] = ACTIONS(725), - [anon_sym_local] = ACTIONS(728), - [anon_sym_when] = ACTIONS(731), - [anon_sym_assert] = ACTIONS(734), - [anon_sym_table] = ACTIONS(404), - [anon_sym_set] = ACTIONS(404), - [anon_sym_vector] = ACTIONS(407), - [anon_sym_function] = ACTIONS(410), - [anon_sym_hook] = ACTIONS(413), - [anon_sym_DOLLAR] = ACTIONS(416), - [anon_sym_PIPE] = ACTIONS(419), - [anon_sym_PLUS_PLUS] = ACTIONS(422), - [anon_sym_DASH_DASH] = ACTIONS(422), - [anon_sym_BANG] = ACTIONS(422), - [anon_sym_TILDE] = ACTIONS(422), - [anon_sym_DASH] = ACTIONS(425), - [anon_sym_PLUS] = ACTIONS(425), - [anon_sym_copy] = ACTIONS(428), - [anon_sym_schedule] = ACTIONS(431), - [aux_sym_constant_token1] = ACTIONS(434), - [anon_sym_T] = ACTIONS(437), - [anon_sym_F] = ACTIONS(437), - [anon_sym_ATdeprecated] = ACTIONS(737), - [anon_sym_ATload] = ACTIONS(740), - [anon_sym_ATload_DASHsigs] = ACTIONS(743), - [anon_sym_ATload_DASHplugin] = ACTIONS(746), - [anon_sym_ATunload] = ACTIONS(743), - [anon_sym_ATprefixes] = ACTIONS(749), - [anon_sym_ATif] = ACTIONS(752), - [anon_sym_ATifdef] = ACTIONS(755), - [anon_sym_ATifndef] = ACTIONS(755), - [anon_sym_ATendif] = ACTIONS(758), - [anon_sym_ATelse] = ACTIONS(758), - [anon_sym_ATpragma] = ACTIONS(761), - [anon_sym_ATDIR] = ACTIONS(467), - [anon_sym_ATFILENAME] = ACTIONS(467), - [sym_id] = ACTIONS(470), - [sym_pattern] = ACTIONS(473), - [sym_ipv6] = ACTIONS(476), - [sym_ipv4] = ACTIONS(476), - [sym_port] = ACTIONS(479), - [sym_floatp] = ACTIONS(482), - [sym_hex] = ACTIONS(437), - [sym_hostname] = ACTIONS(437), - [aux_sym_string_token1] = ACTIONS(485), + [anon_sym_SEMI] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(700), + [anon_sym_RBRACE] = ACTIONS(354), + [anon_sym_const] = ACTIONS(703), + [anon_sym_record] = ACTIONS(359), + [anon_sym_print] = ACTIONS(706), + [anon_sym_event] = ACTIONS(709), + [anon_sym_if] = ACTIONS(712), + [anon_sym_LPAREN] = ACTIONS(371), + [anon_sym_switch] = ACTIONS(715), + [anon_sym_for] = ACTIONS(718), + [anon_sym_LBRACK] = ACTIONS(380), + [anon_sym_while] = ACTIONS(721), + [anon_sym_next] = ACTIONS(724), + [anon_sym_break] = ACTIONS(724), + [anon_sym_fallthrough] = ACTIONS(724), + [anon_sym_return] = ACTIONS(727), + [anon_sym_add] = ACTIONS(730), + [anon_sym_delete] = ACTIONS(730), + [anon_sym_local] = ACTIONS(733), + [anon_sym_when] = ACTIONS(736), + [anon_sym_assert] = ACTIONS(739), + [anon_sym_table] = ACTIONS(406), + [anon_sym_set] = ACTIONS(406), + [anon_sym_vector] = ACTIONS(409), + [anon_sym_function] = ACTIONS(412), + [anon_sym_hook] = ACTIONS(415), + [anon_sym_DOLLAR] = ACTIONS(418), + [anon_sym_PIPE] = ACTIONS(421), + [anon_sym_PLUS_PLUS] = ACTIONS(424), + [anon_sym_DASH_DASH] = ACTIONS(424), + [anon_sym_BANG] = ACTIONS(424), + [anon_sym_TILDE] = ACTIONS(424), + [anon_sym_DASH] = ACTIONS(427), + [anon_sym_PLUS] = ACTIONS(427), + [anon_sym_copy] = ACTIONS(430), + [anon_sym_schedule] = ACTIONS(433), + [aux_sym_constant_token1] = ACTIONS(436), + [anon_sym_T] = ACTIONS(439), + [anon_sym_F] = ACTIONS(439), + [anon_sym_ATdeprecated] = ACTIONS(742), + [anon_sym_ATload] = ACTIONS(745), + [anon_sym_ATload_DASHsigs] = ACTIONS(748), + [anon_sym_ATload_DASHplugin] = ACTIONS(751), + [anon_sym_ATunload] = ACTIONS(748), + [anon_sym_ATprefixes] = ACTIONS(754), + [anon_sym_ATif] = ACTIONS(757), + [anon_sym_ATifdef] = ACTIONS(760), + [anon_sym_ATifndef] = ACTIONS(760), + [anon_sym_ATendif] = ACTIONS(763), + [anon_sym_ATelse] = ACTIONS(763), + [anon_sym_ATpragma] = ACTIONS(766), + [anon_sym_ATDIR] = ACTIONS(469), + [anon_sym_ATFILENAME] = ACTIONS(469), + [sym_id] = ACTIONS(472), + [sym_pattern] = ACTIONS(475), + [sym_ipv6] = ACTIONS(478), + [sym_ipv4] = ACTIONS(481), + [sym_port] = ACTIONS(484), + [sym_floatp] = ACTIONS(487), + [sym_hex] = ACTIONS(439), + [sym_hostname] = ACTIONS(439), + [aux_sym_string_token1] = ACTIONS(490), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -24030,68 +23264,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(768), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(773), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -24110,68 +23344,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(824), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(826), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(831), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(833), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -24190,68 +23424,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(828), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(830), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(832), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(835), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(837), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(839), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -24270,68 +23504,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(834), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(836), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(841), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(843), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -24350,68 +23584,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(838), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(840), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(832), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(845), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(847), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(839), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -24430,68 +23664,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(842), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(844), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(832), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(849), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(851), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(839), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -24510,68 +23744,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(846), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(848), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(853), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(855), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -24590,68 +23824,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(852), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(857), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(859), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -24670,68 +23904,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(854), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(856), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(832), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(861), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(863), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(839), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -24750,68 +23984,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(858), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(860), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(865), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(867), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -24830,68 +24064,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(862), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(864), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(832), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(869), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(871), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(839), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -24910,68 +24144,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(868), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(873), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(875), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -24990,68 +24224,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(870), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(872), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(877), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(879), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -25070,68 +24304,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(874), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(876), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(881), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(883), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -25150,68 +24384,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(878), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(880), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(832), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(885), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(887), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(839), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -25230,68 +24464,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(882), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(884), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(889), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(891), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -25310,68 +24544,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(886), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(888), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(893), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(895), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -25390,68 +24624,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(890), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(892), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(897), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(899), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -25470,68 +24704,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(894), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(896), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(832), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(901), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(903), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(839), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -25550,68 +24784,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(898), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(900), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(905), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(907), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -25630,68 +24864,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(902), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(904), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(832), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(909), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(911), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(839), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -25710,68 +24944,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(906), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(908), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(832), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(913), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(915), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(839), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -25790,68 +25024,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(910), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(912), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(917), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(919), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -25870,68 +25104,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(914), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(916), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(923), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -25950,68 +25184,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(918), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(920), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(925), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(927), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -26030,68 +25264,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(922), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(924), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(832), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(929), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(931), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(839), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -26110,68 +25344,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(926), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(928), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(832), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(933), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(935), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(839), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -26190,68 +25424,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(930), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(932), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(937), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(939), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -26270,68 +25504,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(934), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(936), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(941), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(943), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -26350,68 +25584,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(938), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(940), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(945), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(947), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -26430,68 +25664,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(942), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(944), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(949), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(951), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -26510,68 +25744,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(948), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(953), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(955), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -26590,68 +25824,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(950), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(952), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(832), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_COLON] = ACTIONS(959), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(839), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -26669,32 +25903,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -26708,29 +25942,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -26748,32 +25982,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym_LBRACE] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(1011), + [anon_sym_const] = ACTIONS(1013), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1008), - [anon_sym_event] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1012), + [anon_sym_print] = ACTIONS(1015), + [anon_sym_event] = ACTIONS(1017), + [anon_sym_if] = ACTIONS(1019), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1014), - [anon_sym_for] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1018), - [anon_sym_next] = ACTIONS(1020), - [anon_sym_break] = ACTIONS(1020), - [anon_sym_fallthrough] = ACTIONS(1020), - [anon_sym_return] = ACTIONS(1022), - [anon_sym_add] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_local] = ACTIONS(1026), - [anon_sym_when] = ACTIONS(1028), - [anon_sym_assert] = ACTIONS(1030), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_next] = ACTIONS(1027), + [anon_sym_break] = ACTIONS(1027), + [anon_sym_fallthrough] = ACTIONS(1027), + [anon_sym_return] = ACTIONS(1029), + [anon_sym_add] = ACTIONS(1031), + [anon_sym_delete] = ACTIONS(1031), + [anon_sym_local] = ACTIONS(1033), + [anon_sym_when] = ACTIONS(1035), + [anon_sym_assert] = ACTIONS(1037), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -26787,29 +26021,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1032), - [anon_sym_ATload] = ACTIONS(1034), - [anon_sym_ATload_DASHsigs] = ACTIONS(1036), - [anon_sym_ATload_DASHplugin] = ACTIONS(1038), - [anon_sym_ATunload] = ACTIONS(1036), - [anon_sym_ATprefixes] = ACTIONS(1040), - [anon_sym_ATif] = ACTIONS(1042), - [anon_sym_ATifdef] = ACTIONS(1044), - [anon_sym_ATifndef] = ACTIONS(1044), - [anon_sym_ATendif] = ACTIONS(1046), - [anon_sym_ATelse] = ACTIONS(1046), - [anon_sym_ATpragma] = ACTIONS(1048), + [anon_sym_ATdeprecated] = ACTIONS(1039), + [anon_sym_ATload] = ACTIONS(1041), + [anon_sym_ATload_DASHsigs] = ACTIONS(1043), + [anon_sym_ATload_DASHplugin] = ACTIONS(1045), + [anon_sym_ATunload] = ACTIONS(1043), + [anon_sym_ATprefixes] = ACTIONS(1047), + [anon_sym_ATif] = ACTIONS(1049), + [anon_sym_ATifdef] = ACTIONS(1051), + [anon_sym_ATifndef] = ACTIONS(1051), + [anon_sym_ATendif] = ACTIONS(1053), + [anon_sym_ATelse] = ACTIONS(1053), + [anon_sym_ATpragma] = ACTIONS(1055), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -26827,32 +26061,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym_LBRACE] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(1011), + [anon_sym_const] = ACTIONS(1013), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1008), - [anon_sym_event] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1012), + [anon_sym_print] = ACTIONS(1015), + [anon_sym_event] = ACTIONS(1017), + [anon_sym_if] = ACTIONS(1019), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1014), - [anon_sym_for] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1018), - [anon_sym_next] = ACTIONS(1020), - [anon_sym_break] = ACTIONS(1020), - [anon_sym_fallthrough] = ACTIONS(1020), - [anon_sym_return] = ACTIONS(1022), - [anon_sym_add] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_local] = ACTIONS(1026), - [anon_sym_when] = ACTIONS(1028), - [anon_sym_assert] = ACTIONS(1030), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_next] = ACTIONS(1027), + [anon_sym_break] = ACTIONS(1027), + [anon_sym_fallthrough] = ACTIONS(1027), + [anon_sym_return] = ACTIONS(1029), + [anon_sym_add] = ACTIONS(1031), + [anon_sym_delete] = ACTIONS(1031), + [anon_sym_local] = ACTIONS(1033), + [anon_sym_when] = ACTIONS(1035), + [anon_sym_assert] = ACTIONS(1037), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -26866,29 +26100,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1032), - [anon_sym_ATload] = ACTIONS(1034), - [anon_sym_ATload_DASHsigs] = ACTIONS(1036), - [anon_sym_ATload_DASHplugin] = ACTIONS(1038), - [anon_sym_ATunload] = ACTIONS(1036), - [anon_sym_ATprefixes] = ACTIONS(1040), - [anon_sym_ATif] = ACTIONS(1042), - [anon_sym_ATifdef] = ACTIONS(1044), - [anon_sym_ATifndef] = ACTIONS(1044), - [anon_sym_ATendif] = ACTIONS(1046), - [anon_sym_ATelse] = ACTIONS(1046), - [anon_sym_ATpragma] = ACTIONS(1048), + [anon_sym_ATdeprecated] = ACTIONS(1039), + [anon_sym_ATload] = ACTIONS(1041), + [anon_sym_ATload_DASHsigs] = ACTIONS(1043), + [anon_sym_ATload_DASHplugin] = ACTIONS(1045), + [anon_sym_ATunload] = ACTIONS(1043), + [anon_sym_ATprefixes] = ACTIONS(1047), + [anon_sym_ATif] = ACTIONS(1049), + [anon_sym_ATifdef] = ACTIONS(1051), + [anon_sym_ATifndef] = ACTIONS(1051), + [anon_sym_ATendif] = ACTIONS(1053), + [anon_sym_ATelse] = ACTIONS(1053), + [anon_sym_ATpragma] = ACTIONS(1055), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -26906,32 +26140,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym_LBRACE] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(1011), + [anon_sym_const] = ACTIONS(1013), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1008), - [anon_sym_event] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1012), + [anon_sym_print] = ACTIONS(1015), + [anon_sym_event] = ACTIONS(1017), + [anon_sym_if] = ACTIONS(1019), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1014), - [anon_sym_for] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1018), - [anon_sym_next] = ACTIONS(1020), - [anon_sym_break] = ACTIONS(1020), - [anon_sym_fallthrough] = ACTIONS(1020), - [anon_sym_return] = ACTIONS(1022), - [anon_sym_add] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_local] = ACTIONS(1026), - [anon_sym_when] = ACTIONS(1028), - [anon_sym_assert] = ACTIONS(1030), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_next] = ACTIONS(1027), + [anon_sym_break] = ACTIONS(1027), + [anon_sym_fallthrough] = ACTIONS(1027), + [anon_sym_return] = ACTIONS(1029), + [anon_sym_add] = ACTIONS(1031), + [anon_sym_delete] = ACTIONS(1031), + [anon_sym_local] = ACTIONS(1033), + [anon_sym_when] = ACTIONS(1035), + [anon_sym_assert] = ACTIONS(1037), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -26945,29 +26179,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1032), - [anon_sym_ATload] = ACTIONS(1034), - [anon_sym_ATload_DASHsigs] = ACTIONS(1036), - [anon_sym_ATload_DASHplugin] = ACTIONS(1038), - [anon_sym_ATunload] = ACTIONS(1036), - [anon_sym_ATprefixes] = ACTIONS(1040), - [anon_sym_ATif] = ACTIONS(1042), - [anon_sym_ATifdef] = ACTIONS(1044), - [anon_sym_ATifndef] = ACTIONS(1044), - [anon_sym_ATendif] = ACTIONS(1046), - [anon_sym_ATelse] = ACTIONS(1046), - [anon_sym_ATpragma] = ACTIONS(1048), + [anon_sym_ATdeprecated] = ACTIONS(1039), + [anon_sym_ATload] = ACTIONS(1041), + [anon_sym_ATload_DASHsigs] = ACTIONS(1043), + [anon_sym_ATload_DASHplugin] = ACTIONS(1045), + [anon_sym_ATunload] = ACTIONS(1043), + [anon_sym_ATprefixes] = ACTIONS(1047), + [anon_sym_ATif] = ACTIONS(1049), + [anon_sym_ATifdef] = ACTIONS(1051), + [anon_sym_ATifndef] = ACTIONS(1051), + [anon_sym_ATendif] = ACTIONS(1053), + [anon_sym_ATelse] = ACTIONS(1053), + [anon_sym_ATpragma] = ACTIONS(1055), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -26985,32 +26219,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym_LBRACE] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(1011), + [anon_sym_const] = ACTIONS(1013), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1008), - [anon_sym_event] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1012), + [anon_sym_print] = ACTIONS(1015), + [anon_sym_event] = ACTIONS(1017), + [anon_sym_if] = ACTIONS(1019), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1014), - [anon_sym_for] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1018), - [anon_sym_next] = ACTIONS(1020), - [anon_sym_break] = ACTIONS(1020), - [anon_sym_fallthrough] = ACTIONS(1020), - [anon_sym_return] = ACTIONS(1022), - [anon_sym_add] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_local] = ACTIONS(1026), - [anon_sym_when] = ACTIONS(1028), - [anon_sym_assert] = ACTIONS(1030), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_next] = ACTIONS(1027), + [anon_sym_break] = ACTIONS(1027), + [anon_sym_fallthrough] = ACTIONS(1027), + [anon_sym_return] = ACTIONS(1029), + [anon_sym_add] = ACTIONS(1031), + [anon_sym_delete] = ACTIONS(1031), + [anon_sym_local] = ACTIONS(1033), + [anon_sym_when] = ACTIONS(1035), + [anon_sym_assert] = ACTIONS(1037), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -27024,29 +26258,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1032), - [anon_sym_ATload] = ACTIONS(1034), - [anon_sym_ATload_DASHsigs] = ACTIONS(1036), - [anon_sym_ATload_DASHplugin] = ACTIONS(1038), - [anon_sym_ATunload] = ACTIONS(1036), - [anon_sym_ATprefixes] = ACTIONS(1040), - [anon_sym_ATif] = ACTIONS(1042), - [anon_sym_ATifdef] = ACTIONS(1044), - [anon_sym_ATifndef] = ACTIONS(1044), - [anon_sym_ATendif] = ACTIONS(1046), - [anon_sym_ATelse] = ACTIONS(1046), - [anon_sym_ATpragma] = ACTIONS(1048), + [anon_sym_ATdeprecated] = ACTIONS(1039), + [anon_sym_ATload] = ACTIONS(1041), + [anon_sym_ATload_DASHsigs] = ACTIONS(1043), + [anon_sym_ATload_DASHplugin] = ACTIONS(1045), + [anon_sym_ATunload] = ACTIONS(1043), + [anon_sym_ATprefixes] = ACTIONS(1047), + [anon_sym_ATif] = ACTIONS(1049), + [anon_sym_ATifdef] = ACTIONS(1051), + [anon_sym_ATifndef] = ACTIONS(1051), + [anon_sym_ATendif] = ACTIONS(1053), + [anon_sym_ATelse] = ACTIONS(1053), + [anon_sym_ATpragma] = ACTIONS(1055), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -27064,32 +26298,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym_LBRACE] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(1011), + [anon_sym_const] = ACTIONS(1013), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1008), - [anon_sym_event] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1012), + [anon_sym_print] = ACTIONS(1015), + [anon_sym_event] = ACTIONS(1017), + [anon_sym_if] = ACTIONS(1019), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1014), - [anon_sym_for] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1018), - [anon_sym_next] = ACTIONS(1020), - [anon_sym_break] = ACTIONS(1020), - [anon_sym_fallthrough] = ACTIONS(1020), - [anon_sym_return] = ACTIONS(1022), - [anon_sym_add] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_local] = ACTIONS(1026), - [anon_sym_when] = ACTIONS(1028), - [anon_sym_assert] = ACTIONS(1030), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_next] = ACTIONS(1027), + [anon_sym_break] = ACTIONS(1027), + [anon_sym_fallthrough] = ACTIONS(1027), + [anon_sym_return] = ACTIONS(1029), + [anon_sym_add] = ACTIONS(1031), + [anon_sym_delete] = ACTIONS(1031), + [anon_sym_local] = ACTIONS(1033), + [anon_sym_when] = ACTIONS(1035), + [anon_sym_assert] = ACTIONS(1037), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -27103,29 +26337,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1032), - [anon_sym_ATload] = ACTIONS(1034), - [anon_sym_ATload_DASHsigs] = ACTIONS(1036), - [anon_sym_ATload_DASHplugin] = ACTIONS(1038), - [anon_sym_ATunload] = ACTIONS(1036), - [anon_sym_ATprefixes] = ACTIONS(1040), - [anon_sym_ATif] = ACTIONS(1042), - [anon_sym_ATifdef] = ACTIONS(1044), - [anon_sym_ATifndef] = ACTIONS(1044), - [anon_sym_ATendif] = ACTIONS(1046), - [anon_sym_ATelse] = ACTIONS(1046), - [anon_sym_ATpragma] = ACTIONS(1048), + [anon_sym_ATdeprecated] = ACTIONS(1039), + [anon_sym_ATload] = ACTIONS(1041), + [anon_sym_ATload_DASHsigs] = ACTIONS(1043), + [anon_sym_ATload_DASHplugin] = ACTIONS(1045), + [anon_sym_ATunload] = ACTIONS(1043), + [anon_sym_ATprefixes] = ACTIONS(1047), + [anon_sym_ATif] = ACTIONS(1049), + [anon_sym_ATifdef] = ACTIONS(1051), + [anon_sym_ATifndef] = ACTIONS(1051), + [anon_sym_ATendif] = ACTIONS(1053), + [anon_sym_ATelse] = ACTIONS(1053), + [anon_sym_ATpragma] = ACTIONS(1055), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -27144,67 +26378,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1050), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -27222,32 +26456,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1061), + [anon_sym_const] = ACTIONS(1063), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1058), - [anon_sym_event] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1062), + [anon_sym_print] = ACTIONS(1065), + [anon_sym_event] = ACTIONS(1067), + [anon_sym_if] = ACTIONS(1069), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1071), + [anon_sym_for] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_next] = ACTIONS(1070), - [anon_sym_break] = ACTIONS(1070), - [anon_sym_fallthrough] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_add] = ACTIONS(1074), - [anon_sym_delete] = ACTIONS(1074), - [anon_sym_local] = ACTIONS(1076), - [anon_sym_when] = ACTIONS(1078), - [anon_sym_assert] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1075), + [anon_sym_next] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_fallthrough] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1079), + [anon_sym_add] = ACTIONS(1081), + [anon_sym_delete] = ACTIONS(1081), + [anon_sym_local] = ACTIONS(1083), + [anon_sym_when] = ACTIONS(1085), + [anon_sym_assert] = ACTIONS(1087), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -27261,29 +26495,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1082), - [anon_sym_ATload] = ACTIONS(1084), - [anon_sym_ATload_DASHsigs] = ACTIONS(1086), - [anon_sym_ATload_DASHplugin] = ACTIONS(1088), - [anon_sym_ATunload] = ACTIONS(1086), - [anon_sym_ATprefixes] = ACTIONS(1090), - [anon_sym_ATif] = ACTIONS(1092), - [anon_sym_ATifdef] = ACTIONS(1094), - [anon_sym_ATifndef] = ACTIONS(1094), - [anon_sym_ATendif] = ACTIONS(1096), - [anon_sym_ATelse] = ACTIONS(1096), - [anon_sym_ATpragma] = ACTIONS(1098), + [anon_sym_ATdeprecated] = ACTIONS(1089), + [anon_sym_ATload] = ACTIONS(1091), + [anon_sym_ATload_DASHsigs] = ACTIONS(1093), + [anon_sym_ATload_DASHplugin] = ACTIONS(1095), + [anon_sym_ATunload] = ACTIONS(1093), + [anon_sym_ATprefixes] = ACTIONS(1097), + [anon_sym_ATif] = ACTIONS(1099), + [anon_sym_ATifdef] = ACTIONS(1101), + [anon_sym_ATifndef] = ACTIONS(1101), + [anon_sym_ATendif] = ACTIONS(1103), + [anon_sym_ATelse] = ACTIONS(1103), + [anon_sym_ATpragma] = ACTIONS(1105), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -27301,32 +26535,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1061), + [anon_sym_const] = ACTIONS(1063), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1058), - [anon_sym_event] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1062), + [anon_sym_print] = ACTIONS(1065), + [anon_sym_event] = ACTIONS(1067), + [anon_sym_if] = ACTIONS(1069), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1071), + [anon_sym_for] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_next] = ACTIONS(1070), - [anon_sym_break] = ACTIONS(1070), - [anon_sym_fallthrough] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_add] = ACTIONS(1074), - [anon_sym_delete] = ACTIONS(1074), - [anon_sym_local] = ACTIONS(1076), - [anon_sym_when] = ACTIONS(1078), - [anon_sym_assert] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1075), + [anon_sym_next] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_fallthrough] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1079), + [anon_sym_add] = ACTIONS(1081), + [anon_sym_delete] = ACTIONS(1081), + [anon_sym_local] = ACTIONS(1083), + [anon_sym_when] = ACTIONS(1085), + [anon_sym_assert] = ACTIONS(1087), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -27340,29 +26574,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1082), - [anon_sym_ATload] = ACTIONS(1084), - [anon_sym_ATload_DASHsigs] = ACTIONS(1086), - [anon_sym_ATload_DASHplugin] = ACTIONS(1088), - [anon_sym_ATunload] = ACTIONS(1086), - [anon_sym_ATprefixes] = ACTIONS(1090), - [anon_sym_ATif] = ACTIONS(1092), - [anon_sym_ATifdef] = ACTIONS(1094), - [anon_sym_ATifndef] = ACTIONS(1094), - [anon_sym_ATendif] = ACTIONS(1096), - [anon_sym_ATelse] = ACTIONS(1096), - [anon_sym_ATpragma] = ACTIONS(1098), + [anon_sym_ATdeprecated] = ACTIONS(1089), + [anon_sym_ATload] = ACTIONS(1091), + [anon_sym_ATload_DASHsigs] = ACTIONS(1093), + [anon_sym_ATload_DASHplugin] = ACTIONS(1095), + [anon_sym_ATunload] = ACTIONS(1093), + [anon_sym_ATprefixes] = ACTIONS(1097), + [anon_sym_ATif] = ACTIONS(1099), + [anon_sym_ATifdef] = ACTIONS(1101), + [anon_sym_ATifndef] = ACTIONS(1101), + [anon_sym_ATendif] = ACTIONS(1103), + [anon_sym_ATelse] = ACTIONS(1103), + [anon_sym_ATpragma] = ACTIONS(1105), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -27380,32 +26614,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1061), + [anon_sym_const] = ACTIONS(1063), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1058), - [anon_sym_event] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1062), + [anon_sym_print] = ACTIONS(1065), + [anon_sym_event] = ACTIONS(1067), + [anon_sym_if] = ACTIONS(1069), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1071), + [anon_sym_for] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_next] = ACTIONS(1070), - [anon_sym_break] = ACTIONS(1070), - [anon_sym_fallthrough] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_add] = ACTIONS(1074), - [anon_sym_delete] = ACTIONS(1074), - [anon_sym_local] = ACTIONS(1076), - [anon_sym_when] = ACTIONS(1078), - [anon_sym_assert] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1075), + [anon_sym_next] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_fallthrough] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1079), + [anon_sym_add] = ACTIONS(1081), + [anon_sym_delete] = ACTIONS(1081), + [anon_sym_local] = ACTIONS(1083), + [anon_sym_when] = ACTIONS(1085), + [anon_sym_assert] = ACTIONS(1087), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -27419,29 +26653,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1082), - [anon_sym_ATload] = ACTIONS(1084), - [anon_sym_ATload_DASHsigs] = ACTIONS(1086), - [anon_sym_ATload_DASHplugin] = ACTIONS(1088), - [anon_sym_ATunload] = ACTIONS(1086), - [anon_sym_ATprefixes] = ACTIONS(1090), - [anon_sym_ATif] = ACTIONS(1092), - [anon_sym_ATifdef] = ACTIONS(1094), - [anon_sym_ATifndef] = ACTIONS(1094), - [anon_sym_ATendif] = ACTIONS(1096), - [anon_sym_ATelse] = ACTIONS(1096), - [anon_sym_ATpragma] = ACTIONS(1098), + [anon_sym_ATdeprecated] = ACTIONS(1089), + [anon_sym_ATload] = ACTIONS(1091), + [anon_sym_ATload_DASHsigs] = ACTIONS(1093), + [anon_sym_ATload_DASHplugin] = ACTIONS(1095), + [anon_sym_ATunload] = ACTIONS(1093), + [anon_sym_ATprefixes] = ACTIONS(1097), + [anon_sym_ATif] = ACTIONS(1099), + [anon_sym_ATifdef] = ACTIONS(1101), + [anon_sym_ATifndef] = ACTIONS(1101), + [anon_sym_ATendif] = ACTIONS(1103), + [anon_sym_ATelse] = ACTIONS(1103), + [anon_sym_ATpragma] = ACTIONS(1105), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -27459,32 +26693,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1061), + [anon_sym_const] = ACTIONS(1063), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1058), - [anon_sym_event] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1062), + [anon_sym_print] = ACTIONS(1065), + [anon_sym_event] = ACTIONS(1067), + [anon_sym_if] = ACTIONS(1069), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1071), + [anon_sym_for] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_next] = ACTIONS(1070), - [anon_sym_break] = ACTIONS(1070), - [anon_sym_fallthrough] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_add] = ACTIONS(1074), - [anon_sym_delete] = ACTIONS(1074), - [anon_sym_local] = ACTIONS(1076), - [anon_sym_when] = ACTIONS(1078), - [anon_sym_assert] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1075), + [anon_sym_next] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_fallthrough] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1079), + [anon_sym_add] = ACTIONS(1081), + [anon_sym_delete] = ACTIONS(1081), + [anon_sym_local] = ACTIONS(1083), + [anon_sym_when] = ACTIONS(1085), + [anon_sym_assert] = ACTIONS(1087), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -27498,29 +26732,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1082), - [anon_sym_ATload] = ACTIONS(1084), - [anon_sym_ATload_DASHsigs] = ACTIONS(1086), - [anon_sym_ATload_DASHplugin] = ACTIONS(1088), - [anon_sym_ATunload] = ACTIONS(1086), - [anon_sym_ATprefixes] = ACTIONS(1090), - [anon_sym_ATif] = ACTIONS(1092), - [anon_sym_ATifdef] = ACTIONS(1094), - [anon_sym_ATifndef] = ACTIONS(1094), - [anon_sym_ATendif] = ACTIONS(1096), - [anon_sym_ATelse] = ACTIONS(1096), - [anon_sym_ATpragma] = ACTIONS(1098), + [anon_sym_ATdeprecated] = ACTIONS(1089), + [anon_sym_ATload] = ACTIONS(1091), + [anon_sym_ATload_DASHsigs] = ACTIONS(1093), + [anon_sym_ATload_DASHplugin] = ACTIONS(1095), + [anon_sym_ATunload] = ACTIONS(1093), + [anon_sym_ATprefixes] = ACTIONS(1097), + [anon_sym_ATif] = ACTIONS(1099), + [anon_sym_ATifdef] = ACTIONS(1101), + [anon_sym_ATifndef] = ACTIONS(1101), + [anon_sym_ATendif] = ACTIONS(1103), + [anon_sym_ATelse] = ACTIONS(1103), + [anon_sym_ATpragma] = ACTIONS(1105), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -27538,32 +26772,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1061), + [anon_sym_const] = ACTIONS(1063), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1058), - [anon_sym_event] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1062), + [anon_sym_print] = ACTIONS(1065), + [anon_sym_event] = ACTIONS(1067), + [anon_sym_if] = ACTIONS(1069), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1071), + [anon_sym_for] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_next] = ACTIONS(1070), - [anon_sym_break] = ACTIONS(1070), - [anon_sym_fallthrough] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_add] = ACTIONS(1074), - [anon_sym_delete] = ACTIONS(1074), - [anon_sym_local] = ACTIONS(1076), - [anon_sym_when] = ACTIONS(1078), - [anon_sym_assert] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1075), + [anon_sym_next] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_fallthrough] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1079), + [anon_sym_add] = ACTIONS(1081), + [anon_sym_delete] = ACTIONS(1081), + [anon_sym_local] = ACTIONS(1083), + [anon_sym_when] = ACTIONS(1085), + [anon_sym_assert] = ACTIONS(1087), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -27577,29 +26811,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1082), - [anon_sym_ATload] = ACTIONS(1084), - [anon_sym_ATload_DASHsigs] = ACTIONS(1086), - [anon_sym_ATload_DASHplugin] = ACTIONS(1088), - [anon_sym_ATunload] = ACTIONS(1086), - [anon_sym_ATprefixes] = ACTIONS(1090), - [anon_sym_ATif] = ACTIONS(1092), - [anon_sym_ATifdef] = ACTIONS(1094), - [anon_sym_ATifndef] = ACTIONS(1094), - [anon_sym_ATendif] = ACTIONS(1096), - [anon_sym_ATelse] = ACTIONS(1096), - [anon_sym_ATpragma] = ACTIONS(1098), + [anon_sym_ATdeprecated] = ACTIONS(1089), + [anon_sym_ATload] = ACTIONS(1091), + [anon_sym_ATload_DASHsigs] = ACTIONS(1093), + [anon_sym_ATload_DASHplugin] = ACTIONS(1095), + [anon_sym_ATunload] = ACTIONS(1093), + [anon_sym_ATprefixes] = ACTIONS(1097), + [anon_sym_ATif] = ACTIONS(1099), + [anon_sym_ATifdef] = ACTIONS(1101), + [anon_sym_ATifndef] = ACTIONS(1101), + [anon_sym_ATendif] = ACTIONS(1103), + [anon_sym_ATelse] = ACTIONS(1103), + [anon_sym_ATpragma] = ACTIONS(1105), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -27617,32 +26851,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1061), + [anon_sym_const] = ACTIONS(1063), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1058), - [anon_sym_event] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1062), + [anon_sym_print] = ACTIONS(1065), + [anon_sym_event] = ACTIONS(1067), + [anon_sym_if] = ACTIONS(1069), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1071), + [anon_sym_for] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_next] = ACTIONS(1070), - [anon_sym_break] = ACTIONS(1070), - [anon_sym_fallthrough] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_add] = ACTIONS(1074), - [anon_sym_delete] = ACTIONS(1074), - [anon_sym_local] = ACTIONS(1076), - [anon_sym_when] = ACTIONS(1078), - [anon_sym_assert] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1075), + [anon_sym_next] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_fallthrough] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1079), + [anon_sym_add] = ACTIONS(1081), + [anon_sym_delete] = ACTIONS(1081), + [anon_sym_local] = ACTIONS(1083), + [anon_sym_when] = ACTIONS(1085), + [anon_sym_assert] = ACTIONS(1087), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -27656,29 +26890,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1082), - [anon_sym_ATload] = ACTIONS(1084), - [anon_sym_ATload_DASHsigs] = ACTIONS(1086), - [anon_sym_ATload_DASHplugin] = ACTIONS(1088), - [anon_sym_ATunload] = ACTIONS(1086), - [anon_sym_ATprefixes] = ACTIONS(1090), - [anon_sym_ATif] = ACTIONS(1092), - [anon_sym_ATifdef] = ACTIONS(1094), - [anon_sym_ATifndef] = ACTIONS(1094), - [anon_sym_ATendif] = ACTIONS(1096), - [anon_sym_ATelse] = ACTIONS(1096), - [anon_sym_ATpragma] = ACTIONS(1098), + [anon_sym_ATdeprecated] = ACTIONS(1089), + [anon_sym_ATload] = ACTIONS(1091), + [anon_sym_ATload_DASHsigs] = ACTIONS(1093), + [anon_sym_ATload_DASHplugin] = ACTIONS(1095), + [anon_sym_ATunload] = ACTIONS(1093), + [anon_sym_ATprefixes] = ACTIONS(1097), + [anon_sym_ATif] = ACTIONS(1099), + [anon_sym_ATifdef] = ACTIONS(1101), + [anon_sym_ATifndef] = ACTIONS(1101), + [anon_sym_ATendif] = ACTIONS(1103), + [anon_sym_ATelse] = ACTIONS(1103), + [anon_sym_ATpragma] = ACTIONS(1105), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -27696,32 +26930,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1061), + [anon_sym_const] = ACTIONS(1063), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1058), - [anon_sym_event] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1062), + [anon_sym_print] = ACTIONS(1065), + [anon_sym_event] = ACTIONS(1067), + [anon_sym_if] = ACTIONS(1069), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1071), + [anon_sym_for] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_next] = ACTIONS(1070), - [anon_sym_break] = ACTIONS(1070), - [anon_sym_fallthrough] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_add] = ACTIONS(1074), - [anon_sym_delete] = ACTIONS(1074), - [anon_sym_local] = ACTIONS(1076), - [anon_sym_when] = ACTIONS(1078), - [anon_sym_assert] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1075), + [anon_sym_next] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_fallthrough] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1079), + [anon_sym_add] = ACTIONS(1081), + [anon_sym_delete] = ACTIONS(1081), + [anon_sym_local] = ACTIONS(1083), + [anon_sym_when] = ACTIONS(1085), + [anon_sym_assert] = ACTIONS(1087), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -27735,29 +26969,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1082), - [anon_sym_ATload] = ACTIONS(1084), - [anon_sym_ATload_DASHsigs] = ACTIONS(1086), - [anon_sym_ATload_DASHplugin] = ACTIONS(1088), - [anon_sym_ATunload] = ACTIONS(1086), - [anon_sym_ATprefixes] = ACTIONS(1090), - [anon_sym_ATif] = ACTIONS(1092), - [anon_sym_ATifdef] = ACTIONS(1094), - [anon_sym_ATifndef] = ACTIONS(1094), - [anon_sym_ATendif] = ACTIONS(1096), - [anon_sym_ATelse] = ACTIONS(1096), - [anon_sym_ATpragma] = ACTIONS(1098), + [anon_sym_ATdeprecated] = ACTIONS(1089), + [anon_sym_ATload] = ACTIONS(1091), + [anon_sym_ATload_DASHsigs] = ACTIONS(1093), + [anon_sym_ATload_DASHplugin] = ACTIONS(1095), + [anon_sym_ATunload] = ACTIONS(1093), + [anon_sym_ATprefixes] = ACTIONS(1097), + [anon_sym_ATif] = ACTIONS(1099), + [anon_sym_ATifdef] = ACTIONS(1101), + [anon_sym_ATifndef] = ACTIONS(1101), + [anon_sym_ATendif] = ACTIONS(1103), + [anon_sym_ATelse] = ACTIONS(1103), + [anon_sym_ATpragma] = ACTIONS(1105), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -27777,10 +27011,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(15), - [anon_sym_const] = ACTIONS(598), + [anon_sym_const] = ACTIONS(603), [anon_sym_record] = ACTIONS(25), [anon_sym_print] = ACTIONS(29), - [anon_sym_event] = ACTIONS(600), + [anon_sym_event] = ACTIONS(605), [anon_sym_if] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_switch] = ACTIONS(37), @@ -27799,8 +27033,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -27814,29 +27048,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(602), - [anon_sym_ATload] = ACTIONS(604), - [anon_sym_ATload_DASHsigs] = ACTIONS(606), - [anon_sym_ATload_DASHplugin] = ACTIONS(608), - [anon_sym_ATunload] = ACTIONS(606), - [anon_sym_ATprefixes] = ACTIONS(610), - [anon_sym_ATif] = ACTIONS(612), - [anon_sym_ATifdef] = ACTIONS(614), - [anon_sym_ATifndef] = ACTIONS(614), - [anon_sym_ATendif] = ACTIONS(616), - [anon_sym_ATelse] = ACTIONS(616), - [anon_sym_ATpragma] = ACTIONS(618), + [anon_sym_ATdeprecated] = ACTIONS(607), + [anon_sym_ATload] = ACTIONS(609), + [anon_sym_ATload_DASHsigs] = ACTIONS(611), + [anon_sym_ATload_DASHplugin] = ACTIONS(613), + [anon_sym_ATunload] = ACTIONS(611), + [anon_sym_ATprefixes] = ACTIONS(615), + [anon_sym_ATif] = ACTIONS(617), + [anon_sym_ATifdef] = ACTIONS(619), + [anon_sym_ATifndef] = ACTIONS(619), + [anon_sym_ATendif] = ACTIONS(621), + [anon_sym_ATelse] = ACTIONS(621), + [anon_sym_ATpragma] = ACTIONS(623), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -27854,32 +27088,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(204), - [anon_sym_LBRACE] = ACTIONS(206), - [anon_sym_const] = ACTIONS(210), + [anon_sym_SEMI] = ACTIONS(206), + [anon_sym_LBRACE] = ACTIONS(208), + [anon_sym_const] = ACTIONS(212), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(212), - [anon_sym_event] = ACTIONS(214), - [anon_sym_if] = ACTIONS(216), + [anon_sym_print] = ACTIONS(214), + [anon_sym_event] = ACTIONS(216), + [anon_sym_if] = ACTIONS(218), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(218), - [anon_sym_for] = ACTIONS(220), + [anon_sym_switch] = ACTIONS(220), + [anon_sym_for] = ACTIONS(222), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(222), - [anon_sym_next] = ACTIONS(224), - [anon_sym_break] = ACTIONS(224), - [anon_sym_fallthrough] = ACTIONS(224), - [anon_sym_return] = ACTIONS(226), - [anon_sym_add] = ACTIONS(228), - [anon_sym_delete] = ACTIONS(228), - [anon_sym_local] = ACTIONS(230), - [anon_sym_when] = ACTIONS(232), - [anon_sym_assert] = ACTIONS(234), + [anon_sym_while] = ACTIONS(224), + [anon_sym_next] = ACTIONS(226), + [anon_sym_break] = ACTIONS(226), + [anon_sym_fallthrough] = ACTIONS(226), + [anon_sym_return] = ACTIONS(228), + [anon_sym_add] = ACTIONS(230), + [anon_sym_delete] = ACTIONS(230), + [anon_sym_local] = ACTIONS(232), + [anon_sym_when] = ACTIONS(234), + [anon_sym_assert] = ACTIONS(236), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -27893,29 +27127,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(238), - [anon_sym_ATload] = ACTIONS(240), - [anon_sym_ATload_DASHsigs] = ACTIONS(242), - [anon_sym_ATload_DASHplugin] = ACTIONS(244), - [anon_sym_ATunload] = ACTIONS(242), - [anon_sym_ATprefixes] = ACTIONS(246), - [anon_sym_ATif] = ACTIONS(248), - [anon_sym_ATifdef] = ACTIONS(250), - [anon_sym_ATifndef] = ACTIONS(250), - [anon_sym_ATendif] = ACTIONS(252), - [anon_sym_ATelse] = ACTIONS(252), - [anon_sym_ATpragma] = ACTIONS(254), + [anon_sym_ATdeprecated] = ACTIONS(240), + [anon_sym_ATload] = ACTIONS(242), + [anon_sym_ATload_DASHsigs] = ACTIONS(244), + [anon_sym_ATload_DASHplugin] = ACTIONS(246), + [anon_sym_ATunload] = ACTIONS(244), + [anon_sym_ATprefixes] = ACTIONS(248), + [anon_sym_ATif] = ACTIONS(250), + [anon_sym_ATifdef] = ACTIONS(252), + [anon_sym_ATifndef] = ACTIONS(252), + [anon_sym_ATendif] = ACTIONS(254), + [anon_sym_ATelse] = ACTIONS(254), + [anon_sym_ATpragma] = ACTIONS(256), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -27933,32 +27167,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(204), - [anon_sym_LBRACE] = ACTIONS(206), - [anon_sym_const] = ACTIONS(210), + [anon_sym_SEMI] = ACTIONS(206), + [anon_sym_LBRACE] = ACTIONS(208), + [anon_sym_const] = ACTIONS(212), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(212), - [anon_sym_event] = ACTIONS(214), - [anon_sym_if] = ACTIONS(216), + [anon_sym_print] = ACTIONS(214), + [anon_sym_event] = ACTIONS(216), + [anon_sym_if] = ACTIONS(218), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(218), - [anon_sym_for] = ACTIONS(220), + [anon_sym_switch] = ACTIONS(220), + [anon_sym_for] = ACTIONS(222), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(222), - [anon_sym_next] = ACTIONS(224), - [anon_sym_break] = ACTIONS(224), - [anon_sym_fallthrough] = ACTIONS(224), - [anon_sym_return] = ACTIONS(226), - [anon_sym_add] = ACTIONS(228), - [anon_sym_delete] = ACTIONS(228), - [anon_sym_local] = ACTIONS(230), - [anon_sym_when] = ACTIONS(232), - [anon_sym_assert] = ACTIONS(234), + [anon_sym_while] = ACTIONS(224), + [anon_sym_next] = ACTIONS(226), + [anon_sym_break] = ACTIONS(226), + [anon_sym_fallthrough] = ACTIONS(226), + [anon_sym_return] = ACTIONS(228), + [anon_sym_add] = ACTIONS(230), + [anon_sym_delete] = ACTIONS(230), + [anon_sym_local] = ACTIONS(232), + [anon_sym_when] = ACTIONS(234), + [anon_sym_assert] = ACTIONS(236), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -27972,29 +27206,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(238), - [anon_sym_ATload] = ACTIONS(240), - [anon_sym_ATload_DASHsigs] = ACTIONS(242), - [anon_sym_ATload_DASHplugin] = ACTIONS(244), - [anon_sym_ATunload] = ACTIONS(242), - [anon_sym_ATprefixes] = ACTIONS(246), - [anon_sym_ATif] = ACTIONS(248), - [anon_sym_ATifdef] = ACTIONS(250), - [anon_sym_ATifndef] = ACTIONS(250), - [anon_sym_ATendif] = ACTIONS(252), - [anon_sym_ATelse] = ACTIONS(252), - [anon_sym_ATpragma] = ACTIONS(254), + [anon_sym_ATdeprecated] = ACTIONS(240), + [anon_sym_ATload] = ACTIONS(242), + [anon_sym_ATload_DASHsigs] = ACTIONS(244), + [anon_sym_ATload_DASHplugin] = ACTIONS(246), + [anon_sym_ATunload] = ACTIONS(244), + [anon_sym_ATprefixes] = ACTIONS(248), + [anon_sym_ATif] = ACTIONS(250), + [anon_sym_ATifdef] = ACTIONS(252), + [anon_sym_ATifndef] = ACTIONS(252), + [anon_sym_ATendif] = ACTIONS(254), + [anon_sym_ATelse] = ACTIONS(254), + [anon_sym_ATpragma] = ACTIONS(256), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -28012,32 +27246,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(204), - [anon_sym_LBRACE] = ACTIONS(206), - [anon_sym_const] = ACTIONS(210), + [anon_sym_SEMI] = ACTIONS(206), + [anon_sym_LBRACE] = ACTIONS(208), + [anon_sym_const] = ACTIONS(212), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(212), - [anon_sym_event] = ACTIONS(214), - [anon_sym_if] = ACTIONS(216), + [anon_sym_print] = ACTIONS(214), + [anon_sym_event] = ACTIONS(216), + [anon_sym_if] = ACTIONS(218), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(218), - [anon_sym_for] = ACTIONS(220), + [anon_sym_switch] = ACTIONS(220), + [anon_sym_for] = ACTIONS(222), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(222), - [anon_sym_next] = ACTIONS(224), - [anon_sym_break] = ACTIONS(224), - [anon_sym_fallthrough] = ACTIONS(224), - [anon_sym_return] = ACTIONS(226), - [anon_sym_add] = ACTIONS(228), - [anon_sym_delete] = ACTIONS(228), - [anon_sym_local] = ACTIONS(230), - [anon_sym_when] = ACTIONS(232), - [anon_sym_assert] = ACTIONS(234), + [anon_sym_while] = ACTIONS(224), + [anon_sym_next] = ACTIONS(226), + [anon_sym_break] = ACTIONS(226), + [anon_sym_fallthrough] = ACTIONS(226), + [anon_sym_return] = ACTIONS(228), + [anon_sym_add] = ACTIONS(230), + [anon_sym_delete] = ACTIONS(230), + [anon_sym_local] = ACTIONS(232), + [anon_sym_when] = ACTIONS(234), + [anon_sym_assert] = ACTIONS(236), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -28051,29 +27285,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(238), - [anon_sym_ATload] = ACTIONS(240), - [anon_sym_ATload_DASHsigs] = ACTIONS(242), - [anon_sym_ATload_DASHplugin] = ACTIONS(244), - [anon_sym_ATunload] = ACTIONS(242), - [anon_sym_ATprefixes] = ACTIONS(246), - [anon_sym_ATif] = ACTIONS(248), - [anon_sym_ATifdef] = ACTIONS(250), - [anon_sym_ATifndef] = ACTIONS(250), - [anon_sym_ATendif] = ACTIONS(252), - [anon_sym_ATelse] = ACTIONS(252), - [anon_sym_ATpragma] = ACTIONS(254), + [anon_sym_ATdeprecated] = ACTIONS(240), + [anon_sym_ATload] = ACTIONS(242), + [anon_sym_ATload_DASHsigs] = ACTIONS(244), + [anon_sym_ATload_DASHplugin] = ACTIONS(246), + [anon_sym_ATunload] = ACTIONS(244), + [anon_sym_ATprefixes] = ACTIONS(248), + [anon_sym_ATif] = ACTIONS(250), + [anon_sym_ATifdef] = ACTIONS(252), + [anon_sym_ATifndef] = ACTIONS(252), + [anon_sym_ATendif] = ACTIONS(254), + [anon_sym_ATelse] = ACTIONS(254), + [anon_sym_ATpragma] = ACTIONS(256), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -28091,32 +27325,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(204), - [anon_sym_LBRACE] = ACTIONS(206), - [anon_sym_const] = ACTIONS(210), + [anon_sym_SEMI] = ACTIONS(206), + [anon_sym_LBRACE] = ACTIONS(208), + [anon_sym_const] = ACTIONS(212), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(212), - [anon_sym_event] = ACTIONS(214), - [anon_sym_if] = ACTIONS(216), + [anon_sym_print] = ACTIONS(214), + [anon_sym_event] = ACTIONS(216), + [anon_sym_if] = ACTIONS(218), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(218), - [anon_sym_for] = ACTIONS(220), + [anon_sym_switch] = ACTIONS(220), + [anon_sym_for] = ACTIONS(222), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(222), - [anon_sym_next] = ACTIONS(224), - [anon_sym_break] = ACTIONS(224), - [anon_sym_fallthrough] = ACTIONS(224), - [anon_sym_return] = ACTIONS(226), - [anon_sym_add] = ACTIONS(228), - [anon_sym_delete] = ACTIONS(228), - [anon_sym_local] = ACTIONS(230), - [anon_sym_when] = ACTIONS(232), - [anon_sym_assert] = ACTIONS(234), + [anon_sym_while] = ACTIONS(224), + [anon_sym_next] = ACTIONS(226), + [anon_sym_break] = ACTIONS(226), + [anon_sym_fallthrough] = ACTIONS(226), + [anon_sym_return] = ACTIONS(228), + [anon_sym_add] = ACTIONS(230), + [anon_sym_delete] = ACTIONS(230), + [anon_sym_local] = ACTIONS(232), + [anon_sym_when] = ACTIONS(234), + [anon_sym_assert] = ACTIONS(236), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -28130,29 +27364,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(238), - [anon_sym_ATload] = ACTIONS(240), - [anon_sym_ATload_DASHsigs] = ACTIONS(242), - [anon_sym_ATload_DASHplugin] = ACTIONS(244), - [anon_sym_ATunload] = ACTIONS(242), - [anon_sym_ATprefixes] = ACTIONS(246), - [anon_sym_ATif] = ACTIONS(248), - [anon_sym_ATifdef] = ACTIONS(250), - [anon_sym_ATifndef] = ACTIONS(250), - [anon_sym_ATendif] = ACTIONS(252), - [anon_sym_ATelse] = ACTIONS(252), - [anon_sym_ATpragma] = ACTIONS(254), + [anon_sym_ATdeprecated] = ACTIONS(240), + [anon_sym_ATload] = ACTIONS(242), + [anon_sym_ATload_DASHsigs] = ACTIONS(244), + [anon_sym_ATload_DASHplugin] = ACTIONS(246), + [anon_sym_ATunload] = ACTIONS(244), + [anon_sym_ATprefixes] = ACTIONS(248), + [anon_sym_ATif] = ACTIONS(250), + [anon_sym_ATifdef] = ACTIONS(252), + [anon_sym_ATifndef] = ACTIONS(252), + [anon_sym_ATendif] = ACTIONS(254), + [anon_sym_ATelse] = ACTIONS(254), + [anon_sym_ATpragma] = ACTIONS(256), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -28170,32 +27404,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(204), - [anon_sym_LBRACE] = ACTIONS(206), - [anon_sym_const] = ACTIONS(210), + [anon_sym_SEMI] = ACTIONS(206), + [anon_sym_LBRACE] = ACTIONS(208), + [anon_sym_const] = ACTIONS(212), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(212), - [anon_sym_event] = ACTIONS(214), - [anon_sym_if] = ACTIONS(216), + [anon_sym_print] = ACTIONS(214), + [anon_sym_event] = ACTIONS(216), + [anon_sym_if] = ACTIONS(218), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(218), - [anon_sym_for] = ACTIONS(220), + [anon_sym_switch] = ACTIONS(220), + [anon_sym_for] = ACTIONS(222), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(222), - [anon_sym_next] = ACTIONS(224), - [anon_sym_break] = ACTIONS(224), - [anon_sym_fallthrough] = ACTIONS(224), - [anon_sym_return] = ACTIONS(226), - [anon_sym_add] = ACTIONS(228), - [anon_sym_delete] = ACTIONS(228), - [anon_sym_local] = ACTIONS(230), - [anon_sym_when] = ACTIONS(232), - [anon_sym_assert] = ACTIONS(234), + [anon_sym_while] = ACTIONS(224), + [anon_sym_next] = ACTIONS(226), + [anon_sym_break] = ACTIONS(226), + [anon_sym_fallthrough] = ACTIONS(226), + [anon_sym_return] = ACTIONS(228), + [anon_sym_add] = ACTIONS(230), + [anon_sym_delete] = ACTIONS(230), + [anon_sym_local] = ACTIONS(232), + [anon_sym_when] = ACTIONS(234), + [anon_sym_assert] = ACTIONS(236), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -28209,29 +27443,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(238), - [anon_sym_ATload] = ACTIONS(240), - [anon_sym_ATload_DASHsigs] = ACTIONS(242), - [anon_sym_ATload_DASHplugin] = ACTIONS(244), - [anon_sym_ATunload] = ACTIONS(242), - [anon_sym_ATprefixes] = ACTIONS(246), - [anon_sym_ATif] = ACTIONS(248), - [anon_sym_ATifdef] = ACTIONS(250), - [anon_sym_ATifndef] = ACTIONS(250), - [anon_sym_ATendif] = ACTIONS(252), - [anon_sym_ATelse] = ACTIONS(252), - [anon_sym_ATpragma] = ACTIONS(254), + [anon_sym_ATdeprecated] = ACTIONS(240), + [anon_sym_ATload] = ACTIONS(242), + [anon_sym_ATload_DASHsigs] = ACTIONS(244), + [anon_sym_ATload_DASHplugin] = ACTIONS(246), + [anon_sym_ATunload] = ACTIONS(244), + [anon_sym_ATprefixes] = ACTIONS(248), + [anon_sym_ATif] = ACTIONS(250), + [anon_sym_ATifdef] = ACTIONS(252), + [anon_sym_ATifndef] = ACTIONS(252), + [anon_sym_ATendif] = ACTIONS(254), + [anon_sym_ATelse] = ACTIONS(254), + [anon_sym_ATpragma] = ACTIONS(256), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -28249,32 +27483,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(204), - [anon_sym_LBRACE] = ACTIONS(206), - [anon_sym_const] = ACTIONS(210), + [anon_sym_SEMI] = ACTIONS(206), + [anon_sym_LBRACE] = ACTIONS(208), + [anon_sym_const] = ACTIONS(212), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(212), - [anon_sym_event] = ACTIONS(214), - [anon_sym_if] = ACTIONS(216), + [anon_sym_print] = ACTIONS(214), + [anon_sym_event] = ACTIONS(216), + [anon_sym_if] = ACTIONS(218), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(218), - [anon_sym_for] = ACTIONS(220), + [anon_sym_switch] = ACTIONS(220), + [anon_sym_for] = ACTIONS(222), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(222), - [anon_sym_next] = ACTIONS(224), - [anon_sym_break] = ACTIONS(224), - [anon_sym_fallthrough] = ACTIONS(224), - [anon_sym_return] = ACTIONS(226), - [anon_sym_add] = ACTIONS(228), - [anon_sym_delete] = ACTIONS(228), - [anon_sym_local] = ACTIONS(230), - [anon_sym_when] = ACTIONS(232), - [anon_sym_assert] = ACTIONS(234), + [anon_sym_while] = ACTIONS(224), + [anon_sym_next] = ACTIONS(226), + [anon_sym_break] = ACTIONS(226), + [anon_sym_fallthrough] = ACTIONS(226), + [anon_sym_return] = ACTIONS(228), + [anon_sym_add] = ACTIONS(230), + [anon_sym_delete] = ACTIONS(230), + [anon_sym_local] = ACTIONS(232), + [anon_sym_when] = ACTIONS(234), + [anon_sym_assert] = ACTIONS(236), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -28288,29 +27522,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(238), - [anon_sym_ATload] = ACTIONS(240), - [anon_sym_ATload_DASHsigs] = ACTIONS(242), - [anon_sym_ATload_DASHplugin] = ACTIONS(244), - [anon_sym_ATunload] = ACTIONS(242), - [anon_sym_ATprefixes] = ACTIONS(246), - [anon_sym_ATif] = ACTIONS(248), - [anon_sym_ATifdef] = ACTIONS(250), - [anon_sym_ATifndef] = ACTIONS(250), - [anon_sym_ATendif] = ACTIONS(252), - [anon_sym_ATelse] = ACTIONS(252), - [anon_sym_ATpragma] = ACTIONS(254), + [anon_sym_ATdeprecated] = ACTIONS(240), + [anon_sym_ATload] = ACTIONS(242), + [anon_sym_ATload_DASHsigs] = ACTIONS(244), + [anon_sym_ATload_DASHplugin] = ACTIONS(246), + [anon_sym_ATunload] = ACTIONS(244), + [anon_sym_ATprefixes] = ACTIONS(248), + [anon_sym_ATif] = ACTIONS(250), + [anon_sym_ATifdef] = ACTIONS(252), + [anon_sym_ATifndef] = ACTIONS(252), + [anon_sym_ATendif] = ACTIONS(254), + [anon_sym_ATelse] = ACTIONS(254), + [anon_sym_ATpragma] = ACTIONS(256), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -28328,32 +27562,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(204), - [anon_sym_LBRACE] = ACTIONS(206), - [anon_sym_const] = ACTIONS(210), + [anon_sym_SEMI] = ACTIONS(206), + [anon_sym_LBRACE] = ACTIONS(208), + [anon_sym_const] = ACTIONS(212), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(212), - [anon_sym_event] = ACTIONS(214), - [anon_sym_if] = ACTIONS(216), + [anon_sym_print] = ACTIONS(214), + [anon_sym_event] = ACTIONS(216), + [anon_sym_if] = ACTIONS(218), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(218), - [anon_sym_for] = ACTIONS(220), + [anon_sym_switch] = ACTIONS(220), + [anon_sym_for] = ACTIONS(222), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(222), - [anon_sym_next] = ACTIONS(224), - [anon_sym_break] = ACTIONS(224), - [anon_sym_fallthrough] = ACTIONS(224), - [anon_sym_return] = ACTIONS(226), - [anon_sym_add] = ACTIONS(228), - [anon_sym_delete] = ACTIONS(228), - [anon_sym_local] = ACTIONS(230), - [anon_sym_when] = ACTIONS(232), - [anon_sym_assert] = ACTIONS(234), + [anon_sym_while] = ACTIONS(224), + [anon_sym_next] = ACTIONS(226), + [anon_sym_break] = ACTIONS(226), + [anon_sym_fallthrough] = ACTIONS(226), + [anon_sym_return] = ACTIONS(228), + [anon_sym_add] = ACTIONS(230), + [anon_sym_delete] = ACTIONS(230), + [anon_sym_local] = ACTIONS(232), + [anon_sym_when] = ACTIONS(234), + [anon_sym_assert] = ACTIONS(236), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -28367,29 +27601,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(238), - [anon_sym_ATload] = ACTIONS(240), - [anon_sym_ATload_DASHsigs] = ACTIONS(242), - [anon_sym_ATload_DASHplugin] = ACTIONS(244), - [anon_sym_ATunload] = ACTIONS(242), - [anon_sym_ATprefixes] = ACTIONS(246), - [anon_sym_ATif] = ACTIONS(248), - [anon_sym_ATifdef] = ACTIONS(250), - [anon_sym_ATifndef] = ACTIONS(250), - [anon_sym_ATendif] = ACTIONS(252), - [anon_sym_ATelse] = ACTIONS(252), - [anon_sym_ATpragma] = ACTIONS(254), + [anon_sym_ATdeprecated] = ACTIONS(240), + [anon_sym_ATload] = ACTIONS(242), + [anon_sym_ATload_DASHsigs] = ACTIONS(244), + [anon_sym_ATload_DASHplugin] = ACTIONS(246), + [anon_sym_ATunload] = ACTIONS(244), + [anon_sym_ATprefixes] = ACTIONS(248), + [anon_sym_ATif] = ACTIONS(250), + [anon_sym_ATifdef] = ACTIONS(252), + [anon_sym_ATifndef] = ACTIONS(252), + [anon_sym_ATendif] = ACTIONS(254), + [anon_sym_ATelse] = ACTIONS(254), + [anon_sym_ATpragma] = ACTIONS(256), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -28408,67 +27642,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1100), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1107), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -28486,32 +27720,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -28525,29 +27759,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -28565,32 +27799,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -28604,29 +27838,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -28644,32 +27878,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -28683,29 +27917,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -28723,32 +27957,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -28762,29 +27996,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -28802,32 +28036,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -28841,29 +28075,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -28881,32 +28115,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -28920,29 +28154,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -28960,32 +28194,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -28999,29 +28233,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -29041,10 +28275,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(15), - [anon_sym_const] = ACTIONS(598), + [anon_sym_const] = ACTIONS(603), [anon_sym_record] = ACTIONS(25), [anon_sym_print] = ACTIONS(29), - [anon_sym_event] = ACTIONS(600), + [anon_sym_event] = ACTIONS(605), [anon_sym_if] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_switch] = ACTIONS(37), @@ -29063,8 +28297,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -29078,29 +28312,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(602), - [anon_sym_ATload] = ACTIONS(604), - [anon_sym_ATload_DASHsigs] = ACTIONS(606), - [anon_sym_ATload_DASHplugin] = ACTIONS(608), - [anon_sym_ATunload] = ACTIONS(606), - [anon_sym_ATprefixes] = ACTIONS(610), - [anon_sym_ATif] = ACTIONS(612), - [anon_sym_ATifdef] = ACTIONS(614), - [anon_sym_ATifndef] = ACTIONS(614), - [anon_sym_ATendif] = ACTIONS(616), - [anon_sym_ATelse] = ACTIONS(616), - [anon_sym_ATpragma] = ACTIONS(618), + [anon_sym_ATdeprecated] = ACTIONS(607), + [anon_sym_ATload] = ACTIONS(609), + [anon_sym_ATload_DASHsigs] = ACTIONS(611), + [anon_sym_ATload_DASHplugin] = ACTIONS(613), + [anon_sym_ATunload] = ACTIONS(611), + [anon_sym_ATprefixes] = ACTIONS(615), + [anon_sym_ATif] = ACTIONS(617), + [anon_sym_ATifdef] = ACTIONS(619), + [anon_sym_ATifndef] = ACTIONS(619), + [anon_sym_ATendif] = ACTIONS(621), + [anon_sym_ATelse] = ACTIONS(621), + [anon_sym_ATpragma] = ACTIONS(623), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -29118,32 +28352,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -29157,29 +28391,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -29197,32 +28431,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -29236,29 +28470,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -29276,32 +28510,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -29315,29 +28549,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -29355,32 +28589,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -29394,29 +28628,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -29434,32 +28668,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -29473,29 +28707,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -29513,32 +28747,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -29552,29 +28786,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -29592,32 +28826,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -29631,29 +28865,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -29671,32 +28905,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1198), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_const] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1205), + [anon_sym_LBRACE] = ACTIONS(1207), + [anon_sym_const] = ACTIONS(1209), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1204), - [anon_sym_event] = ACTIONS(1206), - [anon_sym_if] = ACTIONS(1208), + [anon_sym_print] = ACTIONS(1211), + [anon_sym_event] = ACTIONS(1213), + [anon_sym_if] = ACTIONS(1215), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1210), - [anon_sym_for] = ACTIONS(1212), + [anon_sym_switch] = ACTIONS(1217), + [anon_sym_for] = ACTIONS(1219), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1214), - [anon_sym_next] = ACTIONS(1216), - [anon_sym_break] = ACTIONS(1216), - [anon_sym_fallthrough] = ACTIONS(1216), - [anon_sym_return] = ACTIONS(1218), - [anon_sym_add] = ACTIONS(1220), - [anon_sym_delete] = ACTIONS(1220), - [anon_sym_local] = ACTIONS(1222), - [anon_sym_when] = ACTIONS(1224), - [anon_sym_assert] = ACTIONS(1226), + [anon_sym_while] = ACTIONS(1221), + [anon_sym_next] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_fallthrough] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1225), + [anon_sym_add] = ACTIONS(1227), + [anon_sym_delete] = ACTIONS(1227), + [anon_sym_local] = ACTIONS(1229), + [anon_sym_when] = ACTIONS(1231), + [anon_sym_assert] = ACTIONS(1233), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -29710,29 +28944,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1228), - [anon_sym_ATload] = ACTIONS(1230), - [anon_sym_ATload_DASHsigs] = ACTIONS(1232), - [anon_sym_ATload_DASHplugin] = ACTIONS(1234), - [anon_sym_ATunload] = ACTIONS(1232), - [anon_sym_ATprefixes] = ACTIONS(1236), - [anon_sym_ATif] = ACTIONS(1238), - [anon_sym_ATifdef] = ACTIONS(1240), - [anon_sym_ATifndef] = ACTIONS(1240), - [anon_sym_ATendif] = ACTIONS(1242), - [anon_sym_ATelse] = ACTIONS(1242), - [anon_sym_ATpragma] = ACTIONS(1244), + [anon_sym_ATdeprecated] = ACTIONS(1235), + [anon_sym_ATload] = ACTIONS(1237), + [anon_sym_ATload_DASHsigs] = ACTIONS(1239), + [anon_sym_ATload_DASHplugin] = ACTIONS(1241), + [anon_sym_ATunload] = ACTIONS(1239), + [anon_sym_ATprefixes] = ACTIONS(1243), + [anon_sym_ATif] = ACTIONS(1245), + [anon_sym_ATifdef] = ACTIONS(1247), + [anon_sym_ATifndef] = ACTIONS(1247), + [anon_sym_ATendif] = ACTIONS(1249), + [anon_sym_ATelse] = ACTIONS(1249), + [anon_sym_ATpragma] = ACTIONS(1251), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -29750,32 +28984,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1198), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_const] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1205), + [anon_sym_LBRACE] = ACTIONS(1207), + [anon_sym_const] = ACTIONS(1209), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1204), - [anon_sym_event] = ACTIONS(1206), - [anon_sym_if] = ACTIONS(1208), + [anon_sym_print] = ACTIONS(1211), + [anon_sym_event] = ACTIONS(1213), + [anon_sym_if] = ACTIONS(1215), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1210), - [anon_sym_for] = ACTIONS(1212), + [anon_sym_switch] = ACTIONS(1217), + [anon_sym_for] = ACTIONS(1219), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1214), - [anon_sym_next] = ACTIONS(1216), - [anon_sym_break] = ACTIONS(1216), - [anon_sym_fallthrough] = ACTIONS(1216), - [anon_sym_return] = ACTIONS(1218), - [anon_sym_add] = ACTIONS(1220), - [anon_sym_delete] = ACTIONS(1220), - [anon_sym_local] = ACTIONS(1222), - [anon_sym_when] = ACTIONS(1224), - [anon_sym_assert] = ACTIONS(1226), + [anon_sym_while] = ACTIONS(1221), + [anon_sym_next] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_fallthrough] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1225), + [anon_sym_add] = ACTIONS(1227), + [anon_sym_delete] = ACTIONS(1227), + [anon_sym_local] = ACTIONS(1229), + [anon_sym_when] = ACTIONS(1231), + [anon_sym_assert] = ACTIONS(1233), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -29789,29 +29023,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1228), - [anon_sym_ATload] = ACTIONS(1230), - [anon_sym_ATload_DASHsigs] = ACTIONS(1232), - [anon_sym_ATload_DASHplugin] = ACTIONS(1234), - [anon_sym_ATunload] = ACTIONS(1232), - [anon_sym_ATprefixes] = ACTIONS(1236), - [anon_sym_ATif] = ACTIONS(1238), - [anon_sym_ATifdef] = ACTIONS(1240), - [anon_sym_ATifndef] = ACTIONS(1240), - [anon_sym_ATendif] = ACTIONS(1242), - [anon_sym_ATelse] = ACTIONS(1242), - [anon_sym_ATpragma] = ACTIONS(1244), + [anon_sym_ATdeprecated] = ACTIONS(1235), + [anon_sym_ATload] = ACTIONS(1237), + [anon_sym_ATload_DASHsigs] = ACTIONS(1239), + [anon_sym_ATload_DASHplugin] = ACTIONS(1241), + [anon_sym_ATunload] = ACTIONS(1239), + [anon_sym_ATprefixes] = ACTIONS(1243), + [anon_sym_ATif] = ACTIONS(1245), + [anon_sym_ATifdef] = ACTIONS(1247), + [anon_sym_ATifndef] = ACTIONS(1247), + [anon_sym_ATendif] = ACTIONS(1249), + [anon_sym_ATelse] = ACTIONS(1249), + [anon_sym_ATpragma] = ACTIONS(1251), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -29829,32 +29063,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1198), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_const] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1205), + [anon_sym_LBRACE] = ACTIONS(1207), + [anon_sym_const] = ACTIONS(1209), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1204), - [anon_sym_event] = ACTIONS(1206), - [anon_sym_if] = ACTIONS(1208), + [anon_sym_print] = ACTIONS(1211), + [anon_sym_event] = ACTIONS(1213), + [anon_sym_if] = ACTIONS(1215), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1210), - [anon_sym_for] = ACTIONS(1212), + [anon_sym_switch] = ACTIONS(1217), + [anon_sym_for] = ACTIONS(1219), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1214), - [anon_sym_next] = ACTIONS(1216), - [anon_sym_break] = ACTIONS(1216), - [anon_sym_fallthrough] = ACTIONS(1216), - [anon_sym_return] = ACTIONS(1218), - [anon_sym_add] = ACTIONS(1220), - [anon_sym_delete] = ACTIONS(1220), - [anon_sym_local] = ACTIONS(1222), - [anon_sym_when] = ACTIONS(1224), - [anon_sym_assert] = ACTIONS(1226), + [anon_sym_while] = ACTIONS(1221), + [anon_sym_next] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_fallthrough] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1225), + [anon_sym_add] = ACTIONS(1227), + [anon_sym_delete] = ACTIONS(1227), + [anon_sym_local] = ACTIONS(1229), + [anon_sym_when] = ACTIONS(1231), + [anon_sym_assert] = ACTIONS(1233), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -29868,29 +29102,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1228), - [anon_sym_ATload] = ACTIONS(1230), - [anon_sym_ATload_DASHsigs] = ACTIONS(1232), - [anon_sym_ATload_DASHplugin] = ACTIONS(1234), - [anon_sym_ATunload] = ACTIONS(1232), - [anon_sym_ATprefixes] = ACTIONS(1236), - [anon_sym_ATif] = ACTIONS(1238), - [anon_sym_ATifdef] = ACTIONS(1240), - [anon_sym_ATifndef] = ACTIONS(1240), - [anon_sym_ATendif] = ACTIONS(1242), - [anon_sym_ATelse] = ACTIONS(1242), - [anon_sym_ATpragma] = ACTIONS(1244), + [anon_sym_ATdeprecated] = ACTIONS(1235), + [anon_sym_ATload] = ACTIONS(1237), + [anon_sym_ATload_DASHsigs] = ACTIONS(1239), + [anon_sym_ATload_DASHplugin] = ACTIONS(1241), + [anon_sym_ATunload] = ACTIONS(1239), + [anon_sym_ATprefixes] = ACTIONS(1243), + [anon_sym_ATif] = ACTIONS(1245), + [anon_sym_ATifdef] = ACTIONS(1247), + [anon_sym_ATifndef] = ACTIONS(1247), + [anon_sym_ATendif] = ACTIONS(1249), + [anon_sym_ATelse] = ACTIONS(1249), + [anon_sym_ATpragma] = ACTIONS(1251), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -29908,32 +29142,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1198), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_const] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1205), + [anon_sym_LBRACE] = ACTIONS(1207), + [anon_sym_const] = ACTIONS(1209), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1204), - [anon_sym_event] = ACTIONS(1206), - [anon_sym_if] = ACTIONS(1208), + [anon_sym_print] = ACTIONS(1211), + [anon_sym_event] = ACTIONS(1213), + [anon_sym_if] = ACTIONS(1215), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1210), - [anon_sym_for] = ACTIONS(1212), + [anon_sym_switch] = ACTIONS(1217), + [anon_sym_for] = ACTIONS(1219), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1214), - [anon_sym_next] = ACTIONS(1216), - [anon_sym_break] = ACTIONS(1216), - [anon_sym_fallthrough] = ACTIONS(1216), - [anon_sym_return] = ACTIONS(1218), - [anon_sym_add] = ACTIONS(1220), - [anon_sym_delete] = ACTIONS(1220), - [anon_sym_local] = ACTIONS(1222), - [anon_sym_when] = ACTIONS(1224), - [anon_sym_assert] = ACTIONS(1226), + [anon_sym_while] = ACTIONS(1221), + [anon_sym_next] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_fallthrough] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1225), + [anon_sym_add] = ACTIONS(1227), + [anon_sym_delete] = ACTIONS(1227), + [anon_sym_local] = ACTIONS(1229), + [anon_sym_when] = ACTIONS(1231), + [anon_sym_assert] = ACTIONS(1233), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -29947,29 +29181,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1228), - [anon_sym_ATload] = ACTIONS(1230), - [anon_sym_ATload_DASHsigs] = ACTIONS(1232), - [anon_sym_ATload_DASHplugin] = ACTIONS(1234), - [anon_sym_ATunload] = ACTIONS(1232), - [anon_sym_ATprefixes] = ACTIONS(1236), - [anon_sym_ATif] = ACTIONS(1238), - [anon_sym_ATifdef] = ACTIONS(1240), - [anon_sym_ATifndef] = ACTIONS(1240), - [anon_sym_ATendif] = ACTIONS(1242), - [anon_sym_ATelse] = ACTIONS(1242), - [anon_sym_ATpragma] = ACTIONS(1244), + [anon_sym_ATdeprecated] = ACTIONS(1235), + [anon_sym_ATload] = ACTIONS(1237), + [anon_sym_ATload_DASHsigs] = ACTIONS(1239), + [anon_sym_ATload_DASHplugin] = ACTIONS(1241), + [anon_sym_ATunload] = ACTIONS(1239), + [anon_sym_ATprefixes] = ACTIONS(1243), + [anon_sym_ATif] = ACTIONS(1245), + [anon_sym_ATifdef] = ACTIONS(1247), + [anon_sym_ATifndef] = ACTIONS(1247), + [anon_sym_ATendif] = ACTIONS(1249), + [anon_sym_ATelse] = ACTIONS(1249), + [anon_sym_ATpragma] = ACTIONS(1251), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -29987,32 +29221,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1198), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_const] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1205), + [anon_sym_LBRACE] = ACTIONS(1207), + [anon_sym_const] = ACTIONS(1209), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1204), - [anon_sym_event] = ACTIONS(1206), - [anon_sym_if] = ACTIONS(1208), + [anon_sym_print] = ACTIONS(1211), + [anon_sym_event] = ACTIONS(1213), + [anon_sym_if] = ACTIONS(1215), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1210), - [anon_sym_for] = ACTIONS(1212), + [anon_sym_switch] = ACTIONS(1217), + [anon_sym_for] = ACTIONS(1219), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1214), - [anon_sym_next] = ACTIONS(1216), - [anon_sym_break] = ACTIONS(1216), - [anon_sym_fallthrough] = ACTIONS(1216), - [anon_sym_return] = ACTIONS(1218), - [anon_sym_add] = ACTIONS(1220), - [anon_sym_delete] = ACTIONS(1220), - [anon_sym_local] = ACTIONS(1222), - [anon_sym_when] = ACTIONS(1224), - [anon_sym_assert] = ACTIONS(1226), + [anon_sym_while] = ACTIONS(1221), + [anon_sym_next] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_fallthrough] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1225), + [anon_sym_add] = ACTIONS(1227), + [anon_sym_delete] = ACTIONS(1227), + [anon_sym_local] = ACTIONS(1229), + [anon_sym_when] = ACTIONS(1231), + [anon_sym_assert] = ACTIONS(1233), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -30026,29 +29260,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1228), - [anon_sym_ATload] = ACTIONS(1230), - [anon_sym_ATload_DASHsigs] = ACTIONS(1232), - [anon_sym_ATload_DASHplugin] = ACTIONS(1234), - [anon_sym_ATunload] = ACTIONS(1232), - [anon_sym_ATprefixes] = ACTIONS(1236), - [anon_sym_ATif] = ACTIONS(1238), - [anon_sym_ATifdef] = ACTIONS(1240), - [anon_sym_ATifndef] = ACTIONS(1240), - [anon_sym_ATendif] = ACTIONS(1242), - [anon_sym_ATelse] = ACTIONS(1242), - [anon_sym_ATpragma] = ACTIONS(1244), + [anon_sym_ATdeprecated] = ACTIONS(1235), + [anon_sym_ATload] = ACTIONS(1237), + [anon_sym_ATload_DASHsigs] = ACTIONS(1239), + [anon_sym_ATload_DASHplugin] = ACTIONS(1241), + [anon_sym_ATunload] = ACTIONS(1239), + [anon_sym_ATprefixes] = ACTIONS(1243), + [anon_sym_ATif] = ACTIONS(1245), + [anon_sym_ATifdef] = ACTIONS(1247), + [anon_sym_ATifndef] = ACTIONS(1247), + [anon_sym_ATendif] = ACTIONS(1249), + [anon_sym_ATelse] = ACTIONS(1249), + [anon_sym_ATpragma] = ACTIONS(1251), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -30066,32 +29300,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1198), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_const] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1205), + [anon_sym_LBRACE] = ACTIONS(1207), + [anon_sym_const] = ACTIONS(1209), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1204), - [anon_sym_event] = ACTIONS(1206), - [anon_sym_if] = ACTIONS(1208), + [anon_sym_print] = ACTIONS(1211), + [anon_sym_event] = ACTIONS(1213), + [anon_sym_if] = ACTIONS(1215), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1210), - [anon_sym_for] = ACTIONS(1212), + [anon_sym_switch] = ACTIONS(1217), + [anon_sym_for] = ACTIONS(1219), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1214), - [anon_sym_next] = ACTIONS(1216), - [anon_sym_break] = ACTIONS(1216), - [anon_sym_fallthrough] = ACTIONS(1216), - [anon_sym_return] = ACTIONS(1218), - [anon_sym_add] = ACTIONS(1220), - [anon_sym_delete] = ACTIONS(1220), - [anon_sym_local] = ACTIONS(1222), - [anon_sym_when] = ACTIONS(1224), - [anon_sym_assert] = ACTIONS(1226), + [anon_sym_while] = ACTIONS(1221), + [anon_sym_next] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_fallthrough] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1225), + [anon_sym_add] = ACTIONS(1227), + [anon_sym_delete] = ACTIONS(1227), + [anon_sym_local] = ACTIONS(1229), + [anon_sym_when] = ACTIONS(1231), + [anon_sym_assert] = ACTIONS(1233), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -30105,29 +29339,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1228), - [anon_sym_ATload] = ACTIONS(1230), - [anon_sym_ATload_DASHsigs] = ACTIONS(1232), - [anon_sym_ATload_DASHplugin] = ACTIONS(1234), - [anon_sym_ATunload] = ACTIONS(1232), - [anon_sym_ATprefixes] = ACTIONS(1236), - [anon_sym_ATif] = ACTIONS(1238), - [anon_sym_ATifdef] = ACTIONS(1240), - [anon_sym_ATifndef] = ACTIONS(1240), - [anon_sym_ATendif] = ACTIONS(1242), - [anon_sym_ATelse] = ACTIONS(1242), - [anon_sym_ATpragma] = ACTIONS(1244), + [anon_sym_ATdeprecated] = ACTIONS(1235), + [anon_sym_ATload] = ACTIONS(1237), + [anon_sym_ATload_DASHsigs] = ACTIONS(1239), + [anon_sym_ATload_DASHplugin] = ACTIONS(1241), + [anon_sym_ATunload] = ACTIONS(1239), + [anon_sym_ATprefixes] = ACTIONS(1243), + [anon_sym_ATif] = ACTIONS(1245), + [anon_sym_ATifdef] = ACTIONS(1247), + [anon_sym_ATifndef] = ACTIONS(1247), + [anon_sym_ATendif] = ACTIONS(1249), + [anon_sym_ATelse] = ACTIONS(1249), + [anon_sym_ATpragma] = ACTIONS(1251), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -30145,32 +29379,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1198), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_const] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1205), + [anon_sym_LBRACE] = ACTIONS(1207), + [anon_sym_const] = ACTIONS(1209), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1204), - [anon_sym_event] = ACTIONS(1206), - [anon_sym_if] = ACTIONS(1208), + [anon_sym_print] = ACTIONS(1211), + [anon_sym_event] = ACTIONS(1213), + [anon_sym_if] = ACTIONS(1215), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1210), - [anon_sym_for] = ACTIONS(1212), + [anon_sym_switch] = ACTIONS(1217), + [anon_sym_for] = ACTIONS(1219), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1214), - [anon_sym_next] = ACTIONS(1216), - [anon_sym_break] = ACTIONS(1216), - [anon_sym_fallthrough] = ACTIONS(1216), - [anon_sym_return] = ACTIONS(1218), - [anon_sym_add] = ACTIONS(1220), - [anon_sym_delete] = ACTIONS(1220), - [anon_sym_local] = ACTIONS(1222), - [anon_sym_when] = ACTIONS(1224), - [anon_sym_assert] = ACTIONS(1226), + [anon_sym_while] = ACTIONS(1221), + [anon_sym_next] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_fallthrough] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1225), + [anon_sym_add] = ACTIONS(1227), + [anon_sym_delete] = ACTIONS(1227), + [anon_sym_local] = ACTIONS(1229), + [anon_sym_when] = ACTIONS(1231), + [anon_sym_assert] = ACTIONS(1233), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -30184,29 +29418,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1228), - [anon_sym_ATload] = ACTIONS(1230), - [anon_sym_ATload_DASHsigs] = ACTIONS(1232), - [anon_sym_ATload_DASHplugin] = ACTIONS(1234), - [anon_sym_ATunload] = ACTIONS(1232), - [anon_sym_ATprefixes] = ACTIONS(1236), - [anon_sym_ATif] = ACTIONS(1238), - [anon_sym_ATifdef] = ACTIONS(1240), - [anon_sym_ATifndef] = ACTIONS(1240), - [anon_sym_ATendif] = ACTIONS(1242), - [anon_sym_ATelse] = ACTIONS(1242), - [anon_sym_ATpragma] = ACTIONS(1244), + [anon_sym_ATdeprecated] = ACTIONS(1235), + [anon_sym_ATload] = ACTIONS(1237), + [anon_sym_ATload_DASHsigs] = ACTIONS(1239), + [anon_sym_ATload_DASHplugin] = ACTIONS(1241), + [anon_sym_ATunload] = ACTIONS(1239), + [anon_sym_ATprefixes] = ACTIONS(1243), + [anon_sym_ATif] = ACTIONS(1245), + [anon_sym_ATifdef] = ACTIONS(1247), + [anon_sym_ATifndef] = ACTIONS(1247), + [anon_sym_ATendif] = ACTIONS(1249), + [anon_sym_ATelse] = ACTIONS(1249), + [anon_sym_ATpragma] = ACTIONS(1251), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -30224,32 +29458,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_const] = ACTIONS(1250), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1257), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1252), - [anon_sym_event] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1256), + [anon_sym_print] = ACTIONS(1259), + [anon_sym_event] = ACTIONS(1261), + [anon_sym_if] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1260), + [anon_sym_switch] = ACTIONS(1265), + [anon_sym_for] = ACTIONS(1267), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_next] = ACTIONS(1264), - [anon_sym_break] = ACTIONS(1264), - [anon_sym_fallthrough] = ACTIONS(1264), - [anon_sym_return] = ACTIONS(1266), - [anon_sym_add] = ACTIONS(1268), - [anon_sym_delete] = ACTIONS(1268), - [anon_sym_local] = ACTIONS(1270), - [anon_sym_when] = ACTIONS(1272), - [anon_sym_assert] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1269), + [anon_sym_next] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_fallthrough] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1273), + [anon_sym_add] = ACTIONS(1275), + [anon_sym_delete] = ACTIONS(1275), + [anon_sym_local] = ACTIONS(1277), + [anon_sym_when] = ACTIONS(1279), + [anon_sym_assert] = ACTIONS(1281), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -30263,29 +29497,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1276), - [anon_sym_ATload] = ACTIONS(1278), - [anon_sym_ATload_DASHsigs] = ACTIONS(1280), - [anon_sym_ATload_DASHplugin] = ACTIONS(1282), - [anon_sym_ATunload] = ACTIONS(1280), - [anon_sym_ATprefixes] = ACTIONS(1284), - [anon_sym_ATif] = ACTIONS(1286), - [anon_sym_ATifdef] = ACTIONS(1288), - [anon_sym_ATifndef] = ACTIONS(1288), - [anon_sym_ATendif] = ACTIONS(1290), - [anon_sym_ATelse] = ACTIONS(1290), - [anon_sym_ATpragma] = ACTIONS(1292), + [anon_sym_ATdeprecated] = ACTIONS(1283), + [anon_sym_ATload] = ACTIONS(1285), + [anon_sym_ATload_DASHsigs] = ACTIONS(1287), + [anon_sym_ATload_DASHplugin] = ACTIONS(1289), + [anon_sym_ATunload] = ACTIONS(1287), + [anon_sym_ATprefixes] = ACTIONS(1291), + [anon_sym_ATif] = ACTIONS(1293), + [anon_sym_ATifdef] = ACTIONS(1295), + [anon_sym_ATifndef] = ACTIONS(1295), + [anon_sym_ATendif] = ACTIONS(1297), + [anon_sym_ATelse] = ACTIONS(1297), + [anon_sym_ATpragma] = ACTIONS(1299), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -30303,32 +29537,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_const] = ACTIONS(1250), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1257), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1252), - [anon_sym_event] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1256), + [anon_sym_print] = ACTIONS(1259), + [anon_sym_event] = ACTIONS(1261), + [anon_sym_if] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1260), + [anon_sym_switch] = ACTIONS(1265), + [anon_sym_for] = ACTIONS(1267), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_next] = ACTIONS(1264), - [anon_sym_break] = ACTIONS(1264), - [anon_sym_fallthrough] = ACTIONS(1264), - [anon_sym_return] = ACTIONS(1266), - [anon_sym_add] = ACTIONS(1268), - [anon_sym_delete] = ACTIONS(1268), - [anon_sym_local] = ACTIONS(1270), - [anon_sym_when] = ACTIONS(1272), - [anon_sym_assert] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1269), + [anon_sym_next] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_fallthrough] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1273), + [anon_sym_add] = ACTIONS(1275), + [anon_sym_delete] = ACTIONS(1275), + [anon_sym_local] = ACTIONS(1277), + [anon_sym_when] = ACTIONS(1279), + [anon_sym_assert] = ACTIONS(1281), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -30342,29 +29576,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1276), - [anon_sym_ATload] = ACTIONS(1278), - [anon_sym_ATload_DASHsigs] = ACTIONS(1280), - [anon_sym_ATload_DASHplugin] = ACTIONS(1282), - [anon_sym_ATunload] = ACTIONS(1280), - [anon_sym_ATprefixes] = ACTIONS(1284), - [anon_sym_ATif] = ACTIONS(1286), - [anon_sym_ATifdef] = ACTIONS(1288), - [anon_sym_ATifndef] = ACTIONS(1288), - [anon_sym_ATendif] = ACTIONS(1290), - [anon_sym_ATelse] = ACTIONS(1290), - [anon_sym_ATpragma] = ACTIONS(1292), + [anon_sym_ATdeprecated] = ACTIONS(1283), + [anon_sym_ATload] = ACTIONS(1285), + [anon_sym_ATload_DASHsigs] = ACTIONS(1287), + [anon_sym_ATload_DASHplugin] = ACTIONS(1289), + [anon_sym_ATunload] = ACTIONS(1287), + [anon_sym_ATprefixes] = ACTIONS(1291), + [anon_sym_ATif] = ACTIONS(1293), + [anon_sym_ATifdef] = ACTIONS(1295), + [anon_sym_ATifndef] = ACTIONS(1295), + [anon_sym_ATendif] = ACTIONS(1297), + [anon_sym_ATelse] = ACTIONS(1297), + [anon_sym_ATpragma] = ACTIONS(1299), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -30382,32 +29616,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_const] = ACTIONS(1250), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1257), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1252), - [anon_sym_event] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1256), + [anon_sym_print] = ACTIONS(1259), + [anon_sym_event] = ACTIONS(1261), + [anon_sym_if] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1260), + [anon_sym_switch] = ACTIONS(1265), + [anon_sym_for] = ACTIONS(1267), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_next] = ACTIONS(1264), - [anon_sym_break] = ACTIONS(1264), - [anon_sym_fallthrough] = ACTIONS(1264), - [anon_sym_return] = ACTIONS(1266), - [anon_sym_add] = ACTIONS(1268), - [anon_sym_delete] = ACTIONS(1268), - [anon_sym_local] = ACTIONS(1270), - [anon_sym_when] = ACTIONS(1272), - [anon_sym_assert] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1269), + [anon_sym_next] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_fallthrough] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1273), + [anon_sym_add] = ACTIONS(1275), + [anon_sym_delete] = ACTIONS(1275), + [anon_sym_local] = ACTIONS(1277), + [anon_sym_when] = ACTIONS(1279), + [anon_sym_assert] = ACTIONS(1281), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -30421,29 +29655,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1276), - [anon_sym_ATload] = ACTIONS(1278), - [anon_sym_ATload_DASHsigs] = ACTIONS(1280), - [anon_sym_ATload_DASHplugin] = ACTIONS(1282), - [anon_sym_ATunload] = ACTIONS(1280), - [anon_sym_ATprefixes] = ACTIONS(1284), - [anon_sym_ATif] = ACTIONS(1286), - [anon_sym_ATifdef] = ACTIONS(1288), - [anon_sym_ATifndef] = ACTIONS(1288), - [anon_sym_ATendif] = ACTIONS(1290), - [anon_sym_ATelse] = ACTIONS(1290), - [anon_sym_ATpragma] = ACTIONS(1292), + [anon_sym_ATdeprecated] = ACTIONS(1283), + [anon_sym_ATload] = ACTIONS(1285), + [anon_sym_ATload_DASHsigs] = ACTIONS(1287), + [anon_sym_ATload_DASHplugin] = ACTIONS(1289), + [anon_sym_ATunload] = ACTIONS(1287), + [anon_sym_ATprefixes] = ACTIONS(1291), + [anon_sym_ATif] = ACTIONS(1293), + [anon_sym_ATifdef] = ACTIONS(1295), + [anon_sym_ATifndef] = ACTIONS(1295), + [anon_sym_ATendif] = ACTIONS(1297), + [anon_sym_ATelse] = ACTIONS(1297), + [anon_sym_ATpragma] = ACTIONS(1299), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -30461,32 +29695,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_const] = ACTIONS(1250), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1257), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1252), - [anon_sym_event] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1256), + [anon_sym_print] = ACTIONS(1259), + [anon_sym_event] = ACTIONS(1261), + [anon_sym_if] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1260), + [anon_sym_switch] = ACTIONS(1265), + [anon_sym_for] = ACTIONS(1267), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_next] = ACTIONS(1264), - [anon_sym_break] = ACTIONS(1264), - [anon_sym_fallthrough] = ACTIONS(1264), - [anon_sym_return] = ACTIONS(1266), - [anon_sym_add] = ACTIONS(1268), - [anon_sym_delete] = ACTIONS(1268), - [anon_sym_local] = ACTIONS(1270), - [anon_sym_when] = ACTIONS(1272), - [anon_sym_assert] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1269), + [anon_sym_next] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_fallthrough] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1273), + [anon_sym_add] = ACTIONS(1275), + [anon_sym_delete] = ACTIONS(1275), + [anon_sym_local] = ACTIONS(1277), + [anon_sym_when] = ACTIONS(1279), + [anon_sym_assert] = ACTIONS(1281), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -30500,29 +29734,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1276), - [anon_sym_ATload] = ACTIONS(1278), - [anon_sym_ATload_DASHsigs] = ACTIONS(1280), - [anon_sym_ATload_DASHplugin] = ACTIONS(1282), - [anon_sym_ATunload] = ACTIONS(1280), - [anon_sym_ATprefixes] = ACTIONS(1284), - [anon_sym_ATif] = ACTIONS(1286), - [anon_sym_ATifdef] = ACTIONS(1288), - [anon_sym_ATifndef] = ACTIONS(1288), - [anon_sym_ATendif] = ACTIONS(1290), - [anon_sym_ATelse] = ACTIONS(1290), - [anon_sym_ATpragma] = ACTIONS(1292), + [anon_sym_ATdeprecated] = ACTIONS(1283), + [anon_sym_ATload] = ACTIONS(1285), + [anon_sym_ATload_DASHsigs] = ACTIONS(1287), + [anon_sym_ATload_DASHplugin] = ACTIONS(1289), + [anon_sym_ATunload] = ACTIONS(1287), + [anon_sym_ATprefixes] = ACTIONS(1291), + [anon_sym_ATif] = ACTIONS(1293), + [anon_sym_ATifdef] = ACTIONS(1295), + [anon_sym_ATifndef] = ACTIONS(1295), + [anon_sym_ATendif] = ACTIONS(1297), + [anon_sym_ATelse] = ACTIONS(1297), + [anon_sym_ATpragma] = ACTIONS(1299), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -30540,32 +29774,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_const] = ACTIONS(1250), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1257), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1252), - [anon_sym_event] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1256), + [anon_sym_print] = ACTIONS(1259), + [anon_sym_event] = ACTIONS(1261), + [anon_sym_if] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1260), + [anon_sym_switch] = ACTIONS(1265), + [anon_sym_for] = ACTIONS(1267), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_next] = ACTIONS(1264), - [anon_sym_break] = ACTIONS(1264), - [anon_sym_fallthrough] = ACTIONS(1264), - [anon_sym_return] = ACTIONS(1266), - [anon_sym_add] = ACTIONS(1268), - [anon_sym_delete] = ACTIONS(1268), - [anon_sym_local] = ACTIONS(1270), - [anon_sym_when] = ACTIONS(1272), - [anon_sym_assert] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1269), + [anon_sym_next] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_fallthrough] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1273), + [anon_sym_add] = ACTIONS(1275), + [anon_sym_delete] = ACTIONS(1275), + [anon_sym_local] = ACTIONS(1277), + [anon_sym_when] = ACTIONS(1279), + [anon_sym_assert] = ACTIONS(1281), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -30579,29 +29813,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1276), - [anon_sym_ATload] = ACTIONS(1278), - [anon_sym_ATload_DASHsigs] = ACTIONS(1280), - [anon_sym_ATload_DASHplugin] = ACTIONS(1282), - [anon_sym_ATunload] = ACTIONS(1280), - [anon_sym_ATprefixes] = ACTIONS(1284), - [anon_sym_ATif] = ACTIONS(1286), - [anon_sym_ATifdef] = ACTIONS(1288), - [anon_sym_ATifndef] = ACTIONS(1288), - [anon_sym_ATendif] = ACTIONS(1290), - [anon_sym_ATelse] = ACTIONS(1290), - [anon_sym_ATpragma] = ACTIONS(1292), + [anon_sym_ATdeprecated] = ACTIONS(1283), + [anon_sym_ATload] = ACTIONS(1285), + [anon_sym_ATload_DASHsigs] = ACTIONS(1287), + [anon_sym_ATload_DASHplugin] = ACTIONS(1289), + [anon_sym_ATunload] = ACTIONS(1287), + [anon_sym_ATprefixes] = ACTIONS(1291), + [anon_sym_ATif] = ACTIONS(1293), + [anon_sym_ATifdef] = ACTIONS(1295), + [anon_sym_ATifndef] = ACTIONS(1295), + [anon_sym_ATendif] = ACTIONS(1297), + [anon_sym_ATelse] = ACTIONS(1297), + [anon_sym_ATpragma] = ACTIONS(1299), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -30619,32 +29853,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_const] = ACTIONS(1250), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1257), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1252), - [anon_sym_event] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1256), + [anon_sym_print] = ACTIONS(1259), + [anon_sym_event] = ACTIONS(1261), + [anon_sym_if] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1260), + [anon_sym_switch] = ACTIONS(1265), + [anon_sym_for] = ACTIONS(1267), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_next] = ACTIONS(1264), - [anon_sym_break] = ACTIONS(1264), - [anon_sym_fallthrough] = ACTIONS(1264), - [anon_sym_return] = ACTIONS(1266), - [anon_sym_add] = ACTIONS(1268), - [anon_sym_delete] = ACTIONS(1268), - [anon_sym_local] = ACTIONS(1270), - [anon_sym_when] = ACTIONS(1272), - [anon_sym_assert] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1269), + [anon_sym_next] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_fallthrough] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1273), + [anon_sym_add] = ACTIONS(1275), + [anon_sym_delete] = ACTIONS(1275), + [anon_sym_local] = ACTIONS(1277), + [anon_sym_when] = ACTIONS(1279), + [anon_sym_assert] = ACTIONS(1281), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -30658,29 +29892,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1276), - [anon_sym_ATload] = ACTIONS(1278), - [anon_sym_ATload_DASHsigs] = ACTIONS(1280), - [anon_sym_ATload_DASHplugin] = ACTIONS(1282), - [anon_sym_ATunload] = ACTIONS(1280), - [anon_sym_ATprefixes] = ACTIONS(1284), - [anon_sym_ATif] = ACTIONS(1286), - [anon_sym_ATifdef] = ACTIONS(1288), - [anon_sym_ATifndef] = ACTIONS(1288), - [anon_sym_ATendif] = ACTIONS(1290), - [anon_sym_ATelse] = ACTIONS(1290), - [anon_sym_ATpragma] = ACTIONS(1292), + [anon_sym_ATdeprecated] = ACTIONS(1283), + [anon_sym_ATload] = ACTIONS(1285), + [anon_sym_ATload_DASHsigs] = ACTIONS(1287), + [anon_sym_ATload_DASHplugin] = ACTIONS(1289), + [anon_sym_ATunload] = ACTIONS(1287), + [anon_sym_ATprefixes] = ACTIONS(1291), + [anon_sym_ATif] = ACTIONS(1293), + [anon_sym_ATifdef] = ACTIONS(1295), + [anon_sym_ATifndef] = ACTIONS(1295), + [anon_sym_ATendif] = ACTIONS(1297), + [anon_sym_ATelse] = ACTIONS(1297), + [anon_sym_ATpragma] = ACTIONS(1299), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -30698,32 +29932,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_const] = ACTIONS(1250), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1257), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1252), - [anon_sym_event] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1256), + [anon_sym_print] = ACTIONS(1259), + [anon_sym_event] = ACTIONS(1261), + [anon_sym_if] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1260), + [anon_sym_switch] = ACTIONS(1265), + [anon_sym_for] = ACTIONS(1267), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_next] = ACTIONS(1264), - [anon_sym_break] = ACTIONS(1264), - [anon_sym_fallthrough] = ACTIONS(1264), - [anon_sym_return] = ACTIONS(1266), - [anon_sym_add] = ACTIONS(1268), - [anon_sym_delete] = ACTIONS(1268), - [anon_sym_local] = ACTIONS(1270), - [anon_sym_when] = ACTIONS(1272), - [anon_sym_assert] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1269), + [anon_sym_next] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_fallthrough] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1273), + [anon_sym_add] = ACTIONS(1275), + [anon_sym_delete] = ACTIONS(1275), + [anon_sym_local] = ACTIONS(1277), + [anon_sym_when] = ACTIONS(1279), + [anon_sym_assert] = ACTIONS(1281), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -30737,29 +29971,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1276), - [anon_sym_ATload] = ACTIONS(1278), - [anon_sym_ATload_DASHsigs] = ACTIONS(1280), - [anon_sym_ATload_DASHplugin] = ACTIONS(1282), - [anon_sym_ATunload] = ACTIONS(1280), - [anon_sym_ATprefixes] = ACTIONS(1284), - [anon_sym_ATif] = ACTIONS(1286), - [anon_sym_ATifdef] = ACTIONS(1288), - [anon_sym_ATifndef] = ACTIONS(1288), - [anon_sym_ATendif] = ACTIONS(1290), - [anon_sym_ATelse] = ACTIONS(1290), - [anon_sym_ATpragma] = ACTIONS(1292), + [anon_sym_ATdeprecated] = ACTIONS(1283), + [anon_sym_ATload] = ACTIONS(1285), + [anon_sym_ATload_DASHsigs] = ACTIONS(1287), + [anon_sym_ATload_DASHplugin] = ACTIONS(1289), + [anon_sym_ATunload] = ACTIONS(1287), + [anon_sym_ATprefixes] = ACTIONS(1291), + [anon_sym_ATif] = ACTIONS(1293), + [anon_sym_ATifdef] = ACTIONS(1295), + [anon_sym_ATifndef] = ACTIONS(1295), + [anon_sym_ATendif] = ACTIONS(1297), + [anon_sym_ATelse] = ACTIONS(1297), + [anon_sym_ATpragma] = ACTIONS(1299), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -30777,32 +30011,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1294), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1298), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1305), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1300), - [anon_sym_event] = ACTIONS(1302), - [anon_sym_if] = ACTIONS(1304), + [anon_sym_print] = ACTIONS(1307), + [anon_sym_event] = ACTIONS(1309), + [anon_sym_if] = ACTIONS(1311), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1306), - [anon_sym_for] = ACTIONS(1308), + [anon_sym_switch] = ACTIONS(1313), + [anon_sym_for] = ACTIONS(1315), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_next] = ACTIONS(1312), - [anon_sym_break] = ACTIONS(1312), - [anon_sym_fallthrough] = ACTIONS(1312), - [anon_sym_return] = ACTIONS(1314), - [anon_sym_add] = ACTIONS(1316), - [anon_sym_delete] = ACTIONS(1316), - [anon_sym_local] = ACTIONS(1318), - [anon_sym_when] = ACTIONS(1320), - [anon_sym_assert] = ACTIONS(1322), + [anon_sym_while] = ACTIONS(1317), + [anon_sym_next] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_fallthrough] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1321), + [anon_sym_add] = ACTIONS(1323), + [anon_sym_delete] = ACTIONS(1323), + [anon_sym_local] = ACTIONS(1325), + [anon_sym_when] = ACTIONS(1327), + [anon_sym_assert] = ACTIONS(1329), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -30816,29 +30050,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1324), - [anon_sym_ATload] = ACTIONS(1326), - [anon_sym_ATload_DASHsigs] = ACTIONS(1328), - [anon_sym_ATload_DASHplugin] = ACTIONS(1330), - [anon_sym_ATunload] = ACTIONS(1328), - [anon_sym_ATprefixes] = ACTIONS(1332), - [anon_sym_ATif] = ACTIONS(1334), - [anon_sym_ATifdef] = ACTIONS(1336), - [anon_sym_ATifndef] = ACTIONS(1336), - [anon_sym_ATendif] = ACTIONS(1338), - [anon_sym_ATelse] = ACTIONS(1338), - [anon_sym_ATpragma] = ACTIONS(1340), + [anon_sym_ATdeprecated] = ACTIONS(1331), + [anon_sym_ATload] = ACTIONS(1333), + [anon_sym_ATload_DASHsigs] = ACTIONS(1335), + [anon_sym_ATload_DASHplugin] = ACTIONS(1337), + [anon_sym_ATunload] = ACTIONS(1335), + [anon_sym_ATprefixes] = ACTIONS(1339), + [anon_sym_ATif] = ACTIONS(1341), + [anon_sym_ATifdef] = ACTIONS(1343), + [anon_sym_ATifndef] = ACTIONS(1343), + [anon_sym_ATendif] = ACTIONS(1345), + [anon_sym_ATelse] = ACTIONS(1345), + [anon_sym_ATpragma] = ACTIONS(1347), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -30856,32 +30090,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -30895,29 +30129,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -30935,32 +30169,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -30974,29 +30208,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -31014,32 +30248,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -31053,29 +30287,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -31093,32 +30327,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -31132,29 +30366,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -31172,32 +30406,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -31211,29 +30445,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -31251,32 +30485,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -31290,29 +30524,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -31332,10 +30566,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(15), - [anon_sym_const] = ACTIONS(598), + [anon_sym_const] = ACTIONS(603), [anon_sym_record] = ACTIONS(25), [anon_sym_print] = ACTIONS(29), - [anon_sym_event] = ACTIONS(600), + [anon_sym_event] = ACTIONS(605), [anon_sym_if] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_switch] = ACTIONS(37), @@ -31354,8 +30588,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -31369,29 +30603,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(602), - [anon_sym_ATload] = ACTIONS(604), - [anon_sym_ATload_DASHsigs] = ACTIONS(606), - [anon_sym_ATload_DASHplugin] = ACTIONS(608), - [anon_sym_ATunload] = ACTIONS(606), - [anon_sym_ATprefixes] = ACTIONS(610), - [anon_sym_ATif] = ACTIONS(612), - [anon_sym_ATifdef] = ACTIONS(614), - [anon_sym_ATifndef] = ACTIONS(614), - [anon_sym_ATendif] = ACTIONS(616), - [anon_sym_ATelse] = ACTIONS(616), - [anon_sym_ATpragma] = ACTIONS(618), + [anon_sym_ATdeprecated] = ACTIONS(607), + [anon_sym_ATload] = ACTIONS(609), + [anon_sym_ATload_DASHsigs] = ACTIONS(611), + [anon_sym_ATload_DASHplugin] = ACTIONS(613), + [anon_sym_ATunload] = ACTIONS(611), + [anon_sym_ATprefixes] = ACTIONS(615), + [anon_sym_ATif] = ACTIONS(617), + [anon_sym_ATifdef] = ACTIONS(619), + [anon_sym_ATifndef] = ACTIONS(619), + [anon_sym_ATendif] = ACTIONS(621), + [anon_sym_ATelse] = ACTIONS(621), + [anon_sym_ATpragma] = ACTIONS(623), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -31410,67 +30644,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1342), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1349), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -31488,32 +30722,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_const] = ACTIONS(1355), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1350), - [anon_sym_event] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1354), + [anon_sym_print] = ACTIONS(1357), + [anon_sym_event] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1361), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_next] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_fallthrough] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_add] = ACTIONS(1366), - [anon_sym_delete] = ACTIONS(1366), - [anon_sym_local] = ACTIONS(1368), - [anon_sym_when] = ACTIONS(1370), - [anon_sym_assert] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_next] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_fallthrough] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_add] = ACTIONS(1373), + [anon_sym_delete] = ACTIONS(1373), + [anon_sym_local] = ACTIONS(1375), + [anon_sym_when] = ACTIONS(1377), + [anon_sym_assert] = ACTIONS(1379), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -31527,29 +30761,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1374), - [anon_sym_ATload] = ACTIONS(1376), - [anon_sym_ATload_DASHsigs] = ACTIONS(1378), - [anon_sym_ATload_DASHplugin] = ACTIONS(1380), - [anon_sym_ATunload] = ACTIONS(1378), - [anon_sym_ATprefixes] = ACTIONS(1382), - [anon_sym_ATif] = ACTIONS(1384), - [anon_sym_ATifdef] = ACTIONS(1386), - [anon_sym_ATifndef] = ACTIONS(1386), - [anon_sym_ATendif] = ACTIONS(1388), - [anon_sym_ATelse] = ACTIONS(1388), - [anon_sym_ATpragma] = ACTIONS(1390), + [anon_sym_ATdeprecated] = ACTIONS(1381), + [anon_sym_ATload] = ACTIONS(1383), + [anon_sym_ATload_DASHsigs] = ACTIONS(1385), + [anon_sym_ATload_DASHplugin] = ACTIONS(1387), + [anon_sym_ATunload] = ACTIONS(1385), + [anon_sym_ATprefixes] = ACTIONS(1389), + [anon_sym_ATif] = ACTIONS(1391), + [anon_sym_ATifdef] = ACTIONS(1393), + [anon_sym_ATifndef] = ACTIONS(1393), + [anon_sym_ATendif] = ACTIONS(1395), + [anon_sym_ATelse] = ACTIONS(1395), + [anon_sym_ATpragma] = ACTIONS(1397), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -31568,67 +30802,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1392), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -31647,67 +30881,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -31726,67 +30960,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1396), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -31804,32 +31038,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym_LBRACE] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(1011), + [anon_sym_const] = ACTIONS(1013), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1008), - [anon_sym_event] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1012), + [anon_sym_print] = ACTIONS(1015), + [anon_sym_event] = ACTIONS(1017), + [anon_sym_if] = ACTIONS(1019), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1014), - [anon_sym_for] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1018), - [anon_sym_next] = ACTIONS(1020), - [anon_sym_break] = ACTIONS(1020), - [anon_sym_fallthrough] = ACTIONS(1020), - [anon_sym_return] = ACTIONS(1022), - [anon_sym_add] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_local] = ACTIONS(1026), - [anon_sym_when] = ACTIONS(1028), - [anon_sym_assert] = ACTIONS(1030), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_next] = ACTIONS(1027), + [anon_sym_break] = ACTIONS(1027), + [anon_sym_fallthrough] = ACTIONS(1027), + [anon_sym_return] = ACTIONS(1029), + [anon_sym_add] = ACTIONS(1031), + [anon_sym_delete] = ACTIONS(1031), + [anon_sym_local] = ACTIONS(1033), + [anon_sym_when] = ACTIONS(1035), + [anon_sym_assert] = ACTIONS(1037), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -31843,29 +31077,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1032), - [anon_sym_ATload] = ACTIONS(1034), - [anon_sym_ATload_DASHsigs] = ACTIONS(1036), - [anon_sym_ATload_DASHplugin] = ACTIONS(1038), - [anon_sym_ATunload] = ACTIONS(1036), - [anon_sym_ATprefixes] = ACTIONS(1040), - [anon_sym_ATif] = ACTIONS(1042), - [anon_sym_ATifdef] = ACTIONS(1044), - [anon_sym_ATifndef] = ACTIONS(1044), - [anon_sym_ATendif] = ACTIONS(1046), - [anon_sym_ATelse] = ACTIONS(1046), - [anon_sym_ATpragma] = ACTIONS(1048), + [anon_sym_ATdeprecated] = ACTIONS(1039), + [anon_sym_ATload] = ACTIONS(1041), + [anon_sym_ATload_DASHsigs] = ACTIONS(1043), + [anon_sym_ATload_DASHplugin] = ACTIONS(1045), + [anon_sym_ATunload] = ACTIONS(1043), + [anon_sym_ATprefixes] = ACTIONS(1047), + [anon_sym_ATif] = ACTIONS(1049), + [anon_sym_ATifdef] = ACTIONS(1051), + [anon_sym_ATifndef] = ACTIONS(1051), + [anon_sym_ATendif] = ACTIONS(1053), + [anon_sym_ATelse] = ACTIONS(1053), + [anon_sym_ATpragma] = ACTIONS(1055), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -31884,67 +31118,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -31962,32 +31196,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1061), + [anon_sym_const] = ACTIONS(1063), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1058), - [anon_sym_event] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1062), + [anon_sym_print] = ACTIONS(1065), + [anon_sym_event] = ACTIONS(1067), + [anon_sym_if] = ACTIONS(1069), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1071), + [anon_sym_for] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_next] = ACTIONS(1070), - [anon_sym_break] = ACTIONS(1070), - [anon_sym_fallthrough] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_add] = ACTIONS(1074), - [anon_sym_delete] = ACTIONS(1074), - [anon_sym_local] = ACTIONS(1076), - [anon_sym_when] = ACTIONS(1078), - [anon_sym_assert] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1075), + [anon_sym_next] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_fallthrough] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1079), + [anon_sym_add] = ACTIONS(1081), + [anon_sym_delete] = ACTIONS(1081), + [anon_sym_local] = ACTIONS(1083), + [anon_sym_when] = ACTIONS(1085), + [anon_sym_assert] = ACTIONS(1087), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -32001,29 +31235,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1082), - [anon_sym_ATload] = ACTIONS(1084), - [anon_sym_ATload_DASHsigs] = ACTIONS(1086), - [anon_sym_ATload_DASHplugin] = ACTIONS(1088), - [anon_sym_ATunload] = ACTIONS(1086), - [anon_sym_ATprefixes] = ACTIONS(1090), - [anon_sym_ATif] = ACTIONS(1092), - [anon_sym_ATifdef] = ACTIONS(1094), - [anon_sym_ATifndef] = ACTIONS(1094), - [anon_sym_ATendif] = ACTIONS(1096), - [anon_sym_ATelse] = ACTIONS(1096), - [anon_sym_ATpragma] = ACTIONS(1098), + [anon_sym_ATdeprecated] = ACTIONS(1089), + [anon_sym_ATload] = ACTIONS(1091), + [anon_sym_ATload_DASHsigs] = ACTIONS(1093), + [anon_sym_ATload_DASHplugin] = ACTIONS(1095), + [anon_sym_ATunload] = ACTIONS(1093), + [anon_sym_ATprefixes] = ACTIONS(1097), + [anon_sym_ATif] = ACTIONS(1099), + [anon_sym_ATifdef] = ACTIONS(1101), + [anon_sym_ATifndef] = ACTIONS(1101), + [anon_sym_ATendif] = ACTIONS(1103), + [anon_sym_ATelse] = ACTIONS(1103), + [anon_sym_ATpragma] = ACTIONS(1105), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -32042,67 +31276,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1400), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1407), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -32120,32 +31354,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1061), + [anon_sym_const] = ACTIONS(1063), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1058), - [anon_sym_event] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1062), + [anon_sym_print] = ACTIONS(1065), + [anon_sym_event] = ACTIONS(1067), + [anon_sym_if] = ACTIONS(1069), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1071), + [anon_sym_for] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_next] = ACTIONS(1070), - [anon_sym_break] = ACTIONS(1070), - [anon_sym_fallthrough] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_add] = ACTIONS(1074), - [anon_sym_delete] = ACTIONS(1074), - [anon_sym_local] = ACTIONS(1076), - [anon_sym_when] = ACTIONS(1078), - [anon_sym_assert] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1075), + [anon_sym_next] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_fallthrough] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1079), + [anon_sym_add] = ACTIONS(1081), + [anon_sym_delete] = ACTIONS(1081), + [anon_sym_local] = ACTIONS(1083), + [anon_sym_when] = ACTIONS(1085), + [anon_sym_assert] = ACTIONS(1087), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -32159,29 +31393,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1082), - [anon_sym_ATload] = ACTIONS(1084), - [anon_sym_ATload_DASHsigs] = ACTIONS(1086), - [anon_sym_ATload_DASHplugin] = ACTIONS(1088), - [anon_sym_ATunload] = ACTIONS(1086), - [anon_sym_ATprefixes] = ACTIONS(1090), - [anon_sym_ATif] = ACTIONS(1092), - [anon_sym_ATifdef] = ACTIONS(1094), - [anon_sym_ATifndef] = ACTIONS(1094), - [anon_sym_ATendif] = ACTIONS(1096), - [anon_sym_ATelse] = ACTIONS(1096), - [anon_sym_ATpragma] = ACTIONS(1098), + [anon_sym_ATdeprecated] = ACTIONS(1089), + [anon_sym_ATload] = ACTIONS(1091), + [anon_sym_ATload_DASHsigs] = ACTIONS(1093), + [anon_sym_ATload_DASHplugin] = ACTIONS(1095), + [anon_sym_ATunload] = ACTIONS(1093), + [anon_sym_ATprefixes] = ACTIONS(1097), + [anon_sym_ATif] = ACTIONS(1099), + [anon_sym_ATifdef] = ACTIONS(1101), + [anon_sym_ATifndef] = ACTIONS(1101), + [anon_sym_ATendif] = ACTIONS(1103), + [anon_sym_ATelse] = ACTIONS(1103), + [anon_sym_ATpragma] = ACTIONS(1105), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -32200,67 +31434,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1409), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -32278,32 +31512,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1061), + [anon_sym_const] = ACTIONS(1063), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1058), - [anon_sym_event] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1062), + [anon_sym_print] = ACTIONS(1065), + [anon_sym_event] = ACTIONS(1067), + [anon_sym_if] = ACTIONS(1069), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1071), + [anon_sym_for] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_next] = ACTIONS(1070), - [anon_sym_break] = ACTIONS(1070), - [anon_sym_fallthrough] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_add] = ACTIONS(1074), - [anon_sym_delete] = ACTIONS(1074), - [anon_sym_local] = ACTIONS(1076), - [anon_sym_when] = ACTIONS(1078), - [anon_sym_assert] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1075), + [anon_sym_next] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_fallthrough] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1079), + [anon_sym_add] = ACTIONS(1081), + [anon_sym_delete] = ACTIONS(1081), + [anon_sym_local] = ACTIONS(1083), + [anon_sym_when] = ACTIONS(1085), + [anon_sym_assert] = ACTIONS(1087), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -32317,29 +31551,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1082), - [anon_sym_ATload] = ACTIONS(1084), - [anon_sym_ATload_DASHsigs] = ACTIONS(1086), - [anon_sym_ATload_DASHplugin] = ACTIONS(1088), - [anon_sym_ATunload] = ACTIONS(1086), - [anon_sym_ATprefixes] = ACTIONS(1090), - [anon_sym_ATif] = ACTIONS(1092), - [anon_sym_ATifdef] = ACTIONS(1094), - [anon_sym_ATifndef] = ACTIONS(1094), - [anon_sym_ATendif] = ACTIONS(1096), - [anon_sym_ATelse] = ACTIONS(1096), - [anon_sym_ATpragma] = ACTIONS(1098), + [anon_sym_ATdeprecated] = ACTIONS(1089), + [anon_sym_ATload] = ACTIONS(1091), + [anon_sym_ATload_DASHsigs] = ACTIONS(1093), + [anon_sym_ATload_DASHplugin] = ACTIONS(1095), + [anon_sym_ATunload] = ACTIONS(1093), + [anon_sym_ATprefixes] = ACTIONS(1097), + [anon_sym_ATif] = ACTIONS(1099), + [anon_sym_ATifdef] = ACTIONS(1101), + [anon_sym_ATifndef] = ACTIONS(1101), + [anon_sym_ATendif] = ACTIONS(1103), + [anon_sym_ATelse] = ACTIONS(1103), + [anon_sym_ATpragma] = ACTIONS(1105), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -32358,67 +31592,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1404), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1411), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -32436,32 +31670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -32475,29 +31709,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -32516,67 +31750,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1406), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1413), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -32594,32 +31828,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -32633,29 +31867,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -32674,67 +31908,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1408), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1415), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -32752,32 +31986,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -32791,29 +32025,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -32831,32 +32065,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -32870,29 +32104,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -32910,32 +32144,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -32949,29 +32183,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -32989,32 +32223,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym_LBRACE] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(1011), + [anon_sym_const] = ACTIONS(1013), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1008), - [anon_sym_event] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1012), + [anon_sym_print] = ACTIONS(1015), + [anon_sym_event] = ACTIONS(1017), + [anon_sym_if] = ACTIONS(1019), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1014), - [anon_sym_for] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1018), - [anon_sym_next] = ACTIONS(1020), - [anon_sym_break] = ACTIONS(1020), - [anon_sym_fallthrough] = ACTIONS(1020), - [anon_sym_return] = ACTIONS(1022), - [anon_sym_add] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_local] = ACTIONS(1026), - [anon_sym_when] = ACTIONS(1028), - [anon_sym_assert] = ACTIONS(1030), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_next] = ACTIONS(1027), + [anon_sym_break] = ACTIONS(1027), + [anon_sym_fallthrough] = ACTIONS(1027), + [anon_sym_return] = ACTIONS(1029), + [anon_sym_add] = ACTIONS(1031), + [anon_sym_delete] = ACTIONS(1031), + [anon_sym_local] = ACTIONS(1033), + [anon_sym_when] = ACTIONS(1035), + [anon_sym_assert] = ACTIONS(1037), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -33028,29 +32262,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1032), - [anon_sym_ATload] = ACTIONS(1034), - [anon_sym_ATload_DASHsigs] = ACTIONS(1036), - [anon_sym_ATload_DASHplugin] = ACTIONS(1038), - [anon_sym_ATunload] = ACTIONS(1036), - [anon_sym_ATprefixes] = ACTIONS(1040), - [anon_sym_ATif] = ACTIONS(1042), - [anon_sym_ATifdef] = ACTIONS(1044), - [anon_sym_ATifndef] = ACTIONS(1044), - [anon_sym_ATendif] = ACTIONS(1046), - [anon_sym_ATelse] = ACTIONS(1046), - [anon_sym_ATpragma] = ACTIONS(1048), + [anon_sym_ATdeprecated] = ACTIONS(1039), + [anon_sym_ATload] = ACTIONS(1041), + [anon_sym_ATload_DASHsigs] = ACTIONS(1043), + [anon_sym_ATload_DASHplugin] = ACTIONS(1045), + [anon_sym_ATunload] = ACTIONS(1043), + [anon_sym_ATprefixes] = ACTIONS(1047), + [anon_sym_ATif] = ACTIONS(1049), + [anon_sym_ATifdef] = ACTIONS(1051), + [anon_sym_ATifndef] = ACTIONS(1051), + [anon_sym_ATendif] = ACTIONS(1053), + [anon_sym_ATelse] = ACTIONS(1053), + [anon_sym_ATpragma] = ACTIONS(1055), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -33069,67 +32303,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1410), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1417), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -33147,32 +32381,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -33186,29 +32420,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -33227,67 +32461,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1412), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1419), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -33305,32 +32539,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -33344,29 +32578,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -33384,32 +32618,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -33423,29 +32657,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -33463,32 +32697,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -33502,29 +32736,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -33542,32 +32776,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym_LBRACE] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(1011), + [anon_sym_const] = ACTIONS(1013), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1008), - [anon_sym_event] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1012), + [anon_sym_print] = ACTIONS(1015), + [anon_sym_event] = ACTIONS(1017), + [anon_sym_if] = ACTIONS(1019), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1014), - [anon_sym_for] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1018), - [anon_sym_next] = ACTIONS(1020), - [anon_sym_break] = ACTIONS(1020), - [anon_sym_fallthrough] = ACTIONS(1020), - [anon_sym_return] = ACTIONS(1022), - [anon_sym_add] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_local] = ACTIONS(1026), - [anon_sym_when] = ACTIONS(1028), - [anon_sym_assert] = ACTIONS(1030), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_next] = ACTIONS(1027), + [anon_sym_break] = ACTIONS(1027), + [anon_sym_fallthrough] = ACTIONS(1027), + [anon_sym_return] = ACTIONS(1029), + [anon_sym_add] = ACTIONS(1031), + [anon_sym_delete] = ACTIONS(1031), + [anon_sym_local] = ACTIONS(1033), + [anon_sym_when] = ACTIONS(1035), + [anon_sym_assert] = ACTIONS(1037), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -33581,29 +32815,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1032), - [anon_sym_ATload] = ACTIONS(1034), - [anon_sym_ATload_DASHsigs] = ACTIONS(1036), - [anon_sym_ATload_DASHplugin] = ACTIONS(1038), - [anon_sym_ATunload] = ACTIONS(1036), - [anon_sym_ATprefixes] = ACTIONS(1040), - [anon_sym_ATif] = ACTIONS(1042), - [anon_sym_ATifdef] = ACTIONS(1044), - [anon_sym_ATifndef] = ACTIONS(1044), - [anon_sym_ATendif] = ACTIONS(1046), - [anon_sym_ATelse] = ACTIONS(1046), - [anon_sym_ATpragma] = ACTIONS(1048), + [anon_sym_ATdeprecated] = ACTIONS(1039), + [anon_sym_ATload] = ACTIONS(1041), + [anon_sym_ATload_DASHsigs] = ACTIONS(1043), + [anon_sym_ATload_DASHplugin] = ACTIONS(1045), + [anon_sym_ATunload] = ACTIONS(1043), + [anon_sym_ATprefixes] = ACTIONS(1047), + [anon_sym_ATif] = ACTIONS(1049), + [anon_sym_ATifdef] = ACTIONS(1051), + [anon_sym_ATifndef] = ACTIONS(1051), + [anon_sym_ATendif] = ACTIONS(1053), + [anon_sym_ATelse] = ACTIONS(1053), + [anon_sym_ATpragma] = ACTIONS(1055), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -33621,32 +32855,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_const] = ACTIONS(1250), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1257), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1252), - [anon_sym_event] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1256), + [anon_sym_print] = ACTIONS(1259), + [anon_sym_event] = ACTIONS(1261), + [anon_sym_if] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1260), + [anon_sym_switch] = ACTIONS(1265), + [anon_sym_for] = ACTIONS(1267), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_next] = ACTIONS(1264), - [anon_sym_break] = ACTIONS(1264), - [anon_sym_fallthrough] = ACTIONS(1264), - [anon_sym_return] = ACTIONS(1266), - [anon_sym_add] = ACTIONS(1268), - [anon_sym_delete] = ACTIONS(1268), - [anon_sym_local] = ACTIONS(1270), - [anon_sym_when] = ACTIONS(1272), - [anon_sym_assert] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1269), + [anon_sym_next] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_fallthrough] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1273), + [anon_sym_add] = ACTIONS(1275), + [anon_sym_delete] = ACTIONS(1275), + [anon_sym_local] = ACTIONS(1277), + [anon_sym_when] = ACTIONS(1279), + [anon_sym_assert] = ACTIONS(1281), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -33660,29 +32894,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1276), - [anon_sym_ATload] = ACTIONS(1278), - [anon_sym_ATload_DASHsigs] = ACTIONS(1280), - [anon_sym_ATload_DASHplugin] = ACTIONS(1282), - [anon_sym_ATunload] = ACTIONS(1280), - [anon_sym_ATprefixes] = ACTIONS(1284), - [anon_sym_ATif] = ACTIONS(1286), - [anon_sym_ATifdef] = ACTIONS(1288), - [anon_sym_ATifndef] = ACTIONS(1288), - [anon_sym_ATendif] = ACTIONS(1290), - [anon_sym_ATelse] = ACTIONS(1290), - [anon_sym_ATpragma] = ACTIONS(1292), + [anon_sym_ATdeprecated] = ACTIONS(1283), + [anon_sym_ATload] = ACTIONS(1285), + [anon_sym_ATload_DASHsigs] = ACTIONS(1287), + [anon_sym_ATload_DASHplugin] = ACTIONS(1289), + [anon_sym_ATunload] = ACTIONS(1287), + [anon_sym_ATprefixes] = ACTIONS(1291), + [anon_sym_ATif] = ACTIONS(1293), + [anon_sym_ATifdef] = ACTIONS(1295), + [anon_sym_ATifndef] = ACTIONS(1295), + [anon_sym_ATendif] = ACTIONS(1297), + [anon_sym_ATelse] = ACTIONS(1297), + [anon_sym_ATpragma] = ACTIONS(1299), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -33701,67 +32935,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1414), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1421), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -33779,32 +33013,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_const] = ACTIONS(1250), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1257), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1252), - [anon_sym_event] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1256), + [anon_sym_print] = ACTIONS(1259), + [anon_sym_event] = ACTIONS(1261), + [anon_sym_if] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1260), + [anon_sym_switch] = ACTIONS(1265), + [anon_sym_for] = ACTIONS(1267), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_next] = ACTIONS(1264), - [anon_sym_break] = ACTIONS(1264), - [anon_sym_fallthrough] = ACTIONS(1264), - [anon_sym_return] = ACTIONS(1266), - [anon_sym_add] = ACTIONS(1268), - [anon_sym_delete] = ACTIONS(1268), - [anon_sym_local] = ACTIONS(1270), - [anon_sym_when] = ACTIONS(1272), - [anon_sym_assert] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1269), + [anon_sym_next] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_fallthrough] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1273), + [anon_sym_add] = ACTIONS(1275), + [anon_sym_delete] = ACTIONS(1275), + [anon_sym_local] = ACTIONS(1277), + [anon_sym_when] = ACTIONS(1279), + [anon_sym_assert] = ACTIONS(1281), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -33818,29 +33052,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1276), - [anon_sym_ATload] = ACTIONS(1278), - [anon_sym_ATload_DASHsigs] = ACTIONS(1280), - [anon_sym_ATload_DASHplugin] = ACTIONS(1282), - [anon_sym_ATunload] = ACTIONS(1280), - [anon_sym_ATprefixes] = ACTIONS(1284), - [anon_sym_ATif] = ACTIONS(1286), - [anon_sym_ATifdef] = ACTIONS(1288), - [anon_sym_ATifndef] = ACTIONS(1288), - [anon_sym_ATendif] = ACTIONS(1290), - [anon_sym_ATelse] = ACTIONS(1290), - [anon_sym_ATpragma] = ACTIONS(1292), + [anon_sym_ATdeprecated] = ACTIONS(1283), + [anon_sym_ATload] = ACTIONS(1285), + [anon_sym_ATload_DASHsigs] = ACTIONS(1287), + [anon_sym_ATload_DASHplugin] = ACTIONS(1289), + [anon_sym_ATunload] = ACTIONS(1287), + [anon_sym_ATprefixes] = ACTIONS(1291), + [anon_sym_ATif] = ACTIONS(1293), + [anon_sym_ATifdef] = ACTIONS(1295), + [anon_sym_ATifndef] = ACTIONS(1295), + [anon_sym_ATendif] = ACTIONS(1297), + [anon_sym_ATelse] = ACTIONS(1297), + [anon_sym_ATpragma] = ACTIONS(1299), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -33858,32 +33092,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_const] = ACTIONS(1250), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1257), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1252), - [anon_sym_event] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1256), + [anon_sym_print] = ACTIONS(1259), + [anon_sym_event] = ACTIONS(1261), + [anon_sym_if] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1260), + [anon_sym_switch] = ACTIONS(1265), + [anon_sym_for] = ACTIONS(1267), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_next] = ACTIONS(1264), - [anon_sym_break] = ACTIONS(1264), - [anon_sym_fallthrough] = ACTIONS(1264), - [anon_sym_return] = ACTIONS(1266), - [anon_sym_add] = ACTIONS(1268), - [anon_sym_delete] = ACTIONS(1268), - [anon_sym_local] = ACTIONS(1270), - [anon_sym_when] = ACTIONS(1272), - [anon_sym_assert] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1269), + [anon_sym_next] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_fallthrough] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1273), + [anon_sym_add] = ACTIONS(1275), + [anon_sym_delete] = ACTIONS(1275), + [anon_sym_local] = ACTIONS(1277), + [anon_sym_when] = ACTIONS(1279), + [anon_sym_assert] = ACTIONS(1281), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -33897,29 +33131,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1276), - [anon_sym_ATload] = ACTIONS(1278), - [anon_sym_ATload_DASHsigs] = ACTIONS(1280), - [anon_sym_ATload_DASHplugin] = ACTIONS(1282), - [anon_sym_ATunload] = ACTIONS(1280), - [anon_sym_ATprefixes] = ACTIONS(1284), - [anon_sym_ATif] = ACTIONS(1286), - [anon_sym_ATifdef] = ACTIONS(1288), - [anon_sym_ATifndef] = ACTIONS(1288), - [anon_sym_ATendif] = ACTIONS(1290), - [anon_sym_ATelse] = ACTIONS(1290), - [anon_sym_ATpragma] = ACTIONS(1292), + [anon_sym_ATdeprecated] = ACTIONS(1283), + [anon_sym_ATload] = ACTIONS(1285), + [anon_sym_ATload_DASHsigs] = ACTIONS(1287), + [anon_sym_ATload_DASHplugin] = ACTIONS(1289), + [anon_sym_ATunload] = ACTIONS(1287), + [anon_sym_ATprefixes] = ACTIONS(1291), + [anon_sym_ATif] = ACTIONS(1293), + [anon_sym_ATifdef] = ACTIONS(1295), + [anon_sym_ATifndef] = ACTIONS(1295), + [anon_sym_ATendif] = ACTIONS(1297), + [anon_sym_ATelse] = ACTIONS(1297), + [anon_sym_ATpragma] = ACTIONS(1299), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -33937,32 +33171,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_const] = ACTIONS(1355), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1350), - [anon_sym_event] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1354), + [anon_sym_print] = ACTIONS(1357), + [anon_sym_event] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1361), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_next] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_fallthrough] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_add] = ACTIONS(1366), - [anon_sym_delete] = ACTIONS(1366), - [anon_sym_local] = ACTIONS(1368), - [anon_sym_when] = ACTIONS(1370), - [anon_sym_assert] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_next] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_fallthrough] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_add] = ACTIONS(1373), + [anon_sym_delete] = ACTIONS(1373), + [anon_sym_local] = ACTIONS(1375), + [anon_sym_when] = ACTIONS(1377), + [anon_sym_assert] = ACTIONS(1379), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -33976,29 +33210,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1374), - [anon_sym_ATload] = ACTIONS(1376), - [anon_sym_ATload_DASHsigs] = ACTIONS(1378), - [anon_sym_ATload_DASHplugin] = ACTIONS(1380), - [anon_sym_ATunload] = ACTIONS(1378), - [anon_sym_ATprefixes] = ACTIONS(1382), - [anon_sym_ATif] = ACTIONS(1384), - [anon_sym_ATifdef] = ACTIONS(1386), - [anon_sym_ATifndef] = ACTIONS(1386), - [anon_sym_ATendif] = ACTIONS(1388), - [anon_sym_ATelse] = ACTIONS(1388), - [anon_sym_ATpragma] = ACTIONS(1390), + [anon_sym_ATdeprecated] = ACTIONS(1381), + [anon_sym_ATload] = ACTIONS(1383), + [anon_sym_ATload_DASHsigs] = ACTIONS(1385), + [anon_sym_ATload_DASHplugin] = ACTIONS(1387), + [anon_sym_ATunload] = ACTIONS(1385), + [anon_sym_ATprefixes] = ACTIONS(1389), + [anon_sym_ATif] = ACTIONS(1391), + [anon_sym_ATifdef] = ACTIONS(1393), + [anon_sym_ATifndef] = ACTIONS(1393), + [anon_sym_ATendif] = ACTIONS(1395), + [anon_sym_ATelse] = ACTIONS(1395), + [anon_sym_ATpragma] = ACTIONS(1397), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -34016,32 +33250,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -34055,29 +33289,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -34095,32 +33329,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -34134,29 +33368,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -34175,67 +33409,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1416), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -34253,32 +33487,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -34292,29 +33526,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -34332,32 +33566,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1198), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_const] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1205), + [anon_sym_LBRACE] = ACTIONS(1207), + [anon_sym_const] = ACTIONS(1209), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1204), - [anon_sym_event] = ACTIONS(1206), - [anon_sym_if] = ACTIONS(1208), + [anon_sym_print] = ACTIONS(1211), + [anon_sym_event] = ACTIONS(1213), + [anon_sym_if] = ACTIONS(1215), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1210), - [anon_sym_for] = ACTIONS(1212), + [anon_sym_switch] = ACTIONS(1217), + [anon_sym_for] = ACTIONS(1219), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1214), - [anon_sym_next] = ACTIONS(1216), - [anon_sym_break] = ACTIONS(1216), - [anon_sym_fallthrough] = ACTIONS(1216), - [anon_sym_return] = ACTIONS(1218), - [anon_sym_add] = ACTIONS(1220), - [anon_sym_delete] = ACTIONS(1220), - [anon_sym_local] = ACTIONS(1222), - [anon_sym_when] = ACTIONS(1224), - [anon_sym_assert] = ACTIONS(1226), + [anon_sym_while] = ACTIONS(1221), + [anon_sym_next] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_fallthrough] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1225), + [anon_sym_add] = ACTIONS(1227), + [anon_sym_delete] = ACTIONS(1227), + [anon_sym_local] = ACTIONS(1229), + [anon_sym_when] = ACTIONS(1231), + [anon_sym_assert] = ACTIONS(1233), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -34371,29 +33605,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1228), - [anon_sym_ATload] = ACTIONS(1230), - [anon_sym_ATload_DASHsigs] = ACTIONS(1232), - [anon_sym_ATload_DASHplugin] = ACTIONS(1234), - [anon_sym_ATunload] = ACTIONS(1232), - [anon_sym_ATprefixes] = ACTIONS(1236), - [anon_sym_ATif] = ACTIONS(1238), - [anon_sym_ATifdef] = ACTIONS(1240), - [anon_sym_ATifndef] = ACTIONS(1240), - [anon_sym_ATendif] = ACTIONS(1242), - [anon_sym_ATelse] = ACTIONS(1242), - [anon_sym_ATpragma] = ACTIONS(1244), + [anon_sym_ATdeprecated] = ACTIONS(1235), + [anon_sym_ATload] = ACTIONS(1237), + [anon_sym_ATload_DASHsigs] = ACTIONS(1239), + [anon_sym_ATload_DASHplugin] = ACTIONS(1241), + [anon_sym_ATunload] = ACTIONS(1239), + [anon_sym_ATprefixes] = ACTIONS(1243), + [anon_sym_ATif] = ACTIONS(1245), + [anon_sym_ATifdef] = ACTIONS(1247), + [anon_sym_ATifndef] = ACTIONS(1247), + [anon_sym_ATendif] = ACTIONS(1249), + [anon_sym_ATelse] = ACTIONS(1249), + [anon_sym_ATpragma] = ACTIONS(1251), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -34412,67 +33646,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1425), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -34490,32 +33724,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -34529,29 +33763,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -34570,67 +33804,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1420), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1427), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -34648,32 +33882,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -34687,29 +33921,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -34727,32 +33961,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -34766,29 +34000,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -34808,10 +34042,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(15), - [anon_sym_const] = ACTIONS(598), + [anon_sym_const] = ACTIONS(603), [anon_sym_record] = ACTIONS(25), [anon_sym_print] = ACTIONS(29), - [anon_sym_event] = ACTIONS(600), + [anon_sym_event] = ACTIONS(605), [anon_sym_if] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_switch] = ACTIONS(37), @@ -34830,8 +34064,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -34845,29 +34079,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(602), - [anon_sym_ATload] = ACTIONS(604), - [anon_sym_ATload_DASHsigs] = ACTIONS(606), - [anon_sym_ATload_DASHplugin] = ACTIONS(608), - [anon_sym_ATunload] = ACTIONS(606), - [anon_sym_ATprefixes] = ACTIONS(610), - [anon_sym_ATif] = ACTIONS(612), - [anon_sym_ATifdef] = ACTIONS(614), - [anon_sym_ATifndef] = ACTIONS(614), - [anon_sym_ATendif] = ACTIONS(616), - [anon_sym_ATelse] = ACTIONS(616), - [anon_sym_ATpragma] = ACTIONS(618), + [anon_sym_ATdeprecated] = ACTIONS(607), + [anon_sym_ATload] = ACTIONS(609), + [anon_sym_ATload_DASHsigs] = ACTIONS(611), + [anon_sym_ATload_DASHplugin] = ACTIONS(613), + [anon_sym_ATunload] = ACTIONS(611), + [anon_sym_ATprefixes] = ACTIONS(615), + [anon_sym_ATif] = ACTIONS(617), + [anon_sym_ATifdef] = ACTIONS(619), + [anon_sym_ATifndef] = ACTIONS(619), + [anon_sym_ATendif] = ACTIONS(621), + [anon_sym_ATelse] = ACTIONS(621), + [anon_sym_ATpragma] = ACTIONS(623), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -34885,32 +34119,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -34924,29 +34158,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -34964,32 +34198,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -35003,29 +34237,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -35043,32 +34277,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(264), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_const] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(266), + [anon_sym_LBRACE] = ACTIONS(493), + [anon_sym_const] = ACTIONS(272), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(272), - [anon_sym_event] = ACTIONS(274), - [anon_sym_if] = ACTIONS(276), + [anon_sym_print] = ACTIONS(274), + [anon_sym_event] = ACTIONS(276), + [anon_sym_if] = ACTIONS(278), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(278), - [anon_sym_for] = ACTIONS(280), + [anon_sym_switch] = ACTIONS(280), + [anon_sym_for] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(282), - [anon_sym_next] = ACTIONS(284), - [anon_sym_break] = ACTIONS(284), - [anon_sym_fallthrough] = ACTIONS(284), - [anon_sym_return] = ACTIONS(286), - [anon_sym_add] = ACTIONS(288), - [anon_sym_delete] = ACTIONS(288), - [anon_sym_local] = ACTIONS(290), - [anon_sym_when] = ACTIONS(292), - [anon_sym_assert] = ACTIONS(294), + [anon_sym_while] = ACTIONS(284), + [anon_sym_next] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_fallthrough] = ACTIONS(286), + [anon_sym_return] = ACTIONS(288), + [anon_sym_add] = ACTIONS(290), + [anon_sym_delete] = ACTIONS(290), + [anon_sym_local] = ACTIONS(292), + [anon_sym_when] = ACTIONS(294), + [anon_sym_assert] = ACTIONS(296), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -35082,29 +34316,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(296), - [anon_sym_ATload] = ACTIONS(298), - [anon_sym_ATload_DASHsigs] = ACTIONS(300), - [anon_sym_ATload_DASHplugin] = ACTIONS(302), - [anon_sym_ATunload] = ACTIONS(300), - [anon_sym_ATprefixes] = ACTIONS(304), - [anon_sym_ATif] = ACTIONS(306), - [anon_sym_ATifdef] = ACTIONS(308), - [anon_sym_ATifndef] = ACTIONS(308), - [anon_sym_ATendif] = ACTIONS(310), - [anon_sym_ATelse] = ACTIONS(310), - [anon_sym_ATpragma] = ACTIONS(312), + [anon_sym_ATdeprecated] = ACTIONS(298), + [anon_sym_ATload] = ACTIONS(300), + [anon_sym_ATload_DASHsigs] = ACTIONS(302), + [anon_sym_ATload_DASHplugin] = ACTIONS(304), + [anon_sym_ATunload] = ACTIONS(302), + [anon_sym_ATprefixes] = ACTIONS(306), + [anon_sym_ATif] = ACTIONS(308), + [anon_sym_ATifdef] = ACTIONS(310), + [anon_sym_ATifndef] = ACTIONS(310), + [anon_sym_ATendif] = ACTIONS(312), + [anon_sym_ATelse] = ACTIONS(312), + [anon_sym_ATpragma] = ACTIONS(314), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -35124,10 +34358,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(15), - [anon_sym_const] = ACTIONS(598), + [anon_sym_const] = ACTIONS(603), [anon_sym_record] = ACTIONS(25), [anon_sym_print] = ACTIONS(29), - [anon_sym_event] = ACTIONS(600), + [anon_sym_event] = ACTIONS(605), [anon_sym_if] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_switch] = ACTIONS(37), @@ -35146,8 +34380,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -35161,29 +34395,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(602), - [anon_sym_ATload] = ACTIONS(604), - [anon_sym_ATload_DASHsigs] = ACTIONS(606), - [anon_sym_ATload_DASHplugin] = ACTIONS(608), - [anon_sym_ATunload] = ACTIONS(606), - [anon_sym_ATprefixes] = ACTIONS(610), - [anon_sym_ATif] = ACTIONS(612), - [anon_sym_ATifdef] = ACTIONS(614), - [anon_sym_ATifndef] = ACTIONS(614), - [anon_sym_ATendif] = ACTIONS(616), - [anon_sym_ATelse] = ACTIONS(616), - [anon_sym_ATpragma] = ACTIONS(618), + [anon_sym_ATdeprecated] = ACTIONS(607), + [anon_sym_ATload] = ACTIONS(609), + [anon_sym_ATload_DASHsigs] = ACTIONS(611), + [anon_sym_ATload_DASHplugin] = ACTIONS(613), + [anon_sym_ATunload] = ACTIONS(611), + [anon_sym_ATprefixes] = ACTIONS(615), + [anon_sym_ATif] = ACTIONS(617), + [anon_sym_ATifdef] = ACTIONS(619), + [anon_sym_ATifndef] = ACTIONS(619), + [anon_sym_ATendif] = ACTIONS(621), + [anon_sym_ATelse] = ACTIONS(621), + [anon_sym_ATpragma] = ACTIONS(623), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -35201,32 +34435,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -35240,29 +34474,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -35281,67 +34515,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1422), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -35360,67 +34594,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1431), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -35438,32 +34672,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_const] = ACTIONS(1355), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1350), - [anon_sym_event] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1354), + [anon_sym_print] = ACTIONS(1357), + [anon_sym_event] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1361), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_next] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_fallthrough] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_add] = ACTIONS(1366), - [anon_sym_delete] = ACTIONS(1366), - [anon_sym_local] = ACTIONS(1368), - [anon_sym_when] = ACTIONS(1370), - [anon_sym_assert] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_next] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_fallthrough] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_add] = ACTIONS(1373), + [anon_sym_delete] = ACTIONS(1373), + [anon_sym_local] = ACTIONS(1375), + [anon_sym_when] = ACTIONS(1377), + [anon_sym_assert] = ACTIONS(1379), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -35477,29 +34711,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1374), - [anon_sym_ATload] = ACTIONS(1376), - [anon_sym_ATload_DASHsigs] = ACTIONS(1378), - [anon_sym_ATload_DASHplugin] = ACTIONS(1380), - [anon_sym_ATunload] = ACTIONS(1378), - [anon_sym_ATprefixes] = ACTIONS(1382), - [anon_sym_ATif] = ACTIONS(1384), - [anon_sym_ATifdef] = ACTIONS(1386), - [anon_sym_ATifndef] = ACTIONS(1386), - [anon_sym_ATendif] = ACTIONS(1388), - [anon_sym_ATelse] = ACTIONS(1388), - [anon_sym_ATpragma] = ACTIONS(1390), + [anon_sym_ATdeprecated] = ACTIONS(1381), + [anon_sym_ATload] = ACTIONS(1383), + [anon_sym_ATload_DASHsigs] = ACTIONS(1385), + [anon_sym_ATload_DASHplugin] = ACTIONS(1387), + [anon_sym_ATunload] = ACTIONS(1385), + [anon_sym_ATprefixes] = ACTIONS(1389), + [anon_sym_ATif] = ACTIONS(1391), + [anon_sym_ATifdef] = ACTIONS(1393), + [anon_sym_ATifndef] = ACTIONS(1393), + [anon_sym_ATendif] = ACTIONS(1395), + [anon_sym_ATelse] = ACTIONS(1395), + [anon_sym_ATpragma] = ACTIONS(1397), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -35518,67 +34752,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1426), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1433), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -35596,32 +34830,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1294), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1298), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1305), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1300), - [anon_sym_event] = ACTIONS(1302), - [anon_sym_if] = ACTIONS(1304), + [anon_sym_print] = ACTIONS(1307), + [anon_sym_event] = ACTIONS(1309), + [anon_sym_if] = ACTIONS(1311), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1306), - [anon_sym_for] = ACTIONS(1308), + [anon_sym_switch] = ACTIONS(1313), + [anon_sym_for] = ACTIONS(1315), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_next] = ACTIONS(1312), - [anon_sym_break] = ACTIONS(1312), - [anon_sym_fallthrough] = ACTIONS(1312), - [anon_sym_return] = ACTIONS(1314), - [anon_sym_add] = ACTIONS(1316), - [anon_sym_delete] = ACTIONS(1316), - [anon_sym_local] = ACTIONS(1318), - [anon_sym_when] = ACTIONS(1320), - [anon_sym_assert] = ACTIONS(1322), + [anon_sym_while] = ACTIONS(1317), + [anon_sym_next] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_fallthrough] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1321), + [anon_sym_add] = ACTIONS(1323), + [anon_sym_delete] = ACTIONS(1323), + [anon_sym_local] = ACTIONS(1325), + [anon_sym_when] = ACTIONS(1327), + [anon_sym_assert] = ACTIONS(1329), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -35635,29 +34869,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1324), - [anon_sym_ATload] = ACTIONS(1326), - [anon_sym_ATload_DASHsigs] = ACTIONS(1328), - [anon_sym_ATload_DASHplugin] = ACTIONS(1330), - [anon_sym_ATunload] = ACTIONS(1328), - [anon_sym_ATprefixes] = ACTIONS(1332), - [anon_sym_ATif] = ACTIONS(1334), - [anon_sym_ATifdef] = ACTIONS(1336), - [anon_sym_ATifndef] = ACTIONS(1336), - [anon_sym_ATendif] = ACTIONS(1338), - [anon_sym_ATelse] = ACTIONS(1338), - [anon_sym_ATpragma] = ACTIONS(1340), + [anon_sym_ATdeprecated] = ACTIONS(1331), + [anon_sym_ATload] = ACTIONS(1333), + [anon_sym_ATload_DASHsigs] = ACTIONS(1335), + [anon_sym_ATload_DASHplugin] = ACTIONS(1337), + [anon_sym_ATunload] = ACTIONS(1335), + [anon_sym_ATprefixes] = ACTIONS(1339), + [anon_sym_ATif] = ACTIONS(1341), + [anon_sym_ATifdef] = ACTIONS(1343), + [anon_sym_ATifndef] = ACTIONS(1343), + [anon_sym_ATendif] = ACTIONS(1345), + [anon_sym_ATelse] = ACTIONS(1345), + [anon_sym_ATpragma] = ACTIONS(1347), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -35675,32 +34909,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -35714,29 +34948,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -35755,67 +34989,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1435), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -35834,67 +35068,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1430), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1437), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -35912,32 +35146,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1294), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1298), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1305), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1300), - [anon_sym_event] = ACTIONS(1302), - [anon_sym_if] = ACTIONS(1304), + [anon_sym_print] = ACTIONS(1307), + [anon_sym_event] = ACTIONS(1309), + [anon_sym_if] = ACTIONS(1311), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1306), - [anon_sym_for] = ACTIONS(1308), + [anon_sym_switch] = ACTIONS(1313), + [anon_sym_for] = ACTIONS(1315), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_next] = ACTIONS(1312), - [anon_sym_break] = ACTIONS(1312), - [anon_sym_fallthrough] = ACTIONS(1312), - [anon_sym_return] = ACTIONS(1314), - [anon_sym_add] = ACTIONS(1316), - [anon_sym_delete] = ACTIONS(1316), - [anon_sym_local] = ACTIONS(1318), - [anon_sym_when] = ACTIONS(1320), - [anon_sym_assert] = ACTIONS(1322), + [anon_sym_while] = ACTIONS(1317), + [anon_sym_next] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_fallthrough] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1321), + [anon_sym_add] = ACTIONS(1323), + [anon_sym_delete] = ACTIONS(1323), + [anon_sym_local] = ACTIONS(1325), + [anon_sym_when] = ACTIONS(1327), + [anon_sym_assert] = ACTIONS(1329), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -35951,29 +35185,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1324), - [anon_sym_ATload] = ACTIONS(1326), - [anon_sym_ATload_DASHsigs] = ACTIONS(1328), - [anon_sym_ATload_DASHplugin] = ACTIONS(1330), - [anon_sym_ATunload] = ACTIONS(1328), - [anon_sym_ATprefixes] = ACTIONS(1332), - [anon_sym_ATif] = ACTIONS(1334), - [anon_sym_ATifdef] = ACTIONS(1336), - [anon_sym_ATifndef] = ACTIONS(1336), - [anon_sym_ATendif] = ACTIONS(1338), - [anon_sym_ATelse] = ACTIONS(1338), - [anon_sym_ATpragma] = ACTIONS(1340), + [anon_sym_ATdeprecated] = ACTIONS(1331), + [anon_sym_ATload] = ACTIONS(1333), + [anon_sym_ATload_DASHsigs] = ACTIONS(1335), + [anon_sym_ATload_DASHplugin] = ACTIONS(1337), + [anon_sym_ATunload] = ACTIONS(1335), + [anon_sym_ATprefixes] = ACTIONS(1339), + [anon_sym_ATif] = ACTIONS(1341), + [anon_sym_ATifdef] = ACTIONS(1343), + [anon_sym_ATifndef] = ACTIONS(1343), + [anon_sym_ATendif] = ACTIONS(1345), + [anon_sym_ATelse] = ACTIONS(1345), + [anon_sym_ATpragma] = ACTIONS(1347), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -35991,32 +35225,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1198), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_const] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1205), + [anon_sym_LBRACE] = ACTIONS(1207), + [anon_sym_const] = ACTIONS(1209), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1204), - [anon_sym_event] = ACTIONS(1206), - [anon_sym_if] = ACTIONS(1208), + [anon_sym_print] = ACTIONS(1211), + [anon_sym_event] = ACTIONS(1213), + [anon_sym_if] = ACTIONS(1215), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1210), - [anon_sym_for] = ACTIONS(1212), + [anon_sym_switch] = ACTIONS(1217), + [anon_sym_for] = ACTIONS(1219), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1214), - [anon_sym_next] = ACTIONS(1216), - [anon_sym_break] = ACTIONS(1216), - [anon_sym_fallthrough] = ACTIONS(1216), - [anon_sym_return] = ACTIONS(1218), - [anon_sym_add] = ACTIONS(1220), - [anon_sym_delete] = ACTIONS(1220), - [anon_sym_local] = ACTIONS(1222), - [anon_sym_when] = ACTIONS(1224), - [anon_sym_assert] = ACTIONS(1226), + [anon_sym_while] = ACTIONS(1221), + [anon_sym_next] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_fallthrough] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1225), + [anon_sym_add] = ACTIONS(1227), + [anon_sym_delete] = ACTIONS(1227), + [anon_sym_local] = ACTIONS(1229), + [anon_sym_when] = ACTIONS(1231), + [anon_sym_assert] = ACTIONS(1233), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -36030,29 +35264,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1228), - [anon_sym_ATload] = ACTIONS(1230), - [anon_sym_ATload_DASHsigs] = ACTIONS(1232), - [anon_sym_ATload_DASHplugin] = ACTIONS(1234), - [anon_sym_ATunload] = ACTIONS(1232), - [anon_sym_ATprefixes] = ACTIONS(1236), - [anon_sym_ATif] = ACTIONS(1238), - [anon_sym_ATifdef] = ACTIONS(1240), - [anon_sym_ATifndef] = ACTIONS(1240), - [anon_sym_ATendif] = ACTIONS(1242), - [anon_sym_ATelse] = ACTIONS(1242), - [anon_sym_ATpragma] = ACTIONS(1244), + [anon_sym_ATdeprecated] = ACTIONS(1235), + [anon_sym_ATload] = ACTIONS(1237), + [anon_sym_ATload_DASHsigs] = ACTIONS(1239), + [anon_sym_ATload_DASHplugin] = ACTIONS(1241), + [anon_sym_ATunload] = ACTIONS(1239), + [anon_sym_ATprefixes] = ACTIONS(1243), + [anon_sym_ATif] = ACTIONS(1245), + [anon_sym_ATifdef] = ACTIONS(1247), + [anon_sym_ATifndef] = ACTIONS(1247), + [anon_sym_ATendif] = ACTIONS(1249), + [anon_sym_ATelse] = ACTIONS(1249), + [anon_sym_ATpragma] = ACTIONS(1251), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -36071,67 +35305,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1432), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1439), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -36150,67 +35384,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1434), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -36228,32 +35462,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1294), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1298), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1305), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1300), - [anon_sym_event] = ACTIONS(1302), - [anon_sym_if] = ACTIONS(1304), + [anon_sym_print] = ACTIONS(1307), + [anon_sym_event] = ACTIONS(1309), + [anon_sym_if] = ACTIONS(1311), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1306), - [anon_sym_for] = ACTIONS(1308), + [anon_sym_switch] = ACTIONS(1313), + [anon_sym_for] = ACTIONS(1315), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_next] = ACTIONS(1312), - [anon_sym_break] = ACTIONS(1312), - [anon_sym_fallthrough] = ACTIONS(1312), - [anon_sym_return] = ACTIONS(1314), - [anon_sym_add] = ACTIONS(1316), - [anon_sym_delete] = ACTIONS(1316), - [anon_sym_local] = ACTIONS(1318), - [anon_sym_when] = ACTIONS(1320), - [anon_sym_assert] = ACTIONS(1322), + [anon_sym_while] = ACTIONS(1317), + [anon_sym_next] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_fallthrough] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1321), + [anon_sym_add] = ACTIONS(1323), + [anon_sym_delete] = ACTIONS(1323), + [anon_sym_local] = ACTIONS(1325), + [anon_sym_when] = ACTIONS(1327), + [anon_sym_assert] = ACTIONS(1329), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -36267,29 +35501,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1324), - [anon_sym_ATload] = ACTIONS(1326), - [anon_sym_ATload_DASHsigs] = ACTIONS(1328), - [anon_sym_ATload_DASHplugin] = ACTIONS(1330), - [anon_sym_ATunload] = ACTIONS(1328), - [anon_sym_ATprefixes] = ACTIONS(1332), - [anon_sym_ATif] = ACTIONS(1334), - [anon_sym_ATifdef] = ACTIONS(1336), - [anon_sym_ATifndef] = ACTIONS(1336), - [anon_sym_ATendif] = ACTIONS(1338), - [anon_sym_ATelse] = ACTIONS(1338), - [anon_sym_ATpragma] = ACTIONS(1340), + [anon_sym_ATdeprecated] = ACTIONS(1331), + [anon_sym_ATload] = ACTIONS(1333), + [anon_sym_ATload_DASHsigs] = ACTIONS(1335), + [anon_sym_ATload_DASHplugin] = ACTIONS(1337), + [anon_sym_ATunload] = ACTIONS(1335), + [anon_sym_ATprefixes] = ACTIONS(1339), + [anon_sym_ATif] = ACTIONS(1341), + [anon_sym_ATifdef] = ACTIONS(1343), + [anon_sym_ATifndef] = ACTIONS(1343), + [anon_sym_ATendif] = ACTIONS(1345), + [anon_sym_ATelse] = ACTIONS(1345), + [anon_sym_ATpragma] = ACTIONS(1347), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -36307,32 +35541,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1294), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1298), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1305), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1300), - [anon_sym_event] = ACTIONS(1302), - [anon_sym_if] = ACTIONS(1304), + [anon_sym_print] = ACTIONS(1307), + [anon_sym_event] = ACTIONS(1309), + [anon_sym_if] = ACTIONS(1311), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1306), - [anon_sym_for] = ACTIONS(1308), + [anon_sym_switch] = ACTIONS(1313), + [anon_sym_for] = ACTIONS(1315), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_next] = ACTIONS(1312), - [anon_sym_break] = ACTIONS(1312), - [anon_sym_fallthrough] = ACTIONS(1312), - [anon_sym_return] = ACTIONS(1314), - [anon_sym_add] = ACTIONS(1316), - [anon_sym_delete] = ACTIONS(1316), - [anon_sym_local] = ACTIONS(1318), - [anon_sym_when] = ACTIONS(1320), - [anon_sym_assert] = ACTIONS(1322), + [anon_sym_while] = ACTIONS(1317), + [anon_sym_next] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_fallthrough] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1321), + [anon_sym_add] = ACTIONS(1323), + [anon_sym_delete] = ACTIONS(1323), + [anon_sym_local] = ACTIONS(1325), + [anon_sym_when] = ACTIONS(1327), + [anon_sym_assert] = ACTIONS(1329), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -36346,29 +35580,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1324), - [anon_sym_ATload] = ACTIONS(1326), - [anon_sym_ATload_DASHsigs] = ACTIONS(1328), - [anon_sym_ATload_DASHplugin] = ACTIONS(1330), - [anon_sym_ATunload] = ACTIONS(1328), - [anon_sym_ATprefixes] = ACTIONS(1332), - [anon_sym_ATif] = ACTIONS(1334), - [anon_sym_ATifdef] = ACTIONS(1336), - [anon_sym_ATifndef] = ACTIONS(1336), - [anon_sym_ATendif] = ACTIONS(1338), - [anon_sym_ATelse] = ACTIONS(1338), - [anon_sym_ATpragma] = ACTIONS(1340), + [anon_sym_ATdeprecated] = ACTIONS(1331), + [anon_sym_ATload] = ACTIONS(1333), + [anon_sym_ATload_DASHsigs] = ACTIONS(1335), + [anon_sym_ATload_DASHplugin] = ACTIONS(1337), + [anon_sym_ATunload] = ACTIONS(1335), + [anon_sym_ATprefixes] = ACTIONS(1339), + [anon_sym_ATif] = ACTIONS(1341), + [anon_sym_ATifdef] = ACTIONS(1343), + [anon_sym_ATifndef] = ACTIONS(1343), + [anon_sym_ATendif] = ACTIONS(1345), + [anon_sym_ATelse] = ACTIONS(1345), + [anon_sym_ATpragma] = ACTIONS(1347), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -36386,32 +35620,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -36425,29 +35659,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -36466,67 +35700,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1436), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1443), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -36545,67 +35779,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1438), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1445), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -36623,32 +35857,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1294), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1298), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1305), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1300), - [anon_sym_event] = ACTIONS(1302), - [anon_sym_if] = ACTIONS(1304), + [anon_sym_print] = ACTIONS(1307), + [anon_sym_event] = ACTIONS(1309), + [anon_sym_if] = ACTIONS(1311), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1306), - [anon_sym_for] = ACTIONS(1308), + [anon_sym_switch] = ACTIONS(1313), + [anon_sym_for] = ACTIONS(1315), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_next] = ACTIONS(1312), - [anon_sym_break] = ACTIONS(1312), - [anon_sym_fallthrough] = ACTIONS(1312), - [anon_sym_return] = ACTIONS(1314), - [anon_sym_add] = ACTIONS(1316), - [anon_sym_delete] = ACTIONS(1316), - [anon_sym_local] = ACTIONS(1318), - [anon_sym_when] = ACTIONS(1320), - [anon_sym_assert] = ACTIONS(1322), + [anon_sym_while] = ACTIONS(1317), + [anon_sym_next] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_fallthrough] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1321), + [anon_sym_add] = ACTIONS(1323), + [anon_sym_delete] = ACTIONS(1323), + [anon_sym_local] = ACTIONS(1325), + [anon_sym_when] = ACTIONS(1327), + [anon_sym_assert] = ACTIONS(1329), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -36662,29 +35896,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1324), - [anon_sym_ATload] = ACTIONS(1326), - [anon_sym_ATload_DASHsigs] = ACTIONS(1328), - [anon_sym_ATload_DASHplugin] = ACTIONS(1330), - [anon_sym_ATunload] = ACTIONS(1328), - [anon_sym_ATprefixes] = ACTIONS(1332), - [anon_sym_ATif] = ACTIONS(1334), - [anon_sym_ATifdef] = ACTIONS(1336), - [anon_sym_ATifndef] = ACTIONS(1336), - [anon_sym_ATendif] = ACTIONS(1338), - [anon_sym_ATelse] = ACTIONS(1338), - [anon_sym_ATpragma] = ACTIONS(1340), + [anon_sym_ATdeprecated] = ACTIONS(1331), + [anon_sym_ATload] = ACTIONS(1333), + [anon_sym_ATload_DASHsigs] = ACTIONS(1335), + [anon_sym_ATload_DASHplugin] = ACTIONS(1337), + [anon_sym_ATunload] = ACTIONS(1335), + [anon_sym_ATprefixes] = ACTIONS(1339), + [anon_sym_ATif] = ACTIONS(1341), + [anon_sym_ATifdef] = ACTIONS(1343), + [anon_sym_ATifndef] = ACTIONS(1343), + [anon_sym_ATendif] = ACTIONS(1345), + [anon_sym_ATelse] = ACTIONS(1345), + [anon_sym_ATpragma] = ACTIONS(1347), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -36702,32 +35936,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1294), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1298), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1305), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1300), - [anon_sym_event] = ACTIONS(1302), - [anon_sym_if] = ACTIONS(1304), + [anon_sym_print] = ACTIONS(1307), + [anon_sym_event] = ACTIONS(1309), + [anon_sym_if] = ACTIONS(1311), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1306), - [anon_sym_for] = ACTIONS(1308), + [anon_sym_switch] = ACTIONS(1313), + [anon_sym_for] = ACTIONS(1315), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_next] = ACTIONS(1312), - [anon_sym_break] = ACTIONS(1312), - [anon_sym_fallthrough] = ACTIONS(1312), - [anon_sym_return] = ACTIONS(1314), - [anon_sym_add] = ACTIONS(1316), - [anon_sym_delete] = ACTIONS(1316), - [anon_sym_local] = ACTIONS(1318), - [anon_sym_when] = ACTIONS(1320), - [anon_sym_assert] = ACTIONS(1322), + [anon_sym_while] = ACTIONS(1317), + [anon_sym_next] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_fallthrough] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1321), + [anon_sym_add] = ACTIONS(1323), + [anon_sym_delete] = ACTIONS(1323), + [anon_sym_local] = ACTIONS(1325), + [anon_sym_when] = ACTIONS(1327), + [anon_sym_assert] = ACTIONS(1329), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -36741,29 +35975,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1324), - [anon_sym_ATload] = ACTIONS(1326), - [anon_sym_ATload_DASHsigs] = ACTIONS(1328), - [anon_sym_ATload_DASHplugin] = ACTIONS(1330), - [anon_sym_ATunload] = ACTIONS(1328), - [anon_sym_ATprefixes] = ACTIONS(1332), - [anon_sym_ATif] = ACTIONS(1334), - [anon_sym_ATifdef] = ACTIONS(1336), - [anon_sym_ATifndef] = ACTIONS(1336), - [anon_sym_ATendif] = ACTIONS(1338), - [anon_sym_ATelse] = ACTIONS(1338), - [anon_sym_ATpragma] = ACTIONS(1340), + [anon_sym_ATdeprecated] = ACTIONS(1331), + [anon_sym_ATload] = ACTIONS(1333), + [anon_sym_ATload_DASHsigs] = ACTIONS(1335), + [anon_sym_ATload_DASHplugin] = ACTIONS(1337), + [anon_sym_ATunload] = ACTIONS(1335), + [anon_sym_ATprefixes] = ACTIONS(1339), + [anon_sym_ATif] = ACTIONS(1341), + [anon_sym_ATifdef] = ACTIONS(1343), + [anon_sym_ATifndef] = ACTIONS(1343), + [anon_sym_ATendif] = ACTIONS(1345), + [anon_sym_ATelse] = ACTIONS(1345), + [anon_sym_ATpragma] = ACTIONS(1347), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -36781,32 +36015,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1294), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1298), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1305), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1300), - [anon_sym_event] = ACTIONS(1302), - [anon_sym_if] = ACTIONS(1304), + [anon_sym_print] = ACTIONS(1307), + [anon_sym_event] = ACTIONS(1309), + [anon_sym_if] = ACTIONS(1311), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1306), - [anon_sym_for] = ACTIONS(1308), + [anon_sym_switch] = ACTIONS(1313), + [anon_sym_for] = ACTIONS(1315), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_next] = ACTIONS(1312), - [anon_sym_break] = ACTIONS(1312), - [anon_sym_fallthrough] = ACTIONS(1312), - [anon_sym_return] = ACTIONS(1314), - [anon_sym_add] = ACTIONS(1316), - [anon_sym_delete] = ACTIONS(1316), - [anon_sym_local] = ACTIONS(1318), - [anon_sym_when] = ACTIONS(1320), - [anon_sym_assert] = ACTIONS(1322), + [anon_sym_while] = ACTIONS(1317), + [anon_sym_next] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_fallthrough] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1321), + [anon_sym_add] = ACTIONS(1323), + [anon_sym_delete] = ACTIONS(1323), + [anon_sym_local] = ACTIONS(1325), + [anon_sym_when] = ACTIONS(1327), + [anon_sym_assert] = ACTIONS(1329), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -36820,29 +36054,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1324), - [anon_sym_ATload] = ACTIONS(1326), - [anon_sym_ATload_DASHsigs] = ACTIONS(1328), - [anon_sym_ATload_DASHplugin] = ACTIONS(1330), - [anon_sym_ATunload] = ACTIONS(1328), - [anon_sym_ATprefixes] = ACTIONS(1332), - [anon_sym_ATif] = ACTIONS(1334), - [anon_sym_ATifdef] = ACTIONS(1336), - [anon_sym_ATifndef] = ACTIONS(1336), - [anon_sym_ATendif] = ACTIONS(1338), - [anon_sym_ATelse] = ACTIONS(1338), - [anon_sym_ATpragma] = ACTIONS(1340), + [anon_sym_ATdeprecated] = ACTIONS(1331), + [anon_sym_ATload] = ACTIONS(1333), + [anon_sym_ATload_DASHsigs] = ACTIONS(1335), + [anon_sym_ATload_DASHplugin] = ACTIONS(1337), + [anon_sym_ATunload] = ACTIONS(1335), + [anon_sym_ATprefixes] = ACTIONS(1339), + [anon_sym_ATif] = ACTIONS(1341), + [anon_sym_ATifdef] = ACTIONS(1343), + [anon_sym_ATifndef] = ACTIONS(1343), + [anon_sym_ATendif] = ACTIONS(1345), + [anon_sym_ATelse] = ACTIONS(1345), + [anon_sym_ATpragma] = ACTIONS(1347), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -36860,32 +36094,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -36899,29 +36133,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -36940,67 +36174,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1440), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1447), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -37019,67 +36253,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1442), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1449), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -37099,10 +36333,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(15), - [anon_sym_const] = ACTIONS(598), + [anon_sym_const] = ACTIONS(603), [anon_sym_record] = ACTIONS(25), [anon_sym_print] = ACTIONS(29), - [anon_sym_event] = ACTIONS(600), + [anon_sym_event] = ACTIONS(605), [anon_sym_if] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_switch] = ACTIONS(37), @@ -37121,8 +36355,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -37136,29 +36370,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(602), - [anon_sym_ATload] = ACTIONS(604), - [anon_sym_ATload_DASHsigs] = ACTIONS(606), - [anon_sym_ATload_DASHplugin] = ACTIONS(608), - [anon_sym_ATunload] = ACTIONS(606), - [anon_sym_ATprefixes] = ACTIONS(610), - [anon_sym_ATif] = ACTIONS(612), - [anon_sym_ATifdef] = ACTIONS(614), - [anon_sym_ATifndef] = ACTIONS(614), - [anon_sym_ATendif] = ACTIONS(616), - [anon_sym_ATelse] = ACTIONS(616), - [anon_sym_ATpragma] = ACTIONS(618), + [anon_sym_ATdeprecated] = ACTIONS(607), + [anon_sym_ATload] = ACTIONS(609), + [anon_sym_ATload_DASHsigs] = ACTIONS(611), + [anon_sym_ATload_DASHplugin] = ACTIONS(613), + [anon_sym_ATunload] = ACTIONS(611), + [anon_sym_ATprefixes] = ACTIONS(615), + [anon_sym_ATif] = ACTIONS(617), + [anon_sym_ATifdef] = ACTIONS(619), + [anon_sym_ATifndef] = ACTIONS(619), + [anon_sym_ATendif] = ACTIONS(621), + [anon_sym_ATelse] = ACTIONS(621), + [anon_sym_ATpragma] = ACTIONS(623), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -37177,67 +36411,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1444), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1451), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -37255,32 +36489,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_const] = ACTIONS(1355), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1350), - [anon_sym_event] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1354), + [anon_sym_print] = ACTIONS(1357), + [anon_sym_event] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1361), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_next] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_fallthrough] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_add] = ACTIONS(1366), - [anon_sym_delete] = ACTIONS(1366), - [anon_sym_local] = ACTIONS(1368), - [anon_sym_when] = ACTIONS(1370), - [anon_sym_assert] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_next] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_fallthrough] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_add] = ACTIONS(1373), + [anon_sym_delete] = ACTIONS(1373), + [anon_sym_local] = ACTIONS(1375), + [anon_sym_when] = ACTIONS(1377), + [anon_sym_assert] = ACTIONS(1379), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -37294,29 +36528,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1374), - [anon_sym_ATload] = ACTIONS(1376), - [anon_sym_ATload_DASHsigs] = ACTIONS(1378), - [anon_sym_ATload_DASHplugin] = ACTIONS(1380), - [anon_sym_ATunload] = ACTIONS(1378), - [anon_sym_ATprefixes] = ACTIONS(1382), - [anon_sym_ATif] = ACTIONS(1384), - [anon_sym_ATifdef] = ACTIONS(1386), - [anon_sym_ATifndef] = ACTIONS(1386), - [anon_sym_ATendif] = ACTIONS(1388), - [anon_sym_ATelse] = ACTIONS(1388), - [anon_sym_ATpragma] = ACTIONS(1390), + [anon_sym_ATdeprecated] = ACTIONS(1381), + [anon_sym_ATload] = ACTIONS(1383), + [anon_sym_ATload_DASHsigs] = ACTIONS(1385), + [anon_sym_ATload_DASHplugin] = ACTIONS(1387), + [anon_sym_ATunload] = ACTIONS(1385), + [anon_sym_ATprefixes] = ACTIONS(1389), + [anon_sym_ATif] = ACTIONS(1391), + [anon_sym_ATifdef] = ACTIONS(1393), + [anon_sym_ATifndef] = ACTIONS(1393), + [anon_sym_ATendif] = ACTIONS(1395), + [anon_sym_ATelse] = ACTIONS(1395), + [anon_sym_ATpragma] = ACTIONS(1397), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -37334,32 +36568,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_const] = ACTIONS(1355), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1350), - [anon_sym_event] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1354), + [anon_sym_print] = ACTIONS(1357), + [anon_sym_event] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1361), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_next] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_fallthrough] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_add] = ACTIONS(1366), - [anon_sym_delete] = ACTIONS(1366), - [anon_sym_local] = ACTIONS(1368), - [anon_sym_when] = ACTIONS(1370), - [anon_sym_assert] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_next] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_fallthrough] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_add] = ACTIONS(1373), + [anon_sym_delete] = ACTIONS(1373), + [anon_sym_local] = ACTIONS(1375), + [anon_sym_when] = ACTIONS(1377), + [anon_sym_assert] = ACTIONS(1379), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -37373,29 +36607,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1374), - [anon_sym_ATload] = ACTIONS(1376), - [anon_sym_ATload_DASHsigs] = ACTIONS(1378), - [anon_sym_ATload_DASHplugin] = ACTIONS(1380), - [anon_sym_ATunload] = ACTIONS(1378), - [anon_sym_ATprefixes] = ACTIONS(1382), - [anon_sym_ATif] = ACTIONS(1384), - [anon_sym_ATifdef] = ACTIONS(1386), - [anon_sym_ATifndef] = ACTIONS(1386), - [anon_sym_ATendif] = ACTIONS(1388), - [anon_sym_ATelse] = ACTIONS(1388), - [anon_sym_ATpragma] = ACTIONS(1390), + [anon_sym_ATdeprecated] = ACTIONS(1381), + [anon_sym_ATload] = ACTIONS(1383), + [anon_sym_ATload_DASHsigs] = ACTIONS(1385), + [anon_sym_ATload_DASHplugin] = ACTIONS(1387), + [anon_sym_ATunload] = ACTIONS(1385), + [anon_sym_ATprefixes] = ACTIONS(1389), + [anon_sym_ATif] = ACTIONS(1391), + [anon_sym_ATifdef] = ACTIONS(1393), + [anon_sym_ATifndef] = ACTIONS(1393), + [anon_sym_ATendif] = ACTIONS(1395), + [anon_sym_ATelse] = ACTIONS(1395), + [anon_sym_ATpragma] = ACTIONS(1397), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -37413,32 +36647,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_const] = ACTIONS(1355), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1350), - [anon_sym_event] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1354), + [anon_sym_print] = ACTIONS(1357), + [anon_sym_event] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1361), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_next] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_fallthrough] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_add] = ACTIONS(1366), - [anon_sym_delete] = ACTIONS(1366), - [anon_sym_local] = ACTIONS(1368), - [anon_sym_when] = ACTIONS(1370), - [anon_sym_assert] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_next] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_fallthrough] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_add] = ACTIONS(1373), + [anon_sym_delete] = ACTIONS(1373), + [anon_sym_local] = ACTIONS(1375), + [anon_sym_when] = ACTIONS(1377), + [anon_sym_assert] = ACTIONS(1379), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -37452,29 +36686,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1374), - [anon_sym_ATload] = ACTIONS(1376), - [anon_sym_ATload_DASHsigs] = ACTIONS(1378), - [anon_sym_ATload_DASHplugin] = ACTIONS(1380), - [anon_sym_ATunload] = ACTIONS(1378), - [anon_sym_ATprefixes] = ACTIONS(1382), - [anon_sym_ATif] = ACTIONS(1384), - [anon_sym_ATifdef] = ACTIONS(1386), - [anon_sym_ATifndef] = ACTIONS(1386), - [anon_sym_ATendif] = ACTIONS(1388), - [anon_sym_ATelse] = ACTIONS(1388), - [anon_sym_ATpragma] = ACTIONS(1390), + [anon_sym_ATdeprecated] = ACTIONS(1381), + [anon_sym_ATload] = ACTIONS(1383), + [anon_sym_ATload_DASHsigs] = ACTIONS(1385), + [anon_sym_ATload_DASHplugin] = ACTIONS(1387), + [anon_sym_ATunload] = ACTIONS(1385), + [anon_sym_ATprefixes] = ACTIONS(1389), + [anon_sym_ATif] = ACTIONS(1391), + [anon_sym_ATifdef] = ACTIONS(1393), + [anon_sym_ATifndef] = ACTIONS(1393), + [anon_sym_ATendif] = ACTIONS(1395), + [anon_sym_ATelse] = ACTIONS(1395), + [anon_sym_ATpragma] = ACTIONS(1397), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -37492,32 +36726,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_const] = ACTIONS(1355), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1350), - [anon_sym_event] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1354), + [anon_sym_print] = ACTIONS(1357), + [anon_sym_event] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1361), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_next] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_fallthrough] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_add] = ACTIONS(1366), - [anon_sym_delete] = ACTIONS(1366), - [anon_sym_local] = ACTIONS(1368), - [anon_sym_when] = ACTIONS(1370), - [anon_sym_assert] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_next] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_fallthrough] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_add] = ACTIONS(1373), + [anon_sym_delete] = ACTIONS(1373), + [anon_sym_local] = ACTIONS(1375), + [anon_sym_when] = ACTIONS(1377), + [anon_sym_assert] = ACTIONS(1379), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -37531,29 +36765,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1374), - [anon_sym_ATload] = ACTIONS(1376), - [anon_sym_ATload_DASHsigs] = ACTIONS(1378), - [anon_sym_ATload_DASHplugin] = ACTIONS(1380), - [anon_sym_ATunload] = ACTIONS(1378), - [anon_sym_ATprefixes] = ACTIONS(1382), - [anon_sym_ATif] = ACTIONS(1384), - [anon_sym_ATifdef] = ACTIONS(1386), - [anon_sym_ATifndef] = ACTIONS(1386), - [anon_sym_ATendif] = ACTIONS(1388), - [anon_sym_ATelse] = ACTIONS(1388), - [anon_sym_ATpragma] = ACTIONS(1390), + [anon_sym_ATdeprecated] = ACTIONS(1381), + [anon_sym_ATload] = ACTIONS(1383), + [anon_sym_ATload_DASHsigs] = ACTIONS(1385), + [anon_sym_ATload_DASHplugin] = ACTIONS(1387), + [anon_sym_ATunload] = ACTIONS(1385), + [anon_sym_ATprefixes] = ACTIONS(1389), + [anon_sym_ATif] = ACTIONS(1391), + [anon_sym_ATifdef] = ACTIONS(1393), + [anon_sym_ATifndef] = ACTIONS(1393), + [anon_sym_ATendif] = ACTIONS(1395), + [anon_sym_ATelse] = ACTIONS(1395), + [anon_sym_ATpragma] = ACTIONS(1397), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -37572,67 +36806,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1453), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -37651,67 +36885,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1448), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1455), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -37729,32 +36963,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_const] = ACTIONS(1355), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1350), - [anon_sym_event] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1354), + [anon_sym_print] = ACTIONS(1357), + [anon_sym_event] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1361), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_next] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_fallthrough] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_add] = ACTIONS(1366), - [anon_sym_delete] = ACTIONS(1366), - [anon_sym_local] = ACTIONS(1368), - [anon_sym_when] = ACTIONS(1370), - [anon_sym_assert] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_next] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_fallthrough] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_add] = ACTIONS(1373), + [anon_sym_delete] = ACTIONS(1373), + [anon_sym_local] = ACTIONS(1375), + [anon_sym_when] = ACTIONS(1377), + [anon_sym_assert] = ACTIONS(1379), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -37768,29 +37002,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1374), - [anon_sym_ATload] = ACTIONS(1376), - [anon_sym_ATload_DASHsigs] = ACTIONS(1378), - [anon_sym_ATload_DASHplugin] = ACTIONS(1380), - [anon_sym_ATunload] = ACTIONS(1378), - [anon_sym_ATprefixes] = ACTIONS(1382), - [anon_sym_ATif] = ACTIONS(1384), - [anon_sym_ATifdef] = ACTIONS(1386), - [anon_sym_ATifndef] = ACTIONS(1386), - [anon_sym_ATendif] = ACTIONS(1388), - [anon_sym_ATelse] = ACTIONS(1388), - [anon_sym_ATpragma] = ACTIONS(1390), + [anon_sym_ATdeprecated] = ACTIONS(1381), + [anon_sym_ATload] = ACTIONS(1383), + [anon_sym_ATload_DASHsigs] = ACTIONS(1385), + [anon_sym_ATload_DASHplugin] = ACTIONS(1387), + [anon_sym_ATunload] = ACTIONS(1385), + [anon_sym_ATprefixes] = ACTIONS(1389), + [anon_sym_ATif] = ACTIONS(1391), + [anon_sym_ATifdef] = ACTIONS(1393), + [anon_sym_ATifndef] = ACTIONS(1393), + [anon_sym_ATendif] = ACTIONS(1395), + [anon_sym_ATelse] = ACTIONS(1395), + [anon_sym_ATpragma] = ACTIONS(1397), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -37808,32 +37042,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_const] = ACTIONS(1355), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1350), - [anon_sym_event] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1354), + [anon_sym_print] = ACTIONS(1357), + [anon_sym_event] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1361), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_next] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_fallthrough] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_add] = ACTIONS(1366), - [anon_sym_delete] = ACTIONS(1366), - [anon_sym_local] = ACTIONS(1368), - [anon_sym_when] = ACTIONS(1370), - [anon_sym_assert] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_next] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_fallthrough] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_add] = ACTIONS(1373), + [anon_sym_delete] = ACTIONS(1373), + [anon_sym_local] = ACTIONS(1375), + [anon_sym_when] = ACTIONS(1377), + [anon_sym_assert] = ACTIONS(1379), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -37847,29 +37081,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1374), - [anon_sym_ATload] = ACTIONS(1376), - [anon_sym_ATload_DASHsigs] = ACTIONS(1378), - [anon_sym_ATload_DASHplugin] = ACTIONS(1380), - [anon_sym_ATunload] = ACTIONS(1378), - [anon_sym_ATprefixes] = ACTIONS(1382), - [anon_sym_ATif] = ACTIONS(1384), - [anon_sym_ATifdef] = ACTIONS(1386), - [anon_sym_ATifndef] = ACTIONS(1386), - [anon_sym_ATendif] = ACTIONS(1388), - [anon_sym_ATelse] = ACTIONS(1388), - [anon_sym_ATpragma] = ACTIONS(1390), + [anon_sym_ATdeprecated] = ACTIONS(1381), + [anon_sym_ATload] = ACTIONS(1383), + [anon_sym_ATload_DASHsigs] = ACTIONS(1385), + [anon_sym_ATload_DASHplugin] = ACTIONS(1387), + [anon_sym_ATunload] = ACTIONS(1385), + [anon_sym_ATprefixes] = ACTIONS(1389), + [anon_sym_ATif] = ACTIONS(1391), + [anon_sym_ATifdef] = ACTIONS(1393), + [anon_sym_ATifndef] = ACTIONS(1393), + [anon_sym_ATendif] = ACTIONS(1395), + [anon_sym_ATelse] = ACTIONS(1395), + [anon_sym_ATpragma] = ACTIONS(1397), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -37887,32 +37121,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_const] = ACTIONS(1355), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1350), - [anon_sym_event] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1354), + [anon_sym_print] = ACTIONS(1357), + [anon_sym_event] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1361), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_next] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_fallthrough] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_add] = ACTIONS(1366), - [anon_sym_delete] = ACTIONS(1366), - [anon_sym_local] = ACTIONS(1368), - [anon_sym_when] = ACTIONS(1370), - [anon_sym_assert] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_next] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_fallthrough] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_add] = ACTIONS(1373), + [anon_sym_delete] = ACTIONS(1373), + [anon_sym_local] = ACTIONS(1375), + [anon_sym_when] = ACTIONS(1377), + [anon_sym_assert] = ACTIONS(1379), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -37926,29 +37160,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1374), - [anon_sym_ATload] = ACTIONS(1376), - [anon_sym_ATload_DASHsigs] = ACTIONS(1378), - [anon_sym_ATload_DASHplugin] = ACTIONS(1380), - [anon_sym_ATunload] = ACTIONS(1378), - [anon_sym_ATprefixes] = ACTIONS(1382), - [anon_sym_ATif] = ACTIONS(1384), - [anon_sym_ATifdef] = ACTIONS(1386), - [anon_sym_ATifndef] = ACTIONS(1386), - [anon_sym_ATendif] = ACTIONS(1388), - [anon_sym_ATelse] = ACTIONS(1388), - [anon_sym_ATpragma] = ACTIONS(1390), + [anon_sym_ATdeprecated] = ACTIONS(1381), + [anon_sym_ATload] = ACTIONS(1383), + [anon_sym_ATload_DASHsigs] = ACTIONS(1385), + [anon_sym_ATload_DASHplugin] = ACTIONS(1387), + [anon_sym_ATunload] = ACTIONS(1385), + [anon_sym_ATprefixes] = ACTIONS(1389), + [anon_sym_ATif] = ACTIONS(1391), + [anon_sym_ATifdef] = ACTIONS(1393), + [anon_sym_ATifndef] = ACTIONS(1393), + [anon_sym_ATendif] = ACTIONS(1395), + [anon_sym_ATelse] = ACTIONS(1395), + [anon_sym_ATpragma] = ACTIONS(1397), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -37968,10 +37202,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(15), - [anon_sym_const] = ACTIONS(598), + [anon_sym_const] = ACTIONS(603), [anon_sym_record] = ACTIONS(25), [anon_sym_print] = ACTIONS(29), - [anon_sym_event] = ACTIONS(600), + [anon_sym_event] = ACTIONS(605), [anon_sym_if] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_switch] = ACTIONS(37), @@ -37990,8 +37224,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -38005,29 +37239,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(602), - [anon_sym_ATload] = ACTIONS(604), - [anon_sym_ATload_DASHsigs] = ACTIONS(606), - [anon_sym_ATload_DASHplugin] = ACTIONS(608), - [anon_sym_ATunload] = ACTIONS(606), - [anon_sym_ATprefixes] = ACTIONS(610), - [anon_sym_ATif] = ACTIONS(612), - [anon_sym_ATifdef] = ACTIONS(614), - [anon_sym_ATifndef] = ACTIONS(614), - [anon_sym_ATendif] = ACTIONS(616), - [anon_sym_ATelse] = ACTIONS(616), - [anon_sym_ATpragma] = ACTIONS(618), + [anon_sym_ATdeprecated] = ACTIONS(607), + [anon_sym_ATload] = ACTIONS(609), + [anon_sym_ATload_DASHsigs] = ACTIONS(611), + [anon_sym_ATload_DASHplugin] = ACTIONS(613), + [anon_sym_ATunload] = ACTIONS(611), + [anon_sym_ATprefixes] = ACTIONS(615), + [anon_sym_ATif] = ACTIONS(617), + [anon_sym_ATifdef] = ACTIONS(619), + [anon_sym_ATifndef] = ACTIONS(619), + [anon_sym_ATendif] = ACTIONS(621), + [anon_sym_ATelse] = ACTIONS(621), + [anon_sym_ATpragma] = ACTIONS(623), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -38045,32 +37279,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1294), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1298), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1305), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1300), - [anon_sym_event] = ACTIONS(1302), - [anon_sym_if] = ACTIONS(1304), + [anon_sym_print] = ACTIONS(1307), + [anon_sym_event] = ACTIONS(1309), + [anon_sym_if] = ACTIONS(1311), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1306), - [anon_sym_for] = ACTIONS(1308), + [anon_sym_switch] = ACTIONS(1313), + [anon_sym_for] = ACTIONS(1315), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_next] = ACTIONS(1312), - [anon_sym_break] = ACTIONS(1312), - [anon_sym_fallthrough] = ACTIONS(1312), - [anon_sym_return] = ACTIONS(1314), - [anon_sym_add] = ACTIONS(1316), - [anon_sym_delete] = ACTIONS(1316), - [anon_sym_local] = ACTIONS(1318), - [anon_sym_when] = ACTIONS(1320), - [anon_sym_assert] = ACTIONS(1322), + [anon_sym_while] = ACTIONS(1317), + [anon_sym_next] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_fallthrough] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1321), + [anon_sym_add] = ACTIONS(1323), + [anon_sym_delete] = ACTIONS(1323), + [anon_sym_local] = ACTIONS(1325), + [anon_sym_when] = ACTIONS(1327), + [anon_sym_assert] = ACTIONS(1329), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -38084,29 +37318,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1324), - [anon_sym_ATload] = ACTIONS(1326), - [anon_sym_ATload_DASHsigs] = ACTIONS(1328), - [anon_sym_ATload_DASHplugin] = ACTIONS(1330), - [anon_sym_ATunload] = ACTIONS(1328), - [anon_sym_ATprefixes] = ACTIONS(1332), - [anon_sym_ATif] = ACTIONS(1334), - [anon_sym_ATifdef] = ACTIONS(1336), - [anon_sym_ATifndef] = ACTIONS(1336), - [anon_sym_ATendif] = ACTIONS(1338), - [anon_sym_ATelse] = ACTIONS(1338), - [anon_sym_ATpragma] = ACTIONS(1340), + [anon_sym_ATdeprecated] = ACTIONS(1331), + [anon_sym_ATload] = ACTIONS(1333), + [anon_sym_ATload_DASHsigs] = ACTIONS(1335), + [anon_sym_ATload_DASHplugin] = ACTIONS(1337), + [anon_sym_ATunload] = ACTIONS(1335), + [anon_sym_ATprefixes] = ACTIONS(1339), + [anon_sym_ATif] = ACTIONS(1341), + [anon_sym_ATifdef] = ACTIONS(1343), + [anon_sym_ATifndef] = ACTIONS(1343), + [anon_sym_ATendif] = ACTIONS(1345), + [anon_sym_ATelse] = ACTIONS(1345), + [anon_sym_ATpragma] = ACTIONS(1347), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -38124,32 +37358,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1061), + [anon_sym_const] = ACTIONS(1063), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1058), - [anon_sym_event] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1062), + [anon_sym_print] = ACTIONS(1065), + [anon_sym_event] = ACTIONS(1067), + [anon_sym_if] = ACTIONS(1069), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1071), + [anon_sym_for] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_next] = ACTIONS(1070), - [anon_sym_break] = ACTIONS(1070), - [anon_sym_fallthrough] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_add] = ACTIONS(1074), - [anon_sym_delete] = ACTIONS(1074), - [anon_sym_local] = ACTIONS(1076), - [anon_sym_when] = ACTIONS(1078), - [anon_sym_assert] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1075), + [anon_sym_next] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_fallthrough] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1079), + [anon_sym_add] = ACTIONS(1081), + [anon_sym_delete] = ACTIONS(1081), + [anon_sym_local] = ACTIONS(1083), + [anon_sym_when] = ACTIONS(1085), + [anon_sym_assert] = ACTIONS(1087), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -38163,29 +37397,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1082), - [anon_sym_ATload] = ACTIONS(1084), - [anon_sym_ATload_DASHsigs] = ACTIONS(1086), - [anon_sym_ATload_DASHplugin] = ACTIONS(1088), - [anon_sym_ATunload] = ACTIONS(1086), - [anon_sym_ATprefixes] = ACTIONS(1090), - [anon_sym_ATif] = ACTIONS(1092), - [anon_sym_ATifdef] = ACTIONS(1094), - [anon_sym_ATifndef] = ACTIONS(1094), - [anon_sym_ATendif] = ACTIONS(1096), - [anon_sym_ATelse] = ACTIONS(1096), - [anon_sym_ATpragma] = ACTIONS(1098), + [anon_sym_ATdeprecated] = ACTIONS(1089), + [anon_sym_ATload] = ACTIONS(1091), + [anon_sym_ATload_DASHsigs] = ACTIONS(1093), + [anon_sym_ATload_DASHplugin] = ACTIONS(1095), + [anon_sym_ATunload] = ACTIONS(1093), + [anon_sym_ATprefixes] = ACTIONS(1097), + [anon_sym_ATif] = ACTIONS(1099), + [anon_sym_ATifdef] = ACTIONS(1101), + [anon_sym_ATifndef] = ACTIONS(1101), + [anon_sym_ATendif] = ACTIONS(1103), + [anon_sym_ATelse] = ACTIONS(1103), + [anon_sym_ATpragma] = ACTIONS(1105), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -38203,32 +37437,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1061), + [anon_sym_const] = ACTIONS(1063), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1058), - [anon_sym_event] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1062), + [anon_sym_print] = ACTIONS(1065), + [anon_sym_event] = ACTIONS(1067), + [anon_sym_if] = ACTIONS(1069), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1071), + [anon_sym_for] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_next] = ACTIONS(1070), - [anon_sym_break] = ACTIONS(1070), - [anon_sym_fallthrough] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_add] = ACTIONS(1074), - [anon_sym_delete] = ACTIONS(1074), - [anon_sym_local] = ACTIONS(1076), - [anon_sym_when] = ACTIONS(1078), - [anon_sym_assert] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1075), + [anon_sym_next] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_fallthrough] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1079), + [anon_sym_add] = ACTIONS(1081), + [anon_sym_delete] = ACTIONS(1081), + [anon_sym_local] = ACTIONS(1083), + [anon_sym_when] = ACTIONS(1085), + [anon_sym_assert] = ACTIONS(1087), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -38242,29 +37476,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1082), - [anon_sym_ATload] = ACTIONS(1084), - [anon_sym_ATload_DASHsigs] = ACTIONS(1086), - [anon_sym_ATload_DASHplugin] = ACTIONS(1088), - [anon_sym_ATunload] = ACTIONS(1086), - [anon_sym_ATprefixes] = ACTIONS(1090), - [anon_sym_ATif] = ACTIONS(1092), - [anon_sym_ATifdef] = ACTIONS(1094), - [anon_sym_ATifndef] = ACTIONS(1094), - [anon_sym_ATendif] = ACTIONS(1096), - [anon_sym_ATelse] = ACTIONS(1096), - [anon_sym_ATpragma] = ACTIONS(1098), + [anon_sym_ATdeprecated] = ACTIONS(1089), + [anon_sym_ATload] = ACTIONS(1091), + [anon_sym_ATload_DASHsigs] = ACTIONS(1093), + [anon_sym_ATload_DASHplugin] = ACTIONS(1095), + [anon_sym_ATunload] = ACTIONS(1093), + [anon_sym_ATprefixes] = ACTIONS(1097), + [anon_sym_ATif] = ACTIONS(1099), + [anon_sym_ATifdef] = ACTIONS(1101), + [anon_sym_ATifndef] = ACTIONS(1101), + [anon_sym_ATendif] = ACTIONS(1103), + [anon_sym_ATelse] = ACTIONS(1103), + [anon_sym_ATpragma] = ACTIONS(1105), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -38282,32 +37516,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1056), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1061), + [anon_sym_const] = ACTIONS(1063), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1058), - [anon_sym_event] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1062), + [anon_sym_print] = ACTIONS(1065), + [anon_sym_event] = ACTIONS(1067), + [anon_sym_if] = ACTIONS(1069), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1071), + [anon_sym_for] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_next] = ACTIONS(1070), - [anon_sym_break] = ACTIONS(1070), - [anon_sym_fallthrough] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_add] = ACTIONS(1074), - [anon_sym_delete] = ACTIONS(1074), - [anon_sym_local] = ACTIONS(1076), - [anon_sym_when] = ACTIONS(1078), - [anon_sym_assert] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1075), + [anon_sym_next] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_fallthrough] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1079), + [anon_sym_add] = ACTIONS(1081), + [anon_sym_delete] = ACTIONS(1081), + [anon_sym_local] = ACTIONS(1083), + [anon_sym_when] = ACTIONS(1085), + [anon_sym_assert] = ACTIONS(1087), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -38321,29 +37555,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1082), - [anon_sym_ATload] = ACTIONS(1084), - [anon_sym_ATload_DASHsigs] = ACTIONS(1086), - [anon_sym_ATload_DASHplugin] = ACTIONS(1088), - [anon_sym_ATunload] = ACTIONS(1086), - [anon_sym_ATprefixes] = ACTIONS(1090), - [anon_sym_ATif] = ACTIONS(1092), - [anon_sym_ATifdef] = ACTIONS(1094), - [anon_sym_ATifndef] = ACTIONS(1094), - [anon_sym_ATendif] = ACTIONS(1096), - [anon_sym_ATelse] = ACTIONS(1096), - [anon_sym_ATpragma] = ACTIONS(1098), + [anon_sym_ATdeprecated] = ACTIONS(1089), + [anon_sym_ATload] = ACTIONS(1091), + [anon_sym_ATload_DASHsigs] = ACTIONS(1093), + [anon_sym_ATload_DASHplugin] = ACTIONS(1095), + [anon_sym_ATunload] = ACTIONS(1093), + [anon_sym_ATprefixes] = ACTIONS(1097), + [anon_sym_ATif] = ACTIONS(1099), + [anon_sym_ATifdef] = ACTIONS(1101), + [anon_sym_ATifndef] = ACTIONS(1101), + [anon_sym_ATendif] = ACTIONS(1103), + [anon_sym_ATelse] = ACTIONS(1103), + [anon_sym_ATpragma] = ACTIONS(1105), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -38361,32 +37595,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -38400,29 +37634,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -38440,32 +37674,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -38479,29 +37713,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -38519,32 +37753,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_LBRACE] = ACTIONS(1111), + [anon_sym_const] = ACTIONS(1113), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1108), - [anon_sym_event] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1112), + [anon_sym_print] = ACTIONS(1115), + [anon_sym_event] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1116), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_for] = ACTIONS(1123), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_next] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_fallthrough] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_add] = ACTIONS(1124), - [anon_sym_delete] = ACTIONS(1124), - [anon_sym_local] = ACTIONS(1126), - [anon_sym_when] = ACTIONS(1128), - [anon_sym_assert] = ACTIONS(1130), + [anon_sym_while] = ACTIONS(1125), + [anon_sym_next] = ACTIONS(1127), + [anon_sym_break] = ACTIONS(1127), + [anon_sym_fallthrough] = ACTIONS(1127), + [anon_sym_return] = ACTIONS(1129), + [anon_sym_add] = ACTIONS(1131), + [anon_sym_delete] = ACTIONS(1131), + [anon_sym_local] = ACTIONS(1133), + [anon_sym_when] = ACTIONS(1135), + [anon_sym_assert] = ACTIONS(1137), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -38558,29 +37792,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1132), - [anon_sym_ATload] = ACTIONS(1134), - [anon_sym_ATload_DASHsigs] = ACTIONS(1136), - [anon_sym_ATload_DASHplugin] = ACTIONS(1138), - [anon_sym_ATunload] = ACTIONS(1136), - [anon_sym_ATprefixes] = ACTIONS(1140), - [anon_sym_ATif] = ACTIONS(1142), - [anon_sym_ATifdef] = ACTIONS(1144), - [anon_sym_ATifndef] = ACTIONS(1144), - [anon_sym_ATendif] = ACTIONS(1146), - [anon_sym_ATelse] = ACTIONS(1146), - [anon_sym_ATpragma] = ACTIONS(1148), + [anon_sym_ATdeprecated] = ACTIONS(1139), + [anon_sym_ATload] = ACTIONS(1141), + [anon_sym_ATload_DASHsigs] = ACTIONS(1143), + [anon_sym_ATload_DASHplugin] = ACTIONS(1145), + [anon_sym_ATunload] = ACTIONS(1143), + [anon_sym_ATprefixes] = ACTIONS(1147), + [anon_sym_ATif] = ACTIONS(1149), + [anon_sym_ATifdef] = ACTIONS(1151), + [anon_sym_ATifndef] = ACTIONS(1151), + [anon_sym_ATendif] = ACTIONS(1153), + [anon_sym_ATelse] = ACTIONS(1153), + [anon_sym_ATpragma] = ACTIONS(1155), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -38598,32 +37832,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -38637,29 +37871,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -38677,32 +37911,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -38716,29 +37950,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -38756,32 +37990,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_const] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_LBRACE] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1161), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1156), - [anon_sym_event] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1160), + [anon_sym_print] = ACTIONS(1163), + [anon_sym_event] = ACTIONS(1165), + [anon_sym_if] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_next] = ACTIONS(1168), - [anon_sym_break] = ACTIONS(1168), - [anon_sym_fallthrough] = ACTIONS(1168), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_add] = ACTIONS(1172), - [anon_sym_delete] = ACTIONS(1172), - [anon_sym_local] = ACTIONS(1174), - [anon_sym_when] = ACTIONS(1176), - [anon_sym_assert] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1173), + [anon_sym_next] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1175), + [anon_sym_fallthrough] = ACTIONS(1175), + [anon_sym_return] = ACTIONS(1177), + [anon_sym_add] = ACTIONS(1179), + [anon_sym_delete] = ACTIONS(1179), + [anon_sym_local] = ACTIONS(1181), + [anon_sym_when] = ACTIONS(1183), + [anon_sym_assert] = ACTIONS(1185), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -38795,29 +38029,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1180), - [anon_sym_ATload] = ACTIONS(1182), - [anon_sym_ATload_DASHsigs] = ACTIONS(1184), - [anon_sym_ATload_DASHplugin] = ACTIONS(1186), - [anon_sym_ATunload] = ACTIONS(1184), - [anon_sym_ATprefixes] = ACTIONS(1188), - [anon_sym_ATif] = ACTIONS(1190), - [anon_sym_ATifdef] = ACTIONS(1192), - [anon_sym_ATifndef] = ACTIONS(1192), - [anon_sym_ATendif] = ACTIONS(1194), - [anon_sym_ATelse] = ACTIONS(1194), - [anon_sym_ATpragma] = ACTIONS(1196), + [anon_sym_ATdeprecated] = ACTIONS(1187), + [anon_sym_ATload] = ACTIONS(1189), + [anon_sym_ATload_DASHsigs] = ACTIONS(1191), + [anon_sym_ATload_DASHplugin] = ACTIONS(1193), + [anon_sym_ATunload] = ACTIONS(1191), + [anon_sym_ATprefixes] = ACTIONS(1195), + [anon_sym_ATif] = ACTIONS(1197), + [anon_sym_ATifdef] = ACTIONS(1199), + [anon_sym_ATifndef] = ACTIONS(1199), + [anon_sym_ATendif] = ACTIONS(1201), + [anon_sym_ATelse] = ACTIONS(1201), + [anon_sym_ATpragma] = ACTIONS(1203), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -38835,32 +38069,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_const] = ACTIONS(1250), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1257), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1252), - [anon_sym_event] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1256), + [anon_sym_print] = ACTIONS(1259), + [anon_sym_event] = ACTIONS(1261), + [anon_sym_if] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1260), + [anon_sym_switch] = ACTIONS(1265), + [anon_sym_for] = ACTIONS(1267), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_next] = ACTIONS(1264), - [anon_sym_break] = ACTIONS(1264), - [anon_sym_fallthrough] = ACTIONS(1264), - [anon_sym_return] = ACTIONS(1266), - [anon_sym_add] = ACTIONS(1268), - [anon_sym_delete] = ACTIONS(1268), - [anon_sym_local] = ACTIONS(1270), - [anon_sym_when] = ACTIONS(1272), - [anon_sym_assert] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1269), + [anon_sym_next] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_fallthrough] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1273), + [anon_sym_add] = ACTIONS(1275), + [anon_sym_delete] = ACTIONS(1275), + [anon_sym_local] = ACTIONS(1277), + [anon_sym_when] = ACTIONS(1279), + [anon_sym_assert] = ACTIONS(1281), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -38874,29 +38108,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1276), - [anon_sym_ATload] = ACTIONS(1278), - [anon_sym_ATload_DASHsigs] = ACTIONS(1280), - [anon_sym_ATload_DASHplugin] = ACTIONS(1282), - [anon_sym_ATunload] = ACTIONS(1280), - [anon_sym_ATprefixes] = ACTIONS(1284), - [anon_sym_ATif] = ACTIONS(1286), - [anon_sym_ATifdef] = ACTIONS(1288), - [anon_sym_ATifndef] = ACTIONS(1288), - [anon_sym_ATendif] = ACTIONS(1290), - [anon_sym_ATelse] = ACTIONS(1290), - [anon_sym_ATpragma] = ACTIONS(1292), + [anon_sym_ATdeprecated] = ACTIONS(1283), + [anon_sym_ATload] = ACTIONS(1285), + [anon_sym_ATload_DASHsigs] = ACTIONS(1287), + [anon_sym_ATload_DASHplugin] = ACTIONS(1289), + [anon_sym_ATunload] = ACTIONS(1287), + [anon_sym_ATprefixes] = ACTIONS(1291), + [anon_sym_ATif] = ACTIONS(1293), + [anon_sym_ATifdef] = ACTIONS(1295), + [anon_sym_ATifndef] = ACTIONS(1295), + [anon_sym_ATendif] = ACTIONS(1297), + [anon_sym_ATelse] = ACTIONS(1297), + [anon_sym_ATpragma] = ACTIONS(1299), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -38914,32 +38148,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_const] = ACTIONS(1250), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1257), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1252), - [anon_sym_event] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1256), + [anon_sym_print] = ACTIONS(1259), + [anon_sym_event] = ACTIONS(1261), + [anon_sym_if] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1260), + [anon_sym_switch] = ACTIONS(1265), + [anon_sym_for] = ACTIONS(1267), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_next] = ACTIONS(1264), - [anon_sym_break] = ACTIONS(1264), - [anon_sym_fallthrough] = ACTIONS(1264), - [anon_sym_return] = ACTIONS(1266), - [anon_sym_add] = ACTIONS(1268), - [anon_sym_delete] = ACTIONS(1268), - [anon_sym_local] = ACTIONS(1270), - [anon_sym_when] = ACTIONS(1272), - [anon_sym_assert] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1269), + [anon_sym_next] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_fallthrough] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1273), + [anon_sym_add] = ACTIONS(1275), + [anon_sym_delete] = ACTIONS(1275), + [anon_sym_local] = ACTIONS(1277), + [anon_sym_when] = ACTIONS(1279), + [anon_sym_assert] = ACTIONS(1281), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -38953,29 +38187,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1276), - [anon_sym_ATload] = ACTIONS(1278), - [anon_sym_ATload_DASHsigs] = ACTIONS(1280), - [anon_sym_ATload_DASHplugin] = ACTIONS(1282), - [anon_sym_ATunload] = ACTIONS(1280), - [anon_sym_ATprefixes] = ACTIONS(1284), - [anon_sym_ATif] = ACTIONS(1286), - [anon_sym_ATifdef] = ACTIONS(1288), - [anon_sym_ATifndef] = ACTIONS(1288), - [anon_sym_ATendif] = ACTIONS(1290), - [anon_sym_ATelse] = ACTIONS(1290), - [anon_sym_ATpragma] = ACTIONS(1292), + [anon_sym_ATdeprecated] = ACTIONS(1283), + [anon_sym_ATload] = ACTIONS(1285), + [anon_sym_ATload_DASHsigs] = ACTIONS(1287), + [anon_sym_ATload_DASHplugin] = ACTIONS(1289), + [anon_sym_ATunload] = ACTIONS(1287), + [anon_sym_ATprefixes] = ACTIONS(1291), + [anon_sym_ATif] = ACTIONS(1293), + [anon_sym_ATifdef] = ACTIONS(1295), + [anon_sym_ATifndef] = ACTIONS(1295), + [anon_sym_ATendif] = ACTIONS(1297), + [anon_sym_ATelse] = ACTIONS(1297), + [anon_sym_ATpragma] = ACTIONS(1299), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -38993,32 +38227,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_const] = ACTIONS(1250), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1257), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1252), - [anon_sym_event] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1256), + [anon_sym_print] = ACTIONS(1259), + [anon_sym_event] = ACTIONS(1261), + [anon_sym_if] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1260), + [anon_sym_switch] = ACTIONS(1265), + [anon_sym_for] = ACTIONS(1267), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_next] = ACTIONS(1264), - [anon_sym_break] = ACTIONS(1264), - [anon_sym_fallthrough] = ACTIONS(1264), - [anon_sym_return] = ACTIONS(1266), - [anon_sym_add] = ACTIONS(1268), - [anon_sym_delete] = ACTIONS(1268), - [anon_sym_local] = ACTIONS(1270), - [anon_sym_when] = ACTIONS(1272), - [anon_sym_assert] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1269), + [anon_sym_next] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_fallthrough] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1273), + [anon_sym_add] = ACTIONS(1275), + [anon_sym_delete] = ACTIONS(1275), + [anon_sym_local] = ACTIONS(1277), + [anon_sym_when] = ACTIONS(1279), + [anon_sym_assert] = ACTIONS(1281), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -39032,29 +38266,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1276), - [anon_sym_ATload] = ACTIONS(1278), - [anon_sym_ATload_DASHsigs] = ACTIONS(1280), - [anon_sym_ATload_DASHplugin] = ACTIONS(1282), - [anon_sym_ATunload] = ACTIONS(1280), - [anon_sym_ATprefixes] = ACTIONS(1284), - [anon_sym_ATif] = ACTIONS(1286), - [anon_sym_ATifdef] = ACTIONS(1288), - [anon_sym_ATifndef] = ACTIONS(1288), - [anon_sym_ATendif] = ACTIONS(1290), - [anon_sym_ATelse] = ACTIONS(1290), - [anon_sym_ATpragma] = ACTIONS(1292), + [anon_sym_ATdeprecated] = ACTIONS(1283), + [anon_sym_ATload] = ACTIONS(1285), + [anon_sym_ATload_DASHsigs] = ACTIONS(1287), + [anon_sym_ATload_DASHplugin] = ACTIONS(1289), + [anon_sym_ATunload] = ACTIONS(1287), + [anon_sym_ATprefixes] = ACTIONS(1291), + [anon_sym_ATif] = ACTIONS(1293), + [anon_sym_ATifdef] = ACTIONS(1295), + [anon_sym_ATifndef] = ACTIONS(1295), + [anon_sym_ATendif] = ACTIONS(1297), + [anon_sym_ATelse] = ACTIONS(1297), + [anon_sym_ATpragma] = ACTIONS(1299), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -39072,32 +38306,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -39111,29 +38345,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -39151,32 +38385,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -39190,29 +38424,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -39230,32 +38464,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_const] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(963), + [anon_sym_const] = ACTIONS(965), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(960), - [anon_sym_event] = ACTIONS(962), - [anon_sym_if] = ACTIONS(964), + [anon_sym_print] = ACTIONS(967), + [anon_sym_event] = ACTIONS(969), + [anon_sym_if] = ACTIONS(971), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_for] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(973), + [anon_sym_for] = ACTIONS(975), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(970), - [anon_sym_next] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_fallthrough] = ACTIONS(972), - [anon_sym_return] = ACTIONS(974), - [anon_sym_add] = ACTIONS(976), - [anon_sym_delete] = ACTIONS(976), - [anon_sym_local] = ACTIONS(978), - [anon_sym_when] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), + [anon_sym_while] = ACTIONS(977), + [anon_sym_next] = ACTIONS(979), + [anon_sym_break] = ACTIONS(979), + [anon_sym_fallthrough] = ACTIONS(979), + [anon_sym_return] = ACTIONS(981), + [anon_sym_add] = ACTIONS(983), + [anon_sym_delete] = ACTIONS(983), + [anon_sym_local] = ACTIONS(985), + [anon_sym_when] = ACTIONS(987), + [anon_sym_assert] = ACTIONS(989), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -39269,29 +38503,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(984), - [anon_sym_ATload] = ACTIONS(986), - [anon_sym_ATload_DASHsigs] = ACTIONS(988), - [anon_sym_ATload_DASHplugin] = ACTIONS(990), - [anon_sym_ATunload] = ACTIONS(988), - [anon_sym_ATprefixes] = ACTIONS(992), - [anon_sym_ATif] = ACTIONS(994), - [anon_sym_ATifdef] = ACTIONS(996), - [anon_sym_ATifndef] = ACTIONS(996), - [anon_sym_ATendif] = ACTIONS(998), - [anon_sym_ATelse] = ACTIONS(998), - [anon_sym_ATpragma] = ACTIONS(1000), + [anon_sym_ATdeprecated] = ACTIONS(991), + [anon_sym_ATload] = ACTIONS(993), + [anon_sym_ATload_DASHsigs] = ACTIONS(995), + [anon_sym_ATload_DASHplugin] = ACTIONS(997), + [anon_sym_ATunload] = ACTIONS(995), + [anon_sym_ATprefixes] = ACTIONS(999), + [anon_sym_ATif] = ACTIONS(1001), + [anon_sym_ATifdef] = ACTIONS(1003), + [anon_sym_ATifndef] = ACTIONS(1003), + [anon_sym_ATendif] = ACTIONS(1005), + [anon_sym_ATelse] = ACTIONS(1005), + [anon_sym_ATpragma] = ACTIONS(1007), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -39309,32 +38543,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_const] = ACTIONS(1355), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1350), - [anon_sym_event] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1354), + [anon_sym_print] = ACTIONS(1357), + [anon_sym_event] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1361), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_next] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_fallthrough] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_add] = ACTIONS(1366), - [anon_sym_delete] = ACTIONS(1366), - [anon_sym_local] = ACTIONS(1368), - [anon_sym_when] = ACTIONS(1370), - [anon_sym_assert] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_next] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_fallthrough] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_add] = ACTIONS(1373), + [anon_sym_delete] = ACTIONS(1373), + [anon_sym_local] = ACTIONS(1375), + [anon_sym_when] = ACTIONS(1377), + [anon_sym_assert] = ACTIONS(1379), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -39348,29 +38582,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1374), - [anon_sym_ATload] = ACTIONS(1376), - [anon_sym_ATload_DASHsigs] = ACTIONS(1378), - [anon_sym_ATload_DASHplugin] = ACTIONS(1380), - [anon_sym_ATunload] = ACTIONS(1378), - [anon_sym_ATprefixes] = ACTIONS(1382), - [anon_sym_ATif] = ACTIONS(1384), - [anon_sym_ATifdef] = ACTIONS(1386), - [anon_sym_ATifndef] = ACTIONS(1386), - [anon_sym_ATendif] = ACTIONS(1388), - [anon_sym_ATelse] = ACTIONS(1388), - [anon_sym_ATpragma] = ACTIONS(1390), + [anon_sym_ATdeprecated] = ACTIONS(1381), + [anon_sym_ATload] = ACTIONS(1383), + [anon_sym_ATload_DASHsigs] = ACTIONS(1385), + [anon_sym_ATload_DASHplugin] = ACTIONS(1387), + [anon_sym_ATunload] = ACTIONS(1385), + [anon_sym_ATprefixes] = ACTIONS(1389), + [anon_sym_ATif] = ACTIONS(1391), + [anon_sym_ATifdef] = ACTIONS(1393), + [anon_sym_ATifndef] = ACTIONS(1393), + [anon_sym_ATendif] = ACTIONS(1395), + [anon_sym_ATelse] = ACTIONS(1395), + [anon_sym_ATpragma] = ACTIONS(1397), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -39388,32 +38622,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_const] = ACTIONS(1355), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1350), - [anon_sym_event] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1354), + [anon_sym_print] = ACTIONS(1357), + [anon_sym_event] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1361), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_next] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_fallthrough] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_add] = ACTIONS(1366), - [anon_sym_delete] = ACTIONS(1366), - [anon_sym_local] = ACTIONS(1368), - [anon_sym_when] = ACTIONS(1370), - [anon_sym_assert] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_next] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_fallthrough] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_add] = ACTIONS(1373), + [anon_sym_delete] = ACTIONS(1373), + [anon_sym_local] = ACTIONS(1375), + [anon_sym_when] = ACTIONS(1377), + [anon_sym_assert] = ACTIONS(1379), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -39427,29 +38661,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1374), - [anon_sym_ATload] = ACTIONS(1376), - [anon_sym_ATload_DASHsigs] = ACTIONS(1378), - [anon_sym_ATload_DASHplugin] = ACTIONS(1380), - [anon_sym_ATunload] = ACTIONS(1378), - [anon_sym_ATprefixes] = ACTIONS(1382), - [anon_sym_ATif] = ACTIONS(1384), - [anon_sym_ATifdef] = ACTIONS(1386), - [anon_sym_ATifndef] = ACTIONS(1386), - [anon_sym_ATendif] = ACTIONS(1388), - [anon_sym_ATelse] = ACTIONS(1388), - [anon_sym_ATpragma] = ACTIONS(1390), + [anon_sym_ATdeprecated] = ACTIONS(1381), + [anon_sym_ATload] = ACTIONS(1383), + [anon_sym_ATload_DASHsigs] = ACTIONS(1385), + [anon_sym_ATload_DASHplugin] = ACTIONS(1387), + [anon_sym_ATunload] = ACTIONS(1385), + [anon_sym_ATprefixes] = ACTIONS(1389), + [anon_sym_ATif] = ACTIONS(1391), + [anon_sym_ATifdef] = ACTIONS(1393), + [anon_sym_ATifndef] = ACTIONS(1393), + [anon_sym_ATendif] = ACTIONS(1395), + [anon_sym_ATelse] = ACTIONS(1395), + [anon_sym_ATpragma] = ACTIONS(1397), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -39467,32 +38701,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_const] = ACTIONS(1355), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1350), - [anon_sym_event] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1354), + [anon_sym_print] = ACTIONS(1357), + [anon_sym_event] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1361), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_next] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_fallthrough] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_add] = ACTIONS(1366), - [anon_sym_delete] = ACTIONS(1366), - [anon_sym_local] = ACTIONS(1368), - [anon_sym_when] = ACTIONS(1370), - [anon_sym_assert] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_next] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_fallthrough] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_add] = ACTIONS(1373), + [anon_sym_delete] = ACTIONS(1373), + [anon_sym_local] = ACTIONS(1375), + [anon_sym_when] = ACTIONS(1377), + [anon_sym_assert] = ACTIONS(1379), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -39506,29 +38740,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1374), - [anon_sym_ATload] = ACTIONS(1376), - [anon_sym_ATload_DASHsigs] = ACTIONS(1378), - [anon_sym_ATload_DASHplugin] = ACTIONS(1380), - [anon_sym_ATunload] = ACTIONS(1378), - [anon_sym_ATprefixes] = ACTIONS(1382), - [anon_sym_ATif] = ACTIONS(1384), - [anon_sym_ATifdef] = ACTIONS(1386), - [anon_sym_ATifndef] = ACTIONS(1386), - [anon_sym_ATendif] = ACTIONS(1388), - [anon_sym_ATelse] = ACTIONS(1388), - [anon_sym_ATpragma] = ACTIONS(1390), + [anon_sym_ATdeprecated] = ACTIONS(1381), + [anon_sym_ATload] = ACTIONS(1383), + [anon_sym_ATload_DASHsigs] = ACTIONS(1385), + [anon_sym_ATload_DASHplugin] = ACTIONS(1387), + [anon_sym_ATunload] = ACTIONS(1385), + [anon_sym_ATprefixes] = ACTIONS(1389), + [anon_sym_ATif] = ACTIONS(1391), + [anon_sym_ATifdef] = ACTIONS(1393), + [anon_sym_ATifndef] = ACTIONS(1393), + [anon_sym_ATendif] = ACTIONS(1395), + [anon_sym_ATelse] = ACTIONS(1395), + [anon_sym_ATpragma] = ACTIONS(1397), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -39546,32 +38780,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym_LBRACE] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(1011), + [anon_sym_const] = ACTIONS(1013), [anon_sym_record] = ACTIONS(25), - [anon_sym_print] = ACTIONS(1008), - [anon_sym_event] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1012), + [anon_sym_print] = ACTIONS(1015), + [anon_sym_event] = ACTIONS(1017), + [anon_sym_if] = ACTIONS(1019), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_switch] = ACTIONS(1014), - [anon_sym_for] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), [anon_sym_LBRACK] = ACTIONS(41), - [anon_sym_while] = ACTIONS(1018), - [anon_sym_next] = ACTIONS(1020), - [anon_sym_break] = ACTIONS(1020), - [anon_sym_fallthrough] = ACTIONS(1020), - [anon_sym_return] = ACTIONS(1022), - [anon_sym_add] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_local] = ACTIONS(1026), - [anon_sym_when] = ACTIONS(1028), - [anon_sym_assert] = ACTIONS(1030), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_next] = ACTIONS(1027), + [anon_sym_break] = ACTIONS(1027), + [anon_sym_fallthrough] = ACTIONS(1027), + [anon_sym_return] = ACTIONS(1029), + [anon_sym_add] = ACTIONS(1031), + [anon_sym_delete] = ACTIONS(1031), + [anon_sym_local] = ACTIONS(1033), + [anon_sym_when] = ACTIONS(1035), + [anon_sym_assert] = ACTIONS(1037), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -39585,29 +38819,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), [anon_sym_F] = ACTIONS(79), - [anon_sym_ATdeprecated] = ACTIONS(1032), - [anon_sym_ATload] = ACTIONS(1034), - [anon_sym_ATload_DASHsigs] = ACTIONS(1036), - [anon_sym_ATload_DASHplugin] = ACTIONS(1038), - [anon_sym_ATunload] = ACTIONS(1036), - [anon_sym_ATprefixes] = ACTIONS(1040), - [anon_sym_ATif] = ACTIONS(1042), - [anon_sym_ATifdef] = ACTIONS(1044), - [anon_sym_ATifndef] = ACTIONS(1044), - [anon_sym_ATendif] = ACTIONS(1046), - [anon_sym_ATelse] = ACTIONS(1046), - [anon_sym_ATpragma] = ACTIONS(1048), + [anon_sym_ATdeprecated] = ACTIONS(1039), + [anon_sym_ATload] = ACTIONS(1041), + [anon_sym_ATload_DASHsigs] = ACTIONS(1043), + [anon_sym_ATload_DASHplugin] = ACTIONS(1045), + [anon_sym_ATunload] = ACTIONS(1043), + [anon_sym_ATprefixes] = ACTIONS(1047), + [anon_sym_ATif] = ACTIONS(1049), + [anon_sym_ATifdef] = ACTIONS(1051), + [anon_sym_ATifndef] = ACTIONS(1051), + [anon_sym_ATendif] = ACTIONS(1053), + [anon_sym_ATelse] = ACTIONS(1053), + [anon_sym_ATpragma] = ACTIONS(1055), [anon_sym_ATDIR] = ACTIONS(99), [anon_sym_ATFILENAME] = ACTIONS(99), [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -39626,67 +38860,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_interval] = STATE(304), [sym_string] = STATE(304), [aux_sym_attr_list_repeat1] = STATE(1592), - [anon_sym_SEMI] = ACTIONS(1450), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_PLUS_EQ] = ACTIONS(770), - [anon_sym_record] = ACTIONS(772), - [anon_sym_DASH_EQ] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_local] = ACTIONS(778), - [anon_sym_EQ] = ACTIONS(770), - [anon_sym_table] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - [anon_sym_vector] = ACTIONS(782), - [anon_sym_function] = ACTIONS(784), - [anon_sym_hook] = ACTIONS(786), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), - [anon_sym_DOLLAR] = ACTIONS(794), - [anon_sym_PIPE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(798), - [anon_sym_DASH_DASH] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(798), - [anon_sym_TILDE] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_copy] = ACTIONS(802), - [anon_sym_schedule] = ACTIONS(804), - [aux_sym_constant_token1] = ACTIONS(806), - [anon_sym_T] = ACTIONS(808), - [anon_sym_F] = ACTIONS(808), - [anon_sym_ATDIR] = ACTIONS(810), - [anon_sym_ATFILENAME] = ACTIONS(810), - [sym_id] = ACTIONS(812), - [sym_pattern] = ACTIONS(814), - [sym_ipv6] = ACTIONS(816), - [sym_ipv4] = ACTIONS(816), - [sym_port] = ACTIONS(818), - [sym_floatp] = ACTIONS(820), - [sym_hex] = ACTIONS(808), - [sym_hostname] = ACTIONS(808), - [aux_sym_string_token1] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(1457), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_PLUS_EQ] = ACTIONS(775), + [anon_sym_record] = ACTIONS(777), + [anon_sym_DASH_EQ] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_local] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(775), + [anon_sym_table] = ACTIONS(785), + [anon_sym_set] = ACTIONS(785), + [anon_sym_vector] = ACTIONS(787), + [anon_sym_function] = ACTIONS(789), + [anon_sym_hook] = ACTIONS(791), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(803), + [anon_sym_DASH_DASH] = ACTIONS(803), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_copy] = ACTIONS(807), + [anon_sym_schedule] = ACTIONS(809), + [aux_sym_constant_token1] = ACTIONS(811), + [anon_sym_T] = ACTIONS(813), + [anon_sym_F] = ACTIONS(813), + [anon_sym_ATDIR] = ACTIONS(815), + [anon_sym_ATFILENAME] = ACTIONS(815), + [sym_id] = ACTIONS(817), + [sym_pattern] = ACTIONS(819), + [sym_ipv6] = ACTIONS(821), + [sym_ipv4] = ACTIONS(823), + [sym_port] = ACTIONS(825), + [sym_floatp] = ACTIONS(827), + [sym_hex] = ACTIONS(813), + [sym_hostname] = ACTIONS(813), + [aux_sym_string_token1] = ACTIONS(829), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -39694,77 +38928,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(289)] = { - [anon_sym_SEMI] = ACTIONS(1452), - [anon_sym_LBRACE] = ACTIONS(1452), - [anon_sym_RBRACE] = ACTIONS(1452), - [anon_sym_COLON] = ACTIONS(1452), - [anon_sym_PLUS_EQ] = ACTIONS(1452), - [anon_sym_DASH_EQ] = ACTIONS(1452), - [anon_sym_LPAREN] = ACTIONS(1452), - [anon_sym_RPAREN] = ACTIONS(1452), - [anon_sym_COMMA] = ACTIONS(1452), - [anon_sym_in] = ACTIONS(1452), - [anon_sym_LBRACK] = ACTIONS(1452), - [anon_sym_RBRACK] = ACTIONS(1452), - [anon_sym_EQ] = ACTIONS(1454), - [anon_sym_as] = ACTIONS(1452), - [anon_sym_AMPdeprecated] = ACTIONS(1452), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1452), - [anon_sym_AMPerror_handler] = ACTIONS(1452), - [anon_sym_AMPis_assigned] = ACTIONS(1452), - [anon_sym_AMPis_used] = ACTIONS(1452), - [anon_sym_AMPlog] = ACTIONS(1452), - [anon_sym_AMPoptional] = ACTIONS(1452), - [anon_sym_AMPordered] = ACTIONS(1452), - [anon_sym_AMPraw_output] = ACTIONS(1452), - [anon_sym_AMPredef] = ACTIONS(1452), - [anon_sym_AMPadd_func] = ACTIONS(1452), - [anon_sym_AMPbackend] = ACTIONS(1452), - [anon_sym_AMPbroker_store] = ACTIONS(1452), - [anon_sym_AMPcreate_expire] = ACTIONS(1452), - [anon_sym_AMPdefault] = ACTIONS(1452), - [anon_sym_AMPdelete_func] = ACTIONS(1452), - [anon_sym_AMPexpire_func] = ACTIONS(1452), - [anon_sym_AMPgroup] = ACTIONS(1452), - [anon_sym_AMPon_change] = ACTIONS(1452), - [anon_sym_AMPpriority] = ACTIONS(1452), - [anon_sym_AMPread_expire] = ACTIONS(1452), - [anon_sym_AMPtype_column] = ACTIONS(1452), - [anon_sym_AMPwrite_expire] = ACTIONS(1452), - [anon_sym_DOLLAR] = ACTIONS(1452), - [anon_sym_PIPE] = ACTIONS(1454), - [anon_sym_BANG] = ACTIONS(1454), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_is] = ACTIONS(1452), - [anon_sym_STAR] = ACTIONS(1452), - [anon_sym_SLASH] = ACTIONS(1452), - [anon_sym_PERCENT] = ACTIONS(1452), - [anon_sym_LT] = ACTIONS(1454), - [anon_sym_LT_EQ] = ACTIONS(1452), - [anon_sym_GT] = ACTIONS(1454), - [anon_sym_GT_EQ] = ACTIONS(1452), - [anon_sym_AMP] = ACTIONS(1454), - [anon_sym_CARET] = ACTIONS(1452), - [anon_sym_QMARK] = ACTIONS(1454), - [anon_sym_EQ_EQ] = ACTIONS(1452), - [anon_sym_BANG_EQ] = ACTIONS(1452), - [anon_sym_AMP_AMP] = ACTIONS(1452), - [anon_sym_PIPE_PIPE] = ACTIONS(1452), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1452), - [anon_sym_ATdeprecated] = ACTIONS(1452), - [anon_sym_ATload] = ACTIONS(1454), - [anon_sym_ATload_DASHsigs] = ACTIONS(1452), - [anon_sym_ATload_DASHplugin] = ACTIONS(1452), - [anon_sym_ATunload] = ACTIONS(1452), - [anon_sym_ATprefixes] = ACTIONS(1452), - [anon_sym_ATif] = ACTIONS(1454), - [anon_sym_ATifdef] = ACTIONS(1452), - [anon_sym_ATifndef] = ACTIONS(1452), - [anon_sym_ATendif] = ACTIONS(1452), - [anon_sym_ATelse] = ACTIONS(1452), - [anon_sym_ATpragma] = ACTIONS(1452), - [sym_time_unit] = ACTIONS(1452), + [anon_sym_SEMI] = ACTIONS(1459), + [anon_sym_LBRACE] = ACTIONS(1459), + [anon_sym_RBRACE] = ACTIONS(1459), + [anon_sym_COLON] = ACTIONS(1459), + [anon_sym_PLUS_EQ] = ACTIONS(1459), + [anon_sym_DASH_EQ] = ACTIONS(1459), + [anon_sym_LPAREN] = ACTIONS(1459), + [anon_sym_RPAREN] = ACTIONS(1459), + [anon_sym_COMMA] = ACTIONS(1459), + [anon_sym_in] = ACTIONS(1459), + [anon_sym_LBRACK] = ACTIONS(1459), + [anon_sym_RBRACK] = ACTIONS(1459), + [anon_sym_EQ] = ACTIONS(1461), + [anon_sym_as] = ACTIONS(1459), + [anon_sym_AMPdeprecated] = ACTIONS(1459), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1459), + [anon_sym_AMPerror_handler] = ACTIONS(1459), + [anon_sym_AMPis_assigned] = ACTIONS(1459), + [anon_sym_AMPis_used] = ACTIONS(1459), + [anon_sym_AMPlog] = ACTIONS(1459), + [anon_sym_AMPoptional] = ACTIONS(1459), + [anon_sym_AMPordered] = ACTIONS(1459), + [anon_sym_AMPraw_output] = ACTIONS(1459), + [anon_sym_AMPredef] = ACTIONS(1459), + [anon_sym_AMPadd_func] = ACTIONS(1459), + [anon_sym_AMPbackend] = ACTIONS(1459), + [anon_sym_AMPbroker_store] = ACTIONS(1459), + [anon_sym_AMPcreate_expire] = ACTIONS(1459), + [anon_sym_AMPdefault] = ACTIONS(1459), + [anon_sym_AMPdelete_func] = ACTIONS(1459), + [anon_sym_AMPexpire_func] = ACTIONS(1459), + [anon_sym_AMPgroup] = ACTIONS(1459), + [anon_sym_AMPon_change] = ACTIONS(1459), + [anon_sym_AMPpriority] = ACTIONS(1459), + [anon_sym_AMPread_expire] = ACTIONS(1459), + [anon_sym_AMPtype_column] = ACTIONS(1459), + [anon_sym_AMPwrite_expire] = ACTIONS(1459), + [anon_sym_DOLLAR] = ACTIONS(1459), + [anon_sym_PIPE] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1461), + [anon_sym_PLUS] = ACTIONS(1461), + [anon_sym_is] = ACTIONS(1459), + [anon_sym_STAR] = ACTIONS(1459), + [anon_sym_SLASH] = ACTIONS(1459), + [anon_sym_PERCENT] = ACTIONS(1459), + [anon_sym_LT] = ACTIONS(1461), + [anon_sym_LT_EQ] = ACTIONS(1459), + [anon_sym_GT] = ACTIONS(1461), + [anon_sym_GT_EQ] = ACTIONS(1459), + [anon_sym_AMP] = ACTIONS(1461), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_QMARK] = ACTIONS(1461), + [anon_sym_EQ_EQ] = ACTIONS(1459), + [anon_sym_BANG_EQ] = ACTIONS(1459), + [anon_sym_AMP_AMP] = ACTIONS(1459), + [anon_sym_PIPE_PIPE] = ACTIONS(1459), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1459), + [anon_sym_ATdeprecated] = ACTIONS(1459), + [anon_sym_ATload] = ACTIONS(1461), + [anon_sym_ATload_DASHsigs] = ACTIONS(1459), + [anon_sym_ATload_DASHplugin] = ACTIONS(1459), + [anon_sym_ATunload] = ACTIONS(1459), + [anon_sym_ATprefixes] = ACTIONS(1459), + [anon_sym_ATif] = ACTIONS(1461), + [anon_sym_ATifdef] = ACTIONS(1459), + [anon_sym_ATifndef] = ACTIONS(1459), + [anon_sym_ATendif] = ACTIONS(1459), + [anon_sym_ATelse] = ACTIONS(1459), + [anon_sym_ATpragma] = ACTIONS(1459), + [sym_time_unit] = ACTIONS(1459), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -39772,77 +39006,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(290)] = { - [anon_sym_SEMI] = ACTIONS(1456), - [anon_sym_LBRACE] = ACTIONS(1456), - [anon_sym_RBRACE] = ACTIONS(1456), - [anon_sym_COLON] = ACTIONS(1456), - [anon_sym_PLUS_EQ] = ACTIONS(1456), - [anon_sym_DASH_EQ] = ACTIONS(1456), - [anon_sym_LPAREN] = ACTIONS(1456), - [anon_sym_RPAREN] = ACTIONS(1456), - [anon_sym_COMMA] = ACTIONS(1456), - [anon_sym_in] = ACTIONS(1456), - [anon_sym_LBRACK] = ACTIONS(1456), - [anon_sym_RBRACK] = ACTIONS(1456), - [anon_sym_EQ] = ACTIONS(1458), - [anon_sym_as] = ACTIONS(1456), - [anon_sym_AMPdeprecated] = ACTIONS(1456), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1456), - [anon_sym_AMPerror_handler] = ACTIONS(1456), - [anon_sym_AMPis_assigned] = ACTIONS(1456), - [anon_sym_AMPis_used] = ACTIONS(1456), - [anon_sym_AMPlog] = ACTIONS(1456), - [anon_sym_AMPoptional] = ACTIONS(1456), - [anon_sym_AMPordered] = ACTIONS(1456), - [anon_sym_AMPraw_output] = ACTIONS(1456), - [anon_sym_AMPredef] = ACTIONS(1456), - [anon_sym_AMPadd_func] = ACTIONS(1456), - [anon_sym_AMPbackend] = ACTIONS(1456), - [anon_sym_AMPbroker_store] = ACTIONS(1456), - [anon_sym_AMPcreate_expire] = ACTIONS(1456), - [anon_sym_AMPdefault] = ACTIONS(1456), - [anon_sym_AMPdelete_func] = ACTIONS(1456), - [anon_sym_AMPexpire_func] = ACTIONS(1456), - [anon_sym_AMPgroup] = ACTIONS(1456), - [anon_sym_AMPon_change] = ACTIONS(1456), - [anon_sym_AMPpriority] = ACTIONS(1456), - [anon_sym_AMPread_expire] = ACTIONS(1456), - [anon_sym_AMPtype_column] = ACTIONS(1456), - [anon_sym_AMPwrite_expire] = ACTIONS(1456), - [anon_sym_DOLLAR] = ACTIONS(1456), - [anon_sym_PIPE] = ACTIONS(1458), - [anon_sym_BANG] = ACTIONS(1458), - [anon_sym_DASH] = ACTIONS(1458), - [anon_sym_PLUS] = ACTIONS(1458), - [anon_sym_is] = ACTIONS(1456), - [anon_sym_STAR] = ACTIONS(1456), - [anon_sym_SLASH] = ACTIONS(1456), - [anon_sym_PERCENT] = ACTIONS(1456), - [anon_sym_LT] = ACTIONS(1458), - [anon_sym_LT_EQ] = ACTIONS(1456), - [anon_sym_GT] = ACTIONS(1458), - [anon_sym_GT_EQ] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1458), - [anon_sym_CARET] = ACTIONS(1456), - [anon_sym_QMARK] = ACTIONS(1458), - [anon_sym_EQ_EQ] = ACTIONS(1456), - [anon_sym_BANG_EQ] = ACTIONS(1456), - [anon_sym_AMP_AMP] = ACTIONS(1456), - [anon_sym_PIPE_PIPE] = ACTIONS(1456), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1456), - [anon_sym_ATdeprecated] = ACTIONS(1456), - [anon_sym_ATload] = ACTIONS(1458), - [anon_sym_ATload_DASHsigs] = ACTIONS(1456), - [anon_sym_ATload_DASHplugin] = ACTIONS(1456), - [anon_sym_ATunload] = ACTIONS(1456), - [anon_sym_ATprefixes] = ACTIONS(1456), - [anon_sym_ATif] = ACTIONS(1458), - [anon_sym_ATifdef] = ACTIONS(1456), - [anon_sym_ATifndef] = ACTIONS(1456), - [anon_sym_ATendif] = ACTIONS(1456), - [anon_sym_ATelse] = ACTIONS(1456), - [anon_sym_ATpragma] = ACTIONS(1456), - [sym_time_unit] = ACTIONS(1460), + [anon_sym_SEMI] = ACTIONS(1463), + [anon_sym_LBRACE] = ACTIONS(1463), + [anon_sym_RBRACE] = ACTIONS(1463), + [anon_sym_COLON] = ACTIONS(1463), + [anon_sym_PLUS_EQ] = ACTIONS(1463), + [anon_sym_DASH_EQ] = ACTIONS(1463), + [anon_sym_LPAREN] = ACTIONS(1463), + [anon_sym_RPAREN] = ACTIONS(1463), + [anon_sym_COMMA] = ACTIONS(1463), + [anon_sym_in] = ACTIONS(1463), + [anon_sym_LBRACK] = ACTIONS(1463), + [anon_sym_RBRACK] = ACTIONS(1463), + [anon_sym_EQ] = ACTIONS(1465), + [anon_sym_as] = ACTIONS(1463), + [anon_sym_AMPdeprecated] = ACTIONS(1463), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1463), + [anon_sym_AMPerror_handler] = ACTIONS(1463), + [anon_sym_AMPis_assigned] = ACTIONS(1463), + [anon_sym_AMPis_used] = ACTIONS(1463), + [anon_sym_AMPlog] = ACTIONS(1463), + [anon_sym_AMPoptional] = ACTIONS(1463), + [anon_sym_AMPordered] = ACTIONS(1463), + [anon_sym_AMPraw_output] = ACTIONS(1463), + [anon_sym_AMPredef] = ACTIONS(1463), + [anon_sym_AMPadd_func] = ACTIONS(1463), + [anon_sym_AMPbackend] = ACTIONS(1463), + [anon_sym_AMPbroker_store] = ACTIONS(1463), + [anon_sym_AMPcreate_expire] = ACTIONS(1463), + [anon_sym_AMPdefault] = ACTIONS(1463), + [anon_sym_AMPdelete_func] = ACTIONS(1463), + [anon_sym_AMPexpire_func] = ACTIONS(1463), + [anon_sym_AMPgroup] = ACTIONS(1463), + [anon_sym_AMPon_change] = ACTIONS(1463), + [anon_sym_AMPpriority] = ACTIONS(1463), + [anon_sym_AMPread_expire] = ACTIONS(1463), + [anon_sym_AMPtype_column] = ACTIONS(1463), + [anon_sym_AMPwrite_expire] = ACTIONS(1463), + [anon_sym_DOLLAR] = ACTIONS(1463), + [anon_sym_PIPE] = ACTIONS(1465), + [anon_sym_BANG] = ACTIONS(1465), + [anon_sym_DASH] = ACTIONS(1465), + [anon_sym_PLUS] = ACTIONS(1465), + [anon_sym_is] = ACTIONS(1463), + [anon_sym_STAR] = ACTIONS(1463), + [anon_sym_SLASH] = ACTIONS(1463), + [anon_sym_PERCENT] = ACTIONS(1463), + [anon_sym_LT] = ACTIONS(1465), + [anon_sym_LT_EQ] = ACTIONS(1463), + [anon_sym_GT] = ACTIONS(1465), + [anon_sym_GT_EQ] = ACTIONS(1463), + [anon_sym_AMP] = ACTIONS(1465), + [anon_sym_CARET] = ACTIONS(1463), + [anon_sym_QMARK] = ACTIONS(1465), + [anon_sym_EQ_EQ] = ACTIONS(1463), + [anon_sym_BANG_EQ] = ACTIONS(1463), + [anon_sym_AMP_AMP] = ACTIONS(1463), + [anon_sym_PIPE_PIPE] = ACTIONS(1463), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1463), + [anon_sym_ATdeprecated] = ACTIONS(1463), + [anon_sym_ATload] = ACTIONS(1465), + [anon_sym_ATload_DASHsigs] = ACTIONS(1463), + [anon_sym_ATload_DASHplugin] = ACTIONS(1463), + [anon_sym_ATunload] = ACTIONS(1463), + [anon_sym_ATprefixes] = ACTIONS(1463), + [anon_sym_ATif] = ACTIONS(1465), + [anon_sym_ATifdef] = ACTIONS(1463), + [anon_sym_ATifndef] = ACTIONS(1463), + [anon_sym_ATendif] = ACTIONS(1463), + [anon_sym_ATelse] = ACTIONS(1463), + [anon_sym_ATpragma] = ACTIONS(1463), + [sym_time_unit] = ACTIONS(1467), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -39850,77 +39084,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(291)] = { - [anon_sym_SEMI] = ACTIONS(1456), - [anon_sym_LBRACE] = ACTIONS(1456), - [anon_sym_RBRACE] = ACTIONS(1456), - [anon_sym_COLON] = ACTIONS(1456), - [anon_sym_PLUS_EQ] = ACTIONS(1456), - [anon_sym_DASH_EQ] = ACTIONS(1456), - [anon_sym_LPAREN] = ACTIONS(1456), - [anon_sym_RPAREN] = ACTIONS(1456), - [anon_sym_COMMA] = ACTIONS(1456), - [anon_sym_in] = ACTIONS(1456), - [anon_sym_LBRACK] = ACTIONS(1456), - [anon_sym_RBRACK] = ACTIONS(1456), - [anon_sym_EQ] = ACTIONS(1458), - [anon_sym_as] = ACTIONS(1456), - [anon_sym_AMPdeprecated] = ACTIONS(1456), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1456), - [anon_sym_AMPerror_handler] = ACTIONS(1456), - [anon_sym_AMPis_assigned] = ACTIONS(1456), - [anon_sym_AMPis_used] = ACTIONS(1456), - [anon_sym_AMPlog] = ACTIONS(1456), - [anon_sym_AMPoptional] = ACTIONS(1456), - [anon_sym_AMPordered] = ACTIONS(1456), - [anon_sym_AMPraw_output] = ACTIONS(1456), - [anon_sym_AMPredef] = ACTIONS(1456), - [anon_sym_AMPadd_func] = ACTIONS(1456), - [anon_sym_AMPbackend] = ACTIONS(1456), - [anon_sym_AMPbroker_store] = ACTIONS(1456), - [anon_sym_AMPcreate_expire] = ACTIONS(1456), - [anon_sym_AMPdefault] = ACTIONS(1456), - [anon_sym_AMPdelete_func] = ACTIONS(1456), - [anon_sym_AMPexpire_func] = ACTIONS(1456), - [anon_sym_AMPgroup] = ACTIONS(1456), - [anon_sym_AMPon_change] = ACTIONS(1456), - [anon_sym_AMPpriority] = ACTIONS(1456), - [anon_sym_AMPread_expire] = ACTIONS(1456), - [anon_sym_AMPtype_column] = ACTIONS(1456), - [anon_sym_AMPwrite_expire] = ACTIONS(1456), - [anon_sym_DOLLAR] = ACTIONS(1456), - [anon_sym_PIPE] = ACTIONS(1458), - [anon_sym_BANG] = ACTIONS(1458), - [anon_sym_DASH] = ACTIONS(1458), - [anon_sym_PLUS] = ACTIONS(1458), - [anon_sym_is] = ACTIONS(1456), - [anon_sym_STAR] = ACTIONS(1456), - [anon_sym_SLASH] = ACTIONS(1456), - [anon_sym_PERCENT] = ACTIONS(1456), - [anon_sym_LT] = ACTIONS(1458), - [anon_sym_LT_EQ] = ACTIONS(1456), - [anon_sym_GT] = ACTIONS(1458), - [anon_sym_GT_EQ] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1458), - [anon_sym_CARET] = ACTIONS(1456), - [anon_sym_QMARK] = ACTIONS(1458), - [anon_sym_EQ_EQ] = ACTIONS(1456), - [anon_sym_BANG_EQ] = ACTIONS(1456), - [anon_sym_AMP_AMP] = ACTIONS(1456), - [anon_sym_PIPE_PIPE] = ACTIONS(1456), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1456), - [anon_sym_ATdeprecated] = ACTIONS(1456), - [anon_sym_ATload] = ACTIONS(1458), - [anon_sym_ATload_DASHsigs] = ACTIONS(1456), - [anon_sym_ATload_DASHplugin] = ACTIONS(1456), - [anon_sym_ATunload] = ACTIONS(1456), - [anon_sym_ATprefixes] = ACTIONS(1456), - [anon_sym_ATif] = ACTIONS(1458), - [anon_sym_ATifdef] = ACTIONS(1456), - [anon_sym_ATifndef] = ACTIONS(1456), - [anon_sym_ATendif] = ACTIONS(1456), - [anon_sym_ATelse] = ACTIONS(1456), - [anon_sym_ATpragma] = ACTIONS(1456), - [sym_time_unit] = ACTIONS(1460), + [anon_sym_SEMI] = ACTIONS(1463), + [anon_sym_LBRACE] = ACTIONS(1463), + [anon_sym_RBRACE] = ACTIONS(1463), + [anon_sym_COLON] = ACTIONS(1463), + [anon_sym_PLUS_EQ] = ACTIONS(1463), + [anon_sym_DASH_EQ] = ACTIONS(1463), + [anon_sym_LPAREN] = ACTIONS(1463), + [anon_sym_RPAREN] = ACTIONS(1463), + [anon_sym_COMMA] = ACTIONS(1463), + [anon_sym_in] = ACTIONS(1463), + [anon_sym_LBRACK] = ACTIONS(1463), + [anon_sym_RBRACK] = ACTIONS(1463), + [anon_sym_EQ] = ACTIONS(1465), + [anon_sym_as] = ACTIONS(1463), + [anon_sym_AMPdeprecated] = ACTIONS(1463), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1463), + [anon_sym_AMPerror_handler] = ACTIONS(1463), + [anon_sym_AMPis_assigned] = ACTIONS(1463), + [anon_sym_AMPis_used] = ACTIONS(1463), + [anon_sym_AMPlog] = ACTIONS(1463), + [anon_sym_AMPoptional] = ACTIONS(1463), + [anon_sym_AMPordered] = ACTIONS(1463), + [anon_sym_AMPraw_output] = ACTIONS(1463), + [anon_sym_AMPredef] = ACTIONS(1463), + [anon_sym_AMPadd_func] = ACTIONS(1463), + [anon_sym_AMPbackend] = ACTIONS(1463), + [anon_sym_AMPbroker_store] = ACTIONS(1463), + [anon_sym_AMPcreate_expire] = ACTIONS(1463), + [anon_sym_AMPdefault] = ACTIONS(1463), + [anon_sym_AMPdelete_func] = ACTIONS(1463), + [anon_sym_AMPexpire_func] = ACTIONS(1463), + [anon_sym_AMPgroup] = ACTIONS(1463), + [anon_sym_AMPon_change] = ACTIONS(1463), + [anon_sym_AMPpriority] = ACTIONS(1463), + [anon_sym_AMPread_expire] = ACTIONS(1463), + [anon_sym_AMPtype_column] = ACTIONS(1463), + [anon_sym_AMPwrite_expire] = ACTIONS(1463), + [anon_sym_DOLLAR] = ACTIONS(1463), + [anon_sym_PIPE] = ACTIONS(1465), + [anon_sym_BANG] = ACTIONS(1465), + [anon_sym_DASH] = ACTIONS(1465), + [anon_sym_PLUS] = ACTIONS(1465), + [anon_sym_is] = ACTIONS(1463), + [anon_sym_STAR] = ACTIONS(1463), + [anon_sym_SLASH] = ACTIONS(1463), + [anon_sym_PERCENT] = ACTIONS(1463), + [anon_sym_LT] = ACTIONS(1465), + [anon_sym_LT_EQ] = ACTIONS(1463), + [anon_sym_GT] = ACTIONS(1465), + [anon_sym_GT_EQ] = ACTIONS(1463), + [anon_sym_AMP] = ACTIONS(1465), + [anon_sym_CARET] = ACTIONS(1463), + [anon_sym_QMARK] = ACTIONS(1465), + [anon_sym_EQ_EQ] = ACTIONS(1463), + [anon_sym_BANG_EQ] = ACTIONS(1463), + [anon_sym_AMP_AMP] = ACTIONS(1463), + [anon_sym_PIPE_PIPE] = ACTIONS(1463), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1463), + [anon_sym_ATdeprecated] = ACTIONS(1463), + [anon_sym_ATload] = ACTIONS(1465), + [anon_sym_ATload_DASHsigs] = ACTIONS(1463), + [anon_sym_ATload_DASHplugin] = ACTIONS(1463), + [anon_sym_ATunload] = ACTIONS(1463), + [anon_sym_ATprefixes] = ACTIONS(1463), + [anon_sym_ATif] = ACTIONS(1465), + [anon_sym_ATifdef] = ACTIONS(1463), + [anon_sym_ATifndef] = ACTIONS(1463), + [anon_sym_ATendif] = ACTIONS(1463), + [anon_sym_ATelse] = ACTIONS(1463), + [anon_sym_ATpragma] = ACTIONS(1463), + [sym_time_unit] = ACTIONS(1467), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -39928,76 +39162,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(292)] = { - [anon_sym_SEMI] = ACTIONS(1462), - [anon_sym_LBRACE] = ACTIONS(1462), - [anon_sym_RBRACE] = ACTIONS(1462), - [anon_sym_COLON] = ACTIONS(1462), - [anon_sym_PLUS_EQ] = ACTIONS(1462), - [anon_sym_DASH_EQ] = ACTIONS(1462), - [anon_sym_LPAREN] = ACTIONS(1462), - [anon_sym_RPAREN] = ACTIONS(1462), - [anon_sym_COMMA] = ACTIONS(1462), - [anon_sym_in] = ACTIONS(1462), - [anon_sym_LBRACK] = ACTIONS(1462), - [anon_sym_RBRACK] = ACTIONS(1462), - [anon_sym_EQ] = ACTIONS(1464), - [anon_sym_as] = ACTIONS(1462), - [anon_sym_AMPdeprecated] = ACTIONS(1462), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1462), - [anon_sym_AMPerror_handler] = ACTIONS(1462), - [anon_sym_AMPis_assigned] = ACTIONS(1462), - [anon_sym_AMPis_used] = ACTIONS(1462), - [anon_sym_AMPlog] = ACTIONS(1462), - [anon_sym_AMPoptional] = ACTIONS(1462), - [anon_sym_AMPordered] = ACTIONS(1462), - [anon_sym_AMPraw_output] = ACTIONS(1462), - [anon_sym_AMPredef] = ACTIONS(1462), - [anon_sym_AMPadd_func] = ACTIONS(1462), - [anon_sym_AMPbackend] = ACTIONS(1462), - [anon_sym_AMPbroker_store] = ACTIONS(1462), - [anon_sym_AMPcreate_expire] = ACTIONS(1462), - [anon_sym_AMPdefault] = ACTIONS(1462), - [anon_sym_AMPdelete_func] = ACTIONS(1462), - [anon_sym_AMPexpire_func] = ACTIONS(1462), - [anon_sym_AMPgroup] = ACTIONS(1462), - [anon_sym_AMPon_change] = ACTIONS(1462), - [anon_sym_AMPpriority] = ACTIONS(1462), - [anon_sym_AMPread_expire] = ACTIONS(1462), - [anon_sym_AMPtype_column] = ACTIONS(1462), - [anon_sym_AMPwrite_expire] = ACTIONS(1462), - [anon_sym_DOLLAR] = ACTIONS(1462), - [anon_sym_PIPE] = ACTIONS(1464), - [anon_sym_BANG] = ACTIONS(1464), - [anon_sym_DASH] = ACTIONS(1464), - [anon_sym_PLUS] = ACTIONS(1464), - [anon_sym_is] = ACTIONS(1462), - [anon_sym_STAR] = ACTIONS(1462), - [anon_sym_SLASH] = ACTIONS(1462), - [anon_sym_PERCENT] = ACTIONS(1462), - [anon_sym_LT] = ACTIONS(1464), - [anon_sym_LT_EQ] = ACTIONS(1462), - [anon_sym_GT] = ACTIONS(1464), - [anon_sym_GT_EQ] = ACTIONS(1462), - [anon_sym_AMP] = ACTIONS(1464), - [anon_sym_CARET] = ACTIONS(1462), - [anon_sym_QMARK] = ACTIONS(1464), - [anon_sym_EQ_EQ] = ACTIONS(1462), - [anon_sym_BANG_EQ] = ACTIONS(1462), - [anon_sym_AMP_AMP] = ACTIONS(1462), - [anon_sym_PIPE_PIPE] = ACTIONS(1462), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1462), - [anon_sym_ATdeprecated] = ACTIONS(1462), - [anon_sym_ATload] = ACTIONS(1464), - [anon_sym_ATload_DASHsigs] = ACTIONS(1462), - [anon_sym_ATload_DASHplugin] = ACTIONS(1462), - [anon_sym_ATunload] = ACTIONS(1462), - [anon_sym_ATprefixes] = ACTIONS(1462), - [anon_sym_ATif] = ACTIONS(1464), - [anon_sym_ATifdef] = ACTIONS(1462), - [anon_sym_ATifndef] = ACTIONS(1462), - [anon_sym_ATendif] = ACTIONS(1462), - [anon_sym_ATelse] = ACTIONS(1462), - [anon_sym_ATpragma] = ACTIONS(1462), + [anon_sym_SEMI] = ACTIONS(1469), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_RBRACE] = ACTIONS(1469), + [anon_sym_COLON] = ACTIONS(1469), + [anon_sym_PLUS_EQ] = ACTIONS(1469), + [anon_sym_DASH_EQ] = ACTIONS(1469), + [anon_sym_LPAREN] = ACTIONS(1469), + [anon_sym_RPAREN] = ACTIONS(1469), + [anon_sym_COMMA] = ACTIONS(1469), + [anon_sym_in] = ACTIONS(1469), + [anon_sym_LBRACK] = ACTIONS(1469), + [anon_sym_RBRACK] = ACTIONS(1469), + [anon_sym_EQ] = ACTIONS(1471), + [anon_sym_as] = ACTIONS(1469), + [anon_sym_AMPdeprecated] = ACTIONS(1469), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1469), + [anon_sym_AMPerror_handler] = ACTIONS(1469), + [anon_sym_AMPis_assigned] = ACTIONS(1469), + [anon_sym_AMPis_used] = ACTIONS(1469), + [anon_sym_AMPlog] = ACTIONS(1469), + [anon_sym_AMPoptional] = ACTIONS(1469), + [anon_sym_AMPordered] = ACTIONS(1469), + [anon_sym_AMPraw_output] = ACTIONS(1469), + [anon_sym_AMPredef] = ACTIONS(1469), + [anon_sym_AMPadd_func] = ACTIONS(1469), + [anon_sym_AMPbackend] = ACTIONS(1469), + [anon_sym_AMPbroker_store] = ACTIONS(1469), + [anon_sym_AMPcreate_expire] = ACTIONS(1469), + [anon_sym_AMPdefault] = ACTIONS(1469), + [anon_sym_AMPdelete_func] = ACTIONS(1469), + [anon_sym_AMPexpire_func] = ACTIONS(1469), + [anon_sym_AMPgroup] = ACTIONS(1469), + [anon_sym_AMPon_change] = ACTIONS(1469), + [anon_sym_AMPpriority] = ACTIONS(1469), + [anon_sym_AMPread_expire] = ACTIONS(1469), + [anon_sym_AMPtype_column] = ACTIONS(1469), + [anon_sym_AMPwrite_expire] = ACTIONS(1469), + [anon_sym_DOLLAR] = ACTIONS(1469), + [anon_sym_PIPE] = ACTIONS(1471), + [anon_sym_BANG] = ACTIONS(1471), + [anon_sym_DASH] = ACTIONS(1471), + [anon_sym_PLUS] = ACTIONS(1471), + [anon_sym_is] = ACTIONS(1469), + [anon_sym_STAR] = ACTIONS(1469), + [anon_sym_SLASH] = ACTIONS(1469), + [anon_sym_PERCENT] = ACTIONS(1469), + [anon_sym_LT] = ACTIONS(1471), + [anon_sym_LT_EQ] = ACTIONS(1469), + [anon_sym_GT] = ACTIONS(1471), + [anon_sym_GT_EQ] = ACTIONS(1469), + [anon_sym_AMP] = ACTIONS(1471), + [anon_sym_CARET] = ACTIONS(1469), + [anon_sym_QMARK] = ACTIONS(1471), + [anon_sym_EQ_EQ] = ACTIONS(1469), + [anon_sym_BANG_EQ] = ACTIONS(1469), + [anon_sym_AMP_AMP] = ACTIONS(1469), + [anon_sym_PIPE_PIPE] = ACTIONS(1469), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1469), + [anon_sym_ATdeprecated] = ACTIONS(1469), + [anon_sym_ATload] = ACTIONS(1471), + [anon_sym_ATload_DASHsigs] = ACTIONS(1469), + [anon_sym_ATload_DASHplugin] = ACTIONS(1469), + [anon_sym_ATunload] = ACTIONS(1469), + [anon_sym_ATprefixes] = ACTIONS(1469), + [anon_sym_ATif] = ACTIONS(1471), + [anon_sym_ATifdef] = ACTIONS(1469), + [anon_sym_ATifndef] = ACTIONS(1469), + [anon_sym_ATendif] = ACTIONS(1469), + [anon_sym_ATelse] = ACTIONS(1469), + [anon_sym_ATpragma] = ACTIONS(1469), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -40005,76 +39239,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(293)] = { - [anon_sym_SEMI] = ACTIONS(586), - [anon_sym_LBRACE] = ACTIONS(586), - [anon_sym_RBRACE] = ACTIONS(586), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_PLUS_EQ] = ACTIONS(586), - [anon_sym_DASH_EQ] = ACTIONS(586), - [anon_sym_LPAREN] = ACTIONS(586), - [anon_sym_RPAREN] = ACTIONS(586), - [anon_sym_COMMA] = ACTIONS(586), - [anon_sym_in] = ACTIONS(586), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_RBRACK] = ACTIONS(586), - [anon_sym_EQ] = ACTIONS(588), - [anon_sym_as] = ACTIONS(586), - [anon_sym_AMPdeprecated] = ACTIONS(586), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(586), - [anon_sym_AMPerror_handler] = ACTIONS(586), - [anon_sym_AMPis_assigned] = ACTIONS(586), - [anon_sym_AMPis_used] = ACTIONS(586), - [anon_sym_AMPlog] = ACTIONS(586), - [anon_sym_AMPoptional] = ACTIONS(586), - [anon_sym_AMPordered] = ACTIONS(586), - [anon_sym_AMPraw_output] = ACTIONS(586), - [anon_sym_AMPredef] = ACTIONS(586), - [anon_sym_AMPadd_func] = ACTIONS(586), - [anon_sym_AMPbackend] = ACTIONS(586), - [anon_sym_AMPbroker_store] = ACTIONS(586), - [anon_sym_AMPcreate_expire] = ACTIONS(586), - [anon_sym_AMPdefault] = ACTIONS(586), - [anon_sym_AMPdelete_func] = ACTIONS(586), - [anon_sym_AMPexpire_func] = ACTIONS(586), - [anon_sym_AMPgroup] = ACTIONS(586), - [anon_sym_AMPon_change] = ACTIONS(586), - [anon_sym_AMPpriority] = ACTIONS(586), - [anon_sym_AMPread_expire] = ACTIONS(586), - [anon_sym_AMPtype_column] = ACTIONS(586), - [anon_sym_AMPwrite_expire] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(586), - [anon_sym_PIPE] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(588), - [anon_sym_DASH] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(588), - [anon_sym_is] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_SLASH] = ACTIONS(586), - [anon_sym_PERCENT] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(588), - [anon_sym_LT_EQ] = ACTIONS(586), - [anon_sym_GT] = ACTIONS(588), - [anon_sym_GT_EQ] = ACTIONS(586), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_CARET] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(588), - [anon_sym_EQ_EQ] = ACTIONS(586), - [anon_sym_BANG_EQ] = ACTIONS(586), - [anon_sym_AMP_AMP] = ACTIONS(586), - [anon_sym_PIPE_PIPE] = ACTIONS(586), - [anon_sym_QMARK_DOLLAR] = ACTIONS(586), - [anon_sym_ATdeprecated] = ACTIONS(586), - [anon_sym_ATload] = ACTIONS(588), - [anon_sym_ATload_DASHsigs] = ACTIONS(586), - [anon_sym_ATload_DASHplugin] = ACTIONS(586), - [anon_sym_ATunload] = ACTIONS(586), - [anon_sym_ATprefixes] = ACTIONS(586), - [anon_sym_ATif] = ACTIONS(588), - [anon_sym_ATifdef] = ACTIONS(586), - [anon_sym_ATifndef] = ACTIONS(586), - [anon_sym_ATendif] = ACTIONS(586), - [anon_sym_ATelse] = ACTIONS(586), - [anon_sym_ATpragma] = ACTIONS(586), + [anon_sym_SEMI] = ACTIONS(591), + [anon_sym_LBRACE] = ACTIONS(591), + [anon_sym_RBRACE] = ACTIONS(591), + [anon_sym_COLON] = ACTIONS(591), + [anon_sym_PLUS_EQ] = ACTIONS(591), + [anon_sym_DASH_EQ] = ACTIONS(591), + [anon_sym_LPAREN] = ACTIONS(591), + [anon_sym_RPAREN] = ACTIONS(591), + [anon_sym_COMMA] = ACTIONS(591), + [anon_sym_in] = ACTIONS(591), + [anon_sym_LBRACK] = ACTIONS(591), + [anon_sym_RBRACK] = ACTIONS(591), + [anon_sym_EQ] = ACTIONS(593), + [anon_sym_as] = ACTIONS(591), + [anon_sym_AMPdeprecated] = ACTIONS(591), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(591), + [anon_sym_AMPerror_handler] = ACTIONS(591), + [anon_sym_AMPis_assigned] = ACTIONS(591), + [anon_sym_AMPis_used] = ACTIONS(591), + [anon_sym_AMPlog] = ACTIONS(591), + [anon_sym_AMPoptional] = ACTIONS(591), + [anon_sym_AMPordered] = ACTIONS(591), + [anon_sym_AMPraw_output] = ACTIONS(591), + [anon_sym_AMPredef] = ACTIONS(591), + [anon_sym_AMPadd_func] = ACTIONS(591), + [anon_sym_AMPbackend] = ACTIONS(591), + [anon_sym_AMPbroker_store] = ACTIONS(591), + [anon_sym_AMPcreate_expire] = ACTIONS(591), + [anon_sym_AMPdefault] = ACTIONS(591), + [anon_sym_AMPdelete_func] = ACTIONS(591), + [anon_sym_AMPexpire_func] = ACTIONS(591), + [anon_sym_AMPgroup] = ACTIONS(591), + [anon_sym_AMPon_change] = ACTIONS(591), + [anon_sym_AMPpriority] = ACTIONS(591), + [anon_sym_AMPread_expire] = ACTIONS(591), + [anon_sym_AMPtype_column] = ACTIONS(591), + [anon_sym_AMPwrite_expire] = ACTIONS(591), + [anon_sym_DOLLAR] = ACTIONS(591), + [anon_sym_PIPE] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), + [anon_sym_DASH] = ACTIONS(593), + [anon_sym_PLUS] = ACTIONS(593), + [anon_sym_is] = ACTIONS(591), + [anon_sym_STAR] = ACTIONS(591), + [anon_sym_SLASH] = ACTIONS(591), + [anon_sym_PERCENT] = ACTIONS(591), + [anon_sym_LT] = ACTIONS(593), + [anon_sym_LT_EQ] = ACTIONS(591), + [anon_sym_GT] = ACTIONS(593), + [anon_sym_GT_EQ] = ACTIONS(591), + [anon_sym_AMP] = ACTIONS(593), + [anon_sym_CARET] = ACTIONS(591), + [anon_sym_QMARK] = ACTIONS(593), + [anon_sym_EQ_EQ] = ACTIONS(591), + [anon_sym_BANG_EQ] = ACTIONS(591), + [anon_sym_AMP_AMP] = ACTIONS(591), + [anon_sym_PIPE_PIPE] = ACTIONS(591), + [anon_sym_QMARK_DOLLAR] = ACTIONS(591), + [anon_sym_ATdeprecated] = ACTIONS(591), + [anon_sym_ATload] = ACTIONS(593), + [anon_sym_ATload_DASHsigs] = ACTIONS(591), + [anon_sym_ATload_DASHplugin] = ACTIONS(591), + [anon_sym_ATunload] = ACTIONS(591), + [anon_sym_ATprefixes] = ACTIONS(591), + [anon_sym_ATif] = ACTIONS(593), + [anon_sym_ATifdef] = ACTIONS(591), + [anon_sym_ATifndef] = ACTIONS(591), + [anon_sym_ATendif] = ACTIONS(591), + [anon_sym_ATelse] = ACTIONS(591), + [anon_sym_ATpragma] = ACTIONS(591), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -40082,76 +39316,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(294)] = { - [anon_sym_SEMI] = ACTIONS(1466), - [anon_sym_LBRACE] = ACTIONS(1466), - [anon_sym_RBRACE] = ACTIONS(1466), - [anon_sym_COLON] = ACTIONS(1468), - [anon_sym_PLUS_EQ] = ACTIONS(1466), - [anon_sym_DASH_EQ] = ACTIONS(1466), - [anon_sym_LPAREN] = ACTIONS(1466), - [anon_sym_RPAREN] = ACTIONS(1466), - [anon_sym_COMMA] = ACTIONS(1466), - [anon_sym_in] = ACTIONS(1466), - [anon_sym_LBRACK] = ACTIONS(1466), - [anon_sym_RBRACK] = ACTIONS(1466), - [anon_sym_EQ] = ACTIONS(1470), - [anon_sym_as] = ACTIONS(1466), - [anon_sym_AMPdeprecated] = ACTIONS(1466), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1466), - [anon_sym_AMPerror_handler] = ACTIONS(1466), - [anon_sym_AMPis_assigned] = ACTIONS(1466), - [anon_sym_AMPis_used] = ACTIONS(1466), - [anon_sym_AMPlog] = ACTIONS(1466), - [anon_sym_AMPoptional] = ACTIONS(1466), - [anon_sym_AMPordered] = ACTIONS(1466), - [anon_sym_AMPraw_output] = ACTIONS(1466), - [anon_sym_AMPredef] = ACTIONS(1466), - [anon_sym_AMPadd_func] = ACTIONS(1466), - [anon_sym_AMPbackend] = ACTIONS(1466), - [anon_sym_AMPbroker_store] = ACTIONS(1466), - [anon_sym_AMPcreate_expire] = ACTIONS(1466), - [anon_sym_AMPdefault] = ACTIONS(1466), - [anon_sym_AMPdelete_func] = ACTIONS(1466), - [anon_sym_AMPexpire_func] = ACTIONS(1466), - [anon_sym_AMPgroup] = ACTIONS(1466), - [anon_sym_AMPon_change] = ACTIONS(1466), - [anon_sym_AMPpriority] = ACTIONS(1466), - [anon_sym_AMPread_expire] = ACTIONS(1466), - [anon_sym_AMPtype_column] = ACTIONS(1466), - [anon_sym_AMPwrite_expire] = ACTIONS(1466), - [anon_sym_DOLLAR] = ACTIONS(1466), - [anon_sym_PIPE] = ACTIONS(1470), - [anon_sym_BANG] = ACTIONS(1470), - [anon_sym_DASH] = ACTIONS(1470), - [anon_sym_PLUS] = ACTIONS(1470), - [anon_sym_is] = ACTIONS(1466), - [anon_sym_STAR] = ACTIONS(1466), - [anon_sym_SLASH] = ACTIONS(1466), - [anon_sym_PERCENT] = ACTIONS(1466), - [anon_sym_LT] = ACTIONS(1470), - [anon_sym_LT_EQ] = ACTIONS(1466), - [anon_sym_GT] = ACTIONS(1470), - [anon_sym_GT_EQ] = ACTIONS(1466), - [anon_sym_AMP] = ACTIONS(1470), - [anon_sym_CARET] = ACTIONS(1466), - [anon_sym_QMARK] = ACTIONS(1470), - [anon_sym_EQ_EQ] = ACTIONS(1466), - [anon_sym_BANG_EQ] = ACTIONS(1466), - [anon_sym_AMP_AMP] = ACTIONS(1466), - [anon_sym_PIPE_PIPE] = ACTIONS(1466), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1466), - [anon_sym_ATdeprecated] = ACTIONS(1466), - [anon_sym_ATload] = ACTIONS(1470), - [anon_sym_ATload_DASHsigs] = ACTIONS(1466), - [anon_sym_ATload_DASHplugin] = ACTIONS(1466), - [anon_sym_ATunload] = ACTIONS(1466), - [anon_sym_ATprefixes] = ACTIONS(1466), - [anon_sym_ATif] = ACTIONS(1470), - [anon_sym_ATifdef] = ACTIONS(1466), - [anon_sym_ATifndef] = ACTIONS(1466), - [anon_sym_ATendif] = ACTIONS(1466), - [anon_sym_ATelse] = ACTIONS(1466), - [anon_sym_ATpragma] = ACTIONS(1466), + [anon_sym_SEMI] = ACTIONS(1473), + [anon_sym_LBRACE] = ACTIONS(1473), + [anon_sym_RBRACE] = ACTIONS(1473), + [anon_sym_COLON] = ACTIONS(1475), + [anon_sym_PLUS_EQ] = ACTIONS(1473), + [anon_sym_DASH_EQ] = ACTIONS(1473), + [anon_sym_LPAREN] = ACTIONS(1473), + [anon_sym_RPAREN] = ACTIONS(1473), + [anon_sym_COMMA] = ACTIONS(1473), + [anon_sym_in] = ACTIONS(1473), + [anon_sym_LBRACK] = ACTIONS(1473), + [anon_sym_RBRACK] = ACTIONS(1473), + [anon_sym_EQ] = ACTIONS(1477), + [anon_sym_as] = ACTIONS(1473), + [anon_sym_AMPdeprecated] = ACTIONS(1473), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1473), + [anon_sym_AMPerror_handler] = ACTIONS(1473), + [anon_sym_AMPis_assigned] = ACTIONS(1473), + [anon_sym_AMPis_used] = ACTIONS(1473), + [anon_sym_AMPlog] = ACTIONS(1473), + [anon_sym_AMPoptional] = ACTIONS(1473), + [anon_sym_AMPordered] = ACTIONS(1473), + [anon_sym_AMPraw_output] = ACTIONS(1473), + [anon_sym_AMPredef] = ACTIONS(1473), + [anon_sym_AMPadd_func] = ACTIONS(1473), + [anon_sym_AMPbackend] = ACTIONS(1473), + [anon_sym_AMPbroker_store] = ACTIONS(1473), + [anon_sym_AMPcreate_expire] = ACTIONS(1473), + [anon_sym_AMPdefault] = ACTIONS(1473), + [anon_sym_AMPdelete_func] = ACTIONS(1473), + [anon_sym_AMPexpire_func] = ACTIONS(1473), + [anon_sym_AMPgroup] = ACTIONS(1473), + [anon_sym_AMPon_change] = ACTIONS(1473), + [anon_sym_AMPpriority] = ACTIONS(1473), + [anon_sym_AMPread_expire] = ACTIONS(1473), + [anon_sym_AMPtype_column] = ACTIONS(1473), + [anon_sym_AMPwrite_expire] = ACTIONS(1473), + [anon_sym_DOLLAR] = ACTIONS(1473), + [anon_sym_PIPE] = ACTIONS(1477), + [anon_sym_BANG] = ACTIONS(1477), + [anon_sym_DASH] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1477), + [anon_sym_is] = ACTIONS(1473), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_SLASH] = ACTIONS(1473), + [anon_sym_PERCENT] = ACTIONS(1473), + [anon_sym_LT] = ACTIONS(1477), + [anon_sym_LT_EQ] = ACTIONS(1473), + [anon_sym_GT] = ACTIONS(1477), + [anon_sym_GT_EQ] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1477), + [anon_sym_CARET] = ACTIONS(1473), + [anon_sym_QMARK] = ACTIONS(1477), + [anon_sym_EQ_EQ] = ACTIONS(1473), + [anon_sym_BANG_EQ] = ACTIONS(1473), + [anon_sym_AMP_AMP] = ACTIONS(1473), + [anon_sym_PIPE_PIPE] = ACTIONS(1473), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1473), + [anon_sym_ATdeprecated] = ACTIONS(1473), + [anon_sym_ATload] = ACTIONS(1477), + [anon_sym_ATload_DASHsigs] = ACTIONS(1473), + [anon_sym_ATload_DASHplugin] = ACTIONS(1473), + [anon_sym_ATunload] = ACTIONS(1473), + [anon_sym_ATprefixes] = ACTIONS(1473), + [anon_sym_ATif] = ACTIONS(1477), + [anon_sym_ATifdef] = ACTIONS(1473), + [anon_sym_ATifndef] = ACTIONS(1473), + [anon_sym_ATendif] = ACTIONS(1473), + [anon_sym_ATelse] = ACTIONS(1473), + [anon_sym_ATpragma] = ACTIONS(1473), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -40159,76 +39393,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(295)] = { - [anon_sym_SEMI] = ACTIONS(590), - [anon_sym_LBRACE] = ACTIONS(590), - [anon_sym_RBRACE] = ACTIONS(590), - [anon_sym_COLON] = ACTIONS(590), - [anon_sym_PLUS_EQ] = ACTIONS(590), - [anon_sym_DASH_EQ] = ACTIONS(590), - [anon_sym_LPAREN] = ACTIONS(590), - [anon_sym_RPAREN] = ACTIONS(590), - [anon_sym_COMMA] = ACTIONS(590), - [anon_sym_in] = ACTIONS(590), - [anon_sym_LBRACK] = ACTIONS(590), - [anon_sym_RBRACK] = ACTIONS(590), - [anon_sym_EQ] = ACTIONS(592), - [anon_sym_as] = ACTIONS(590), - [anon_sym_AMPdeprecated] = ACTIONS(590), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(590), - [anon_sym_AMPerror_handler] = ACTIONS(590), - [anon_sym_AMPis_assigned] = ACTIONS(590), - [anon_sym_AMPis_used] = ACTIONS(590), - [anon_sym_AMPlog] = ACTIONS(590), - [anon_sym_AMPoptional] = ACTIONS(590), - [anon_sym_AMPordered] = ACTIONS(590), - [anon_sym_AMPraw_output] = ACTIONS(590), - [anon_sym_AMPredef] = ACTIONS(590), - [anon_sym_AMPadd_func] = ACTIONS(590), - [anon_sym_AMPbackend] = ACTIONS(590), - [anon_sym_AMPbroker_store] = ACTIONS(590), - [anon_sym_AMPcreate_expire] = ACTIONS(590), - [anon_sym_AMPdefault] = ACTIONS(590), - [anon_sym_AMPdelete_func] = ACTIONS(590), - [anon_sym_AMPexpire_func] = ACTIONS(590), - [anon_sym_AMPgroup] = ACTIONS(590), - [anon_sym_AMPon_change] = ACTIONS(590), - [anon_sym_AMPpriority] = ACTIONS(590), - [anon_sym_AMPread_expire] = ACTIONS(590), - [anon_sym_AMPtype_column] = ACTIONS(590), - [anon_sym_AMPwrite_expire] = ACTIONS(590), - [anon_sym_DOLLAR] = ACTIONS(590), - [anon_sym_PIPE] = ACTIONS(592), - [anon_sym_BANG] = ACTIONS(592), - [anon_sym_DASH] = ACTIONS(592), - [anon_sym_PLUS] = ACTIONS(592), - [anon_sym_is] = ACTIONS(590), - [anon_sym_STAR] = ACTIONS(590), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_PERCENT] = ACTIONS(590), - [anon_sym_LT] = ACTIONS(592), - [anon_sym_LT_EQ] = ACTIONS(590), - [anon_sym_GT] = ACTIONS(592), - [anon_sym_GT_EQ] = ACTIONS(590), - [anon_sym_AMP] = ACTIONS(592), - [anon_sym_CARET] = ACTIONS(590), - [anon_sym_QMARK] = ACTIONS(592), - [anon_sym_EQ_EQ] = ACTIONS(590), - [anon_sym_BANG_EQ] = ACTIONS(590), - [anon_sym_AMP_AMP] = ACTIONS(590), - [anon_sym_PIPE_PIPE] = ACTIONS(590), - [anon_sym_QMARK_DOLLAR] = ACTIONS(590), - [anon_sym_ATdeprecated] = ACTIONS(590), - [anon_sym_ATload] = ACTIONS(592), - [anon_sym_ATload_DASHsigs] = ACTIONS(590), - [anon_sym_ATload_DASHplugin] = ACTIONS(590), - [anon_sym_ATunload] = ACTIONS(590), - [anon_sym_ATprefixes] = ACTIONS(590), - [anon_sym_ATif] = ACTIONS(592), - [anon_sym_ATifdef] = ACTIONS(590), - [anon_sym_ATifndef] = ACTIONS(590), - [anon_sym_ATendif] = ACTIONS(590), - [anon_sym_ATelse] = ACTIONS(590), - [anon_sym_ATpragma] = ACTIONS(590), + [anon_sym_SEMI] = ACTIONS(595), + [anon_sym_LBRACE] = ACTIONS(595), + [anon_sym_RBRACE] = ACTIONS(595), + [anon_sym_COLON] = ACTIONS(595), + [anon_sym_PLUS_EQ] = ACTIONS(595), + [anon_sym_DASH_EQ] = ACTIONS(595), + [anon_sym_LPAREN] = ACTIONS(595), + [anon_sym_RPAREN] = ACTIONS(595), + [anon_sym_COMMA] = ACTIONS(595), + [anon_sym_in] = ACTIONS(595), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_RBRACK] = ACTIONS(595), + [anon_sym_EQ] = ACTIONS(597), + [anon_sym_as] = ACTIONS(595), + [anon_sym_AMPdeprecated] = ACTIONS(595), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(595), + [anon_sym_AMPerror_handler] = ACTIONS(595), + [anon_sym_AMPis_assigned] = ACTIONS(595), + [anon_sym_AMPis_used] = ACTIONS(595), + [anon_sym_AMPlog] = ACTIONS(595), + [anon_sym_AMPoptional] = ACTIONS(595), + [anon_sym_AMPordered] = ACTIONS(595), + [anon_sym_AMPraw_output] = ACTIONS(595), + [anon_sym_AMPredef] = ACTIONS(595), + [anon_sym_AMPadd_func] = ACTIONS(595), + [anon_sym_AMPbackend] = ACTIONS(595), + [anon_sym_AMPbroker_store] = ACTIONS(595), + [anon_sym_AMPcreate_expire] = ACTIONS(595), + [anon_sym_AMPdefault] = ACTIONS(595), + [anon_sym_AMPdelete_func] = ACTIONS(595), + [anon_sym_AMPexpire_func] = ACTIONS(595), + [anon_sym_AMPgroup] = ACTIONS(595), + [anon_sym_AMPon_change] = ACTIONS(595), + [anon_sym_AMPpriority] = ACTIONS(595), + [anon_sym_AMPread_expire] = ACTIONS(595), + [anon_sym_AMPtype_column] = ACTIONS(595), + [anon_sym_AMPwrite_expire] = ACTIONS(595), + [anon_sym_DOLLAR] = ACTIONS(595), + [anon_sym_PIPE] = ACTIONS(597), + [anon_sym_BANG] = ACTIONS(597), + [anon_sym_DASH] = ACTIONS(597), + [anon_sym_PLUS] = ACTIONS(597), + [anon_sym_is] = ACTIONS(595), + [anon_sym_STAR] = ACTIONS(595), + [anon_sym_SLASH] = ACTIONS(595), + [anon_sym_PERCENT] = ACTIONS(595), + [anon_sym_LT] = ACTIONS(597), + [anon_sym_LT_EQ] = ACTIONS(595), + [anon_sym_GT] = ACTIONS(597), + [anon_sym_GT_EQ] = ACTIONS(595), + [anon_sym_AMP] = ACTIONS(597), + [anon_sym_CARET] = ACTIONS(595), + [anon_sym_QMARK] = ACTIONS(597), + [anon_sym_EQ_EQ] = ACTIONS(595), + [anon_sym_BANG_EQ] = ACTIONS(595), + [anon_sym_AMP_AMP] = ACTIONS(595), + [anon_sym_PIPE_PIPE] = ACTIONS(595), + [anon_sym_QMARK_DOLLAR] = ACTIONS(595), + [anon_sym_ATdeprecated] = ACTIONS(595), + [anon_sym_ATload] = ACTIONS(597), + [anon_sym_ATload_DASHsigs] = ACTIONS(595), + [anon_sym_ATload_DASHplugin] = ACTIONS(595), + [anon_sym_ATunload] = ACTIONS(595), + [anon_sym_ATprefixes] = ACTIONS(595), + [anon_sym_ATif] = ACTIONS(597), + [anon_sym_ATifdef] = ACTIONS(595), + [anon_sym_ATifndef] = ACTIONS(595), + [anon_sym_ATendif] = ACTIONS(595), + [anon_sym_ATelse] = ACTIONS(595), + [anon_sym_ATpragma] = ACTIONS(595), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -40236,76 +39470,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(296)] = { - [anon_sym_SEMI] = ACTIONS(1472), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_RBRACE] = ACTIONS(1472), - [anon_sym_COLON] = ACTIONS(1472), - [anon_sym_PLUS_EQ] = ACTIONS(1472), - [anon_sym_DASH_EQ] = ACTIONS(1472), - [anon_sym_LPAREN] = ACTIONS(1472), - [anon_sym_RPAREN] = ACTIONS(1472), - [anon_sym_COMMA] = ACTIONS(1472), - [anon_sym_in] = ACTIONS(1472), - [anon_sym_LBRACK] = ACTIONS(1472), - [anon_sym_RBRACK] = ACTIONS(1472), - [anon_sym_EQ] = ACTIONS(1474), - [anon_sym_as] = ACTIONS(1472), - [anon_sym_AMPdeprecated] = ACTIONS(1472), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1472), - [anon_sym_AMPerror_handler] = ACTIONS(1472), - [anon_sym_AMPis_assigned] = ACTIONS(1472), - [anon_sym_AMPis_used] = ACTIONS(1472), - [anon_sym_AMPlog] = ACTIONS(1472), - [anon_sym_AMPoptional] = ACTIONS(1472), - [anon_sym_AMPordered] = ACTIONS(1472), - [anon_sym_AMPraw_output] = ACTIONS(1472), - [anon_sym_AMPredef] = ACTIONS(1472), - [anon_sym_AMPadd_func] = ACTIONS(1472), - [anon_sym_AMPbackend] = ACTIONS(1472), - [anon_sym_AMPbroker_store] = ACTIONS(1472), - [anon_sym_AMPcreate_expire] = ACTIONS(1472), - [anon_sym_AMPdefault] = ACTIONS(1472), - [anon_sym_AMPdelete_func] = ACTIONS(1472), - [anon_sym_AMPexpire_func] = ACTIONS(1472), - [anon_sym_AMPgroup] = ACTIONS(1472), - [anon_sym_AMPon_change] = ACTIONS(1472), - [anon_sym_AMPpriority] = ACTIONS(1472), - [anon_sym_AMPread_expire] = ACTIONS(1472), - [anon_sym_AMPtype_column] = ACTIONS(1472), - [anon_sym_AMPwrite_expire] = ACTIONS(1472), - [anon_sym_DOLLAR] = ACTIONS(1472), - [anon_sym_PIPE] = ACTIONS(1474), - [anon_sym_BANG] = ACTIONS(1474), - [anon_sym_DASH] = ACTIONS(1474), - [anon_sym_PLUS] = ACTIONS(1474), - [anon_sym_is] = ACTIONS(1472), - [anon_sym_STAR] = ACTIONS(1472), - [anon_sym_SLASH] = ACTIONS(1472), - [anon_sym_PERCENT] = ACTIONS(1472), - [anon_sym_LT] = ACTIONS(1474), - [anon_sym_LT_EQ] = ACTIONS(1472), - [anon_sym_GT] = ACTIONS(1474), - [anon_sym_GT_EQ] = ACTIONS(1472), - [anon_sym_AMP] = ACTIONS(1474), - [anon_sym_CARET] = ACTIONS(1472), - [anon_sym_QMARK] = ACTIONS(1474), - [anon_sym_EQ_EQ] = ACTIONS(1472), - [anon_sym_BANG_EQ] = ACTIONS(1472), - [anon_sym_AMP_AMP] = ACTIONS(1472), - [anon_sym_PIPE_PIPE] = ACTIONS(1472), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1472), - [anon_sym_ATdeprecated] = ACTIONS(1472), - [anon_sym_ATload] = ACTIONS(1474), - [anon_sym_ATload_DASHsigs] = ACTIONS(1472), - [anon_sym_ATload_DASHplugin] = ACTIONS(1472), - [anon_sym_ATunload] = ACTIONS(1472), - [anon_sym_ATprefixes] = ACTIONS(1472), - [anon_sym_ATif] = ACTIONS(1474), - [anon_sym_ATifdef] = ACTIONS(1472), - [anon_sym_ATifndef] = ACTIONS(1472), - [anon_sym_ATendif] = ACTIONS(1472), - [anon_sym_ATelse] = ACTIONS(1472), - [anon_sym_ATpragma] = ACTIONS(1472), + [anon_sym_SEMI] = ACTIONS(1479), + [anon_sym_LBRACE] = ACTIONS(1479), + [anon_sym_RBRACE] = ACTIONS(1479), + [anon_sym_COLON] = ACTIONS(1479), + [anon_sym_PLUS_EQ] = ACTIONS(1479), + [anon_sym_DASH_EQ] = ACTIONS(1479), + [anon_sym_LPAREN] = ACTIONS(1479), + [anon_sym_RPAREN] = ACTIONS(1479), + [anon_sym_COMMA] = ACTIONS(1479), + [anon_sym_in] = ACTIONS(1479), + [anon_sym_LBRACK] = ACTIONS(1479), + [anon_sym_RBRACK] = ACTIONS(1479), + [anon_sym_EQ] = ACTIONS(1481), + [anon_sym_as] = ACTIONS(1479), + [anon_sym_AMPdeprecated] = ACTIONS(1479), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1479), + [anon_sym_AMPerror_handler] = ACTIONS(1479), + [anon_sym_AMPis_assigned] = ACTIONS(1479), + [anon_sym_AMPis_used] = ACTIONS(1479), + [anon_sym_AMPlog] = ACTIONS(1479), + [anon_sym_AMPoptional] = ACTIONS(1479), + [anon_sym_AMPordered] = ACTIONS(1479), + [anon_sym_AMPraw_output] = ACTIONS(1479), + [anon_sym_AMPredef] = ACTIONS(1479), + [anon_sym_AMPadd_func] = ACTIONS(1479), + [anon_sym_AMPbackend] = ACTIONS(1479), + [anon_sym_AMPbroker_store] = ACTIONS(1479), + [anon_sym_AMPcreate_expire] = ACTIONS(1479), + [anon_sym_AMPdefault] = ACTIONS(1479), + [anon_sym_AMPdelete_func] = ACTIONS(1479), + [anon_sym_AMPexpire_func] = ACTIONS(1479), + [anon_sym_AMPgroup] = ACTIONS(1479), + [anon_sym_AMPon_change] = ACTIONS(1479), + [anon_sym_AMPpriority] = ACTIONS(1479), + [anon_sym_AMPread_expire] = ACTIONS(1479), + [anon_sym_AMPtype_column] = ACTIONS(1479), + [anon_sym_AMPwrite_expire] = ACTIONS(1479), + [anon_sym_DOLLAR] = ACTIONS(1479), + [anon_sym_PIPE] = ACTIONS(1481), + [anon_sym_BANG] = ACTIONS(1481), + [anon_sym_DASH] = ACTIONS(1481), + [anon_sym_PLUS] = ACTIONS(1481), + [anon_sym_is] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1479), + [anon_sym_SLASH] = ACTIONS(1479), + [anon_sym_PERCENT] = ACTIONS(1479), + [anon_sym_LT] = ACTIONS(1481), + [anon_sym_LT_EQ] = ACTIONS(1479), + [anon_sym_GT] = ACTIONS(1481), + [anon_sym_GT_EQ] = ACTIONS(1479), + [anon_sym_AMP] = ACTIONS(1481), + [anon_sym_CARET] = ACTIONS(1479), + [anon_sym_QMARK] = ACTIONS(1481), + [anon_sym_EQ_EQ] = ACTIONS(1479), + [anon_sym_BANG_EQ] = ACTIONS(1479), + [anon_sym_AMP_AMP] = ACTIONS(1479), + [anon_sym_PIPE_PIPE] = ACTIONS(1479), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1479), + [anon_sym_ATdeprecated] = ACTIONS(1479), + [anon_sym_ATload] = ACTIONS(1481), + [anon_sym_ATload_DASHsigs] = ACTIONS(1479), + [anon_sym_ATload_DASHplugin] = ACTIONS(1479), + [anon_sym_ATunload] = ACTIONS(1479), + [anon_sym_ATprefixes] = ACTIONS(1479), + [anon_sym_ATif] = ACTIONS(1481), + [anon_sym_ATifdef] = ACTIONS(1479), + [anon_sym_ATifndef] = ACTIONS(1479), + [anon_sym_ATendif] = ACTIONS(1479), + [anon_sym_ATelse] = ACTIONS(1479), + [anon_sym_ATpragma] = ACTIONS(1479), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -40313,76 +39547,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(297)] = { - [anon_sym_SEMI] = ACTIONS(113), - [anon_sym_LBRACE] = ACTIONS(113), - [anon_sym_RBRACE] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(113), - [anon_sym_PLUS_EQ] = ACTIONS(113), - [anon_sym_DASH_EQ] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_RPAREN] = ACTIONS(113), - [anon_sym_COMMA] = ACTIONS(113), - [anon_sym_in] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(113), - [anon_sym_RBRACK] = ACTIONS(113), - [anon_sym_EQ] = ACTIONS(115), - [anon_sym_as] = ACTIONS(113), - [anon_sym_AMPdeprecated] = ACTIONS(113), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(113), - [anon_sym_AMPerror_handler] = ACTIONS(113), - [anon_sym_AMPis_assigned] = ACTIONS(113), - [anon_sym_AMPis_used] = ACTIONS(113), - [anon_sym_AMPlog] = ACTIONS(113), - [anon_sym_AMPoptional] = ACTIONS(113), - [anon_sym_AMPordered] = ACTIONS(113), - [anon_sym_AMPraw_output] = ACTIONS(113), - [anon_sym_AMPredef] = ACTIONS(113), - [anon_sym_AMPadd_func] = ACTIONS(113), - [anon_sym_AMPbackend] = ACTIONS(113), - [anon_sym_AMPbroker_store] = ACTIONS(113), - [anon_sym_AMPcreate_expire] = ACTIONS(113), - [anon_sym_AMPdefault] = ACTIONS(113), - [anon_sym_AMPdelete_func] = ACTIONS(113), - [anon_sym_AMPexpire_func] = ACTIONS(113), - [anon_sym_AMPgroup] = ACTIONS(113), - [anon_sym_AMPon_change] = ACTIONS(113), - [anon_sym_AMPpriority] = ACTIONS(113), - [anon_sym_AMPread_expire] = ACTIONS(113), - [anon_sym_AMPtype_column] = ACTIONS(113), - [anon_sym_AMPwrite_expire] = ACTIONS(113), - [anon_sym_DOLLAR] = ACTIONS(113), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_BANG] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_is] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(113), - [anon_sym_SLASH] = ACTIONS(113), - [anon_sym_PERCENT] = ACTIONS(113), - [anon_sym_LT] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(113), - [anon_sym_AMP] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(113), - [anon_sym_QMARK] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(113), - [anon_sym_BANG_EQ] = ACTIONS(113), - [anon_sym_AMP_AMP] = ACTIONS(113), - [anon_sym_PIPE_PIPE] = ACTIONS(113), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), - [anon_sym_ATdeprecated] = ACTIONS(113), - [anon_sym_ATload] = ACTIONS(115), - [anon_sym_ATload_DASHsigs] = ACTIONS(113), - [anon_sym_ATload_DASHplugin] = ACTIONS(113), - [anon_sym_ATunload] = ACTIONS(113), - [anon_sym_ATprefixes] = ACTIONS(113), - [anon_sym_ATif] = ACTIONS(115), - [anon_sym_ATifdef] = ACTIONS(113), - [anon_sym_ATifndef] = ACTIONS(113), - [anon_sym_ATendif] = ACTIONS(113), - [anon_sym_ATelse] = ACTIONS(113), - [anon_sym_ATpragma] = ACTIONS(113), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_RBRACE] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(115), + [anon_sym_PLUS_EQ] = ACTIONS(115), + [anon_sym_DASH_EQ] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_RPAREN] = ACTIONS(115), + [anon_sym_COMMA] = ACTIONS(115), + [anon_sym_in] = ACTIONS(115), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_RBRACK] = ACTIONS(115), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_as] = ACTIONS(115), + [anon_sym_AMPdeprecated] = ACTIONS(115), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(115), + [anon_sym_AMPerror_handler] = ACTIONS(115), + [anon_sym_AMPis_assigned] = ACTIONS(115), + [anon_sym_AMPis_used] = ACTIONS(115), + [anon_sym_AMPlog] = ACTIONS(115), + [anon_sym_AMPoptional] = ACTIONS(115), + [anon_sym_AMPordered] = ACTIONS(115), + [anon_sym_AMPraw_output] = ACTIONS(115), + [anon_sym_AMPredef] = ACTIONS(115), + [anon_sym_AMPadd_func] = ACTIONS(115), + [anon_sym_AMPbackend] = ACTIONS(115), + [anon_sym_AMPbroker_store] = ACTIONS(115), + [anon_sym_AMPcreate_expire] = ACTIONS(115), + [anon_sym_AMPdefault] = ACTIONS(115), + [anon_sym_AMPdelete_func] = ACTIONS(115), + [anon_sym_AMPexpire_func] = ACTIONS(115), + [anon_sym_AMPgroup] = ACTIONS(115), + [anon_sym_AMPon_change] = ACTIONS(115), + [anon_sym_AMPpriority] = ACTIONS(115), + [anon_sym_AMPread_expire] = ACTIONS(115), + [anon_sym_AMPtype_column] = ACTIONS(115), + [anon_sym_AMPwrite_expire] = ACTIONS(115), + [anon_sym_DOLLAR] = ACTIONS(115), + [anon_sym_PIPE] = ACTIONS(117), + [anon_sym_BANG] = ACTIONS(117), + [anon_sym_DASH] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_is] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(115), + [anon_sym_SLASH] = ACTIONS(115), + [anon_sym_PERCENT] = ACTIONS(115), + [anon_sym_LT] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(115), + [anon_sym_GT] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(115), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(115), + [anon_sym_QMARK] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(115), + [anon_sym_BANG_EQ] = ACTIONS(115), + [anon_sym_AMP_AMP] = ACTIONS(115), + [anon_sym_PIPE_PIPE] = ACTIONS(115), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), + [anon_sym_ATdeprecated] = ACTIONS(115), + [anon_sym_ATload] = ACTIONS(117), + [anon_sym_ATload_DASHsigs] = ACTIONS(115), + [anon_sym_ATload_DASHplugin] = ACTIONS(115), + [anon_sym_ATunload] = ACTIONS(115), + [anon_sym_ATprefixes] = ACTIONS(115), + [anon_sym_ATif] = ACTIONS(117), + [anon_sym_ATifdef] = ACTIONS(115), + [anon_sym_ATifndef] = ACTIONS(115), + [anon_sym_ATendif] = ACTIONS(115), + [anon_sym_ATelse] = ACTIONS(115), + [anon_sym_ATpragma] = ACTIONS(115), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -40390,76 +39624,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(298)] = { - [anon_sym_SEMI] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_RBRACE] = ACTIONS(129), - [anon_sym_COLON] = ACTIONS(129), - [anon_sym_PLUS_EQ] = ACTIONS(129), - [anon_sym_DASH_EQ] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(129), - [anon_sym_COMMA] = ACTIONS(129), - [anon_sym_in] = ACTIONS(129), - [anon_sym_LBRACK] = ACTIONS(129), - [anon_sym_RBRACK] = ACTIONS(129), - [anon_sym_EQ] = ACTIONS(131), - [anon_sym_as] = ACTIONS(129), - [anon_sym_AMPdeprecated] = ACTIONS(129), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(129), - [anon_sym_AMPerror_handler] = ACTIONS(129), - [anon_sym_AMPis_assigned] = ACTIONS(129), - [anon_sym_AMPis_used] = ACTIONS(129), - [anon_sym_AMPlog] = ACTIONS(129), - [anon_sym_AMPoptional] = ACTIONS(129), - [anon_sym_AMPordered] = ACTIONS(129), - [anon_sym_AMPraw_output] = ACTIONS(129), - [anon_sym_AMPredef] = ACTIONS(129), - [anon_sym_AMPadd_func] = ACTIONS(129), - [anon_sym_AMPbackend] = ACTIONS(129), - [anon_sym_AMPbroker_store] = ACTIONS(129), - [anon_sym_AMPcreate_expire] = ACTIONS(129), - [anon_sym_AMPdefault] = ACTIONS(129), - [anon_sym_AMPdelete_func] = ACTIONS(129), - [anon_sym_AMPexpire_func] = ACTIONS(129), - [anon_sym_AMPgroup] = ACTIONS(129), - [anon_sym_AMPon_change] = ACTIONS(129), - [anon_sym_AMPpriority] = ACTIONS(129), - [anon_sym_AMPread_expire] = ACTIONS(129), - [anon_sym_AMPtype_column] = ACTIONS(129), - [anon_sym_AMPwrite_expire] = ACTIONS(129), - [anon_sym_DOLLAR] = ACTIONS(129), - [anon_sym_PIPE] = ACTIONS(131), - [anon_sym_BANG] = ACTIONS(131), - [anon_sym_DASH] = ACTIONS(131), - [anon_sym_PLUS] = ACTIONS(131), - [anon_sym_is] = ACTIONS(129), - [anon_sym_STAR] = ACTIONS(129), - [anon_sym_SLASH] = ACTIONS(129), - [anon_sym_PERCENT] = ACTIONS(129), - [anon_sym_LT] = ACTIONS(131), - [anon_sym_LT_EQ] = ACTIONS(129), - [anon_sym_GT] = ACTIONS(131), - [anon_sym_GT_EQ] = ACTIONS(129), - [anon_sym_AMP] = ACTIONS(131), - [anon_sym_CARET] = ACTIONS(129), - [anon_sym_QMARK] = ACTIONS(131), - [anon_sym_EQ_EQ] = ACTIONS(129), - [anon_sym_BANG_EQ] = ACTIONS(129), - [anon_sym_AMP_AMP] = ACTIONS(129), - [anon_sym_PIPE_PIPE] = ACTIONS(129), - [anon_sym_QMARK_DOLLAR] = ACTIONS(129), - [anon_sym_ATdeprecated] = ACTIONS(129), - [anon_sym_ATload] = ACTIONS(131), - [anon_sym_ATload_DASHsigs] = ACTIONS(129), - [anon_sym_ATload_DASHplugin] = ACTIONS(129), - [anon_sym_ATunload] = ACTIONS(129), - [anon_sym_ATprefixes] = ACTIONS(129), - [anon_sym_ATif] = ACTIONS(131), - [anon_sym_ATifdef] = ACTIONS(129), - [anon_sym_ATifndef] = ACTIONS(129), - [anon_sym_ATendif] = ACTIONS(129), - [anon_sym_ATelse] = ACTIONS(129), - [anon_sym_ATpragma] = ACTIONS(129), + [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_RBRACE] = ACTIONS(131), + [anon_sym_COLON] = ACTIONS(131), + [anon_sym_PLUS_EQ] = ACTIONS(131), + [anon_sym_DASH_EQ] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_RPAREN] = ACTIONS(131), + [anon_sym_COMMA] = ACTIONS(131), + [anon_sym_in] = ACTIONS(131), + [anon_sym_LBRACK] = ACTIONS(131), + [anon_sym_RBRACK] = ACTIONS(131), + [anon_sym_EQ] = ACTIONS(133), + [anon_sym_as] = ACTIONS(131), + [anon_sym_AMPdeprecated] = ACTIONS(131), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(131), + [anon_sym_AMPerror_handler] = ACTIONS(131), + [anon_sym_AMPis_assigned] = ACTIONS(131), + [anon_sym_AMPis_used] = ACTIONS(131), + [anon_sym_AMPlog] = ACTIONS(131), + [anon_sym_AMPoptional] = ACTIONS(131), + [anon_sym_AMPordered] = ACTIONS(131), + [anon_sym_AMPraw_output] = ACTIONS(131), + [anon_sym_AMPredef] = ACTIONS(131), + [anon_sym_AMPadd_func] = ACTIONS(131), + [anon_sym_AMPbackend] = ACTIONS(131), + [anon_sym_AMPbroker_store] = ACTIONS(131), + [anon_sym_AMPcreate_expire] = ACTIONS(131), + [anon_sym_AMPdefault] = ACTIONS(131), + [anon_sym_AMPdelete_func] = ACTIONS(131), + [anon_sym_AMPexpire_func] = ACTIONS(131), + [anon_sym_AMPgroup] = ACTIONS(131), + [anon_sym_AMPon_change] = ACTIONS(131), + [anon_sym_AMPpriority] = ACTIONS(131), + [anon_sym_AMPread_expire] = ACTIONS(131), + [anon_sym_AMPtype_column] = ACTIONS(131), + [anon_sym_AMPwrite_expire] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_BANG] = ACTIONS(133), + [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_is] = ACTIONS(131), + [anon_sym_STAR] = ACTIONS(131), + [anon_sym_SLASH] = ACTIONS(131), + [anon_sym_PERCENT] = ACTIONS(131), + [anon_sym_LT] = ACTIONS(133), + [anon_sym_LT_EQ] = ACTIONS(131), + [anon_sym_GT] = ACTIONS(133), + [anon_sym_GT_EQ] = ACTIONS(131), + [anon_sym_AMP] = ACTIONS(133), + [anon_sym_CARET] = ACTIONS(131), + [anon_sym_QMARK] = ACTIONS(133), + [anon_sym_EQ_EQ] = ACTIONS(131), + [anon_sym_BANG_EQ] = ACTIONS(131), + [anon_sym_AMP_AMP] = ACTIONS(131), + [anon_sym_PIPE_PIPE] = ACTIONS(131), + [anon_sym_QMARK_DOLLAR] = ACTIONS(131), + [anon_sym_ATdeprecated] = ACTIONS(131), + [anon_sym_ATload] = ACTIONS(133), + [anon_sym_ATload_DASHsigs] = ACTIONS(131), + [anon_sym_ATload_DASHplugin] = ACTIONS(131), + [anon_sym_ATunload] = ACTIONS(131), + [anon_sym_ATprefixes] = ACTIONS(131), + [anon_sym_ATif] = ACTIONS(133), + [anon_sym_ATifdef] = ACTIONS(131), + [anon_sym_ATifndef] = ACTIONS(131), + [anon_sym_ATendif] = ACTIONS(131), + [anon_sym_ATelse] = ACTIONS(131), + [anon_sym_ATpragma] = ACTIONS(131), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -40467,76 +39701,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(299)] = { - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_RBRACE] = ACTIONS(125), - [anon_sym_COLON] = ACTIONS(125), - [anon_sym_PLUS_EQ] = ACTIONS(125), - [anon_sym_DASH_EQ] = ACTIONS(125), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_RPAREN] = ACTIONS(125), - [anon_sym_COMMA] = ACTIONS(125), - [anon_sym_in] = ACTIONS(125), - [anon_sym_LBRACK] = ACTIONS(125), - [anon_sym_RBRACK] = ACTIONS(125), - [anon_sym_EQ] = ACTIONS(127), - [anon_sym_as] = ACTIONS(125), - [anon_sym_AMPdeprecated] = ACTIONS(125), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(125), - [anon_sym_AMPerror_handler] = ACTIONS(125), - [anon_sym_AMPis_assigned] = ACTIONS(125), - [anon_sym_AMPis_used] = ACTIONS(125), - [anon_sym_AMPlog] = ACTIONS(125), - [anon_sym_AMPoptional] = ACTIONS(125), - [anon_sym_AMPordered] = ACTIONS(125), - [anon_sym_AMPraw_output] = ACTIONS(125), - [anon_sym_AMPredef] = ACTIONS(125), - [anon_sym_AMPadd_func] = ACTIONS(125), - [anon_sym_AMPbackend] = ACTIONS(125), - [anon_sym_AMPbroker_store] = ACTIONS(125), - [anon_sym_AMPcreate_expire] = ACTIONS(125), - [anon_sym_AMPdefault] = ACTIONS(125), - [anon_sym_AMPdelete_func] = ACTIONS(125), - [anon_sym_AMPexpire_func] = ACTIONS(125), - [anon_sym_AMPgroup] = ACTIONS(125), - [anon_sym_AMPon_change] = ACTIONS(125), - [anon_sym_AMPpriority] = ACTIONS(125), - [anon_sym_AMPread_expire] = ACTIONS(125), - [anon_sym_AMPtype_column] = ACTIONS(125), - [anon_sym_AMPwrite_expire] = ACTIONS(125), - [anon_sym_DOLLAR] = ACTIONS(125), - [anon_sym_PIPE] = ACTIONS(127), - [anon_sym_BANG] = ACTIONS(127), - [anon_sym_DASH] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(127), - [anon_sym_is] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(125), - [anon_sym_SLASH] = ACTIONS(125), - [anon_sym_PERCENT] = ACTIONS(125), - [anon_sym_LT] = ACTIONS(127), - [anon_sym_LT_EQ] = ACTIONS(125), - [anon_sym_GT] = ACTIONS(127), - [anon_sym_GT_EQ] = ACTIONS(125), - [anon_sym_AMP] = ACTIONS(127), - [anon_sym_CARET] = ACTIONS(125), - [anon_sym_QMARK] = ACTIONS(127), - [anon_sym_EQ_EQ] = ACTIONS(125), - [anon_sym_BANG_EQ] = ACTIONS(125), - [anon_sym_AMP_AMP] = ACTIONS(125), - [anon_sym_PIPE_PIPE] = ACTIONS(125), - [anon_sym_QMARK_DOLLAR] = ACTIONS(125), - [anon_sym_ATdeprecated] = ACTIONS(125), - [anon_sym_ATload] = ACTIONS(127), - [anon_sym_ATload_DASHsigs] = ACTIONS(125), - [anon_sym_ATload_DASHplugin] = ACTIONS(125), - [anon_sym_ATunload] = ACTIONS(125), - [anon_sym_ATprefixes] = ACTIONS(125), - [anon_sym_ATif] = ACTIONS(127), - [anon_sym_ATifdef] = ACTIONS(125), - [anon_sym_ATifndef] = ACTIONS(125), - [anon_sym_ATendif] = ACTIONS(125), - [anon_sym_ATelse] = ACTIONS(125), - [anon_sym_ATpragma] = ACTIONS(125), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_COLON] = ACTIONS(127), + [anon_sym_PLUS_EQ] = ACTIONS(127), + [anon_sym_DASH_EQ] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_COMMA] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(127), + [anon_sym_RBRACK] = ACTIONS(127), + [anon_sym_EQ] = ACTIONS(129), + [anon_sym_as] = ACTIONS(127), + [anon_sym_AMPdeprecated] = ACTIONS(127), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(127), + [anon_sym_AMPerror_handler] = ACTIONS(127), + [anon_sym_AMPis_assigned] = ACTIONS(127), + [anon_sym_AMPis_used] = ACTIONS(127), + [anon_sym_AMPlog] = ACTIONS(127), + [anon_sym_AMPoptional] = ACTIONS(127), + [anon_sym_AMPordered] = ACTIONS(127), + [anon_sym_AMPraw_output] = ACTIONS(127), + [anon_sym_AMPredef] = ACTIONS(127), + [anon_sym_AMPadd_func] = ACTIONS(127), + [anon_sym_AMPbackend] = ACTIONS(127), + [anon_sym_AMPbroker_store] = ACTIONS(127), + [anon_sym_AMPcreate_expire] = ACTIONS(127), + [anon_sym_AMPdefault] = ACTIONS(127), + [anon_sym_AMPdelete_func] = ACTIONS(127), + [anon_sym_AMPexpire_func] = ACTIONS(127), + [anon_sym_AMPgroup] = ACTIONS(127), + [anon_sym_AMPon_change] = ACTIONS(127), + [anon_sym_AMPpriority] = ACTIONS(127), + [anon_sym_AMPread_expire] = ACTIONS(127), + [anon_sym_AMPtype_column] = ACTIONS(127), + [anon_sym_AMPwrite_expire] = ACTIONS(127), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(129), + [anon_sym_BANG] = ACTIONS(129), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_is] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_PERCENT] = ACTIONS(127), + [anon_sym_LT] = ACTIONS(129), + [anon_sym_LT_EQ] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(127), + [anon_sym_AMP] = ACTIONS(129), + [anon_sym_CARET] = ACTIONS(127), + [anon_sym_QMARK] = ACTIONS(129), + [anon_sym_EQ_EQ] = ACTIONS(127), + [anon_sym_BANG_EQ] = ACTIONS(127), + [anon_sym_AMP_AMP] = ACTIONS(127), + [anon_sym_PIPE_PIPE] = ACTIONS(127), + [anon_sym_QMARK_DOLLAR] = ACTIONS(127), + [anon_sym_ATdeprecated] = ACTIONS(127), + [anon_sym_ATload] = ACTIONS(129), + [anon_sym_ATload_DASHsigs] = ACTIONS(127), + [anon_sym_ATload_DASHplugin] = ACTIONS(127), + [anon_sym_ATunload] = ACTIONS(127), + [anon_sym_ATprefixes] = ACTIONS(127), + [anon_sym_ATif] = ACTIONS(129), + [anon_sym_ATifdef] = ACTIONS(127), + [anon_sym_ATifndef] = ACTIONS(127), + [anon_sym_ATendif] = ACTIONS(127), + [anon_sym_ATelse] = ACTIONS(127), + [anon_sym_ATpragma] = ACTIONS(127), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -40544,76 +39778,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(300)] = { - [anon_sym_SEMI] = ACTIONS(113), - [anon_sym_LBRACE] = ACTIONS(113), - [anon_sym_RBRACE] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(113), - [anon_sym_PLUS_EQ] = ACTIONS(113), - [anon_sym_DASH_EQ] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_RPAREN] = ACTIONS(113), - [anon_sym_COMMA] = ACTIONS(113), - [anon_sym_in] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(113), - [anon_sym_RBRACK] = ACTIONS(113), - [anon_sym_EQ] = ACTIONS(115), - [anon_sym_as] = ACTIONS(113), - [anon_sym_AMPdeprecated] = ACTIONS(113), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(113), - [anon_sym_AMPerror_handler] = ACTIONS(113), - [anon_sym_AMPis_assigned] = ACTIONS(113), - [anon_sym_AMPis_used] = ACTIONS(113), - [anon_sym_AMPlog] = ACTIONS(113), - [anon_sym_AMPoptional] = ACTIONS(113), - [anon_sym_AMPordered] = ACTIONS(113), - [anon_sym_AMPraw_output] = ACTIONS(113), - [anon_sym_AMPredef] = ACTIONS(113), - [anon_sym_AMPadd_func] = ACTIONS(113), - [anon_sym_AMPbackend] = ACTIONS(113), - [anon_sym_AMPbroker_store] = ACTIONS(113), - [anon_sym_AMPcreate_expire] = ACTIONS(113), - [anon_sym_AMPdefault] = ACTIONS(113), - [anon_sym_AMPdelete_func] = ACTIONS(113), - [anon_sym_AMPexpire_func] = ACTIONS(113), - [anon_sym_AMPgroup] = ACTIONS(113), - [anon_sym_AMPon_change] = ACTIONS(113), - [anon_sym_AMPpriority] = ACTIONS(113), - [anon_sym_AMPread_expire] = ACTIONS(113), - [anon_sym_AMPtype_column] = ACTIONS(113), - [anon_sym_AMPwrite_expire] = ACTIONS(113), - [anon_sym_DOLLAR] = ACTIONS(113), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_BANG] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_is] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(113), - [anon_sym_SLASH] = ACTIONS(113), - [anon_sym_PERCENT] = ACTIONS(113), - [anon_sym_LT] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(113), - [anon_sym_AMP] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(113), - [anon_sym_QMARK] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(113), - [anon_sym_BANG_EQ] = ACTIONS(113), - [anon_sym_AMP_AMP] = ACTIONS(113), - [anon_sym_PIPE_PIPE] = ACTIONS(113), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), - [anon_sym_ATdeprecated] = ACTIONS(113), - [anon_sym_ATload] = ACTIONS(115), - [anon_sym_ATload_DASHsigs] = ACTIONS(113), - [anon_sym_ATload_DASHplugin] = ACTIONS(113), - [anon_sym_ATunload] = ACTIONS(113), - [anon_sym_ATprefixes] = ACTIONS(113), - [anon_sym_ATif] = ACTIONS(115), - [anon_sym_ATifdef] = ACTIONS(113), - [anon_sym_ATifndef] = ACTIONS(113), - [anon_sym_ATendif] = ACTIONS(113), - [anon_sym_ATelse] = ACTIONS(113), - [anon_sym_ATpragma] = ACTIONS(113), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_RBRACE] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(115), + [anon_sym_PLUS_EQ] = ACTIONS(115), + [anon_sym_DASH_EQ] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_RPAREN] = ACTIONS(115), + [anon_sym_COMMA] = ACTIONS(115), + [anon_sym_in] = ACTIONS(115), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_RBRACK] = ACTIONS(115), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_as] = ACTIONS(115), + [anon_sym_AMPdeprecated] = ACTIONS(115), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(115), + [anon_sym_AMPerror_handler] = ACTIONS(115), + [anon_sym_AMPis_assigned] = ACTIONS(115), + [anon_sym_AMPis_used] = ACTIONS(115), + [anon_sym_AMPlog] = ACTIONS(115), + [anon_sym_AMPoptional] = ACTIONS(115), + [anon_sym_AMPordered] = ACTIONS(115), + [anon_sym_AMPraw_output] = ACTIONS(115), + [anon_sym_AMPredef] = ACTIONS(115), + [anon_sym_AMPadd_func] = ACTIONS(115), + [anon_sym_AMPbackend] = ACTIONS(115), + [anon_sym_AMPbroker_store] = ACTIONS(115), + [anon_sym_AMPcreate_expire] = ACTIONS(115), + [anon_sym_AMPdefault] = ACTIONS(115), + [anon_sym_AMPdelete_func] = ACTIONS(115), + [anon_sym_AMPexpire_func] = ACTIONS(115), + [anon_sym_AMPgroup] = ACTIONS(115), + [anon_sym_AMPon_change] = ACTIONS(115), + [anon_sym_AMPpriority] = ACTIONS(115), + [anon_sym_AMPread_expire] = ACTIONS(115), + [anon_sym_AMPtype_column] = ACTIONS(115), + [anon_sym_AMPwrite_expire] = ACTIONS(115), + [anon_sym_DOLLAR] = ACTIONS(115), + [anon_sym_PIPE] = ACTIONS(117), + [anon_sym_BANG] = ACTIONS(117), + [anon_sym_DASH] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_is] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(115), + [anon_sym_SLASH] = ACTIONS(115), + [anon_sym_PERCENT] = ACTIONS(115), + [anon_sym_LT] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(115), + [anon_sym_GT] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(115), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(115), + [anon_sym_QMARK] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(115), + [anon_sym_BANG_EQ] = ACTIONS(115), + [anon_sym_AMP_AMP] = ACTIONS(115), + [anon_sym_PIPE_PIPE] = ACTIONS(115), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), + [anon_sym_ATdeprecated] = ACTIONS(115), + [anon_sym_ATload] = ACTIONS(117), + [anon_sym_ATload_DASHsigs] = ACTIONS(115), + [anon_sym_ATload_DASHplugin] = ACTIONS(115), + [anon_sym_ATunload] = ACTIONS(115), + [anon_sym_ATprefixes] = ACTIONS(115), + [anon_sym_ATif] = ACTIONS(117), + [anon_sym_ATifdef] = ACTIONS(115), + [anon_sym_ATifndef] = ACTIONS(115), + [anon_sym_ATendif] = ACTIONS(115), + [anon_sym_ATelse] = ACTIONS(115), + [anon_sym_ATpragma] = ACTIONS(115), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -40622,75 +39856,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [STATE(301)] = { [sym_index_slice] = STATE(309), - [anon_sym_SEMI] = ACTIONS(113), - [anon_sym_LBRACE] = ACTIONS(113), - [anon_sym_RBRACE] = ACTIONS(113), - [anon_sym_PLUS_EQ] = ACTIONS(113), - [anon_sym_DASH_EQ] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_RPAREN] = ACTIONS(113), - [anon_sym_COMMA] = ACTIONS(113), - [anon_sym_in] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_RBRACK] = ACTIONS(113), - [anon_sym_EQ] = ACTIONS(115), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_AMPdeprecated] = ACTIONS(113), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(113), - [anon_sym_AMPerror_handler] = ACTIONS(113), - [anon_sym_AMPis_assigned] = ACTIONS(113), - [anon_sym_AMPis_used] = ACTIONS(113), - [anon_sym_AMPlog] = ACTIONS(113), - [anon_sym_AMPoptional] = ACTIONS(113), - [anon_sym_AMPordered] = ACTIONS(113), - [anon_sym_AMPraw_output] = ACTIONS(113), - [anon_sym_AMPredef] = ACTIONS(113), - [anon_sym_AMPadd_func] = ACTIONS(113), - [anon_sym_AMPbackend] = ACTIONS(113), - [anon_sym_AMPbroker_store] = ACTIONS(113), - [anon_sym_AMPcreate_expire] = ACTIONS(113), - [anon_sym_AMPdefault] = ACTIONS(113), - [anon_sym_AMPdelete_func] = ACTIONS(113), - [anon_sym_AMPexpire_func] = ACTIONS(113), - [anon_sym_AMPgroup] = ACTIONS(113), - [anon_sym_AMPon_change] = ACTIONS(113), - [anon_sym_AMPpriority] = ACTIONS(113), - [anon_sym_AMPread_expire] = ACTIONS(113), - [anon_sym_AMPtype_column] = ACTIONS(113), - [anon_sym_AMPwrite_expire] = ACTIONS(113), - [anon_sym_DOLLAR] = ACTIONS(1480), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_BANG] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_is] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(113), - [anon_sym_SLASH] = ACTIONS(113), - [anon_sym_PERCENT] = ACTIONS(113), - [anon_sym_LT] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(113), - [anon_sym_AMP] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(113), - [anon_sym_QMARK] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(113), - [anon_sym_BANG_EQ] = ACTIONS(113), - [anon_sym_AMP_AMP] = ACTIONS(113), - [anon_sym_PIPE_PIPE] = ACTIONS(113), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), - [anon_sym_ATdeprecated] = ACTIONS(113), - [anon_sym_ATload] = ACTIONS(115), - [anon_sym_ATload_DASHsigs] = ACTIONS(113), - [anon_sym_ATload_DASHplugin] = ACTIONS(113), - [anon_sym_ATunload] = ACTIONS(113), - [anon_sym_ATprefixes] = ACTIONS(113), - [anon_sym_ATif] = ACTIONS(115), - [anon_sym_ATifdef] = ACTIONS(113), - [anon_sym_ATifndef] = ACTIONS(113), - [anon_sym_ATendif] = ACTIONS(113), - [anon_sym_ATelse] = ACTIONS(113), - [anon_sym_ATpragma] = ACTIONS(113), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_RBRACE] = ACTIONS(115), + [anon_sym_PLUS_EQ] = ACTIONS(115), + [anon_sym_DASH_EQ] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_RPAREN] = ACTIONS(115), + [anon_sym_COMMA] = ACTIONS(115), + [anon_sym_in] = ACTIONS(115), + [anon_sym_LBRACK] = ACTIONS(1483), + [anon_sym_RBRACK] = ACTIONS(115), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_as] = ACTIONS(1485), + [anon_sym_AMPdeprecated] = ACTIONS(115), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(115), + [anon_sym_AMPerror_handler] = ACTIONS(115), + [anon_sym_AMPis_assigned] = ACTIONS(115), + [anon_sym_AMPis_used] = ACTIONS(115), + [anon_sym_AMPlog] = ACTIONS(115), + [anon_sym_AMPoptional] = ACTIONS(115), + [anon_sym_AMPordered] = ACTIONS(115), + [anon_sym_AMPraw_output] = ACTIONS(115), + [anon_sym_AMPredef] = ACTIONS(115), + [anon_sym_AMPadd_func] = ACTIONS(115), + [anon_sym_AMPbackend] = ACTIONS(115), + [anon_sym_AMPbroker_store] = ACTIONS(115), + [anon_sym_AMPcreate_expire] = ACTIONS(115), + [anon_sym_AMPdefault] = ACTIONS(115), + [anon_sym_AMPdelete_func] = ACTIONS(115), + [anon_sym_AMPexpire_func] = ACTIONS(115), + [anon_sym_AMPgroup] = ACTIONS(115), + [anon_sym_AMPon_change] = ACTIONS(115), + [anon_sym_AMPpriority] = ACTIONS(115), + [anon_sym_AMPread_expire] = ACTIONS(115), + [anon_sym_AMPtype_column] = ACTIONS(115), + [anon_sym_AMPwrite_expire] = ACTIONS(115), + [anon_sym_DOLLAR] = ACTIONS(1487), + [anon_sym_PIPE] = ACTIONS(117), + [anon_sym_BANG] = ACTIONS(117), + [anon_sym_DASH] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_is] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(115), + [anon_sym_SLASH] = ACTIONS(115), + [anon_sym_PERCENT] = ACTIONS(115), + [anon_sym_LT] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(115), + [anon_sym_GT] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(115), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(115), + [anon_sym_QMARK] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(115), + [anon_sym_BANG_EQ] = ACTIONS(115), + [anon_sym_AMP_AMP] = ACTIONS(115), + [anon_sym_PIPE_PIPE] = ACTIONS(115), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), + [anon_sym_ATdeprecated] = ACTIONS(115), + [anon_sym_ATload] = ACTIONS(117), + [anon_sym_ATload_DASHsigs] = ACTIONS(115), + [anon_sym_ATload_DASHplugin] = ACTIONS(115), + [anon_sym_ATunload] = ACTIONS(115), + [anon_sym_ATprefixes] = ACTIONS(115), + [anon_sym_ATif] = ACTIONS(117), + [anon_sym_ATifdef] = ACTIONS(115), + [anon_sym_ATifndef] = ACTIONS(115), + [anon_sym_ATendif] = ACTIONS(115), + [anon_sym_ATelse] = ACTIONS(115), + [anon_sym_ATpragma] = ACTIONS(115), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -40698,76 +39932,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(302)] = { - [anon_sym_SEMI] = ACTIONS(1482), - [anon_sym_LBRACE] = ACTIONS(1482), - [anon_sym_RBRACE] = ACTIONS(1482), - [anon_sym_COLON] = ACTIONS(1482), - [anon_sym_PLUS_EQ] = ACTIONS(1482), - [anon_sym_DASH_EQ] = ACTIONS(1482), - [anon_sym_LPAREN] = ACTIONS(1482), - [anon_sym_RPAREN] = ACTIONS(1482), - [anon_sym_COMMA] = ACTIONS(1482), - [anon_sym_in] = ACTIONS(1482), - [anon_sym_LBRACK] = ACTIONS(1482), - [anon_sym_RBRACK] = ACTIONS(1482), - [anon_sym_EQ] = ACTIONS(1484), - [anon_sym_as] = ACTIONS(1482), - [anon_sym_AMPdeprecated] = ACTIONS(1482), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1482), - [anon_sym_AMPerror_handler] = ACTIONS(1482), - [anon_sym_AMPis_assigned] = ACTIONS(1482), - [anon_sym_AMPis_used] = ACTIONS(1482), - [anon_sym_AMPlog] = ACTIONS(1482), - [anon_sym_AMPoptional] = ACTIONS(1482), - [anon_sym_AMPordered] = ACTIONS(1482), - [anon_sym_AMPraw_output] = ACTIONS(1482), - [anon_sym_AMPredef] = ACTIONS(1482), - [anon_sym_AMPadd_func] = ACTIONS(1482), - [anon_sym_AMPbackend] = ACTIONS(1482), - [anon_sym_AMPbroker_store] = ACTIONS(1482), - [anon_sym_AMPcreate_expire] = ACTIONS(1482), - [anon_sym_AMPdefault] = ACTIONS(1482), - [anon_sym_AMPdelete_func] = ACTIONS(1482), - [anon_sym_AMPexpire_func] = ACTIONS(1482), - [anon_sym_AMPgroup] = ACTIONS(1482), - [anon_sym_AMPon_change] = ACTIONS(1482), - [anon_sym_AMPpriority] = ACTIONS(1482), - [anon_sym_AMPread_expire] = ACTIONS(1482), - [anon_sym_AMPtype_column] = ACTIONS(1482), - [anon_sym_AMPwrite_expire] = ACTIONS(1482), - [anon_sym_DOLLAR] = ACTIONS(1482), - [anon_sym_PIPE] = ACTIONS(1484), - [anon_sym_BANG] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_is] = ACTIONS(1482), - [anon_sym_STAR] = ACTIONS(1482), - [anon_sym_SLASH] = ACTIONS(1482), - [anon_sym_PERCENT] = ACTIONS(1482), - [anon_sym_LT] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1482), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_GT_EQ] = ACTIONS(1482), - [anon_sym_AMP] = ACTIONS(1484), - [anon_sym_CARET] = ACTIONS(1482), - [anon_sym_QMARK] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1482), - [anon_sym_BANG_EQ] = ACTIONS(1482), - [anon_sym_AMP_AMP] = ACTIONS(1482), - [anon_sym_PIPE_PIPE] = ACTIONS(1482), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1482), - [anon_sym_ATdeprecated] = ACTIONS(1482), - [anon_sym_ATload] = ACTIONS(1484), - [anon_sym_ATload_DASHsigs] = ACTIONS(1482), - [anon_sym_ATload_DASHplugin] = ACTIONS(1482), - [anon_sym_ATunload] = ACTIONS(1482), - [anon_sym_ATprefixes] = ACTIONS(1482), - [anon_sym_ATif] = ACTIONS(1484), - [anon_sym_ATifdef] = ACTIONS(1482), - [anon_sym_ATifndef] = ACTIONS(1482), - [anon_sym_ATendif] = ACTIONS(1482), - [anon_sym_ATelse] = ACTIONS(1482), - [anon_sym_ATpragma] = ACTIONS(1482), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_RBRACE] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(1489), + [anon_sym_PLUS_EQ] = ACTIONS(1489), + [anon_sym_DASH_EQ] = ACTIONS(1489), + [anon_sym_LPAREN] = ACTIONS(1489), + [anon_sym_RPAREN] = ACTIONS(1489), + [anon_sym_COMMA] = ACTIONS(1489), + [anon_sym_in] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1489), + [anon_sym_RBRACK] = ACTIONS(1489), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_as] = ACTIONS(1489), + [anon_sym_AMPdeprecated] = ACTIONS(1489), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1489), + [anon_sym_AMPerror_handler] = ACTIONS(1489), + [anon_sym_AMPis_assigned] = ACTIONS(1489), + [anon_sym_AMPis_used] = ACTIONS(1489), + [anon_sym_AMPlog] = ACTIONS(1489), + [anon_sym_AMPoptional] = ACTIONS(1489), + [anon_sym_AMPordered] = ACTIONS(1489), + [anon_sym_AMPraw_output] = ACTIONS(1489), + [anon_sym_AMPredef] = ACTIONS(1489), + [anon_sym_AMPadd_func] = ACTIONS(1489), + [anon_sym_AMPbackend] = ACTIONS(1489), + [anon_sym_AMPbroker_store] = ACTIONS(1489), + [anon_sym_AMPcreate_expire] = ACTIONS(1489), + [anon_sym_AMPdefault] = ACTIONS(1489), + [anon_sym_AMPdelete_func] = ACTIONS(1489), + [anon_sym_AMPexpire_func] = ACTIONS(1489), + [anon_sym_AMPgroup] = ACTIONS(1489), + [anon_sym_AMPon_change] = ACTIONS(1489), + [anon_sym_AMPpriority] = ACTIONS(1489), + [anon_sym_AMPread_expire] = ACTIONS(1489), + [anon_sym_AMPtype_column] = ACTIONS(1489), + [anon_sym_AMPwrite_expire] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1489), + [anon_sym_PIPE] = ACTIONS(1491), + [anon_sym_BANG] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_is] = ACTIONS(1489), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_LT] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1489), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_GT_EQ] = ACTIONS(1489), + [anon_sym_AMP] = ACTIONS(1491), + [anon_sym_CARET] = ACTIONS(1489), + [anon_sym_QMARK] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1489), + [anon_sym_BANG_EQ] = ACTIONS(1489), + [anon_sym_AMP_AMP] = ACTIONS(1489), + [anon_sym_PIPE_PIPE] = ACTIONS(1489), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1489), + [anon_sym_ATdeprecated] = ACTIONS(1489), + [anon_sym_ATload] = ACTIONS(1491), + [anon_sym_ATload_DASHsigs] = ACTIONS(1489), + [anon_sym_ATload_DASHplugin] = ACTIONS(1489), + [anon_sym_ATunload] = ACTIONS(1489), + [anon_sym_ATprefixes] = ACTIONS(1489), + [anon_sym_ATif] = ACTIONS(1491), + [anon_sym_ATifdef] = ACTIONS(1489), + [anon_sym_ATifndef] = ACTIONS(1489), + [anon_sym_ATendif] = ACTIONS(1489), + [anon_sym_ATelse] = ACTIONS(1489), + [anon_sym_ATpragma] = ACTIONS(1489), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -40775,76 +40009,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(303)] = { - [anon_sym_SEMI] = ACTIONS(1456), - [anon_sym_LBRACE] = ACTIONS(1456), - [anon_sym_RBRACE] = ACTIONS(1456), - [anon_sym_COLON] = ACTIONS(1456), - [anon_sym_PLUS_EQ] = ACTIONS(1456), - [anon_sym_DASH_EQ] = ACTIONS(1456), - [anon_sym_LPAREN] = ACTIONS(1456), - [anon_sym_RPAREN] = ACTIONS(1456), - [anon_sym_COMMA] = ACTIONS(1456), - [anon_sym_in] = ACTIONS(1456), - [anon_sym_LBRACK] = ACTIONS(1456), - [anon_sym_RBRACK] = ACTIONS(1456), - [anon_sym_EQ] = ACTIONS(1458), - [anon_sym_as] = ACTIONS(1456), - [anon_sym_AMPdeprecated] = ACTIONS(1456), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1456), - [anon_sym_AMPerror_handler] = ACTIONS(1456), - [anon_sym_AMPis_assigned] = ACTIONS(1456), - [anon_sym_AMPis_used] = ACTIONS(1456), - [anon_sym_AMPlog] = ACTIONS(1456), - [anon_sym_AMPoptional] = ACTIONS(1456), - [anon_sym_AMPordered] = ACTIONS(1456), - [anon_sym_AMPraw_output] = ACTIONS(1456), - [anon_sym_AMPredef] = ACTIONS(1456), - [anon_sym_AMPadd_func] = ACTIONS(1456), - [anon_sym_AMPbackend] = ACTIONS(1456), - [anon_sym_AMPbroker_store] = ACTIONS(1456), - [anon_sym_AMPcreate_expire] = ACTIONS(1456), - [anon_sym_AMPdefault] = ACTIONS(1456), - [anon_sym_AMPdelete_func] = ACTIONS(1456), - [anon_sym_AMPexpire_func] = ACTIONS(1456), - [anon_sym_AMPgroup] = ACTIONS(1456), - [anon_sym_AMPon_change] = ACTIONS(1456), - [anon_sym_AMPpriority] = ACTIONS(1456), - [anon_sym_AMPread_expire] = ACTIONS(1456), - [anon_sym_AMPtype_column] = ACTIONS(1456), - [anon_sym_AMPwrite_expire] = ACTIONS(1456), - [anon_sym_DOLLAR] = ACTIONS(1456), - [anon_sym_PIPE] = ACTIONS(1458), - [anon_sym_BANG] = ACTIONS(1458), - [anon_sym_DASH] = ACTIONS(1458), - [anon_sym_PLUS] = ACTIONS(1458), - [anon_sym_is] = ACTIONS(1456), - [anon_sym_STAR] = ACTIONS(1456), - [anon_sym_SLASH] = ACTIONS(1456), - [anon_sym_PERCENT] = ACTIONS(1456), - [anon_sym_LT] = ACTIONS(1458), - [anon_sym_LT_EQ] = ACTIONS(1456), - [anon_sym_GT] = ACTIONS(1458), - [anon_sym_GT_EQ] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1458), - [anon_sym_CARET] = ACTIONS(1456), - [anon_sym_QMARK] = ACTIONS(1458), - [anon_sym_EQ_EQ] = ACTIONS(1456), - [anon_sym_BANG_EQ] = ACTIONS(1456), - [anon_sym_AMP_AMP] = ACTIONS(1456), - [anon_sym_PIPE_PIPE] = ACTIONS(1456), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1456), - [anon_sym_ATdeprecated] = ACTIONS(1456), - [anon_sym_ATload] = ACTIONS(1458), - [anon_sym_ATload_DASHsigs] = ACTIONS(1456), - [anon_sym_ATload_DASHplugin] = ACTIONS(1456), - [anon_sym_ATunload] = ACTIONS(1456), - [anon_sym_ATprefixes] = ACTIONS(1456), - [anon_sym_ATif] = ACTIONS(1458), - [anon_sym_ATifdef] = ACTIONS(1456), - [anon_sym_ATifndef] = ACTIONS(1456), - [anon_sym_ATendif] = ACTIONS(1456), - [anon_sym_ATelse] = ACTIONS(1456), - [anon_sym_ATpragma] = ACTIONS(1456), + [anon_sym_SEMI] = ACTIONS(1463), + [anon_sym_LBRACE] = ACTIONS(1463), + [anon_sym_RBRACE] = ACTIONS(1463), + [anon_sym_COLON] = ACTIONS(1463), + [anon_sym_PLUS_EQ] = ACTIONS(1463), + [anon_sym_DASH_EQ] = ACTIONS(1463), + [anon_sym_LPAREN] = ACTIONS(1463), + [anon_sym_RPAREN] = ACTIONS(1463), + [anon_sym_COMMA] = ACTIONS(1463), + [anon_sym_in] = ACTIONS(1463), + [anon_sym_LBRACK] = ACTIONS(1463), + [anon_sym_RBRACK] = ACTIONS(1463), + [anon_sym_EQ] = ACTIONS(1465), + [anon_sym_as] = ACTIONS(1463), + [anon_sym_AMPdeprecated] = ACTIONS(1463), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1463), + [anon_sym_AMPerror_handler] = ACTIONS(1463), + [anon_sym_AMPis_assigned] = ACTIONS(1463), + [anon_sym_AMPis_used] = ACTIONS(1463), + [anon_sym_AMPlog] = ACTIONS(1463), + [anon_sym_AMPoptional] = ACTIONS(1463), + [anon_sym_AMPordered] = ACTIONS(1463), + [anon_sym_AMPraw_output] = ACTIONS(1463), + [anon_sym_AMPredef] = ACTIONS(1463), + [anon_sym_AMPadd_func] = ACTIONS(1463), + [anon_sym_AMPbackend] = ACTIONS(1463), + [anon_sym_AMPbroker_store] = ACTIONS(1463), + [anon_sym_AMPcreate_expire] = ACTIONS(1463), + [anon_sym_AMPdefault] = ACTIONS(1463), + [anon_sym_AMPdelete_func] = ACTIONS(1463), + [anon_sym_AMPexpire_func] = ACTIONS(1463), + [anon_sym_AMPgroup] = ACTIONS(1463), + [anon_sym_AMPon_change] = ACTIONS(1463), + [anon_sym_AMPpriority] = ACTIONS(1463), + [anon_sym_AMPread_expire] = ACTIONS(1463), + [anon_sym_AMPtype_column] = ACTIONS(1463), + [anon_sym_AMPwrite_expire] = ACTIONS(1463), + [anon_sym_DOLLAR] = ACTIONS(1463), + [anon_sym_PIPE] = ACTIONS(1465), + [anon_sym_BANG] = ACTIONS(1465), + [anon_sym_DASH] = ACTIONS(1465), + [anon_sym_PLUS] = ACTIONS(1465), + [anon_sym_is] = ACTIONS(1463), + [anon_sym_STAR] = ACTIONS(1463), + [anon_sym_SLASH] = ACTIONS(1463), + [anon_sym_PERCENT] = ACTIONS(1463), + [anon_sym_LT] = ACTIONS(1465), + [anon_sym_LT_EQ] = ACTIONS(1463), + [anon_sym_GT] = ACTIONS(1465), + [anon_sym_GT_EQ] = ACTIONS(1463), + [anon_sym_AMP] = ACTIONS(1465), + [anon_sym_CARET] = ACTIONS(1463), + [anon_sym_QMARK] = ACTIONS(1465), + [anon_sym_EQ_EQ] = ACTIONS(1463), + [anon_sym_BANG_EQ] = ACTIONS(1463), + [anon_sym_AMP_AMP] = ACTIONS(1463), + [anon_sym_PIPE_PIPE] = ACTIONS(1463), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1463), + [anon_sym_ATdeprecated] = ACTIONS(1463), + [anon_sym_ATload] = ACTIONS(1465), + [anon_sym_ATload_DASHsigs] = ACTIONS(1463), + [anon_sym_ATload_DASHplugin] = ACTIONS(1463), + [anon_sym_ATunload] = ACTIONS(1463), + [anon_sym_ATprefixes] = ACTIONS(1463), + [anon_sym_ATif] = ACTIONS(1465), + [anon_sym_ATifdef] = ACTIONS(1463), + [anon_sym_ATifndef] = ACTIONS(1463), + [anon_sym_ATendif] = ACTIONS(1463), + [anon_sym_ATelse] = ACTIONS(1463), + [anon_sym_ATpragma] = ACTIONS(1463), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -40852,76 +40086,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(304)] = { - [anon_sym_SEMI] = ACTIONS(1456), - [anon_sym_LBRACE] = ACTIONS(1456), - [anon_sym_RBRACE] = ACTIONS(1456), - [anon_sym_COLON] = ACTIONS(1456), - [anon_sym_PLUS_EQ] = ACTIONS(1456), - [anon_sym_DASH_EQ] = ACTIONS(1456), - [anon_sym_LPAREN] = ACTIONS(1456), - [anon_sym_RPAREN] = ACTIONS(1456), - [anon_sym_COMMA] = ACTIONS(1456), - [anon_sym_in] = ACTIONS(1456), - [anon_sym_LBRACK] = ACTIONS(1456), - [anon_sym_RBRACK] = ACTIONS(1456), - [anon_sym_EQ] = ACTIONS(1458), - [anon_sym_as] = ACTIONS(1456), - [anon_sym_AMPdeprecated] = ACTIONS(1456), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1456), - [anon_sym_AMPerror_handler] = ACTIONS(1456), - [anon_sym_AMPis_assigned] = ACTIONS(1456), - [anon_sym_AMPis_used] = ACTIONS(1456), - [anon_sym_AMPlog] = ACTIONS(1456), - [anon_sym_AMPoptional] = ACTIONS(1456), - [anon_sym_AMPordered] = ACTIONS(1456), - [anon_sym_AMPraw_output] = ACTIONS(1456), - [anon_sym_AMPredef] = ACTIONS(1456), - [anon_sym_AMPadd_func] = ACTIONS(1456), - [anon_sym_AMPbackend] = ACTIONS(1456), - [anon_sym_AMPbroker_store] = ACTIONS(1456), - [anon_sym_AMPcreate_expire] = ACTIONS(1456), - [anon_sym_AMPdefault] = ACTIONS(1456), - [anon_sym_AMPdelete_func] = ACTIONS(1456), - [anon_sym_AMPexpire_func] = ACTIONS(1456), - [anon_sym_AMPgroup] = ACTIONS(1456), - [anon_sym_AMPon_change] = ACTIONS(1456), - [anon_sym_AMPpriority] = ACTIONS(1456), - [anon_sym_AMPread_expire] = ACTIONS(1456), - [anon_sym_AMPtype_column] = ACTIONS(1456), - [anon_sym_AMPwrite_expire] = ACTIONS(1456), - [anon_sym_DOLLAR] = ACTIONS(1456), - [anon_sym_PIPE] = ACTIONS(1458), - [anon_sym_BANG] = ACTIONS(1458), - [anon_sym_DASH] = ACTIONS(1458), - [anon_sym_PLUS] = ACTIONS(1458), - [anon_sym_is] = ACTIONS(1456), - [anon_sym_STAR] = ACTIONS(1456), - [anon_sym_SLASH] = ACTIONS(1456), - [anon_sym_PERCENT] = ACTIONS(1456), - [anon_sym_LT] = ACTIONS(1458), - [anon_sym_LT_EQ] = ACTIONS(1456), - [anon_sym_GT] = ACTIONS(1458), - [anon_sym_GT_EQ] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1458), - [anon_sym_CARET] = ACTIONS(1456), - [anon_sym_QMARK] = ACTIONS(1458), - [anon_sym_EQ_EQ] = ACTIONS(1456), - [anon_sym_BANG_EQ] = ACTIONS(1456), - [anon_sym_AMP_AMP] = ACTIONS(1456), - [anon_sym_PIPE_PIPE] = ACTIONS(1456), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1456), - [anon_sym_ATdeprecated] = ACTIONS(1456), - [anon_sym_ATload] = ACTIONS(1458), - [anon_sym_ATload_DASHsigs] = ACTIONS(1456), - [anon_sym_ATload_DASHplugin] = ACTIONS(1456), - [anon_sym_ATunload] = ACTIONS(1456), - [anon_sym_ATprefixes] = ACTIONS(1456), - [anon_sym_ATif] = ACTIONS(1458), - [anon_sym_ATifdef] = ACTIONS(1456), - [anon_sym_ATifndef] = ACTIONS(1456), - [anon_sym_ATendif] = ACTIONS(1456), - [anon_sym_ATelse] = ACTIONS(1456), - [anon_sym_ATpragma] = ACTIONS(1456), + [anon_sym_SEMI] = ACTIONS(1463), + [anon_sym_LBRACE] = ACTIONS(1463), + [anon_sym_RBRACE] = ACTIONS(1463), + [anon_sym_COLON] = ACTIONS(1463), + [anon_sym_PLUS_EQ] = ACTIONS(1463), + [anon_sym_DASH_EQ] = ACTIONS(1463), + [anon_sym_LPAREN] = ACTIONS(1463), + [anon_sym_RPAREN] = ACTIONS(1463), + [anon_sym_COMMA] = ACTIONS(1463), + [anon_sym_in] = ACTIONS(1463), + [anon_sym_LBRACK] = ACTIONS(1463), + [anon_sym_RBRACK] = ACTIONS(1463), + [anon_sym_EQ] = ACTIONS(1465), + [anon_sym_as] = ACTIONS(1463), + [anon_sym_AMPdeprecated] = ACTIONS(1463), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1463), + [anon_sym_AMPerror_handler] = ACTIONS(1463), + [anon_sym_AMPis_assigned] = ACTIONS(1463), + [anon_sym_AMPis_used] = ACTIONS(1463), + [anon_sym_AMPlog] = ACTIONS(1463), + [anon_sym_AMPoptional] = ACTIONS(1463), + [anon_sym_AMPordered] = ACTIONS(1463), + [anon_sym_AMPraw_output] = ACTIONS(1463), + [anon_sym_AMPredef] = ACTIONS(1463), + [anon_sym_AMPadd_func] = ACTIONS(1463), + [anon_sym_AMPbackend] = ACTIONS(1463), + [anon_sym_AMPbroker_store] = ACTIONS(1463), + [anon_sym_AMPcreate_expire] = ACTIONS(1463), + [anon_sym_AMPdefault] = ACTIONS(1463), + [anon_sym_AMPdelete_func] = ACTIONS(1463), + [anon_sym_AMPexpire_func] = ACTIONS(1463), + [anon_sym_AMPgroup] = ACTIONS(1463), + [anon_sym_AMPon_change] = ACTIONS(1463), + [anon_sym_AMPpriority] = ACTIONS(1463), + [anon_sym_AMPread_expire] = ACTIONS(1463), + [anon_sym_AMPtype_column] = ACTIONS(1463), + [anon_sym_AMPwrite_expire] = ACTIONS(1463), + [anon_sym_DOLLAR] = ACTIONS(1463), + [anon_sym_PIPE] = ACTIONS(1465), + [anon_sym_BANG] = ACTIONS(1465), + [anon_sym_DASH] = ACTIONS(1465), + [anon_sym_PLUS] = ACTIONS(1465), + [anon_sym_is] = ACTIONS(1463), + [anon_sym_STAR] = ACTIONS(1463), + [anon_sym_SLASH] = ACTIONS(1463), + [anon_sym_PERCENT] = ACTIONS(1463), + [anon_sym_LT] = ACTIONS(1465), + [anon_sym_LT_EQ] = ACTIONS(1463), + [anon_sym_GT] = ACTIONS(1465), + [anon_sym_GT_EQ] = ACTIONS(1463), + [anon_sym_AMP] = ACTIONS(1465), + [anon_sym_CARET] = ACTIONS(1463), + [anon_sym_QMARK] = ACTIONS(1465), + [anon_sym_EQ_EQ] = ACTIONS(1463), + [anon_sym_BANG_EQ] = ACTIONS(1463), + [anon_sym_AMP_AMP] = ACTIONS(1463), + [anon_sym_PIPE_PIPE] = ACTIONS(1463), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1463), + [anon_sym_ATdeprecated] = ACTIONS(1463), + [anon_sym_ATload] = ACTIONS(1465), + [anon_sym_ATload_DASHsigs] = ACTIONS(1463), + [anon_sym_ATload_DASHplugin] = ACTIONS(1463), + [anon_sym_ATunload] = ACTIONS(1463), + [anon_sym_ATprefixes] = ACTIONS(1463), + [anon_sym_ATif] = ACTIONS(1465), + [anon_sym_ATifdef] = ACTIONS(1463), + [anon_sym_ATifndef] = ACTIONS(1463), + [anon_sym_ATendif] = ACTIONS(1463), + [anon_sym_ATelse] = ACTIONS(1463), + [anon_sym_ATpragma] = ACTIONS(1463), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -40929,76 +40163,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(305)] = { - [anon_sym_SEMI] = ACTIONS(1486), - [anon_sym_LBRACE] = ACTIONS(1486), - [anon_sym_RBRACE] = ACTIONS(1486), - [anon_sym_COLON] = ACTIONS(1488), - [anon_sym_PLUS_EQ] = ACTIONS(1486), - [anon_sym_DASH_EQ] = ACTIONS(1486), - [anon_sym_LPAREN] = ACTIONS(1486), - [anon_sym_RPAREN] = ACTIONS(1486), - [anon_sym_COMMA] = ACTIONS(1486), - [anon_sym_in] = ACTIONS(1486), - [anon_sym_LBRACK] = ACTIONS(1486), - [anon_sym_RBRACK] = ACTIONS(1486), - [anon_sym_EQ] = ACTIONS(1490), - [anon_sym_as] = ACTIONS(1486), - [anon_sym_AMPdeprecated] = ACTIONS(1486), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1486), - [anon_sym_AMPerror_handler] = ACTIONS(1486), - [anon_sym_AMPis_assigned] = ACTIONS(1486), - [anon_sym_AMPis_used] = ACTIONS(1486), - [anon_sym_AMPlog] = ACTIONS(1486), - [anon_sym_AMPoptional] = ACTIONS(1486), - [anon_sym_AMPordered] = ACTIONS(1486), - [anon_sym_AMPraw_output] = ACTIONS(1486), - [anon_sym_AMPredef] = ACTIONS(1486), - [anon_sym_AMPadd_func] = ACTIONS(1486), - [anon_sym_AMPbackend] = ACTIONS(1486), - [anon_sym_AMPbroker_store] = ACTIONS(1486), - [anon_sym_AMPcreate_expire] = ACTIONS(1486), - [anon_sym_AMPdefault] = ACTIONS(1486), - [anon_sym_AMPdelete_func] = ACTIONS(1486), - [anon_sym_AMPexpire_func] = ACTIONS(1486), - [anon_sym_AMPgroup] = ACTIONS(1486), - [anon_sym_AMPon_change] = ACTIONS(1486), - [anon_sym_AMPpriority] = ACTIONS(1486), - [anon_sym_AMPread_expire] = ACTIONS(1486), - [anon_sym_AMPtype_column] = ACTIONS(1486), - [anon_sym_AMPwrite_expire] = ACTIONS(1486), - [anon_sym_DOLLAR] = ACTIONS(1486), - [anon_sym_PIPE] = ACTIONS(1490), - [anon_sym_BANG] = ACTIONS(1490), - [anon_sym_DASH] = ACTIONS(1490), - [anon_sym_PLUS] = ACTIONS(1490), - [anon_sym_is] = ACTIONS(1486), - [anon_sym_STAR] = ACTIONS(1486), - [anon_sym_SLASH] = ACTIONS(1486), - [anon_sym_PERCENT] = ACTIONS(1486), - [anon_sym_LT] = ACTIONS(1490), - [anon_sym_LT_EQ] = ACTIONS(1486), - [anon_sym_GT] = ACTIONS(1490), - [anon_sym_GT_EQ] = ACTIONS(1486), - [anon_sym_AMP] = ACTIONS(1490), - [anon_sym_CARET] = ACTIONS(1486), - [anon_sym_QMARK] = ACTIONS(1490), - [anon_sym_EQ_EQ] = ACTIONS(1486), - [anon_sym_BANG_EQ] = ACTIONS(1486), - [anon_sym_AMP_AMP] = ACTIONS(1486), - [anon_sym_PIPE_PIPE] = ACTIONS(1486), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1486), - [anon_sym_ATdeprecated] = ACTIONS(1486), - [anon_sym_ATload] = ACTIONS(1490), - [anon_sym_ATload_DASHsigs] = ACTIONS(1486), - [anon_sym_ATload_DASHplugin] = ACTIONS(1486), - [anon_sym_ATunload] = ACTIONS(1486), - [anon_sym_ATprefixes] = ACTIONS(1486), - [anon_sym_ATif] = ACTIONS(1490), - [anon_sym_ATifdef] = ACTIONS(1486), - [anon_sym_ATifndef] = ACTIONS(1486), - [anon_sym_ATendif] = ACTIONS(1486), - [anon_sym_ATelse] = ACTIONS(1486), - [anon_sym_ATpragma] = ACTIONS(1486), + [anon_sym_SEMI] = ACTIONS(1493), + [anon_sym_LBRACE] = ACTIONS(1493), + [anon_sym_RBRACE] = ACTIONS(1493), + [anon_sym_COLON] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1493), + [anon_sym_DASH_EQ] = ACTIONS(1493), + [anon_sym_LPAREN] = ACTIONS(1493), + [anon_sym_RPAREN] = ACTIONS(1493), + [anon_sym_COMMA] = ACTIONS(1493), + [anon_sym_in] = ACTIONS(1493), + [anon_sym_LBRACK] = ACTIONS(1493), + [anon_sym_RBRACK] = ACTIONS(1493), + [anon_sym_EQ] = ACTIONS(1497), + [anon_sym_as] = ACTIONS(1493), + [anon_sym_AMPdeprecated] = ACTIONS(1493), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1493), + [anon_sym_AMPerror_handler] = ACTIONS(1493), + [anon_sym_AMPis_assigned] = ACTIONS(1493), + [anon_sym_AMPis_used] = ACTIONS(1493), + [anon_sym_AMPlog] = ACTIONS(1493), + [anon_sym_AMPoptional] = ACTIONS(1493), + [anon_sym_AMPordered] = ACTIONS(1493), + [anon_sym_AMPraw_output] = ACTIONS(1493), + [anon_sym_AMPredef] = ACTIONS(1493), + [anon_sym_AMPadd_func] = ACTIONS(1493), + [anon_sym_AMPbackend] = ACTIONS(1493), + [anon_sym_AMPbroker_store] = ACTIONS(1493), + [anon_sym_AMPcreate_expire] = ACTIONS(1493), + [anon_sym_AMPdefault] = ACTIONS(1493), + [anon_sym_AMPdelete_func] = ACTIONS(1493), + [anon_sym_AMPexpire_func] = ACTIONS(1493), + [anon_sym_AMPgroup] = ACTIONS(1493), + [anon_sym_AMPon_change] = ACTIONS(1493), + [anon_sym_AMPpriority] = ACTIONS(1493), + [anon_sym_AMPread_expire] = ACTIONS(1493), + [anon_sym_AMPtype_column] = ACTIONS(1493), + [anon_sym_AMPwrite_expire] = ACTIONS(1493), + [anon_sym_DOLLAR] = ACTIONS(1493), + [anon_sym_PIPE] = ACTIONS(1497), + [anon_sym_BANG] = ACTIONS(1497), + [anon_sym_DASH] = ACTIONS(1497), + [anon_sym_PLUS] = ACTIONS(1497), + [anon_sym_is] = ACTIONS(1493), + [anon_sym_STAR] = ACTIONS(1493), + [anon_sym_SLASH] = ACTIONS(1493), + [anon_sym_PERCENT] = ACTIONS(1493), + [anon_sym_LT] = ACTIONS(1497), + [anon_sym_LT_EQ] = ACTIONS(1493), + [anon_sym_GT] = ACTIONS(1497), + [anon_sym_GT_EQ] = ACTIONS(1493), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_CARET] = ACTIONS(1493), + [anon_sym_QMARK] = ACTIONS(1497), + [anon_sym_EQ_EQ] = ACTIONS(1493), + [anon_sym_BANG_EQ] = ACTIONS(1493), + [anon_sym_AMP_AMP] = ACTIONS(1493), + [anon_sym_PIPE_PIPE] = ACTIONS(1493), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1493), + [anon_sym_ATdeprecated] = ACTIONS(1493), + [anon_sym_ATload] = ACTIONS(1497), + [anon_sym_ATload_DASHsigs] = ACTIONS(1493), + [anon_sym_ATload_DASHplugin] = ACTIONS(1493), + [anon_sym_ATunload] = ACTIONS(1493), + [anon_sym_ATprefixes] = ACTIONS(1493), + [anon_sym_ATif] = ACTIONS(1497), + [anon_sym_ATifdef] = ACTIONS(1493), + [anon_sym_ATifndef] = ACTIONS(1493), + [anon_sym_ATendif] = ACTIONS(1493), + [anon_sym_ATelse] = ACTIONS(1493), + [anon_sym_ATpragma] = ACTIONS(1493), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -41006,76 +40240,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(306)] = { - [ts_builtin_sym_end] = ACTIONS(1492), - [anon_sym_module] = ACTIONS(1494), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_export] = ACTIONS(1494), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_global] = ACTIONS(1494), - [anon_sym_option] = ACTIONS(1494), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_redef] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_type] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1496), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [ts_builtin_sym_end] = ACTIONS(1499), + [anon_sym_module] = ACTIONS(1501), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_export] = ACTIONS(1501), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_global] = ACTIONS(1501), + [anon_sym_option] = ACTIONS(1501), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_redef] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_type] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_RPAREN] = ACTIONS(1503), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -41083,76 +40317,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(307)] = { - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(135), - [anon_sym_RBRACE] = ACTIONS(135), - [anon_sym_COLON] = ACTIONS(135), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_RPAREN] = ACTIONS(135), - [anon_sym_COMMA] = ACTIONS(135), - [anon_sym_in] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_RBRACK] = ACTIONS(135), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_as] = ACTIONS(135), - [anon_sym_AMPdeprecated] = ACTIONS(135), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(135), - [anon_sym_AMPerror_handler] = ACTIONS(135), - [anon_sym_AMPis_assigned] = ACTIONS(135), - [anon_sym_AMPis_used] = ACTIONS(135), - [anon_sym_AMPlog] = ACTIONS(135), - [anon_sym_AMPoptional] = ACTIONS(135), - [anon_sym_AMPordered] = ACTIONS(135), - [anon_sym_AMPraw_output] = ACTIONS(135), - [anon_sym_AMPredef] = ACTIONS(135), - [anon_sym_AMPadd_func] = ACTIONS(135), - [anon_sym_AMPbackend] = ACTIONS(135), - [anon_sym_AMPbroker_store] = ACTIONS(135), - [anon_sym_AMPcreate_expire] = ACTIONS(135), - [anon_sym_AMPdefault] = ACTIONS(135), - [anon_sym_AMPdelete_func] = ACTIONS(135), - [anon_sym_AMPexpire_func] = ACTIONS(135), - [anon_sym_AMPgroup] = ACTIONS(135), - [anon_sym_AMPon_change] = ACTIONS(135), - [anon_sym_AMPpriority] = ACTIONS(135), - [anon_sym_AMPread_expire] = ACTIONS(135), - [anon_sym_AMPtype_column] = ACTIONS(135), - [anon_sym_AMPwrite_expire] = ACTIONS(135), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(135), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(135), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_ATdeprecated] = ACTIONS(135), - [anon_sym_ATload] = ACTIONS(141), - [anon_sym_ATload_DASHsigs] = ACTIONS(135), - [anon_sym_ATload_DASHplugin] = ACTIONS(135), - [anon_sym_ATunload] = ACTIONS(135), - [anon_sym_ATprefixes] = ACTIONS(135), - [anon_sym_ATif] = ACTIONS(141), - [anon_sym_ATifdef] = ACTIONS(135), - [anon_sym_ATifndef] = ACTIONS(135), - [anon_sym_ATendif] = ACTIONS(135), - [anon_sym_ATelse] = ACTIONS(135), - [anon_sym_ATpragma] = ACTIONS(135), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(137), + [anon_sym_RBRACE] = ACTIONS(137), + [anon_sym_COLON] = ACTIONS(137), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_RPAREN] = ACTIONS(137), + [anon_sym_COMMA] = ACTIONS(137), + [anon_sym_in] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(137), + [anon_sym_RBRACK] = ACTIONS(137), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_as] = ACTIONS(137), + [anon_sym_AMPdeprecated] = ACTIONS(137), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(137), + [anon_sym_AMPerror_handler] = ACTIONS(137), + [anon_sym_AMPis_assigned] = ACTIONS(137), + [anon_sym_AMPis_used] = ACTIONS(137), + [anon_sym_AMPlog] = ACTIONS(137), + [anon_sym_AMPoptional] = ACTIONS(137), + [anon_sym_AMPordered] = ACTIONS(137), + [anon_sym_AMPraw_output] = ACTIONS(137), + [anon_sym_AMPredef] = ACTIONS(137), + [anon_sym_AMPadd_func] = ACTIONS(137), + [anon_sym_AMPbackend] = ACTIONS(137), + [anon_sym_AMPbroker_store] = ACTIONS(137), + [anon_sym_AMPcreate_expire] = ACTIONS(137), + [anon_sym_AMPdefault] = ACTIONS(137), + [anon_sym_AMPdelete_func] = ACTIONS(137), + [anon_sym_AMPexpire_func] = ACTIONS(137), + [anon_sym_AMPgroup] = ACTIONS(137), + [anon_sym_AMPon_change] = ACTIONS(137), + [anon_sym_AMPpriority] = ACTIONS(137), + [anon_sym_AMPread_expire] = ACTIONS(137), + [anon_sym_AMPtype_column] = ACTIONS(137), + [anon_sym_AMPwrite_expire] = ACTIONS(137), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(137), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(137), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_ATdeprecated] = ACTIONS(137), + [anon_sym_ATload] = ACTIONS(143), + [anon_sym_ATload_DASHsigs] = ACTIONS(137), + [anon_sym_ATload_DASHplugin] = ACTIONS(137), + [anon_sym_ATunload] = ACTIONS(137), + [anon_sym_ATprefixes] = ACTIONS(137), + [anon_sym_ATif] = ACTIONS(143), + [anon_sym_ATifdef] = ACTIONS(137), + [anon_sym_ATifndef] = ACTIONS(137), + [anon_sym_ATendif] = ACTIONS(137), + [anon_sym_ATelse] = ACTIONS(137), + [anon_sym_ATpragma] = ACTIONS(137), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -41160,76 +40394,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(308)] = { - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LBRACE] = ACTIONS(576), - [anon_sym_RBRACE] = ACTIONS(576), - [anon_sym_COLON] = ACTIONS(576), - [anon_sym_PLUS_EQ] = ACTIONS(576), - [anon_sym_DASH_EQ] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(576), - [anon_sym_RPAREN] = ACTIONS(576), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_in] = ACTIONS(576), - [anon_sym_LBRACK] = ACTIONS(576), - [anon_sym_RBRACK] = ACTIONS(576), - [anon_sym_EQ] = ACTIONS(578), - [anon_sym_as] = ACTIONS(576), - [anon_sym_AMPdeprecated] = ACTIONS(576), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(576), - [anon_sym_AMPerror_handler] = ACTIONS(576), - [anon_sym_AMPis_assigned] = ACTIONS(576), - [anon_sym_AMPis_used] = ACTIONS(576), - [anon_sym_AMPlog] = ACTIONS(576), - [anon_sym_AMPoptional] = ACTIONS(576), - [anon_sym_AMPordered] = ACTIONS(576), - [anon_sym_AMPraw_output] = ACTIONS(576), - [anon_sym_AMPredef] = ACTIONS(576), - [anon_sym_AMPadd_func] = ACTIONS(576), - [anon_sym_AMPbackend] = ACTIONS(576), - [anon_sym_AMPbroker_store] = ACTIONS(576), - [anon_sym_AMPcreate_expire] = ACTIONS(576), - [anon_sym_AMPdefault] = ACTIONS(576), - [anon_sym_AMPdelete_func] = ACTIONS(576), - [anon_sym_AMPexpire_func] = ACTIONS(576), - [anon_sym_AMPgroup] = ACTIONS(576), - [anon_sym_AMPon_change] = ACTIONS(576), - [anon_sym_AMPpriority] = ACTIONS(576), - [anon_sym_AMPread_expire] = ACTIONS(576), - [anon_sym_AMPtype_column] = ACTIONS(576), - [anon_sym_AMPwrite_expire] = ACTIONS(576), - [anon_sym_DOLLAR] = ACTIONS(576), - [anon_sym_PIPE] = ACTIONS(578), - [anon_sym_BANG] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_PLUS] = ACTIONS(578), - [anon_sym_is] = ACTIONS(576), - [anon_sym_STAR] = ACTIONS(576), - [anon_sym_SLASH] = ACTIONS(576), - [anon_sym_PERCENT] = ACTIONS(576), - [anon_sym_LT] = ACTIONS(578), - [anon_sym_LT_EQ] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(578), - [anon_sym_GT_EQ] = ACTIONS(576), - [anon_sym_AMP] = ACTIONS(578), - [anon_sym_CARET] = ACTIONS(576), - [anon_sym_QMARK] = ACTIONS(578), - [anon_sym_EQ_EQ] = ACTIONS(576), - [anon_sym_BANG_EQ] = ACTIONS(576), - [anon_sym_AMP_AMP] = ACTIONS(576), - [anon_sym_PIPE_PIPE] = ACTIONS(576), - [anon_sym_QMARK_DOLLAR] = ACTIONS(576), - [anon_sym_ATdeprecated] = ACTIONS(576), - [anon_sym_ATload] = ACTIONS(578), - [anon_sym_ATload_DASHsigs] = ACTIONS(576), - [anon_sym_ATload_DASHplugin] = ACTIONS(576), - [anon_sym_ATunload] = ACTIONS(576), - [anon_sym_ATprefixes] = ACTIONS(576), - [anon_sym_ATif] = ACTIONS(578), - [anon_sym_ATifdef] = ACTIONS(576), - [anon_sym_ATifndef] = ACTIONS(576), - [anon_sym_ATendif] = ACTIONS(576), - [anon_sym_ATelse] = ACTIONS(576), - [anon_sym_ATpragma] = ACTIONS(576), + [anon_sym_SEMI] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(581), + [anon_sym_RBRACE] = ACTIONS(581), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(581), + [anon_sym_DASH_EQ] = ACTIONS(581), + [anon_sym_LPAREN] = ACTIONS(581), + [anon_sym_RPAREN] = ACTIONS(581), + [anon_sym_COMMA] = ACTIONS(581), + [anon_sym_in] = ACTIONS(581), + [anon_sym_LBRACK] = ACTIONS(581), + [anon_sym_RBRACK] = ACTIONS(581), + [anon_sym_EQ] = ACTIONS(583), + [anon_sym_as] = ACTIONS(581), + [anon_sym_AMPdeprecated] = ACTIONS(581), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(581), + [anon_sym_AMPerror_handler] = ACTIONS(581), + [anon_sym_AMPis_assigned] = ACTIONS(581), + [anon_sym_AMPis_used] = ACTIONS(581), + [anon_sym_AMPlog] = ACTIONS(581), + [anon_sym_AMPoptional] = ACTIONS(581), + [anon_sym_AMPordered] = ACTIONS(581), + [anon_sym_AMPraw_output] = ACTIONS(581), + [anon_sym_AMPredef] = ACTIONS(581), + [anon_sym_AMPadd_func] = ACTIONS(581), + [anon_sym_AMPbackend] = ACTIONS(581), + [anon_sym_AMPbroker_store] = ACTIONS(581), + [anon_sym_AMPcreate_expire] = ACTIONS(581), + [anon_sym_AMPdefault] = ACTIONS(581), + [anon_sym_AMPdelete_func] = ACTIONS(581), + [anon_sym_AMPexpire_func] = ACTIONS(581), + [anon_sym_AMPgroup] = ACTIONS(581), + [anon_sym_AMPon_change] = ACTIONS(581), + [anon_sym_AMPpriority] = ACTIONS(581), + [anon_sym_AMPread_expire] = ACTIONS(581), + [anon_sym_AMPtype_column] = ACTIONS(581), + [anon_sym_AMPwrite_expire] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(583), + [anon_sym_BANG] = ACTIONS(583), + [anon_sym_DASH] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(583), + [anon_sym_is] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(583), + [anon_sym_LT_EQ] = ACTIONS(581), + [anon_sym_GT] = ACTIONS(583), + [anon_sym_GT_EQ] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(583), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(583), + [anon_sym_EQ_EQ] = ACTIONS(581), + [anon_sym_BANG_EQ] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(581), + [anon_sym_PIPE_PIPE] = ACTIONS(581), + [anon_sym_QMARK_DOLLAR] = ACTIONS(581), + [anon_sym_ATdeprecated] = ACTIONS(581), + [anon_sym_ATload] = ACTIONS(583), + [anon_sym_ATload_DASHsigs] = ACTIONS(581), + [anon_sym_ATload_DASHplugin] = ACTIONS(581), + [anon_sym_ATunload] = ACTIONS(581), + [anon_sym_ATprefixes] = ACTIONS(581), + [anon_sym_ATif] = ACTIONS(583), + [anon_sym_ATifdef] = ACTIONS(581), + [anon_sym_ATifndef] = ACTIONS(581), + [anon_sym_ATendif] = ACTIONS(581), + [anon_sym_ATelse] = ACTIONS(581), + [anon_sym_ATpragma] = ACTIONS(581), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -41237,76 +40471,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(309)] = { - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(135), - [anon_sym_RBRACE] = ACTIONS(135), - [anon_sym_COLON] = ACTIONS(135), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_RPAREN] = ACTIONS(135), - [anon_sym_COMMA] = ACTIONS(135), - [anon_sym_in] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(135), - [anon_sym_RBRACK] = ACTIONS(135), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_as] = ACTIONS(135), - [anon_sym_AMPdeprecated] = ACTIONS(135), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(135), - [anon_sym_AMPerror_handler] = ACTIONS(135), - [anon_sym_AMPis_assigned] = ACTIONS(135), - [anon_sym_AMPis_used] = ACTIONS(135), - [anon_sym_AMPlog] = ACTIONS(135), - [anon_sym_AMPoptional] = ACTIONS(135), - [anon_sym_AMPordered] = ACTIONS(135), - [anon_sym_AMPraw_output] = ACTIONS(135), - [anon_sym_AMPredef] = ACTIONS(135), - [anon_sym_AMPadd_func] = ACTIONS(135), - [anon_sym_AMPbackend] = ACTIONS(135), - [anon_sym_AMPbroker_store] = ACTIONS(135), - [anon_sym_AMPcreate_expire] = ACTIONS(135), - [anon_sym_AMPdefault] = ACTIONS(135), - [anon_sym_AMPdelete_func] = ACTIONS(135), - [anon_sym_AMPexpire_func] = ACTIONS(135), - [anon_sym_AMPgroup] = ACTIONS(135), - [anon_sym_AMPon_change] = ACTIONS(135), - [anon_sym_AMPpriority] = ACTIONS(135), - [anon_sym_AMPread_expire] = ACTIONS(135), - [anon_sym_AMPtype_column] = ACTIONS(135), - [anon_sym_AMPwrite_expire] = ACTIONS(135), - [anon_sym_DOLLAR] = ACTIONS(135), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(135), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(135), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_ATdeprecated] = ACTIONS(135), - [anon_sym_ATload] = ACTIONS(141), - [anon_sym_ATload_DASHsigs] = ACTIONS(135), - [anon_sym_ATload_DASHplugin] = ACTIONS(135), - [anon_sym_ATunload] = ACTIONS(135), - [anon_sym_ATprefixes] = ACTIONS(135), - [anon_sym_ATif] = ACTIONS(141), - [anon_sym_ATifdef] = ACTIONS(135), - [anon_sym_ATifndef] = ACTIONS(135), - [anon_sym_ATendif] = ACTIONS(135), - [anon_sym_ATelse] = ACTIONS(135), - [anon_sym_ATpragma] = ACTIONS(135), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(137), + [anon_sym_RBRACE] = ACTIONS(137), + [anon_sym_COLON] = ACTIONS(137), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_RPAREN] = ACTIONS(137), + [anon_sym_COMMA] = ACTIONS(137), + [anon_sym_in] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(137), + [anon_sym_RBRACK] = ACTIONS(137), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_as] = ACTIONS(137), + [anon_sym_AMPdeprecated] = ACTIONS(137), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(137), + [anon_sym_AMPerror_handler] = ACTIONS(137), + [anon_sym_AMPis_assigned] = ACTIONS(137), + [anon_sym_AMPis_used] = ACTIONS(137), + [anon_sym_AMPlog] = ACTIONS(137), + [anon_sym_AMPoptional] = ACTIONS(137), + [anon_sym_AMPordered] = ACTIONS(137), + [anon_sym_AMPraw_output] = ACTIONS(137), + [anon_sym_AMPredef] = ACTIONS(137), + [anon_sym_AMPadd_func] = ACTIONS(137), + [anon_sym_AMPbackend] = ACTIONS(137), + [anon_sym_AMPbroker_store] = ACTIONS(137), + [anon_sym_AMPcreate_expire] = ACTIONS(137), + [anon_sym_AMPdefault] = ACTIONS(137), + [anon_sym_AMPdelete_func] = ACTIONS(137), + [anon_sym_AMPexpire_func] = ACTIONS(137), + [anon_sym_AMPgroup] = ACTIONS(137), + [anon_sym_AMPon_change] = ACTIONS(137), + [anon_sym_AMPpriority] = ACTIONS(137), + [anon_sym_AMPread_expire] = ACTIONS(137), + [anon_sym_AMPtype_column] = ACTIONS(137), + [anon_sym_AMPwrite_expire] = ACTIONS(137), + [anon_sym_DOLLAR] = ACTIONS(137), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(137), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(137), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_ATdeprecated] = ACTIONS(137), + [anon_sym_ATload] = ACTIONS(143), + [anon_sym_ATload_DASHsigs] = ACTIONS(137), + [anon_sym_ATload_DASHplugin] = ACTIONS(137), + [anon_sym_ATunload] = ACTIONS(137), + [anon_sym_ATprefixes] = ACTIONS(137), + [anon_sym_ATif] = ACTIONS(143), + [anon_sym_ATifdef] = ACTIONS(137), + [anon_sym_ATifndef] = ACTIONS(137), + [anon_sym_ATendif] = ACTIONS(137), + [anon_sym_ATelse] = ACTIONS(137), + [anon_sym_ATpragma] = ACTIONS(137), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -41315,75 +40549,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [STATE(310)] = { [sym_index_slice] = STATE(309), - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_LBRACE] = ACTIONS(135), - [anon_sym_RBRACE] = ACTIONS(135), - [anon_sym_PLUS_EQ] = ACTIONS(135), - [anon_sym_DASH_EQ] = ACTIONS(135), - [anon_sym_LPAREN] = ACTIONS(135), - [anon_sym_RPAREN] = ACTIONS(135), - [anon_sym_COMMA] = ACTIONS(135), - [anon_sym_in] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_RBRACK] = ACTIONS(135), - [anon_sym_EQ] = ACTIONS(141), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_AMPdeprecated] = ACTIONS(135), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(135), - [anon_sym_AMPerror_handler] = ACTIONS(135), - [anon_sym_AMPis_assigned] = ACTIONS(135), - [anon_sym_AMPis_used] = ACTIONS(135), - [anon_sym_AMPlog] = ACTIONS(135), - [anon_sym_AMPoptional] = ACTIONS(135), - [anon_sym_AMPordered] = ACTIONS(135), - [anon_sym_AMPraw_output] = ACTIONS(135), - [anon_sym_AMPredef] = ACTIONS(135), - [anon_sym_AMPadd_func] = ACTIONS(135), - [anon_sym_AMPbackend] = ACTIONS(135), - [anon_sym_AMPbroker_store] = ACTIONS(135), - [anon_sym_AMPcreate_expire] = ACTIONS(135), - [anon_sym_AMPdefault] = ACTIONS(135), - [anon_sym_AMPdelete_func] = ACTIONS(135), - [anon_sym_AMPexpire_func] = ACTIONS(135), - [anon_sym_AMPgroup] = ACTIONS(135), - [anon_sym_AMPon_change] = ACTIONS(135), - [anon_sym_AMPpriority] = ACTIONS(135), - [anon_sym_AMPread_expire] = ACTIONS(135), - [anon_sym_AMPtype_column] = ACTIONS(135), - [anon_sym_AMPwrite_expire] = ACTIONS(135), - [anon_sym_DOLLAR] = ACTIONS(1480), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_BANG] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_is] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(135), - [anon_sym_SLASH] = ACTIONS(135), - [anon_sym_PERCENT] = ACTIONS(135), - [anon_sym_LT] = ACTIONS(141), - [anon_sym_LT_EQ] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(141), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_QMARK] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(135), - [anon_sym_BANG_EQ] = ACTIONS(135), - [anon_sym_AMP_AMP] = ACTIONS(135), - [anon_sym_PIPE_PIPE] = ACTIONS(135), - [anon_sym_QMARK_DOLLAR] = ACTIONS(135), - [anon_sym_ATdeprecated] = ACTIONS(135), - [anon_sym_ATload] = ACTIONS(141), - [anon_sym_ATload_DASHsigs] = ACTIONS(135), - [anon_sym_ATload_DASHplugin] = ACTIONS(135), - [anon_sym_ATunload] = ACTIONS(135), - [anon_sym_ATprefixes] = ACTIONS(135), - [anon_sym_ATif] = ACTIONS(141), - [anon_sym_ATifdef] = ACTIONS(135), - [anon_sym_ATifndef] = ACTIONS(135), - [anon_sym_ATendif] = ACTIONS(135), - [anon_sym_ATelse] = ACTIONS(135), - [anon_sym_ATpragma] = ACTIONS(135), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(137), + [anon_sym_RBRACE] = ACTIONS(137), + [anon_sym_PLUS_EQ] = ACTIONS(137), + [anon_sym_DASH_EQ] = ACTIONS(137), + [anon_sym_LPAREN] = ACTIONS(137), + [anon_sym_RPAREN] = ACTIONS(137), + [anon_sym_COMMA] = ACTIONS(137), + [anon_sym_in] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1483), + [anon_sym_RBRACK] = ACTIONS(137), + [anon_sym_EQ] = ACTIONS(143), + [anon_sym_as] = ACTIONS(1485), + [anon_sym_AMPdeprecated] = ACTIONS(137), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(137), + [anon_sym_AMPerror_handler] = ACTIONS(137), + [anon_sym_AMPis_assigned] = ACTIONS(137), + [anon_sym_AMPis_used] = ACTIONS(137), + [anon_sym_AMPlog] = ACTIONS(137), + [anon_sym_AMPoptional] = ACTIONS(137), + [anon_sym_AMPordered] = ACTIONS(137), + [anon_sym_AMPraw_output] = ACTIONS(137), + [anon_sym_AMPredef] = ACTIONS(137), + [anon_sym_AMPadd_func] = ACTIONS(137), + [anon_sym_AMPbackend] = ACTIONS(137), + [anon_sym_AMPbroker_store] = ACTIONS(137), + [anon_sym_AMPcreate_expire] = ACTIONS(137), + [anon_sym_AMPdefault] = ACTIONS(137), + [anon_sym_AMPdelete_func] = ACTIONS(137), + [anon_sym_AMPexpire_func] = ACTIONS(137), + [anon_sym_AMPgroup] = ACTIONS(137), + [anon_sym_AMPon_change] = ACTIONS(137), + [anon_sym_AMPpriority] = ACTIONS(137), + [anon_sym_AMPread_expire] = ACTIONS(137), + [anon_sym_AMPtype_column] = ACTIONS(137), + [anon_sym_AMPwrite_expire] = ACTIONS(137), + [anon_sym_DOLLAR] = ACTIONS(1487), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_BANG] = ACTIONS(143), + [anon_sym_DASH] = ACTIONS(143), + [anon_sym_PLUS] = ACTIONS(143), + [anon_sym_is] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_SLASH] = ACTIONS(137), + [anon_sym_PERCENT] = ACTIONS(137), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_LT_EQ] = ACTIONS(137), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_GT_EQ] = ACTIONS(137), + [anon_sym_AMP] = ACTIONS(143), + [anon_sym_CARET] = ACTIONS(137), + [anon_sym_QMARK] = ACTIONS(143), + [anon_sym_EQ_EQ] = ACTIONS(137), + [anon_sym_BANG_EQ] = ACTIONS(137), + [anon_sym_AMP_AMP] = ACTIONS(137), + [anon_sym_PIPE_PIPE] = ACTIONS(137), + [anon_sym_QMARK_DOLLAR] = ACTIONS(137), + [anon_sym_ATdeprecated] = ACTIONS(137), + [anon_sym_ATload] = ACTIONS(143), + [anon_sym_ATload_DASHsigs] = ACTIONS(137), + [anon_sym_ATload_DASHplugin] = ACTIONS(137), + [anon_sym_ATunload] = ACTIONS(137), + [anon_sym_ATprefixes] = ACTIONS(137), + [anon_sym_ATif] = ACTIONS(143), + [anon_sym_ATifdef] = ACTIONS(137), + [anon_sym_ATifndef] = ACTIONS(137), + [anon_sym_ATendif] = ACTIONS(137), + [anon_sym_ATelse] = ACTIONS(137), + [anon_sym_ATpragma] = ACTIONS(137), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -41391,76 +40625,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(311)] = { - [anon_sym_SEMI] = ACTIONS(1482), - [anon_sym_LBRACE] = ACTIONS(1482), - [anon_sym_RBRACE] = ACTIONS(1482), - [anon_sym_COLON] = ACTIONS(1482), - [anon_sym_PLUS_EQ] = ACTIONS(1482), - [anon_sym_DASH_EQ] = ACTIONS(1482), - [anon_sym_LPAREN] = ACTIONS(1482), - [anon_sym_RPAREN] = ACTIONS(1482), - [anon_sym_COMMA] = ACTIONS(1482), - [anon_sym_in] = ACTIONS(1482), - [anon_sym_LBRACK] = ACTIONS(1482), - [anon_sym_RBRACK] = ACTIONS(1482), - [anon_sym_EQ] = ACTIONS(1484), - [anon_sym_as] = ACTIONS(1482), - [anon_sym_AMPdeprecated] = ACTIONS(1482), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1482), - [anon_sym_AMPerror_handler] = ACTIONS(1482), - [anon_sym_AMPis_assigned] = ACTIONS(1482), - [anon_sym_AMPis_used] = ACTIONS(1482), - [anon_sym_AMPlog] = ACTIONS(1482), - [anon_sym_AMPoptional] = ACTIONS(1482), - [anon_sym_AMPordered] = ACTIONS(1482), - [anon_sym_AMPraw_output] = ACTIONS(1482), - [anon_sym_AMPredef] = ACTIONS(1482), - [anon_sym_AMPadd_func] = ACTIONS(1482), - [anon_sym_AMPbackend] = ACTIONS(1482), - [anon_sym_AMPbroker_store] = ACTIONS(1482), - [anon_sym_AMPcreate_expire] = ACTIONS(1482), - [anon_sym_AMPdefault] = ACTIONS(1482), - [anon_sym_AMPdelete_func] = ACTIONS(1482), - [anon_sym_AMPexpire_func] = ACTIONS(1482), - [anon_sym_AMPgroup] = ACTIONS(1482), - [anon_sym_AMPon_change] = ACTIONS(1482), - [anon_sym_AMPpriority] = ACTIONS(1482), - [anon_sym_AMPread_expire] = ACTIONS(1482), - [anon_sym_AMPtype_column] = ACTIONS(1482), - [anon_sym_AMPwrite_expire] = ACTIONS(1482), - [anon_sym_DOLLAR] = ACTIONS(1482), - [anon_sym_PIPE] = ACTIONS(1484), - [anon_sym_BANG] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_is] = ACTIONS(1482), - [anon_sym_STAR] = ACTIONS(1482), - [anon_sym_SLASH] = ACTIONS(1482), - [anon_sym_PERCENT] = ACTIONS(1482), - [anon_sym_LT] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1482), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_GT_EQ] = ACTIONS(1482), - [anon_sym_AMP] = ACTIONS(1484), - [anon_sym_CARET] = ACTIONS(1482), - [anon_sym_QMARK] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1482), - [anon_sym_BANG_EQ] = ACTIONS(1482), - [anon_sym_AMP_AMP] = ACTIONS(1482), - [anon_sym_PIPE_PIPE] = ACTIONS(1482), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1482), - [anon_sym_ATdeprecated] = ACTIONS(1482), - [anon_sym_ATload] = ACTIONS(1484), - [anon_sym_ATload_DASHsigs] = ACTIONS(1482), - [anon_sym_ATload_DASHplugin] = ACTIONS(1482), - [anon_sym_ATunload] = ACTIONS(1482), - [anon_sym_ATprefixes] = ACTIONS(1482), - [anon_sym_ATif] = ACTIONS(1484), - [anon_sym_ATifdef] = ACTIONS(1482), - [anon_sym_ATifndef] = ACTIONS(1482), - [anon_sym_ATendif] = ACTIONS(1482), - [anon_sym_ATelse] = ACTIONS(1482), - [anon_sym_ATpragma] = ACTIONS(1482), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_RBRACE] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(1489), + [anon_sym_PLUS_EQ] = ACTIONS(1489), + [anon_sym_DASH_EQ] = ACTIONS(1489), + [anon_sym_LPAREN] = ACTIONS(1489), + [anon_sym_RPAREN] = ACTIONS(1489), + [anon_sym_COMMA] = ACTIONS(1489), + [anon_sym_in] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1489), + [anon_sym_RBRACK] = ACTIONS(1489), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_as] = ACTIONS(1489), + [anon_sym_AMPdeprecated] = ACTIONS(1489), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1489), + [anon_sym_AMPerror_handler] = ACTIONS(1489), + [anon_sym_AMPis_assigned] = ACTIONS(1489), + [anon_sym_AMPis_used] = ACTIONS(1489), + [anon_sym_AMPlog] = ACTIONS(1489), + [anon_sym_AMPoptional] = ACTIONS(1489), + [anon_sym_AMPordered] = ACTIONS(1489), + [anon_sym_AMPraw_output] = ACTIONS(1489), + [anon_sym_AMPredef] = ACTIONS(1489), + [anon_sym_AMPadd_func] = ACTIONS(1489), + [anon_sym_AMPbackend] = ACTIONS(1489), + [anon_sym_AMPbroker_store] = ACTIONS(1489), + [anon_sym_AMPcreate_expire] = ACTIONS(1489), + [anon_sym_AMPdefault] = ACTIONS(1489), + [anon_sym_AMPdelete_func] = ACTIONS(1489), + [anon_sym_AMPexpire_func] = ACTIONS(1489), + [anon_sym_AMPgroup] = ACTIONS(1489), + [anon_sym_AMPon_change] = ACTIONS(1489), + [anon_sym_AMPpriority] = ACTIONS(1489), + [anon_sym_AMPread_expire] = ACTIONS(1489), + [anon_sym_AMPtype_column] = ACTIONS(1489), + [anon_sym_AMPwrite_expire] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1489), + [anon_sym_PIPE] = ACTIONS(1491), + [anon_sym_BANG] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_is] = ACTIONS(1489), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_LT] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1489), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_GT_EQ] = ACTIONS(1489), + [anon_sym_AMP] = ACTIONS(1491), + [anon_sym_CARET] = ACTIONS(1489), + [anon_sym_QMARK] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1489), + [anon_sym_BANG_EQ] = ACTIONS(1489), + [anon_sym_AMP_AMP] = ACTIONS(1489), + [anon_sym_PIPE_PIPE] = ACTIONS(1489), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1489), + [anon_sym_ATdeprecated] = ACTIONS(1489), + [anon_sym_ATload] = ACTIONS(1491), + [anon_sym_ATload_DASHsigs] = ACTIONS(1489), + [anon_sym_ATload_DASHplugin] = ACTIONS(1489), + [anon_sym_ATunload] = ACTIONS(1489), + [anon_sym_ATprefixes] = ACTIONS(1489), + [anon_sym_ATif] = ACTIONS(1491), + [anon_sym_ATifdef] = ACTIONS(1489), + [anon_sym_ATifndef] = ACTIONS(1489), + [anon_sym_ATendif] = ACTIONS(1489), + [anon_sym_ATelse] = ACTIONS(1489), + [anon_sym_ATpragma] = ACTIONS(1489), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -41468,76 +40702,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(312)] = { - [anon_sym_SEMI] = ACTIONS(1498), - [anon_sym_LBRACE] = ACTIONS(1498), - [anon_sym_RBRACE] = ACTIONS(1498), - [anon_sym_COLON] = ACTIONS(1498), - [anon_sym_PLUS_EQ] = ACTIONS(1498), - [anon_sym_DASH_EQ] = ACTIONS(1498), - [anon_sym_LPAREN] = ACTIONS(1498), - [anon_sym_RPAREN] = ACTIONS(1498), - [anon_sym_COMMA] = ACTIONS(1498), - [anon_sym_in] = ACTIONS(1498), - [anon_sym_LBRACK] = ACTIONS(1498), - [anon_sym_RBRACK] = ACTIONS(1498), - [anon_sym_EQ] = ACTIONS(1500), - [anon_sym_as] = ACTIONS(1498), - [anon_sym_AMPdeprecated] = ACTIONS(1498), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1498), - [anon_sym_AMPerror_handler] = ACTIONS(1498), - [anon_sym_AMPis_assigned] = ACTIONS(1498), - [anon_sym_AMPis_used] = ACTIONS(1498), - [anon_sym_AMPlog] = ACTIONS(1498), - [anon_sym_AMPoptional] = ACTIONS(1498), - [anon_sym_AMPordered] = ACTIONS(1498), - [anon_sym_AMPraw_output] = ACTIONS(1498), - [anon_sym_AMPredef] = ACTIONS(1498), - [anon_sym_AMPadd_func] = ACTIONS(1498), - [anon_sym_AMPbackend] = ACTIONS(1498), - [anon_sym_AMPbroker_store] = ACTIONS(1498), - [anon_sym_AMPcreate_expire] = ACTIONS(1498), - [anon_sym_AMPdefault] = ACTIONS(1498), - [anon_sym_AMPdelete_func] = ACTIONS(1498), - [anon_sym_AMPexpire_func] = ACTIONS(1498), - [anon_sym_AMPgroup] = ACTIONS(1498), - [anon_sym_AMPon_change] = ACTIONS(1498), - [anon_sym_AMPpriority] = ACTIONS(1498), - [anon_sym_AMPread_expire] = ACTIONS(1498), - [anon_sym_AMPtype_column] = ACTIONS(1498), - [anon_sym_AMPwrite_expire] = ACTIONS(1498), - [anon_sym_DOLLAR] = ACTIONS(1498), - [anon_sym_PIPE] = ACTIONS(1500), - [anon_sym_BANG] = ACTIONS(1500), - [anon_sym_DASH] = ACTIONS(1500), - [anon_sym_PLUS] = ACTIONS(1500), - [anon_sym_is] = ACTIONS(1498), - [anon_sym_STAR] = ACTIONS(1498), - [anon_sym_SLASH] = ACTIONS(1498), - [anon_sym_PERCENT] = ACTIONS(1498), - [anon_sym_LT] = ACTIONS(1500), - [anon_sym_LT_EQ] = ACTIONS(1498), - [anon_sym_GT] = ACTIONS(1500), - [anon_sym_GT_EQ] = ACTIONS(1498), - [anon_sym_AMP] = ACTIONS(1500), - [anon_sym_CARET] = ACTIONS(1498), - [anon_sym_QMARK] = ACTIONS(1500), - [anon_sym_EQ_EQ] = ACTIONS(1498), - [anon_sym_BANG_EQ] = ACTIONS(1498), - [anon_sym_AMP_AMP] = ACTIONS(1498), - [anon_sym_PIPE_PIPE] = ACTIONS(1498), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1498), - [anon_sym_ATdeprecated] = ACTIONS(1498), - [anon_sym_ATload] = ACTIONS(1500), - [anon_sym_ATload_DASHsigs] = ACTIONS(1498), - [anon_sym_ATload_DASHplugin] = ACTIONS(1498), - [anon_sym_ATunload] = ACTIONS(1498), - [anon_sym_ATprefixes] = ACTIONS(1498), - [anon_sym_ATif] = ACTIONS(1500), - [anon_sym_ATifdef] = ACTIONS(1498), - [anon_sym_ATifndef] = ACTIONS(1498), - [anon_sym_ATendif] = ACTIONS(1498), - [anon_sym_ATelse] = ACTIONS(1498), - [anon_sym_ATpragma] = ACTIONS(1498), + [anon_sym_SEMI] = ACTIONS(1505), + [anon_sym_LBRACE] = ACTIONS(1505), + [anon_sym_RBRACE] = ACTIONS(1505), + [anon_sym_COLON] = ACTIONS(1505), + [anon_sym_PLUS_EQ] = ACTIONS(1505), + [anon_sym_DASH_EQ] = ACTIONS(1505), + [anon_sym_LPAREN] = ACTIONS(1505), + [anon_sym_RPAREN] = ACTIONS(1505), + [anon_sym_COMMA] = ACTIONS(1505), + [anon_sym_in] = ACTIONS(1505), + [anon_sym_LBRACK] = ACTIONS(1505), + [anon_sym_RBRACK] = ACTIONS(1505), + [anon_sym_EQ] = ACTIONS(1507), + [anon_sym_as] = ACTIONS(1505), + [anon_sym_AMPdeprecated] = ACTIONS(1505), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1505), + [anon_sym_AMPerror_handler] = ACTIONS(1505), + [anon_sym_AMPis_assigned] = ACTIONS(1505), + [anon_sym_AMPis_used] = ACTIONS(1505), + [anon_sym_AMPlog] = ACTIONS(1505), + [anon_sym_AMPoptional] = ACTIONS(1505), + [anon_sym_AMPordered] = ACTIONS(1505), + [anon_sym_AMPraw_output] = ACTIONS(1505), + [anon_sym_AMPredef] = ACTIONS(1505), + [anon_sym_AMPadd_func] = ACTIONS(1505), + [anon_sym_AMPbackend] = ACTIONS(1505), + [anon_sym_AMPbroker_store] = ACTIONS(1505), + [anon_sym_AMPcreate_expire] = ACTIONS(1505), + [anon_sym_AMPdefault] = ACTIONS(1505), + [anon_sym_AMPdelete_func] = ACTIONS(1505), + [anon_sym_AMPexpire_func] = ACTIONS(1505), + [anon_sym_AMPgroup] = ACTIONS(1505), + [anon_sym_AMPon_change] = ACTIONS(1505), + [anon_sym_AMPpriority] = ACTIONS(1505), + [anon_sym_AMPread_expire] = ACTIONS(1505), + [anon_sym_AMPtype_column] = ACTIONS(1505), + [anon_sym_AMPwrite_expire] = ACTIONS(1505), + [anon_sym_DOLLAR] = ACTIONS(1505), + [anon_sym_PIPE] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_is] = ACTIONS(1505), + [anon_sym_STAR] = ACTIONS(1505), + [anon_sym_SLASH] = ACTIONS(1505), + [anon_sym_PERCENT] = ACTIONS(1505), + [anon_sym_LT] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1505), + [anon_sym_GT] = ACTIONS(1507), + [anon_sym_GT_EQ] = ACTIONS(1505), + [anon_sym_AMP] = ACTIONS(1507), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_QMARK] = ACTIONS(1507), + [anon_sym_EQ_EQ] = ACTIONS(1505), + [anon_sym_BANG_EQ] = ACTIONS(1505), + [anon_sym_AMP_AMP] = ACTIONS(1505), + [anon_sym_PIPE_PIPE] = ACTIONS(1505), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1505), + [anon_sym_ATdeprecated] = ACTIONS(1505), + [anon_sym_ATload] = ACTIONS(1507), + [anon_sym_ATload_DASHsigs] = ACTIONS(1505), + [anon_sym_ATload_DASHplugin] = ACTIONS(1505), + [anon_sym_ATunload] = ACTIONS(1505), + [anon_sym_ATprefixes] = ACTIONS(1505), + [anon_sym_ATif] = ACTIONS(1507), + [anon_sym_ATifdef] = ACTIONS(1505), + [anon_sym_ATifndef] = ACTIONS(1505), + [anon_sym_ATendif] = ACTIONS(1505), + [anon_sym_ATelse] = ACTIONS(1505), + [anon_sym_ATpragma] = ACTIONS(1505), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -41545,76 +40779,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(313)] = { - [anon_sym_SEMI] = ACTIONS(1502), - [anon_sym_LBRACE] = ACTIONS(1502), - [anon_sym_RBRACE] = ACTIONS(1502), - [anon_sym_COLON] = ACTIONS(1502), - [anon_sym_PLUS_EQ] = ACTIONS(1502), - [anon_sym_DASH_EQ] = ACTIONS(1502), - [anon_sym_LPAREN] = ACTIONS(1502), - [anon_sym_RPAREN] = ACTIONS(1502), - [anon_sym_COMMA] = ACTIONS(1502), - [anon_sym_in] = ACTIONS(1502), - [anon_sym_LBRACK] = ACTIONS(1502), - [anon_sym_RBRACK] = ACTIONS(1502), - [anon_sym_EQ] = ACTIONS(1504), - [anon_sym_as] = ACTIONS(1502), - [anon_sym_AMPdeprecated] = ACTIONS(1502), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1502), - [anon_sym_AMPerror_handler] = ACTIONS(1502), - [anon_sym_AMPis_assigned] = ACTIONS(1502), - [anon_sym_AMPis_used] = ACTIONS(1502), - [anon_sym_AMPlog] = ACTIONS(1502), - [anon_sym_AMPoptional] = ACTIONS(1502), - [anon_sym_AMPordered] = ACTIONS(1502), - [anon_sym_AMPraw_output] = ACTIONS(1502), - [anon_sym_AMPredef] = ACTIONS(1502), - [anon_sym_AMPadd_func] = ACTIONS(1502), - [anon_sym_AMPbackend] = ACTIONS(1502), - [anon_sym_AMPbroker_store] = ACTIONS(1502), - [anon_sym_AMPcreate_expire] = ACTIONS(1502), - [anon_sym_AMPdefault] = ACTIONS(1502), - [anon_sym_AMPdelete_func] = ACTIONS(1502), - [anon_sym_AMPexpire_func] = ACTIONS(1502), - [anon_sym_AMPgroup] = ACTIONS(1502), - [anon_sym_AMPon_change] = ACTIONS(1502), - [anon_sym_AMPpriority] = ACTIONS(1502), - [anon_sym_AMPread_expire] = ACTIONS(1502), - [anon_sym_AMPtype_column] = ACTIONS(1502), - [anon_sym_AMPwrite_expire] = ACTIONS(1502), - [anon_sym_DOLLAR] = ACTIONS(1502), - [anon_sym_PIPE] = ACTIONS(1504), - [anon_sym_BANG] = ACTIONS(1504), - [anon_sym_DASH] = ACTIONS(1504), - [anon_sym_PLUS] = ACTIONS(1504), - [anon_sym_is] = ACTIONS(1502), - [anon_sym_STAR] = ACTIONS(1502), - [anon_sym_SLASH] = ACTIONS(1502), - [anon_sym_PERCENT] = ACTIONS(1502), - [anon_sym_LT] = ACTIONS(1504), - [anon_sym_LT_EQ] = ACTIONS(1502), - [anon_sym_GT] = ACTIONS(1504), - [anon_sym_GT_EQ] = ACTIONS(1502), - [anon_sym_AMP] = ACTIONS(1504), - [anon_sym_CARET] = ACTIONS(1502), - [anon_sym_QMARK] = ACTIONS(1504), - [anon_sym_EQ_EQ] = ACTIONS(1502), - [anon_sym_BANG_EQ] = ACTIONS(1502), - [anon_sym_AMP_AMP] = ACTIONS(1502), - [anon_sym_PIPE_PIPE] = ACTIONS(1502), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1502), - [anon_sym_ATdeprecated] = ACTIONS(1502), - [anon_sym_ATload] = ACTIONS(1504), - [anon_sym_ATload_DASHsigs] = ACTIONS(1502), - [anon_sym_ATload_DASHplugin] = ACTIONS(1502), - [anon_sym_ATunload] = ACTIONS(1502), - [anon_sym_ATprefixes] = ACTIONS(1502), - [anon_sym_ATif] = ACTIONS(1504), - [anon_sym_ATifdef] = ACTIONS(1502), - [anon_sym_ATifndef] = ACTIONS(1502), - [anon_sym_ATendif] = ACTIONS(1502), - [anon_sym_ATelse] = ACTIONS(1502), - [anon_sym_ATpragma] = ACTIONS(1502), + [anon_sym_SEMI] = ACTIONS(1509), + [anon_sym_LBRACE] = ACTIONS(1509), + [anon_sym_RBRACE] = ACTIONS(1509), + [anon_sym_COLON] = ACTIONS(1509), + [anon_sym_PLUS_EQ] = ACTIONS(1509), + [anon_sym_DASH_EQ] = ACTIONS(1509), + [anon_sym_LPAREN] = ACTIONS(1509), + [anon_sym_RPAREN] = ACTIONS(1509), + [anon_sym_COMMA] = ACTIONS(1509), + [anon_sym_in] = ACTIONS(1509), + [anon_sym_LBRACK] = ACTIONS(1509), + [anon_sym_RBRACK] = ACTIONS(1509), + [anon_sym_EQ] = ACTIONS(1511), + [anon_sym_as] = ACTIONS(1509), + [anon_sym_AMPdeprecated] = ACTIONS(1509), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1509), + [anon_sym_AMPerror_handler] = ACTIONS(1509), + [anon_sym_AMPis_assigned] = ACTIONS(1509), + [anon_sym_AMPis_used] = ACTIONS(1509), + [anon_sym_AMPlog] = ACTIONS(1509), + [anon_sym_AMPoptional] = ACTIONS(1509), + [anon_sym_AMPordered] = ACTIONS(1509), + [anon_sym_AMPraw_output] = ACTIONS(1509), + [anon_sym_AMPredef] = ACTIONS(1509), + [anon_sym_AMPadd_func] = ACTIONS(1509), + [anon_sym_AMPbackend] = ACTIONS(1509), + [anon_sym_AMPbroker_store] = ACTIONS(1509), + [anon_sym_AMPcreate_expire] = ACTIONS(1509), + [anon_sym_AMPdefault] = ACTIONS(1509), + [anon_sym_AMPdelete_func] = ACTIONS(1509), + [anon_sym_AMPexpire_func] = ACTIONS(1509), + [anon_sym_AMPgroup] = ACTIONS(1509), + [anon_sym_AMPon_change] = ACTIONS(1509), + [anon_sym_AMPpriority] = ACTIONS(1509), + [anon_sym_AMPread_expire] = ACTIONS(1509), + [anon_sym_AMPtype_column] = ACTIONS(1509), + [anon_sym_AMPwrite_expire] = ACTIONS(1509), + [anon_sym_DOLLAR] = ACTIONS(1509), + [anon_sym_PIPE] = ACTIONS(1511), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1511), + [anon_sym_PLUS] = ACTIONS(1511), + [anon_sym_is] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(1509), + [anon_sym_SLASH] = ACTIONS(1509), + [anon_sym_PERCENT] = ACTIONS(1509), + [anon_sym_LT] = ACTIONS(1511), + [anon_sym_LT_EQ] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1509), + [anon_sym_AMP] = ACTIONS(1511), + [anon_sym_CARET] = ACTIONS(1509), + [anon_sym_QMARK] = ACTIONS(1511), + [anon_sym_EQ_EQ] = ACTIONS(1509), + [anon_sym_BANG_EQ] = ACTIONS(1509), + [anon_sym_AMP_AMP] = ACTIONS(1509), + [anon_sym_PIPE_PIPE] = ACTIONS(1509), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1509), + [anon_sym_ATdeprecated] = ACTIONS(1509), + [anon_sym_ATload] = ACTIONS(1511), + [anon_sym_ATload_DASHsigs] = ACTIONS(1509), + [anon_sym_ATload_DASHplugin] = ACTIONS(1509), + [anon_sym_ATunload] = ACTIONS(1509), + [anon_sym_ATprefixes] = ACTIONS(1509), + [anon_sym_ATif] = ACTIONS(1511), + [anon_sym_ATifdef] = ACTIONS(1509), + [anon_sym_ATifndef] = ACTIONS(1509), + [anon_sym_ATendif] = ACTIONS(1509), + [anon_sym_ATelse] = ACTIONS(1509), + [anon_sym_ATpragma] = ACTIONS(1509), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -41622,76 +40856,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(314)] = { - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_COLON] = ACTIONS(1506), - [anon_sym_PLUS_EQ] = ACTIONS(1506), - [anon_sym_DASH_EQ] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_COMMA] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_RBRACK] = ACTIONS(1506), - [anon_sym_EQ] = ACTIONS(1508), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_AMPdeprecated] = ACTIONS(1506), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1506), - [anon_sym_AMPerror_handler] = ACTIONS(1506), - [anon_sym_AMPis_assigned] = ACTIONS(1506), - [anon_sym_AMPis_used] = ACTIONS(1506), - [anon_sym_AMPlog] = ACTIONS(1506), - [anon_sym_AMPoptional] = ACTIONS(1506), - [anon_sym_AMPordered] = ACTIONS(1506), - [anon_sym_AMPraw_output] = ACTIONS(1506), - [anon_sym_AMPredef] = ACTIONS(1506), - [anon_sym_AMPadd_func] = ACTIONS(1506), - [anon_sym_AMPbackend] = ACTIONS(1506), - [anon_sym_AMPbroker_store] = ACTIONS(1506), - [anon_sym_AMPcreate_expire] = ACTIONS(1506), - [anon_sym_AMPdefault] = ACTIONS(1506), - [anon_sym_AMPdelete_func] = ACTIONS(1506), - [anon_sym_AMPexpire_func] = ACTIONS(1506), - [anon_sym_AMPgroup] = ACTIONS(1506), - [anon_sym_AMPon_change] = ACTIONS(1506), - [anon_sym_AMPpriority] = ACTIONS(1506), - [anon_sym_AMPread_expire] = ACTIONS(1506), - [anon_sym_AMPtype_column] = ACTIONS(1506), - [anon_sym_AMPwrite_expire] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1508), - [anon_sym_BANG] = ACTIONS(1508), - [anon_sym_DASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1508), - [anon_sym_is] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_PERCENT] = ACTIONS(1506), - [anon_sym_LT] = ACTIONS(1508), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1508), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_AMP] = ACTIONS(1508), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_QMARK] = ACTIONS(1508), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_AMP_AMP] = ACTIONS(1506), - [anon_sym_PIPE_PIPE] = ACTIONS(1506), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1506), - [anon_sym_ATdeprecated] = ACTIONS(1506), - [anon_sym_ATload] = ACTIONS(1508), - [anon_sym_ATload_DASHsigs] = ACTIONS(1506), - [anon_sym_ATload_DASHplugin] = ACTIONS(1506), - [anon_sym_ATunload] = ACTIONS(1506), - [anon_sym_ATprefixes] = ACTIONS(1506), - [anon_sym_ATif] = ACTIONS(1508), - [anon_sym_ATifdef] = ACTIONS(1506), - [anon_sym_ATifndef] = ACTIONS(1506), - [anon_sym_ATendif] = ACTIONS(1506), - [anon_sym_ATelse] = ACTIONS(1506), - [anon_sym_ATpragma] = ACTIONS(1506), + [anon_sym_SEMI] = ACTIONS(1513), + [anon_sym_LBRACE] = ACTIONS(1513), + [anon_sym_RBRACE] = ACTIONS(1513), + [anon_sym_COLON] = ACTIONS(1513), + [anon_sym_PLUS_EQ] = ACTIONS(1513), + [anon_sym_DASH_EQ] = ACTIONS(1513), + [anon_sym_LPAREN] = ACTIONS(1513), + [anon_sym_RPAREN] = ACTIONS(1513), + [anon_sym_COMMA] = ACTIONS(1513), + [anon_sym_in] = ACTIONS(1513), + [anon_sym_LBRACK] = ACTIONS(1513), + [anon_sym_RBRACK] = ACTIONS(1513), + [anon_sym_EQ] = ACTIONS(1515), + [anon_sym_as] = ACTIONS(1513), + [anon_sym_AMPdeprecated] = ACTIONS(1513), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1513), + [anon_sym_AMPerror_handler] = ACTIONS(1513), + [anon_sym_AMPis_assigned] = ACTIONS(1513), + [anon_sym_AMPis_used] = ACTIONS(1513), + [anon_sym_AMPlog] = ACTIONS(1513), + [anon_sym_AMPoptional] = ACTIONS(1513), + [anon_sym_AMPordered] = ACTIONS(1513), + [anon_sym_AMPraw_output] = ACTIONS(1513), + [anon_sym_AMPredef] = ACTIONS(1513), + [anon_sym_AMPadd_func] = ACTIONS(1513), + [anon_sym_AMPbackend] = ACTIONS(1513), + [anon_sym_AMPbroker_store] = ACTIONS(1513), + [anon_sym_AMPcreate_expire] = ACTIONS(1513), + [anon_sym_AMPdefault] = ACTIONS(1513), + [anon_sym_AMPdelete_func] = ACTIONS(1513), + [anon_sym_AMPexpire_func] = ACTIONS(1513), + [anon_sym_AMPgroup] = ACTIONS(1513), + [anon_sym_AMPon_change] = ACTIONS(1513), + [anon_sym_AMPpriority] = ACTIONS(1513), + [anon_sym_AMPread_expire] = ACTIONS(1513), + [anon_sym_AMPtype_column] = ACTIONS(1513), + [anon_sym_AMPwrite_expire] = ACTIONS(1513), + [anon_sym_DOLLAR] = ACTIONS(1513), + [anon_sym_PIPE] = ACTIONS(1515), + [anon_sym_BANG] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_is] = ACTIONS(1513), + [anon_sym_STAR] = ACTIONS(1513), + [anon_sym_SLASH] = ACTIONS(1513), + [anon_sym_PERCENT] = ACTIONS(1513), + [anon_sym_LT] = ACTIONS(1515), + [anon_sym_LT_EQ] = ACTIONS(1513), + [anon_sym_GT] = ACTIONS(1515), + [anon_sym_GT_EQ] = ACTIONS(1513), + [anon_sym_AMP] = ACTIONS(1515), + [anon_sym_CARET] = ACTIONS(1513), + [anon_sym_QMARK] = ACTIONS(1515), + [anon_sym_EQ_EQ] = ACTIONS(1513), + [anon_sym_BANG_EQ] = ACTIONS(1513), + [anon_sym_AMP_AMP] = ACTIONS(1513), + [anon_sym_PIPE_PIPE] = ACTIONS(1513), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1513), + [anon_sym_ATdeprecated] = ACTIONS(1513), + [anon_sym_ATload] = ACTIONS(1515), + [anon_sym_ATload_DASHsigs] = ACTIONS(1513), + [anon_sym_ATload_DASHplugin] = ACTIONS(1513), + [anon_sym_ATunload] = ACTIONS(1513), + [anon_sym_ATprefixes] = ACTIONS(1513), + [anon_sym_ATif] = ACTIONS(1515), + [anon_sym_ATifdef] = ACTIONS(1513), + [anon_sym_ATifndef] = ACTIONS(1513), + [anon_sym_ATendif] = ACTIONS(1513), + [anon_sym_ATelse] = ACTIONS(1513), + [anon_sym_ATpragma] = ACTIONS(1513), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -41699,76 +40933,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(315)] = { - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_COLON] = ACTIONS(1510), - [anon_sym_PLUS_EQ] = ACTIONS(1510), - [anon_sym_DASH_EQ] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_RBRACK] = ACTIONS(1510), - [anon_sym_EQ] = ACTIONS(1512), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_AMPdeprecated] = ACTIONS(1510), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1510), - [anon_sym_AMPerror_handler] = ACTIONS(1510), - [anon_sym_AMPis_assigned] = ACTIONS(1510), - [anon_sym_AMPis_used] = ACTIONS(1510), - [anon_sym_AMPlog] = ACTIONS(1510), - [anon_sym_AMPoptional] = ACTIONS(1510), - [anon_sym_AMPordered] = ACTIONS(1510), - [anon_sym_AMPraw_output] = ACTIONS(1510), - [anon_sym_AMPredef] = ACTIONS(1510), - [anon_sym_AMPadd_func] = ACTIONS(1510), - [anon_sym_AMPbackend] = ACTIONS(1510), - [anon_sym_AMPbroker_store] = ACTIONS(1510), - [anon_sym_AMPcreate_expire] = ACTIONS(1510), - [anon_sym_AMPdefault] = ACTIONS(1510), - [anon_sym_AMPdelete_func] = ACTIONS(1510), - [anon_sym_AMPexpire_func] = ACTIONS(1510), - [anon_sym_AMPgroup] = ACTIONS(1510), - [anon_sym_AMPon_change] = ACTIONS(1510), - [anon_sym_AMPpriority] = ACTIONS(1510), - [anon_sym_AMPread_expire] = ACTIONS(1510), - [anon_sym_AMPtype_column] = ACTIONS(1510), - [anon_sym_AMPwrite_expire] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1512), - [anon_sym_BANG] = ACTIONS(1512), - [anon_sym_DASH] = ACTIONS(1512), - [anon_sym_PLUS] = ACTIONS(1512), - [anon_sym_is] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_SLASH] = ACTIONS(1510), - [anon_sym_PERCENT] = ACTIONS(1510), - [anon_sym_LT] = ACTIONS(1512), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1512), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_AMP] = ACTIONS(1512), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym_QMARK] = ACTIONS(1512), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_AMP_AMP] = ACTIONS(1510), - [anon_sym_PIPE_PIPE] = ACTIONS(1510), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1510), - [anon_sym_ATdeprecated] = ACTIONS(1510), - [anon_sym_ATload] = ACTIONS(1512), - [anon_sym_ATload_DASHsigs] = ACTIONS(1510), - [anon_sym_ATload_DASHplugin] = ACTIONS(1510), - [anon_sym_ATunload] = ACTIONS(1510), - [anon_sym_ATprefixes] = ACTIONS(1510), - [anon_sym_ATif] = ACTIONS(1512), - [anon_sym_ATifdef] = ACTIONS(1510), - [anon_sym_ATifndef] = ACTIONS(1510), - [anon_sym_ATendif] = ACTIONS(1510), - [anon_sym_ATelse] = ACTIONS(1510), - [anon_sym_ATpragma] = ACTIONS(1510), + [anon_sym_SEMI] = ACTIONS(1517), + [anon_sym_LBRACE] = ACTIONS(1517), + [anon_sym_RBRACE] = ACTIONS(1517), + [anon_sym_COLON] = ACTIONS(1517), + [anon_sym_PLUS_EQ] = ACTIONS(1517), + [anon_sym_DASH_EQ] = ACTIONS(1517), + [anon_sym_LPAREN] = ACTIONS(1517), + [anon_sym_RPAREN] = ACTIONS(1517), + [anon_sym_COMMA] = ACTIONS(1517), + [anon_sym_in] = ACTIONS(1517), + [anon_sym_LBRACK] = ACTIONS(1517), + [anon_sym_RBRACK] = ACTIONS(1517), + [anon_sym_EQ] = ACTIONS(1519), + [anon_sym_as] = ACTIONS(1517), + [anon_sym_AMPdeprecated] = ACTIONS(1517), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1517), + [anon_sym_AMPerror_handler] = ACTIONS(1517), + [anon_sym_AMPis_assigned] = ACTIONS(1517), + [anon_sym_AMPis_used] = ACTIONS(1517), + [anon_sym_AMPlog] = ACTIONS(1517), + [anon_sym_AMPoptional] = ACTIONS(1517), + [anon_sym_AMPordered] = ACTIONS(1517), + [anon_sym_AMPraw_output] = ACTIONS(1517), + [anon_sym_AMPredef] = ACTIONS(1517), + [anon_sym_AMPadd_func] = ACTIONS(1517), + [anon_sym_AMPbackend] = ACTIONS(1517), + [anon_sym_AMPbroker_store] = ACTIONS(1517), + [anon_sym_AMPcreate_expire] = ACTIONS(1517), + [anon_sym_AMPdefault] = ACTIONS(1517), + [anon_sym_AMPdelete_func] = ACTIONS(1517), + [anon_sym_AMPexpire_func] = ACTIONS(1517), + [anon_sym_AMPgroup] = ACTIONS(1517), + [anon_sym_AMPon_change] = ACTIONS(1517), + [anon_sym_AMPpriority] = ACTIONS(1517), + [anon_sym_AMPread_expire] = ACTIONS(1517), + [anon_sym_AMPtype_column] = ACTIONS(1517), + [anon_sym_AMPwrite_expire] = ACTIONS(1517), + [anon_sym_DOLLAR] = ACTIONS(1517), + [anon_sym_PIPE] = ACTIONS(1519), + [anon_sym_BANG] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1519), + [anon_sym_is] = ACTIONS(1517), + [anon_sym_STAR] = ACTIONS(1517), + [anon_sym_SLASH] = ACTIONS(1517), + [anon_sym_PERCENT] = ACTIONS(1517), + [anon_sym_LT] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1517), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1517), + [anon_sym_AMP] = ACTIONS(1519), + [anon_sym_CARET] = ACTIONS(1517), + [anon_sym_QMARK] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1517), + [anon_sym_BANG_EQ] = ACTIONS(1517), + [anon_sym_AMP_AMP] = ACTIONS(1517), + [anon_sym_PIPE_PIPE] = ACTIONS(1517), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1517), + [anon_sym_ATdeprecated] = ACTIONS(1517), + [anon_sym_ATload] = ACTIONS(1519), + [anon_sym_ATload_DASHsigs] = ACTIONS(1517), + [anon_sym_ATload_DASHplugin] = ACTIONS(1517), + [anon_sym_ATunload] = ACTIONS(1517), + [anon_sym_ATprefixes] = ACTIONS(1517), + [anon_sym_ATif] = ACTIONS(1519), + [anon_sym_ATifdef] = ACTIONS(1517), + [anon_sym_ATifndef] = ACTIONS(1517), + [anon_sym_ATendif] = ACTIONS(1517), + [anon_sym_ATelse] = ACTIONS(1517), + [anon_sym_ATpragma] = ACTIONS(1517), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -41776,76 +41010,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(316)] = { - [anon_sym_SEMI] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(544), - [anon_sym_RBRACE] = ACTIONS(544), - [anon_sym_COLON] = ACTIONS(544), - [anon_sym_PLUS_EQ] = ACTIONS(544), - [anon_sym_DASH_EQ] = ACTIONS(544), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_RPAREN] = ACTIONS(544), - [anon_sym_COMMA] = ACTIONS(544), - [anon_sym_in] = ACTIONS(544), - [anon_sym_LBRACK] = ACTIONS(544), - [anon_sym_RBRACK] = ACTIONS(544), - [anon_sym_EQ] = ACTIONS(546), - [anon_sym_as] = ACTIONS(544), - [anon_sym_AMPdeprecated] = ACTIONS(544), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(544), - [anon_sym_AMPerror_handler] = ACTIONS(544), - [anon_sym_AMPis_assigned] = ACTIONS(544), - [anon_sym_AMPis_used] = ACTIONS(544), - [anon_sym_AMPlog] = ACTIONS(544), - [anon_sym_AMPoptional] = ACTIONS(544), - [anon_sym_AMPordered] = ACTIONS(544), - [anon_sym_AMPraw_output] = ACTIONS(544), - [anon_sym_AMPredef] = ACTIONS(544), - [anon_sym_AMPadd_func] = ACTIONS(544), - [anon_sym_AMPbackend] = ACTIONS(544), - [anon_sym_AMPbroker_store] = ACTIONS(544), - [anon_sym_AMPcreate_expire] = ACTIONS(544), - [anon_sym_AMPdefault] = ACTIONS(544), - [anon_sym_AMPdelete_func] = ACTIONS(544), - [anon_sym_AMPexpire_func] = ACTIONS(544), - [anon_sym_AMPgroup] = ACTIONS(544), - [anon_sym_AMPon_change] = ACTIONS(544), - [anon_sym_AMPpriority] = ACTIONS(544), - [anon_sym_AMPread_expire] = ACTIONS(544), - [anon_sym_AMPtype_column] = ACTIONS(544), - [anon_sym_AMPwrite_expire] = ACTIONS(544), - [anon_sym_DOLLAR] = ACTIONS(544), - [anon_sym_PIPE] = ACTIONS(546), - [anon_sym_BANG] = ACTIONS(546), - [anon_sym_DASH] = ACTIONS(546), - [anon_sym_PLUS] = ACTIONS(546), - [anon_sym_is] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_SLASH] = ACTIONS(544), - [anon_sym_PERCENT] = ACTIONS(544), - [anon_sym_LT] = ACTIONS(546), - [anon_sym_LT_EQ] = ACTIONS(544), - [anon_sym_GT] = ACTIONS(546), - [anon_sym_GT_EQ] = ACTIONS(544), - [anon_sym_AMP] = ACTIONS(546), - [anon_sym_CARET] = ACTIONS(544), - [anon_sym_QMARK] = ACTIONS(546), - [anon_sym_EQ_EQ] = ACTIONS(544), - [anon_sym_BANG_EQ] = ACTIONS(544), - [anon_sym_AMP_AMP] = ACTIONS(544), - [anon_sym_PIPE_PIPE] = ACTIONS(544), - [anon_sym_QMARK_DOLLAR] = ACTIONS(544), - [anon_sym_ATdeprecated] = ACTIONS(544), - [anon_sym_ATload] = ACTIONS(546), - [anon_sym_ATload_DASHsigs] = ACTIONS(544), - [anon_sym_ATload_DASHplugin] = ACTIONS(544), - [anon_sym_ATunload] = ACTIONS(544), - [anon_sym_ATprefixes] = ACTIONS(544), - [anon_sym_ATif] = ACTIONS(546), - [anon_sym_ATifdef] = ACTIONS(544), - [anon_sym_ATifndef] = ACTIONS(544), - [anon_sym_ATendif] = ACTIONS(544), - [anon_sym_ATelse] = ACTIONS(544), - [anon_sym_ATpragma] = ACTIONS(544), + [anon_sym_SEMI] = ACTIONS(549), + [anon_sym_LBRACE] = ACTIONS(549), + [anon_sym_RBRACE] = ACTIONS(549), + [anon_sym_COLON] = ACTIONS(549), + [anon_sym_PLUS_EQ] = ACTIONS(549), + [anon_sym_DASH_EQ] = ACTIONS(549), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_RPAREN] = ACTIONS(549), + [anon_sym_COMMA] = ACTIONS(549), + [anon_sym_in] = ACTIONS(549), + [anon_sym_LBRACK] = ACTIONS(549), + [anon_sym_RBRACK] = ACTIONS(549), + [anon_sym_EQ] = ACTIONS(551), + [anon_sym_as] = ACTIONS(549), + [anon_sym_AMPdeprecated] = ACTIONS(549), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(549), + [anon_sym_AMPerror_handler] = ACTIONS(549), + [anon_sym_AMPis_assigned] = ACTIONS(549), + [anon_sym_AMPis_used] = ACTIONS(549), + [anon_sym_AMPlog] = ACTIONS(549), + [anon_sym_AMPoptional] = ACTIONS(549), + [anon_sym_AMPordered] = ACTIONS(549), + [anon_sym_AMPraw_output] = ACTIONS(549), + [anon_sym_AMPredef] = ACTIONS(549), + [anon_sym_AMPadd_func] = ACTIONS(549), + [anon_sym_AMPbackend] = ACTIONS(549), + [anon_sym_AMPbroker_store] = ACTIONS(549), + [anon_sym_AMPcreate_expire] = ACTIONS(549), + [anon_sym_AMPdefault] = ACTIONS(549), + [anon_sym_AMPdelete_func] = ACTIONS(549), + [anon_sym_AMPexpire_func] = ACTIONS(549), + [anon_sym_AMPgroup] = ACTIONS(549), + [anon_sym_AMPon_change] = ACTIONS(549), + [anon_sym_AMPpriority] = ACTIONS(549), + [anon_sym_AMPread_expire] = ACTIONS(549), + [anon_sym_AMPtype_column] = ACTIONS(549), + [anon_sym_AMPwrite_expire] = ACTIONS(549), + [anon_sym_DOLLAR] = ACTIONS(549), + [anon_sym_PIPE] = ACTIONS(551), + [anon_sym_BANG] = ACTIONS(551), + [anon_sym_DASH] = ACTIONS(551), + [anon_sym_PLUS] = ACTIONS(551), + [anon_sym_is] = ACTIONS(549), + [anon_sym_STAR] = ACTIONS(549), + [anon_sym_SLASH] = ACTIONS(549), + [anon_sym_PERCENT] = ACTIONS(549), + [anon_sym_LT] = ACTIONS(551), + [anon_sym_LT_EQ] = ACTIONS(549), + [anon_sym_GT] = ACTIONS(551), + [anon_sym_GT_EQ] = ACTIONS(549), + [anon_sym_AMP] = ACTIONS(551), + [anon_sym_CARET] = ACTIONS(549), + [anon_sym_QMARK] = ACTIONS(551), + [anon_sym_EQ_EQ] = ACTIONS(549), + [anon_sym_BANG_EQ] = ACTIONS(549), + [anon_sym_AMP_AMP] = ACTIONS(549), + [anon_sym_PIPE_PIPE] = ACTIONS(549), + [anon_sym_QMARK_DOLLAR] = ACTIONS(549), + [anon_sym_ATdeprecated] = ACTIONS(549), + [anon_sym_ATload] = ACTIONS(551), + [anon_sym_ATload_DASHsigs] = ACTIONS(549), + [anon_sym_ATload_DASHplugin] = ACTIONS(549), + [anon_sym_ATunload] = ACTIONS(549), + [anon_sym_ATprefixes] = ACTIONS(549), + [anon_sym_ATif] = ACTIONS(551), + [anon_sym_ATifdef] = ACTIONS(549), + [anon_sym_ATifndef] = ACTIONS(549), + [anon_sym_ATendif] = ACTIONS(549), + [anon_sym_ATelse] = ACTIONS(549), + [anon_sym_ATpragma] = ACTIONS(549), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -41853,76 +41087,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(317)] = { - [anon_sym_SEMI] = ACTIONS(1514), - [anon_sym_LBRACE] = ACTIONS(1514), - [anon_sym_RBRACE] = ACTIONS(1514), - [anon_sym_COLON] = ACTIONS(1514), - [anon_sym_PLUS_EQ] = ACTIONS(1514), - [anon_sym_DASH_EQ] = ACTIONS(1514), - [anon_sym_LPAREN] = ACTIONS(1514), - [anon_sym_RPAREN] = ACTIONS(1514), - [anon_sym_COMMA] = ACTIONS(1514), - [anon_sym_in] = ACTIONS(1514), - [anon_sym_LBRACK] = ACTIONS(1514), - [anon_sym_RBRACK] = ACTIONS(1514), - [anon_sym_EQ] = ACTIONS(1516), - [anon_sym_as] = ACTIONS(1514), - [anon_sym_AMPdeprecated] = ACTIONS(1514), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1514), - [anon_sym_AMPerror_handler] = ACTIONS(1514), - [anon_sym_AMPis_assigned] = ACTIONS(1514), - [anon_sym_AMPis_used] = ACTIONS(1514), - [anon_sym_AMPlog] = ACTIONS(1514), - [anon_sym_AMPoptional] = ACTIONS(1514), - [anon_sym_AMPordered] = ACTIONS(1514), - [anon_sym_AMPraw_output] = ACTIONS(1514), - [anon_sym_AMPredef] = ACTIONS(1514), - [anon_sym_AMPadd_func] = ACTIONS(1514), - [anon_sym_AMPbackend] = ACTIONS(1514), - [anon_sym_AMPbroker_store] = ACTIONS(1514), - [anon_sym_AMPcreate_expire] = ACTIONS(1514), - [anon_sym_AMPdefault] = ACTIONS(1514), - [anon_sym_AMPdelete_func] = ACTIONS(1514), - [anon_sym_AMPexpire_func] = ACTIONS(1514), - [anon_sym_AMPgroup] = ACTIONS(1514), - [anon_sym_AMPon_change] = ACTIONS(1514), - [anon_sym_AMPpriority] = ACTIONS(1514), - [anon_sym_AMPread_expire] = ACTIONS(1514), - [anon_sym_AMPtype_column] = ACTIONS(1514), - [anon_sym_AMPwrite_expire] = ACTIONS(1514), - [anon_sym_DOLLAR] = ACTIONS(1514), - [anon_sym_PIPE] = ACTIONS(1516), - [anon_sym_BANG] = ACTIONS(1516), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_is] = ACTIONS(1514), - [anon_sym_STAR] = ACTIONS(1514), - [anon_sym_SLASH] = ACTIONS(1514), - [anon_sym_PERCENT] = ACTIONS(1514), - [anon_sym_LT] = ACTIONS(1516), - [anon_sym_LT_EQ] = ACTIONS(1514), - [anon_sym_GT] = ACTIONS(1516), - [anon_sym_GT_EQ] = ACTIONS(1514), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_CARET] = ACTIONS(1514), - [anon_sym_QMARK] = ACTIONS(1516), - [anon_sym_EQ_EQ] = ACTIONS(1514), - [anon_sym_BANG_EQ] = ACTIONS(1514), - [anon_sym_AMP_AMP] = ACTIONS(1514), - [anon_sym_PIPE_PIPE] = ACTIONS(1514), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1514), - [anon_sym_ATdeprecated] = ACTIONS(1514), - [anon_sym_ATload] = ACTIONS(1516), - [anon_sym_ATload_DASHsigs] = ACTIONS(1514), - [anon_sym_ATload_DASHplugin] = ACTIONS(1514), - [anon_sym_ATunload] = ACTIONS(1514), - [anon_sym_ATprefixes] = ACTIONS(1514), - [anon_sym_ATif] = ACTIONS(1516), - [anon_sym_ATifdef] = ACTIONS(1514), - [anon_sym_ATifndef] = ACTIONS(1514), - [anon_sym_ATendif] = ACTIONS(1514), - [anon_sym_ATelse] = ACTIONS(1514), - [anon_sym_ATpragma] = ACTIONS(1514), + [anon_sym_SEMI] = ACTIONS(1521), + [anon_sym_LBRACE] = ACTIONS(1521), + [anon_sym_RBRACE] = ACTIONS(1521), + [anon_sym_COLON] = ACTIONS(1521), + [anon_sym_PLUS_EQ] = ACTIONS(1521), + [anon_sym_DASH_EQ] = ACTIONS(1521), + [anon_sym_LPAREN] = ACTIONS(1521), + [anon_sym_RPAREN] = ACTIONS(1521), + [anon_sym_COMMA] = ACTIONS(1521), + [anon_sym_in] = ACTIONS(1521), + [anon_sym_LBRACK] = ACTIONS(1521), + [anon_sym_RBRACK] = ACTIONS(1521), + [anon_sym_EQ] = ACTIONS(1523), + [anon_sym_as] = ACTIONS(1521), + [anon_sym_AMPdeprecated] = ACTIONS(1521), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1521), + [anon_sym_AMPerror_handler] = ACTIONS(1521), + [anon_sym_AMPis_assigned] = ACTIONS(1521), + [anon_sym_AMPis_used] = ACTIONS(1521), + [anon_sym_AMPlog] = ACTIONS(1521), + [anon_sym_AMPoptional] = ACTIONS(1521), + [anon_sym_AMPordered] = ACTIONS(1521), + [anon_sym_AMPraw_output] = ACTIONS(1521), + [anon_sym_AMPredef] = ACTIONS(1521), + [anon_sym_AMPadd_func] = ACTIONS(1521), + [anon_sym_AMPbackend] = ACTIONS(1521), + [anon_sym_AMPbroker_store] = ACTIONS(1521), + [anon_sym_AMPcreate_expire] = ACTIONS(1521), + [anon_sym_AMPdefault] = ACTIONS(1521), + [anon_sym_AMPdelete_func] = ACTIONS(1521), + [anon_sym_AMPexpire_func] = ACTIONS(1521), + [anon_sym_AMPgroup] = ACTIONS(1521), + [anon_sym_AMPon_change] = ACTIONS(1521), + [anon_sym_AMPpriority] = ACTIONS(1521), + [anon_sym_AMPread_expire] = ACTIONS(1521), + [anon_sym_AMPtype_column] = ACTIONS(1521), + [anon_sym_AMPwrite_expire] = ACTIONS(1521), + [anon_sym_DOLLAR] = ACTIONS(1521), + [anon_sym_PIPE] = ACTIONS(1523), + [anon_sym_BANG] = ACTIONS(1523), + [anon_sym_DASH] = ACTIONS(1523), + [anon_sym_PLUS] = ACTIONS(1523), + [anon_sym_is] = ACTIONS(1521), + [anon_sym_STAR] = ACTIONS(1521), + [anon_sym_SLASH] = ACTIONS(1521), + [anon_sym_PERCENT] = ACTIONS(1521), + [anon_sym_LT] = ACTIONS(1523), + [anon_sym_LT_EQ] = ACTIONS(1521), + [anon_sym_GT] = ACTIONS(1523), + [anon_sym_GT_EQ] = ACTIONS(1521), + [anon_sym_AMP] = ACTIONS(1523), + [anon_sym_CARET] = ACTIONS(1521), + [anon_sym_QMARK] = ACTIONS(1523), + [anon_sym_EQ_EQ] = ACTIONS(1521), + [anon_sym_BANG_EQ] = ACTIONS(1521), + [anon_sym_AMP_AMP] = ACTIONS(1521), + [anon_sym_PIPE_PIPE] = ACTIONS(1521), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1521), + [anon_sym_ATdeprecated] = ACTIONS(1521), + [anon_sym_ATload] = ACTIONS(1523), + [anon_sym_ATload_DASHsigs] = ACTIONS(1521), + [anon_sym_ATload_DASHplugin] = ACTIONS(1521), + [anon_sym_ATunload] = ACTIONS(1521), + [anon_sym_ATprefixes] = ACTIONS(1521), + [anon_sym_ATif] = ACTIONS(1523), + [anon_sym_ATifdef] = ACTIONS(1521), + [anon_sym_ATifndef] = ACTIONS(1521), + [anon_sym_ATendif] = ACTIONS(1521), + [anon_sym_ATelse] = ACTIONS(1521), + [anon_sym_ATpragma] = ACTIONS(1521), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -41930,76 +41164,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(318)] = { - [anon_sym_SEMI] = ACTIONS(1518), - [anon_sym_LBRACE] = ACTIONS(1518), - [anon_sym_RBRACE] = ACTIONS(1518), - [anon_sym_COLON] = ACTIONS(1518), - [anon_sym_PLUS_EQ] = ACTIONS(1518), - [anon_sym_DASH_EQ] = ACTIONS(1518), - [anon_sym_LPAREN] = ACTIONS(1518), - [anon_sym_RPAREN] = ACTIONS(1518), - [anon_sym_COMMA] = ACTIONS(1518), - [anon_sym_in] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1518), - [anon_sym_RBRACK] = ACTIONS(1518), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_as] = ACTIONS(1518), - [anon_sym_AMPdeprecated] = ACTIONS(1518), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1518), - [anon_sym_AMPerror_handler] = ACTIONS(1518), - [anon_sym_AMPis_assigned] = ACTIONS(1518), - [anon_sym_AMPis_used] = ACTIONS(1518), - [anon_sym_AMPlog] = ACTIONS(1518), - [anon_sym_AMPoptional] = ACTIONS(1518), - [anon_sym_AMPordered] = ACTIONS(1518), - [anon_sym_AMPraw_output] = ACTIONS(1518), - [anon_sym_AMPredef] = ACTIONS(1518), - [anon_sym_AMPadd_func] = ACTIONS(1518), - [anon_sym_AMPbackend] = ACTIONS(1518), - [anon_sym_AMPbroker_store] = ACTIONS(1518), - [anon_sym_AMPcreate_expire] = ACTIONS(1518), - [anon_sym_AMPdefault] = ACTIONS(1518), - [anon_sym_AMPdelete_func] = ACTIONS(1518), - [anon_sym_AMPexpire_func] = ACTIONS(1518), - [anon_sym_AMPgroup] = ACTIONS(1518), - [anon_sym_AMPon_change] = ACTIONS(1518), - [anon_sym_AMPpriority] = ACTIONS(1518), - [anon_sym_AMPread_expire] = ACTIONS(1518), - [anon_sym_AMPtype_column] = ACTIONS(1518), - [anon_sym_AMPwrite_expire] = ACTIONS(1518), - [anon_sym_DOLLAR] = ACTIONS(1518), - [anon_sym_PIPE] = ACTIONS(1520), - [anon_sym_BANG] = ACTIONS(1520), - [anon_sym_DASH] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1520), - [anon_sym_is] = ACTIONS(1518), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_LT] = ACTIONS(1520), - [anon_sym_LT_EQ] = ACTIONS(1518), - [anon_sym_GT] = ACTIONS(1520), - [anon_sym_GT_EQ] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1520), - [anon_sym_CARET] = ACTIONS(1518), - [anon_sym_QMARK] = ACTIONS(1520), - [anon_sym_EQ_EQ] = ACTIONS(1518), - [anon_sym_BANG_EQ] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1518), - [anon_sym_PIPE_PIPE] = ACTIONS(1518), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1518), - [anon_sym_ATdeprecated] = ACTIONS(1518), - [anon_sym_ATload] = ACTIONS(1520), - [anon_sym_ATload_DASHsigs] = ACTIONS(1518), - [anon_sym_ATload_DASHplugin] = ACTIONS(1518), - [anon_sym_ATunload] = ACTIONS(1518), - [anon_sym_ATprefixes] = ACTIONS(1518), - [anon_sym_ATif] = ACTIONS(1520), - [anon_sym_ATifdef] = ACTIONS(1518), - [anon_sym_ATifndef] = ACTIONS(1518), - [anon_sym_ATendif] = ACTIONS(1518), - [anon_sym_ATelse] = ACTIONS(1518), - [anon_sym_ATpragma] = ACTIONS(1518), + [anon_sym_SEMI] = ACTIONS(1525), + [anon_sym_LBRACE] = ACTIONS(1525), + [anon_sym_RBRACE] = ACTIONS(1525), + [anon_sym_COLON] = ACTIONS(1525), + [anon_sym_PLUS_EQ] = ACTIONS(1525), + [anon_sym_DASH_EQ] = ACTIONS(1525), + [anon_sym_LPAREN] = ACTIONS(1525), + [anon_sym_RPAREN] = ACTIONS(1525), + [anon_sym_COMMA] = ACTIONS(1525), + [anon_sym_in] = ACTIONS(1525), + [anon_sym_LBRACK] = ACTIONS(1525), + [anon_sym_RBRACK] = ACTIONS(1525), + [anon_sym_EQ] = ACTIONS(1527), + [anon_sym_as] = ACTIONS(1525), + [anon_sym_AMPdeprecated] = ACTIONS(1525), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1525), + [anon_sym_AMPerror_handler] = ACTIONS(1525), + [anon_sym_AMPis_assigned] = ACTIONS(1525), + [anon_sym_AMPis_used] = ACTIONS(1525), + [anon_sym_AMPlog] = ACTIONS(1525), + [anon_sym_AMPoptional] = ACTIONS(1525), + [anon_sym_AMPordered] = ACTIONS(1525), + [anon_sym_AMPraw_output] = ACTIONS(1525), + [anon_sym_AMPredef] = ACTIONS(1525), + [anon_sym_AMPadd_func] = ACTIONS(1525), + [anon_sym_AMPbackend] = ACTIONS(1525), + [anon_sym_AMPbroker_store] = ACTIONS(1525), + [anon_sym_AMPcreate_expire] = ACTIONS(1525), + [anon_sym_AMPdefault] = ACTIONS(1525), + [anon_sym_AMPdelete_func] = ACTIONS(1525), + [anon_sym_AMPexpire_func] = ACTIONS(1525), + [anon_sym_AMPgroup] = ACTIONS(1525), + [anon_sym_AMPon_change] = ACTIONS(1525), + [anon_sym_AMPpriority] = ACTIONS(1525), + [anon_sym_AMPread_expire] = ACTIONS(1525), + [anon_sym_AMPtype_column] = ACTIONS(1525), + [anon_sym_AMPwrite_expire] = ACTIONS(1525), + [anon_sym_DOLLAR] = ACTIONS(1525), + [anon_sym_PIPE] = ACTIONS(1527), + [anon_sym_BANG] = ACTIONS(1527), + [anon_sym_DASH] = ACTIONS(1527), + [anon_sym_PLUS] = ACTIONS(1527), + [anon_sym_is] = ACTIONS(1525), + [anon_sym_STAR] = ACTIONS(1525), + [anon_sym_SLASH] = ACTIONS(1525), + [anon_sym_PERCENT] = ACTIONS(1525), + [anon_sym_LT] = ACTIONS(1527), + [anon_sym_LT_EQ] = ACTIONS(1525), + [anon_sym_GT] = ACTIONS(1527), + [anon_sym_GT_EQ] = ACTIONS(1525), + [anon_sym_AMP] = ACTIONS(1527), + [anon_sym_CARET] = ACTIONS(1525), + [anon_sym_QMARK] = ACTIONS(1527), + [anon_sym_EQ_EQ] = ACTIONS(1525), + [anon_sym_BANG_EQ] = ACTIONS(1525), + [anon_sym_AMP_AMP] = ACTIONS(1525), + [anon_sym_PIPE_PIPE] = ACTIONS(1525), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1525), + [anon_sym_ATdeprecated] = ACTIONS(1525), + [anon_sym_ATload] = ACTIONS(1527), + [anon_sym_ATload_DASHsigs] = ACTIONS(1525), + [anon_sym_ATload_DASHplugin] = ACTIONS(1525), + [anon_sym_ATunload] = ACTIONS(1525), + [anon_sym_ATprefixes] = ACTIONS(1525), + [anon_sym_ATif] = ACTIONS(1527), + [anon_sym_ATifdef] = ACTIONS(1525), + [anon_sym_ATifndef] = ACTIONS(1525), + [anon_sym_ATendif] = ACTIONS(1525), + [anon_sym_ATelse] = ACTIONS(1525), + [anon_sym_ATpragma] = ACTIONS(1525), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -42007,76 +41241,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(319)] = { - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_COLON] = ACTIONS(1510), - [anon_sym_PLUS_EQ] = ACTIONS(1510), - [anon_sym_DASH_EQ] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_RBRACK] = ACTIONS(1510), - [anon_sym_EQ] = ACTIONS(1512), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_AMPdeprecated] = ACTIONS(1510), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1510), - [anon_sym_AMPerror_handler] = ACTIONS(1510), - [anon_sym_AMPis_assigned] = ACTIONS(1510), - [anon_sym_AMPis_used] = ACTIONS(1510), - [anon_sym_AMPlog] = ACTIONS(1510), - [anon_sym_AMPoptional] = ACTIONS(1510), - [anon_sym_AMPordered] = ACTIONS(1510), - [anon_sym_AMPraw_output] = ACTIONS(1510), - [anon_sym_AMPredef] = ACTIONS(1510), - [anon_sym_AMPadd_func] = ACTIONS(1510), - [anon_sym_AMPbackend] = ACTIONS(1510), - [anon_sym_AMPbroker_store] = ACTIONS(1510), - [anon_sym_AMPcreate_expire] = ACTIONS(1510), - [anon_sym_AMPdefault] = ACTIONS(1510), - [anon_sym_AMPdelete_func] = ACTIONS(1510), - [anon_sym_AMPexpire_func] = ACTIONS(1510), - [anon_sym_AMPgroup] = ACTIONS(1510), - [anon_sym_AMPon_change] = ACTIONS(1510), - [anon_sym_AMPpriority] = ACTIONS(1510), - [anon_sym_AMPread_expire] = ACTIONS(1510), - [anon_sym_AMPtype_column] = ACTIONS(1510), - [anon_sym_AMPwrite_expire] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1512), - [anon_sym_BANG] = ACTIONS(1512), - [anon_sym_DASH] = ACTIONS(1512), - [anon_sym_PLUS] = ACTIONS(1512), - [anon_sym_is] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_SLASH] = ACTIONS(1510), - [anon_sym_PERCENT] = ACTIONS(1510), - [anon_sym_LT] = ACTIONS(1512), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1512), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_AMP] = ACTIONS(1512), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym_QMARK] = ACTIONS(1512), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_AMP_AMP] = ACTIONS(1510), - [anon_sym_PIPE_PIPE] = ACTIONS(1510), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1510), - [anon_sym_ATdeprecated] = ACTIONS(1510), - [anon_sym_ATload] = ACTIONS(1512), - [anon_sym_ATload_DASHsigs] = ACTIONS(1510), - [anon_sym_ATload_DASHplugin] = ACTIONS(1510), - [anon_sym_ATunload] = ACTIONS(1510), - [anon_sym_ATprefixes] = ACTIONS(1510), - [anon_sym_ATif] = ACTIONS(1512), - [anon_sym_ATifdef] = ACTIONS(1510), - [anon_sym_ATifndef] = ACTIONS(1510), - [anon_sym_ATendif] = ACTIONS(1510), - [anon_sym_ATelse] = ACTIONS(1510), - [anon_sym_ATpragma] = ACTIONS(1510), + [anon_sym_SEMI] = ACTIONS(1517), + [anon_sym_LBRACE] = ACTIONS(1517), + [anon_sym_RBRACE] = ACTIONS(1517), + [anon_sym_COLON] = ACTIONS(1517), + [anon_sym_PLUS_EQ] = ACTIONS(1517), + [anon_sym_DASH_EQ] = ACTIONS(1517), + [anon_sym_LPAREN] = ACTIONS(1517), + [anon_sym_RPAREN] = ACTIONS(1517), + [anon_sym_COMMA] = ACTIONS(1517), + [anon_sym_in] = ACTIONS(1517), + [anon_sym_LBRACK] = ACTIONS(1517), + [anon_sym_RBRACK] = ACTIONS(1517), + [anon_sym_EQ] = ACTIONS(1519), + [anon_sym_as] = ACTIONS(1517), + [anon_sym_AMPdeprecated] = ACTIONS(1517), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1517), + [anon_sym_AMPerror_handler] = ACTIONS(1517), + [anon_sym_AMPis_assigned] = ACTIONS(1517), + [anon_sym_AMPis_used] = ACTIONS(1517), + [anon_sym_AMPlog] = ACTIONS(1517), + [anon_sym_AMPoptional] = ACTIONS(1517), + [anon_sym_AMPordered] = ACTIONS(1517), + [anon_sym_AMPraw_output] = ACTIONS(1517), + [anon_sym_AMPredef] = ACTIONS(1517), + [anon_sym_AMPadd_func] = ACTIONS(1517), + [anon_sym_AMPbackend] = ACTIONS(1517), + [anon_sym_AMPbroker_store] = ACTIONS(1517), + [anon_sym_AMPcreate_expire] = ACTIONS(1517), + [anon_sym_AMPdefault] = ACTIONS(1517), + [anon_sym_AMPdelete_func] = ACTIONS(1517), + [anon_sym_AMPexpire_func] = ACTIONS(1517), + [anon_sym_AMPgroup] = ACTIONS(1517), + [anon_sym_AMPon_change] = ACTIONS(1517), + [anon_sym_AMPpriority] = ACTIONS(1517), + [anon_sym_AMPread_expire] = ACTIONS(1517), + [anon_sym_AMPtype_column] = ACTIONS(1517), + [anon_sym_AMPwrite_expire] = ACTIONS(1517), + [anon_sym_DOLLAR] = ACTIONS(1517), + [anon_sym_PIPE] = ACTIONS(1519), + [anon_sym_BANG] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1519), + [anon_sym_is] = ACTIONS(1517), + [anon_sym_STAR] = ACTIONS(1517), + [anon_sym_SLASH] = ACTIONS(1517), + [anon_sym_PERCENT] = ACTIONS(1517), + [anon_sym_LT] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1517), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1517), + [anon_sym_AMP] = ACTIONS(1519), + [anon_sym_CARET] = ACTIONS(1517), + [anon_sym_QMARK] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1517), + [anon_sym_BANG_EQ] = ACTIONS(1517), + [anon_sym_AMP_AMP] = ACTIONS(1517), + [anon_sym_PIPE_PIPE] = ACTIONS(1517), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1517), + [anon_sym_ATdeprecated] = ACTIONS(1517), + [anon_sym_ATload] = ACTIONS(1519), + [anon_sym_ATload_DASHsigs] = ACTIONS(1517), + [anon_sym_ATload_DASHplugin] = ACTIONS(1517), + [anon_sym_ATunload] = ACTIONS(1517), + [anon_sym_ATprefixes] = ACTIONS(1517), + [anon_sym_ATif] = ACTIONS(1519), + [anon_sym_ATifdef] = ACTIONS(1517), + [anon_sym_ATifndef] = ACTIONS(1517), + [anon_sym_ATendif] = ACTIONS(1517), + [anon_sym_ATelse] = ACTIONS(1517), + [anon_sym_ATpragma] = ACTIONS(1517), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -42084,76 +41318,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(320)] = { - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_COLON] = ACTIONS(1510), - [anon_sym_PLUS_EQ] = ACTIONS(1510), - [anon_sym_DASH_EQ] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_RBRACK] = ACTIONS(1510), - [anon_sym_EQ] = ACTIONS(1512), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_AMPdeprecated] = ACTIONS(1510), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1510), - [anon_sym_AMPerror_handler] = ACTIONS(1510), - [anon_sym_AMPis_assigned] = ACTIONS(1510), - [anon_sym_AMPis_used] = ACTIONS(1510), - [anon_sym_AMPlog] = ACTIONS(1510), - [anon_sym_AMPoptional] = ACTIONS(1510), - [anon_sym_AMPordered] = ACTIONS(1510), - [anon_sym_AMPraw_output] = ACTIONS(1510), - [anon_sym_AMPredef] = ACTIONS(1510), - [anon_sym_AMPadd_func] = ACTIONS(1510), - [anon_sym_AMPbackend] = ACTIONS(1510), - [anon_sym_AMPbroker_store] = ACTIONS(1510), - [anon_sym_AMPcreate_expire] = ACTIONS(1510), - [anon_sym_AMPdefault] = ACTIONS(1510), - [anon_sym_AMPdelete_func] = ACTIONS(1510), - [anon_sym_AMPexpire_func] = ACTIONS(1510), - [anon_sym_AMPgroup] = ACTIONS(1510), - [anon_sym_AMPon_change] = ACTIONS(1510), - [anon_sym_AMPpriority] = ACTIONS(1510), - [anon_sym_AMPread_expire] = ACTIONS(1510), - [anon_sym_AMPtype_column] = ACTIONS(1510), - [anon_sym_AMPwrite_expire] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1512), - [anon_sym_BANG] = ACTIONS(1512), - [anon_sym_DASH] = ACTIONS(1512), - [anon_sym_PLUS] = ACTIONS(1512), - [anon_sym_is] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_SLASH] = ACTIONS(1510), - [anon_sym_PERCENT] = ACTIONS(1510), - [anon_sym_LT] = ACTIONS(1512), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1512), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_AMP] = ACTIONS(1512), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym_QMARK] = ACTIONS(1512), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_AMP_AMP] = ACTIONS(1510), - [anon_sym_PIPE_PIPE] = ACTIONS(1510), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1510), - [anon_sym_ATdeprecated] = ACTIONS(1510), - [anon_sym_ATload] = ACTIONS(1512), - [anon_sym_ATload_DASHsigs] = ACTIONS(1510), - [anon_sym_ATload_DASHplugin] = ACTIONS(1510), - [anon_sym_ATunload] = ACTIONS(1510), - [anon_sym_ATprefixes] = ACTIONS(1510), - [anon_sym_ATif] = ACTIONS(1512), - [anon_sym_ATifdef] = ACTIONS(1510), - [anon_sym_ATifndef] = ACTIONS(1510), - [anon_sym_ATendif] = ACTIONS(1510), - [anon_sym_ATelse] = ACTIONS(1510), - [anon_sym_ATpragma] = ACTIONS(1510), + [anon_sym_SEMI] = ACTIONS(1517), + [anon_sym_LBRACE] = ACTIONS(1517), + [anon_sym_RBRACE] = ACTIONS(1517), + [anon_sym_COLON] = ACTIONS(1517), + [anon_sym_PLUS_EQ] = ACTIONS(1517), + [anon_sym_DASH_EQ] = ACTIONS(1517), + [anon_sym_LPAREN] = ACTIONS(1517), + [anon_sym_RPAREN] = ACTIONS(1517), + [anon_sym_COMMA] = ACTIONS(1517), + [anon_sym_in] = ACTIONS(1517), + [anon_sym_LBRACK] = ACTIONS(1517), + [anon_sym_RBRACK] = ACTIONS(1517), + [anon_sym_EQ] = ACTIONS(1519), + [anon_sym_as] = ACTIONS(1517), + [anon_sym_AMPdeprecated] = ACTIONS(1517), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1517), + [anon_sym_AMPerror_handler] = ACTIONS(1517), + [anon_sym_AMPis_assigned] = ACTIONS(1517), + [anon_sym_AMPis_used] = ACTIONS(1517), + [anon_sym_AMPlog] = ACTIONS(1517), + [anon_sym_AMPoptional] = ACTIONS(1517), + [anon_sym_AMPordered] = ACTIONS(1517), + [anon_sym_AMPraw_output] = ACTIONS(1517), + [anon_sym_AMPredef] = ACTIONS(1517), + [anon_sym_AMPadd_func] = ACTIONS(1517), + [anon_sym_AMPbackend] = ACTIONS(1517), + [anon_sym_AMPbroker_store] = ACTIONS(1517), + [anon_sym_AMPcreate_expire] = ACTIONS(1517), + [anon_sym_AMPdefault] = ACTIONS(1517), + [anon_sym_AMPdelete_func] = ACTIONS(1517), + [anon_sym_AMPexpire_func] = ACTIONS(1517), + [anon_sym_AMPgroup] = ACTIONS(1517), + [anon_sym_AMPon_change] = ACTIONS(1517), + [anon_sym_AMPpriority] = ACTIONS(1517), + [anon_sym_AMPread_expire] = ACTIONS(1517), + [anon_sym_AMPtype_column] = ACTIONS(1517), + [anon_sym_AMPwrite_expire] = ACTIONS(1517), + [anon_sym_DOLLAR] = ACTIONS(1517), + [anon_sym_PIPE] = ACTIONS(1519), + [anon_sym_BANG] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1519), + [anon_sym_is] = ACTIONS(1517), + [anon_sym_STAR] = ACTIONS(1517), + [anon_sym_SLASH] = ACTIONS(1517), + [anon_sym_PERCENT] = ACTIONS(1517), + [anon_sym_LT] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1517), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1517), + [anon_sym_AMP] = ACTIONS(1519), + [anon_sym_CARET] = ACTIONS(1517), + [anon_sym_QMARK] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1517), + [anon_sym_BANG_EQ] = ACTIONS(1517), + [anon_sym_AMP_AMP] = ACTIONS(1517), + [anon_sym_PIPE_PIPE] = ACTIONS(1517), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1517), + [anon_sym_ATdeprecated] = ACTIONS(1517), + [anon_sym_ATload] = ACTIONS(1519), + [anon_sym_ATload_DASHsigs] = ACTIONS(1517), + [anon_sym_ATload_DASHplugin] = ACTIONS(1517), + [anon_sym_ATunload] = ACTIONS(1517), + [anon_sym_ATprefixes] = ACTIONS(1517), + [anon_sym_ATif] = ACTIONS(1519), + [anon_sym_ATifdef] = ACTIONS(1517), + [anon_sym_ATifndef] = ACTIONS(1517), + [anon_sym_ATendif] = ACTIONS(1517), + [anon_sym_ATelse] = ACTIONS(1517), + [anon_sym_ATpragma] = ACTIONS(1517), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -42161,76 +41395,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(321)] = { - [anon_sym_SEMI] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(544), - [anon_sym_RBRACE] = ACTIONS(544), - [anon_sym_PLUS_EQ] = ACTIONS(544), - [anon_sym_DASH_EQ] = ACTIONS(544), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_RPAREN] = ACTIONS(544), - [anon_sym_COMMA] = ACTIONS(544), - [anon_sym_in] = ACTIONS(544), - [anon_sym_LBRACK] = ACTIONS(544), - [anon_sym_RBRACK] = ACTIONS(544), - [anon_sym_EQ] = ACTIONS(546), - [anon_sym_as] = ACTIONS(544), - [anon_sym_of] = ACTIONS(1522), - [anon_sym_AMPdeprecated] = ACTIONS(544), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(544), - [anon_sym_AMPerror_handler] = ACTIONS(544), - [anon_sym_AMPis_assigned] = ACTIONS(544), - [anon_sym_AMPis_used] = ACTIONS(544), - [anon_sym_AMPlog] = ACTIONS(544), - [anon_sym_AMPoptional] = ACTIONS(544), - [anon_sym_AMPordered] = ACTIONS(544), - [anon_sym_AMPraw_output] = ACTIONS(544), - [anon_sym_AMPredef] = ACTIONS(544), - [anon_sym_AMPadd_func] = ACTIONS(544), - [anon_sym_AMPbackend] = ACTIONS(544), - [anon_sym_AMPbroker_store] = ACTIONS(544), - [anon_sym_AMPcreate_expire] = ACTIONS(544), - [anon_sym_AMPdefault] = ACTIONS(544), - [anon_sym_AMPdelete_func] = ACTIONS(544), - [anon_sym_AMPexpire_func] = ACTIONS(544), - [anon_sym_AMPgroup] = ACTIONS(544), - [anon_sym_AMPon_change] = ACTIONS(544), - [anon_sym_AMPpriority] = ACTIONS(544), - [anon_sym_AMPread_expire] = ACTIONS(544), - [anon_sym_AMPtype_column] = ACTIONS(544), - [anon_sym_AMPwrite_expire] = ACTIONS(544), - [anon_sym_DOLLAR] = ACTIONS(544), - [anon_sym_PIPE] = ACTIONS(546), - [anon_sym_BANG] = ACTIONS(546), - [anon_sym_DASH] = ACTIONS(546), - [anon_sym_PLUS] = ACTIONS(546), - [anon_sym_is] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_SLASH] = ACTIONS(544), - [anon_sym_PERCENT] = ACTIONS(544), - [anon_sym_LT] = ACTIONS(546), - [anon_sym_LT_EQ] = ACTIONS(544), - [anon_sym_GT] = ACTIONS(546), - [anon_sym_GT_EQ] = ACTIONS(544), - [anon_sym_AMP] = ACTIONS(546), - [anon_sym_CARET] = ACTIONS(544), - [anon_sym_QMARK] = ACTIONS(546), - [anon_sym_EQ_EQ] = ACTIONS(544), - [anon_sym_BANG_EQ] = ACTIONS(544), - [anon_sym_AMP_AMP] = ACTIONS(544), - [anon_sym_PIPE_PIPE] = ACTIONS(544), - [anon_sym_QMARK_DOLLAR] = ACTIONS(544), - [anon_sym_ATdeprecated] = ACTIONS(544), - [anon_sym_ATload] = ACTIONS(546), - [anon_sym_ATload_DASHsigs] = ACTIONS(544), - [anon_sym_ATload_DASHplugin] = ACTIONS(544), - [anon_sym_ATunload] = ACTIONS(544), - [anon_sym_ATprefixes] = ACTIONS(544), - [anon_sym_ATif] = ACTIONS(546), - [anon_sym_ATifdef] = ACTIONS(544), - [anon_sym_ATifndef] = ACTIONS(544), - [anon_sym_ATendif] = ACTIONS(544), - [anon_sym_ATelse] = ACTIONS(544), - [anon_sym_ATpragma] = ACTIONS(544), + [anon_sym_SEMI] = ACTIONS(549), + [anon_sym_LBRACE] = ACTIONS(549), + [anon_sym_RBRACE] = ACTIONS(549), + [anon_sym_PLUS_EQ] = ACTIONS(549), + [anon_sym_DASH_EQ] = ACTIONS(549), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_RPAREN] = ACTIONS(549), + [anon_sym_COMMA] = ACTIONS(549), + [anon_sym_in] = ACTIONS(549), + [anon_sym_LBRACK] = ACTIONS(549), + [anon_sym_RBRACK] = ACTIONS(549), + [anon_sym_EQ] = ACTIONS(551), + [anon_sym_as] = ACTIONS(549), + [anon_sym_of] = ACTIONS(1529), + [anon_sym_AMPdeprecated] = ACTIONS(549), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(549), + [anon_sym_AMPerror_handler] = ACTIONS(549), + [anon_sym_AMPis_assigned] = ACTIONS(549), + [anon_sym_AMPis_used] = ACTIONS(549), + [anon_sym_AMPlog] = ACTIONS(549), + [anon_sym_AMPoptional] = ACTIONS(549), + [anon_sym_AMPordered] = ACTIONS(549), + [anon_sym_AMPraw_output] = ACTIONS(549), + [anon_sym_AMPredef] = ACTIONS(549), + [anon_sym_AMPadd_func] = ACTIONS(549), + [anon_sym_AMPbackend] = ACTIONS(549), + [anon_sym_AMPbroker_store] = ACTIONS(549), + [anon_sym_AMPcreate_expire] = ACTIONS(549), + [anon_sym_AMPdefault] = ACTIONS(549), + [anon_sym_AMPdelete_func] = ACTIONS(549), + [anon_sym_AMPexpire_func] = ACTIONS(549), + [anon_sym_AMPgroup] = ACTIONS(549), + [anon_sym_AMPon_change] = ACTIONS(549), + [anon_sym_AMPpriority] = ACTIONS(549), + [anon_sym_AMPread_expire] = ACTIONS(549), + [anon_sym_AMPtype_column] = ACTIONS(549), + [anon_sym_AMPwrite_expire] = ACTIONS(549), + [anon_sym_DOLLAR] = ACTIONS(549), + [anon_sym_PIPE] = ACTIONS(551), + [anon_sym_BANG] = ACTIONS(551), + [anon_sym_DASH] = ACTIONS(551), + [anon_sym_PLUS] = ACTIONS(551), + [anon_sym_is] = ACTIONS(549), + [anon_sym_STAR] = ACTIONS(549), + [anon_sym_SLASH] = ACTIONS(549), + [anon_sym_PERCENT] = ACTIONS(549), + [anon_sym_LT] = ACTIONS(551), + [anon_sym_LT_EQ] = ACTIONS(549), + [anon_sym_GT] = ACTIONS(551), + [anon_sym_GT_EQ] = ACTIONS(549), + [anon_sym_AMP] = ACTIONS(551), + [anon_sym_CARET] = ACTIONS(549), + [anon_sym_QMARK] = ACTIONS(551), + [anon_sym_EQ_EQ] = ACTIONS(549), + [anon_sym_BANG_EQ] = ACTIONS(549), + [anon_sym_AMP_AMP] = ACTIONS(549), + [anon_sym_PIPE_PIPE] = ACTIONS(549), + [anon_sym_QMARK_DOLLAR] = ACTIONS(549), + [anon_sym_ATdeprecated] = ACTIONS(549), + [anon_sym_ATload] = ACTIONS(551), + [anon_sym_ATload_DASHsigs] = ACTIONS(549), + [anon_sym_ATload_DASHplugin] = ACTIONS(549), + [anon_sym_ATunload] = ACTIONS(549), + [anon_sym_ATprefixes] = ACTIONS(549), + [anon_sym_ATif] = ACTIONS(551), + [anon_sym_ATifdef] = ACTIONS(549), + [anon_sym_ATifndef] = ACTIONS(549), + [anon_sym_ATendif] = ACTIONS(549), + [anon_sym_ATelse] = ACTIONS(549), + [anon_sym_ATpragma] = ACTIONS(549), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -42238,76 +41472,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(322)] = { - [anon_sym_SEMI] = ACTIONS(113), - [anon_sym_LBRACE] = ACTIONS(113), - [anon_sym_RBRACE] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(113), - [anon_sym_PLUS_EQ] = ACTIONS(113), - [anon_sym_DASH_EQ] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_RPAREN] = ACTIONS(113), - [anon_sym_COMMA] = ACTIONS(113), - [anon_sym_in] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(113), - [anon_sym_RBRACK] = ACTIONS(113), - [anon_sym_EQ] = ACTIONS(115), - [anon_sym_as] = ACTIONS(113), - [anon_sym_AMPdeprecated] = ACTIONS(113), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(113), - [anon_sym_AMPerror_handler] = ACTIONS(113), - [anon_sym_AMPis_assigned] = ACTIONS(113), - [anon_sym_AMPis_used] = ACTIONS(113), - [anon_sym_AMPlog] = ACTIONS(113), - [anon_sym_AMPoptional] = ACTIONS(113), - [anon_sym_AMPordered] = ACTIONS(113), - [anon_sym_AMPraw_output] = ACTIONS(113), - [anon_sym_AMPredef] = ACTIONS(113), - [anon_sym_AMPadd_func] = ACTIONS(113), - [anon_sym_AMPbackend] = ACTIONS(113), - [anon_sym_AMPbroker_store] = ACTIONS(113), - [anon_sym_AMPcreate_expire] = ACTIONS(113), - [anon_sym_AMPdefault] = ACTIONS(113), - [anon_sym_AMPdelete_func] = ACTIONS(113), - [anon_sym_AMPexpire_func] = ACTIONS(113), - [anon_sym_AMPgroup] = ACTIONS(113), - [anon_sym_AMPon_change] = ACTIONS(113), - [anon_sym_AMPpriority] = ACTIONS(113), - [anon_sym_AMPread_expire] = ACTIONS(113), - [anon_sym_AMPtype_column] = ACTIONS(113), - [anon_sym_AMPwrite_expire] = ACTIONS(113), - [anon_sym_DOLLAR] = ACTIONS(113), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_BANG] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_is] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(113), - [anon_sym_SLASH] = ACTIONS(113), - [anon_sym_PERCENT] = ACTIONS(113), - [anon_sym_LT] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(113), - [anon_sym_AMP] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(113), - [anon_sym_QMARK] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(113), - [anon_sym_BANG_EQ] = ACTIONS(113), - [anon_sym_AMP_AMP] = ACTIONS(113), - [anon_sym_PIPE_PIPE] = ACTIONS(113), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), - [anon_sym_ATdeprecated] = ACTIONS(113), - [anon_sym_ATload] = ACTIONS(115), - [anon_sym_ATload_DASHsigs] = ACTIONS(113), - [anon_sym_ATload_DASHplugin] = ACTIONS(113), - [anon_sym_ATunload] = ACTIONS(113), - [anon_sym_ATprefixes] = ACTIONS(113), - [anon_sym_ATif] = ACTIONS(115), - [anon_sym_ATifdef] = ACTIONS(113), - [anon_sym_ATifndef] = ACTIONS(113), - [anon_sym_ATendif] = ACTIONS(113), - [anon_sym_ATelse] = ACTIONS(113), - [anon_sym_ATpragma] = ACTIONS(113), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_RBRACE] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(115), + [anon_sym_PLUS_EQ] = ACTIONS(115), + [anon_sym_DASH_EQ] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_RPAREN] = ACTIONS(115), + [anon_sym_COMMA] = ACTIONS(115), + [anon_sym_in] = ACTIONS(115), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_RBRACK] = ACTIONS(115), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_as] = ACTIONS(115), + [anon_sym_AMPdeprecated] = ACTIONS(115), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(115), + [anon_sym_AMPerror_handler] = ACTIONS(115), + [anon_sym_AMPis_assigned] = ACTIONS(115), + [anon_sym_AMPis_used] = ACTIONS(115), + [anon_sym_AMPlog] = ACTIONS(115), + [anon_sym_AMPoptional] = ACTIONS(115), + [anon_sym_AMPordered] = ACTIONS(115), + [anon_sym_AMPraw_output] = ACTIONS(115), + [anon_sym_AMPredef] = ACTIONS(115), + [anon_sym_AMPadd_func] = ACTIONS(115), + [anon_sym_AMPbackend] = ACTIONS(115), + [anon_sym_AMPbroker_store] = ACTIONS(115), + [anon_sym_AMPcreate_expire] = ACTIONS(115), + [anon_sym_AMPdefault] = ACTIONS(115), + [anon_sym_AMPdelete_func] = ACTIONS(115), + [anon_sym_AMPexpire_func] = ACTIONS(115), + [anon_sym_AMPgroup] = ACTIONS(115), + [anon_sym_AMPon_change] = ACTIONS(115), + [anon_sym_AMPpriority] = ACTIONS(115), + [anon_sym_AMPread_expire] = ACTIONS(115), + [anon_sym_AMPtype_column] = ACTIONS(115), + [anon_sym_AMPwrite_expire] = ACTIONS(115), + [anon_sym_DOLLAR] = ACTIONS(115), + [anon_sym_PIPE] = ACTIONS(117), + [anon_sym_BANG] = ACTIONS(117), + [anon_sym_DASH] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_is] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(115), + [anon_sym_SLASH] = ACTIONS(115), + [anon_sym_PERCENT] = ACTIONS(115), + [anon_sym_LT] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(115), + [anon_sym_GT] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(115), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(115), + [anon_sym_QMARK] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(115), + [anon_sym_BANG_EQ] = ACTIONS(115), + [anon_sym_AMP_AMP] = ACTIONS(115), + [anon_sym_PIPE_PIPE] = ACTIONS(115), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), + [anon_sym_ATdeprecated] = ACTIONS(115), + [anon_sym_ATload] = ACTIONS(117), + [anon_sym_ATload_DASHsigs] = ACTIONS(115), + [anon_sym_ATload_DASHplugin] = ACTIONS(115), + [anon_sym_ATunload] = ACTIONS(115), + [anon_sym_ATprefixes] = ACTIONS(115), + [anon_sym_ATif] = ACTIONS(117), + [anon_sym_ATifdef] = ACTIONS(115), + [anon_sym_ATifndef] = ACTIONS(115), + [anon_sym_ATendif] = ACTIONS(115), + [anon_sym_ATelse] = ACTIONS(115), + [anon_sym_ATpragma] = ACTIONS(115), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -42315,76 +41549,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(323)] = { - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(554), - [anon_sym_RBRACE] = ACTIONS(554), - [anon_sym_COLON] = ACTIONS(554), - [anon_sym_PLUS_EQ] = ACTIONS(554), - [anon_sym_DASH_EQ] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(554), - [anon_sym_RPAREN] = ACTIONS(554), - [anon_sym_COMMA] = ACTIONS(554), - [anon_sym_in] = ACTIONS(554), - [anon_sym_LBRACK] = ACTIONS(554), - [anon_sym_RBRACK] = ACTIONS(554), - [anon_sym_EQ] = ACTIONS(556), - [anon_sym_as] = ACTIONS(554), - [anon_sym_AMPdeprecated] = ACTIONS(554), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(554), - [anon_sym_AMPerror_handler] = ACTIONS(554), - [anon_sym_AMPis_assigned] = ACTIONS(554), - [anon_sym_AMPis_used] = ACTIONS(554), - [anon_sym_AMPlog] = ACTIONS(554), - [anon_sym_AMPoptional] = ACTIONS(554), - [anon_sym_AMPordered] = ACTIONS(554), - [anon_sym_AMPraw_output] = ACTIONS(554), - [anon_sym_AMPredef] = ACTIONS(554), - [anon_sym_AMPadd_func] = ACTIONS(554), - [anon_sym_AMPbackend] = ACTIONS(554), - [anon_sym_AMPbroker_store] = ACTIONS(554), - [anon_sym_AMPcreate_expire] = ACTIONS(554), - [anon_sym_AMPdefault] = ACTIONS(554), - [anon_sym_AMPdelete_func] = ACTIONS(554), - [anon_sym_AMPexpire_func] = ACTIONS(554), - [anon_sym_AMPgroup] = ACTIONS(554), - [anon_sym_AMPon_change] = ACTIONS(554), - [anon_sym_AMPpriority] = ACTIONS(554), - [anon_sym_AMPread_expire] = ACTIONS(554), - [anon_sym_AMPtype_column] = ACTIONS(554), - [anon_sym_AMPwrite_expire] = ACTIONS(554), - [anon_sym_DOLLAR] = ACTIONS(554), - [anon_sym_PIPE] = ACTIONS(556), - [anon_sym_BANG] = ACTIONS(556), - [anon_sym_DASH] = ACTIONS(556), - [anon_sym_PLUS] = ACTIONS(556), - [anon_sym_is] = ACTIONS(554), - [anon_sym_STAR] = ACTIONS(554), - [anon_sym_SLASH] = ACTIONS(554), - [anon_sym_PERCENT] = ACTIONS(554), - [anon_sym_LT] = ACTIONS(556), - [anon_sym_LT_EQ] = ACTIONS(554), - [anon_sym_GT] = ACTIONS(556), - [anon_sym_GT_EQ] = ACTIONS(554), - [anon_sym_AMP] = ACTIONS(556), - [anon_sym_CARET] = ACTIONS(554), - [anon_sym_QMARK] = ACTIONS(556), - [anon_sym_EQ_EQ] = ACTIONS(554), - [anon_sym_BANG_EQ] = ACTIONS(554), - [anon_sym_AMP_AMP] = ACTIONS(554), - [anon_sym_PIPE_PIPE] = ACTIONS(554), - [anon_sym_QMARK_DOLLAR] = ACTIONS(554), - [anon_sym_ATdeprecated] = ACTIONS(554), - [anon_sym_ATload] = ACTIONS(556), - [anon_sym_ATload_DASHsigs] = ACTIONS(554), - [anon_sym_ATload_DASHplugin] = ACTIONS(554), - [anon_sym_ATunload] = ACTIONS(554), - [anon_sym_ATprefixes] = ACTIONS(554), - [anon_sym_ATif] = ACTIONS(556), - [anon_sym_ATifdef] = ACTIONS(554), - [anon_sym_ATifndef] = ACTIONS(554), - [anon_sym_ATendif] = ACTIONS(554), - [anon_sym_ATelse] = ACTIONS(554), - [anon_sym_ATpragma] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(559), + [anon_sym_RBRACE] = ACTIONS(559), + [anon_sym_COLON] = ACTIONS(559), + [anon_sym_PLUS_EQ] = ACTIONS(559), + [anon_sym_DASH_EQ] = ACTIONS(559), + [anon_sym_LPAREN] = ACTIONS(559), + [anon_sym_RPAREN] = ACTIONS(559), + [anon_sym_COMMA] = ACTIONS(559), + [anon_sym_in] = ACTIONS(559), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_RBRACK] = ACTIONS(559), + [anon_sym_EQ] = ACTIONS(561), + [anon_sym_as] = ACTIONS(559), + [anon_sym_AMPdeprecated] = ACTIONS(559), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(559), + [anon_sym_AMPerror_handler] = ACTIONS(559), + [anon_sym_AMPis_assigned] = ACTIONS(559), + [anon_sym_AMPis_used] = ACTIONS(559), + [anon_sym_AMPlog] = ACTIONS(559), + [anon_sym_AMPoptional] = ACTIONS(559), + [anon_sym_AMPordered] = ACTIONS(559), + [anon_sym_AMPraw_output] = ACTIONS(559), + [anon_sym_AMPredef] = ACTIONS(559), + [anon_sym_AMPadd_func] = ACTIONS(559), + [anon_sym_AMPbackend] = ACTIONS(559), + [anon_sym_AMPbroker_store] = ACTIONS(559), + [anon_sym_AMPcreate_expire] = ACTIONS(559), + [anon_sym_AMPdefault] = ACTIONS(559), + [anon_sym_AMPdelete_func] = ACTIONS(559), + [anon_sym_AMPexpire_func] = ACTIONS(559), + [anon_sym_AMPgroup] = ACTIONS(559), + [anon_sym_AMPon_change] = ACTIONS(559), + [anon_sym_AMPpriority] = ACTIONS(559), + [anon_sym_AMPread_expire] = ACTIONS(559), + [anon_sym_AMPtype_column] = ACTIONS(559), + [anon_sym_AMPwrite_expire] = ACTIONS(559), + [anon_sym_DOLLAR] = ACTIONS(559), + [anon_sym_PIPE] = ACTIONS(561), + [anon_sym_BANG] = ACTIONS(561), + [anon_sym_DASH] = ACTIONS(561), + [anon_sym_PLUS] = ACTIONS(561), + [anon_sym_is] = ACTIONS(559), + [anon_sym_STAR] = ACTIONS(559), + [anon_sym_SLASH] = ACTIONS(559), + [anon_sym_PERCENT] = ACTIONS(559), + [anon_sym_LT] = ACTIONS(561), + [anon_sym_LT_EQ] = ACTIONS(559), + [anon_sym_GT] = ACTIONS(561), + [anon_sym_GT_EQ] = ACTIONS(559), + [anon_sym_AMP] = ACTIONS(561), + [anon_sym_CARET] = ACTIONS(559), + [anon_sym_QMARK] = ACTIONS(561), + [anon_sym_EQ_EQ] = ACTIONS(559), + [anon_sym_BANG_EQ] = ACTIONS(559), + [anon_sym_AMP_AMP] = ACTIONS(559), + [anon_sym_PIPE_PIPE] = ACTIONS(559), + [anon_sym_QMARK_DOLLAR] = ACTIONS(559), + [anon_sym_ATdeprecated] = ACTIONS(559), + [anon_sym_ATload] = ACTIONS(561), + [anon_sym_ATload_DASHsigs] = ACTIONS(559), + [anon_sym_ATload_DASHplugin] = ACTIONS(559), + [anon_sym_ATunload] = ACTIONS(559), + [anon_sym_ATprefixes] = ACTIONS(559), + [anon_sym_ATif] = ACTIONS(561), + [anon_sym_ATifdef] = ACTIONS(559), + [anon_sym_ATifndef] = ACTIONS(559), + [anon_sym_ATendif] = ACTIONS(559), + [anon_sym_ATelse] = ACTIONS(559), + [anon_sym_ATpragma] = ACTIONS(559), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -42392,76 +41626,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(324)] = { - [anon_sym_SEMI] = ACTIONS(1524), - [anon_sym_LBRACE] = ACTIONS(1524), - [anon_sym_RBRACE] = ACTIONS(1524), - [anon_sym_COLON] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LPAREN] = ACTIONS(1524), - [anon_sym_RPAREN] = ACTIONS(1524), - [anon_sym_COMMA] = ACTIONS(1524), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_LBRACK] = ACTIONS(1524), - [anon_sym_RBRACK] = ACTIONS(1524), - [anon_sym_EQ] = ACTIONS(1526), - [anon_sym_as] = ACTIONS(1524), - [anon_sym_AMPdeprecated] = ACTIONS(1524), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1524), - [anon_sym_AMPerror_handler] = ACTIONS(1524), - [anon_sym_AMPis_assigned] = ACTIONS(1524), - [anon_sym_AMPis_used] = ACTIONS(1524), - [anon_sym_AMPlog] = ACTIONS(1524), - [anon_sym_AMPoptional] = ACTIONS(1524), - [anon_sym_AMPordered] = ACTIONS(1524), - [anon_sym_AMPraw_output] = ACTIONS(1524), - [anon_sym_AMPredef] = ACTIONS(1524), - [anon_sym_AMPadd_func] = ACTIONS(1524), - [anon_sym_AMPbackend] = ACTIONS(1524), - [anon_sym_AMPbroker_store] = ACTIONS(1524), - [anon_sym_AMPcreate_expire] = ACTIONS(1524), - [anon_sym_AMPdefault] = ACTIONS(1524), - [anon_sym_AMPdelete_func] = ACTIONS(1524), - [anon_sym_AMPexpire_func] = ACTIONS(1524), - [anon_sym_AMPgroup] = ACTIONS(1524), - [anon_sym_AMPon_change] = ACTIONS(1524), - [anon_sym_AMPpriority] = ACTIONS(1524), - [anon_sym_AMPread_expire] = ACTIONS(1524), - [anon_sym_AMPtype_column] = ACTIONS(1524), - [anon_sym_AMPwrite_expire] = ACTIONS(1524), - [anon_sym_DOLLAR] = ACTIONS(1524), - [anon_sym_PIPE] = ACTIONS(1526), - [anon_sym_BANG] = ACTIONS(1526), - [anon_sym_DASH] = ACTIONS(1526), - [anon_sym_PLUS] = ACTIONS(1526), - [anon_sym_is] = ACTIONS(1524), - [anon_sym_STAR] = ACTIONS(1524), - [anon_sym_SLASH] = ACTIONS(1524), - [anon_sym_PERCENT] = ACTIONS(1524), - [anon_sym_LT] = ACTIONS(1526), - [anon_sym_LT_EQ] = ACTIONS(1524), - [anon_sym_GT] = ACTIONS(1526), - [anon_sym_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_CARET] = ACTIONS(1524), - [anon_sym_QMARK] = ACTIONS(1526), - [anon_sym_EQ_EQ] = ACTIONS(1524), - [anon_sym_BANG_EQ] = ACTIONS(1524), - [anon_sym_AMP_AMP] = ACTIONS(1524), - [anon_sym_PIPE_PIPE] = ACTIONS(1524), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1524), - [anon_sym_ATdeprecated] = ACTIONS(1524), - [anon_sym_ATload] = ACTIONS(1526), - [anon_sym_ATload_DASHsigs] = ACTIONS(1524), - [anon_sym_ATload_DASHplugin] = ACTIONS(1524), - [anon_sym_ATunload] = ACTIONS(1524), - [anon_sym_ATprefixes] = ACTIONS(1524), - [anon_sym_ATif] = ACTIONS(1526), - [anon_sym_ATifdef] = ACTIONS(1524), - [anon_sym_ATifndef] = ACTIONS(1524), - [anon_sym_ATendif] = ACTIONS(1524), - [anon_sym_ATelse] = ACTIONS(1524), - [anon_sym_ATpragma] = ACTIONS(1524), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(1531), + [anon_sym_RBRACE] = ACTIONS(1531), + [anon_sym_COLON] = ACTIONS(1531), + [anon_sym_PLUS_EQ] = ACTIONS(1531), + [anon_sym_DASH_EQ] = ACTIONS(1531), + [anon_sym_LPAREN] = ACTIONS(1531), + [anon_sym_RPAREN] = ACTIONS(1531), + [anon_sym_COMMA] = ACTIONS(1531), + [anon_sym_in] = ACTIONS(1531), + [anon_sym_LBRACK] = ACTIONS(1531), + [anon_sym_RBRACK] = ACTIONS(1531), + [anon_sym_EQ] = ACTIONS(1533), + [anon_sym_as] = ACTIONS(1531), + [anon_sym_AMPdeprecated] = ACTIONS(1531), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1531), + [anon_sym_AMPerror_handler] = ACTIONS(1531), + [anon_sym_AMPis_assigned] = ACTIONS(1531), + [anon_sym_AMPis_used] = ACTIONS(1531), + [anon_sym_AMPlog] = ACTIONS(1531), + [anon_sym_AMPoptional] = ACTIONS(1531), + [anon_sym_AMPordered] = ACTIONS(1531), + [anon_sym_AMPraw_output] = ACTIONS(1531), + [anon_sym_AMPredef] = ACTIONS(1531), + [anon_sym_AMPadd_func] = ACTIONS(1531), + [anon_sym_AMPbackend] = ACTIONS(1531), + [anon_sym_AMPbroker_store] = ACTIONS(1531), + [anon_sym_AMPcreate_expire] = ACTIONS(1531), + [anon_sym_AMPdefault] = ACTIONS(1531), + [anon_sym_AMPdelete_func] = ACTIONS(1531), + [anon_sym_AMPexpire_func] = ACTIONS(1531), + [anon_sym_AMPgroup] = ACTIONS(1531), + [anon_sym_AMPon_change] = ACTIONS(1531), + [anon_sym_AMPpriority] = ACTIONS(1531), + [anon_sym_AMPread_expire] = ACTIONS(1531), + [anon_sym_AMPtype_column] = ACTIONS(1531), + [anon_sym_AMPwrite_expire] = ACTIONS(1531), + [anon_sym_DOLLAR] = ACTIONS(1531), + [anon_sym_PIPE] = ACTIONS(1533), + [anon_sym_BANG] = ACTIONS(1533), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_is] = ACTIONS(1531), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_SLASH] = ACTIONS(1531), + [anon_sym_PERCENT] = ACTIONS(1531), + [anon_sym_LT] = ACTIONS(1533), + [anon_sym_LT_EQ] = ACTIONS(1531), + [anon_sym_GT] = ACTIONS(1533), + [anon_sym_GT_EQ] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_CARET] = ACTIONS(1531), + [anon_sym_QMARK] = ACTIONS(1533), + [anon_sym_EQ_EQ] = ACTIONS(1531), + [anon_sym_BANG_EQ] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1531), + [anon_sym_PIPE_PIPE] = ACTIONS(1531), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1531), + [anon_sym_ATdeprecated] = ACTIONS(1531), + [anon_sym_ATload] = ACTIONS(1533), + [anon_sym_ATload_DASHsigs] = ACTIONS(1531), + [anon_sym_ATload_DASHplugin] = ACTIONS(1531), + [anon_sym_ATunload] = ACTIONS(1531), + [anon_sym_ATprefixes] = ACTIONS(1531), + [anon_sym_ATif] = ACTIONS(1533), + [anon_sym_ATifdef] = ACTIONS(1531), + [anon_sym_ATifndef] = ACTIONS(1531), + [anon_sym_ATendif] = ACTIONS(1531), + [anon_sym_ATelse] = ACTIONS(1531), + [anon_sym_ATpragma] = ACTIONS(1531), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -42469,76 +41703,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(325)] = { - [anon_sym_SEMI] = ACTIONS(1528), - [anon_sym_LBRACE] = ACTIONS(1528), - [anon_sym_RBRACE] = ACTIONS(1528), - [anon_sym_COLON] = ACTIONS(1528), - [anon_sym_PLUS_EQ] = ACTIONS(1528), - [anon_sym_DASH_EQ] = ACTIONS(1528), - [anon_sym_LPAREN] = ACTIONS(1528), - [anon_sym_RPAREN] = ACTIONS(1528), - [anon_sym_COMMA] = ACTIONS(1528), - [anon_sym_in] = ACTIONS(1528), - [anon_sym_LBRACK] = ACTIONS(1528), - [anon_sym_RBRACK] = ACTIONS(1528), - [anon_sym_EQ] = ACTIONS(1530), - [anon_sym_as] = ACTIONS(1528), - [anon_sym_AMPdeprecated] = ACTIONS(1528), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1528), - [anon_sym_AMPerror_handler] = ACTIONS(1528), - [anon_sym_AMPis_assigned] = ACTIONS(1528), - [anon_sym_AMPis_used] = ACTIONS(1528), - [anon_sym_AMPlog] = ACTIONS(1528), - [anon_sym_AMPoptional] = ACTIONS(1528), - [anon_sym_AMPordered] = ACTIONS(1528), - [anon_sym_AMPraw_output] = ACTIONS(1528), - [anon_sym_AMPredef] = ACTIONS(1528), - [anon_sym_AMPadd_func] = ACTIONS(1528), - [anon_sym_AMPbackend] = ACTIONS(1528), - [anon_sym_AMPbroker_store] = ACTIONS(1528), - [anon_sym_AMPcreate_expire] = ACTIONS(1528), - [anon_sym_AMPdefault] = ACTIONS(1528), - [anon_sym_AMPdelete_func] = ACTIONS(1528), - [anon_sym_AMPexpire_func] = ACTIONS(1528), - [anon_sym_AMPgroup] = ACTIONS(1528), - [anon_sym_AMPon_change] = ACTIONS(1528), - [anon_sym_AMPpriority] = ACTIONS(1528), - [anon_sym_AMPread_expire] = ACTIONS(1528), - [anon_sym_AMPtype_column] = ACTIONS(1528), - [anon_sym_AMPwrite_expire] = ACTIONS(1528), - [anon_sym_DOLLAR] = ACTIONS(1528), - [anon_sym_PIPE] = ACTIONS(1530), - [anon_sym_BANG] = ACTIONS(1530), - [anon_sym_DASH] = ACTIONS(1530), - [anon_sym_PLUS] = ACTIONS(1530), - [anon_sym_is] = ACTIONS(1528), - [anon_sym_STAR] = ACTIONS(1528), - [anon_sym_SLASH] = ACTIONS(1528), - [anon_sym_PERCENT] = ACTIONS(1528), - [anon_sym_LT] = ACTIONS(1530), - [anon_sym_LT_EQ] = ACTIONS(1528), - [anon_sym_GT] = ACTIONS(1530), - [anon_sym_GT_EQ] = ACTIONS(1528), - [anon_sym_AMP] = ACTIONS(1530), - [anon_sym_CARET] = ACTIONS(1528), - [anon_sym_QMARK] = ACTIONS(1530), - [anon_sym_EQ_EQ] = ACTIONS(1528), - [anon_sym_BANG_EQ] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1528), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1528), - [anon_sym_ATdeprecated] = ACTIONS(1528), - [anon_sym_ATload] = ACTIONS(1530), - [anon_sym_ATload_DASHsigs] = ACTIONS(1528), - [anon_sym_ATload_DASHplugin] = ACTIONS(1528), - [anon_sym_ATunload] = ACTIONS(1528), - [anon_sym_ATprefixes] = ACTIONS(1528), - [anon_sym_ATif] = ACTIONS(1530), - [anon_sym_ATifdef] = ACTIONS(1528), - [anon_sym_ATifndef] = ACTIONS(1528), - [anon_sym_ATendif] = ACTIONS(1528), - [anon_sym_ATelse] = ACTIONS(1528), - [anon_sym_ATpragma] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), + [anon_sym_COLON] = ACTIONS(1535), + [anon_sym_PLUS_EQ] = ACTIONS(1535), + [anon_sym_DASH_EQ] = ACTIONS(1535), + [anon_sym_LPAREN] = ACTIONS(1535), + [anon_sym_RPAREN] = ACTIONS(1535), + [anon_sym_COMMA] = ACTIONS(1535), + [anon_sym_in] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1535), + [anon_sym_RBRACK] = ACTIONS(1535), + [anon_sym_EQ] = ACTIONS(1537), + [anon_sym_as] = ACTIONS(1535), + [anon_sym_AMPdeprecated] = ACTIONS(1535), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1535), + [anon_sym_AMPerror_handler] = ACTIONS(1535), + [anon_sym_AMPis_assigned] = ACTIONS(1535), + [anon_sym_AMPis_used] = ACTIONS(1535), + [anon_sym_AMPlog] = ACTIONS(1535), + [anon_sym_AMPoptional] = ACTIONS(1535), + [anon_sym_AMPordered] = ACTIONS(1535), + [anon_sym_AMPraw_output] = ACTIONS(1535), + [anon_sym_AMPredef] = ACTIONS(1535), + [anon_sym_AMPadd_func] = ACTIONS(1535), + [anon_sym_AMPbackend] = ACTIONS(1535), + [anon_sym_AMPbroker_store] = ACTIONS(1535), + [anon_sym_AMPcreate_expire] = ACTIONS(1535), + [anon_sym_AMPdefault] = ACTIONS(1535), + [anon_sym_AMPdelete_func] = ACTIONS(1535), + [anon_sym_AMPexpire_func] = ACTIONS(1535), + [anon_sym_AMPgroup] = ACTIONS(1535), + [anon_sym_AMPon_change] = ACTIONS(1535), + [anon_sym_AMPpriority] = ACTIONS(1535), + [anon_sym_AMPread_expire] = ACTIONS(1535), + [anon_sym_AMPtype_column] = ACTIONS(1535), + [anon_sym_AMPwrite_expire] = ACTIONS(1535), + [anon_sym_DOLLAR] = ACTIONS(1535), + [anon_sym_PIPE] = ACTIONS(1537), + [anon_sym_BANG] = ACTIONS(1537), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_is] = ACTIONS(1535), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_SLASH] = ACTIONS(1535), + [anon_sym_PERCENT] = ACTIONS(1535), + [anon_sym_LT] = ACTIONS(1537), + [anon_sym_LT_EQ] = ACTIONS(1535), + [anon_sym_GT] = ACTIONS(1537), + [anon_sym_GT_EQ] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1537), + [anon_sym_CARET] = ACTIONS(1535), + [anon_sym_QMARK] = ACTIONS(1537), + [anon_sym_EQ_EQ] = ACTIONS(1535), + [anon_sym_BANG_EQ] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1535), + [anon_sym_PIPE_PIPE] = ACTIONS(1535), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1535), + [anon_sym_ATdeprecated] = ACTIONS(1535), + [anon_sym_ATload] = ACTIONS(1537), + [anon_sym_ATload_DASHsigs] = ACTIONS(1535), + [anon_sym_ATload_DASHplugin] = ACTIONS(1535), + [anon_sym_ATunload] = ACTIONS(1535), + [anon_sym_ATprefixes] = ACTIONS(1535), + [anon_sym_ATif] = ACTIONS(1537), + [anon_sym_ATifdef] = ACTIONS(1535), + [anon_sym_ATifndef] = ACTIONS(1535), + [anon_sym_ATendif] = ACTIONS(1535), + [anon_sym_ATelse] = ACTIONS(1535), + [anon_sym_ATpragma] = ACTIONS(1535), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -42546,76 +41780,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(326)] = { - [anon_sym_SEMI] = ACTIONS(256), - [anon_sym_LBRACE] = ACTIONS(256), - [anon_sym_RBRACE] = ACTIONS(256), - [anon_sym_COLON] = ACTIONS(256), - [anon_sym_PLUS_EQ] = ACTIONS(256), - [anon_sym_DASH_EQ] = ACTIONS(256), - [anon_sym_LPAREN] = ACTIONS(256), - [anon_sym_RPAREN] = ACTIONS(256), - [anon_sym_COMMA] = ACTIONS(256), - [anon_sym_in] = ACTIONS(256), - [anon_sym_LBRACK] = ACTIONS(256), - [anon_sym_RBRACK] = ACTIONS(256), - [anon_sym_EQ] = ACTIONS(258), - [anon_sym_as] = ACTIONS(256), - [anon_sym_AMPdeprecated] = ACTIONS(256), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(256), - [anon_sym_AMPerror_handler] = ACTIONS(256), - [anon_sym_AMPis_assigned] = ACTIONS(256), - [anon_sym_AMPis_used] = ACTIONS(256), - [anon_sym_AMPlog] = ACTIONS(256), - [anon_sym_AMPoptional] = ACTIONS(256), - [anon_sym_AMPordered] = ACTIONS(256), - [anon_sym_AMPraw_output] = ACTIONS(256), - [anon_sym_AMPredef] = ACTIONS(256), - [anon_sym_AMPadd_func] = ACTIONS(256), - [anon_sym_AMPbackend] = ACTIONS(256), - [anon_sym_AMPbroker_store] = ACTIONS(256), - [anon_sym_AMPcreate_expire] = ACTIONS(256), - [anon_sym_AMPdefault] = ACTIONS(256), - [anon_sym_AMPdelete_func] = ACTIONS(256), - [anon_sym_AMPexpire_func] = ACTIONS(256), - [anon_sym_AMPgroup] = ACTIONS(256), - [anon_sym_AMPon_change] = ACTIONS(256), - [anon_sym_AMPpriority] = ACTIONS(256), - [anon_sym_AMPread_expire] = ACTIONS(256), - [anon_sym_AMPtype_column] = ACTIONS(256), - [anon_sym_AMPwrite_expire] = ACTIONS(256), - [anon_sym_DOLLAR] = ACTIONS(256), - [anon_sym_PIPE] = ACTIONS(258), - [anon_sym_BANG] = ACTIONS(258), - [anon_sym_DASH] = ACTIONS(258), - [anon_sym_PLUS] = ACTIONS(258), - [anon_sym_is] = ACTIONS(256), - [anon_sym_STAR] = ACTIONS(256), - [anon_sym_SLASH] = ACTIONS(256), - [anon_sym_PERCENT] = ACTIONS(256), - [anon_sym_LT] = ACTIONS(258), - [anon_sym_LT_EQ] = ACTIONS(256), - [anon_sym_GT] = ACTIONS(258), - [anon_sym_GT_EQ] = ACTIONS(256), - [anon_sym_AMP] = ACTIONS(258), - [anon_sym_CARET] = ACTIONS(256), - [anon_sym_QMARK] = ACTIONS(258), - [anon_sym_EQ_EQ] = ACTIONS(256), - [anon_sym_BANG_EQ] = ACTIONS(256), - [anon_sym_AMP_AMP] = ACTIONS(256), - [anon_sym_PIPE_PIPE] = ACTIONS(256), - [anon_sym_QMARK_DOLLAR] = ACTIONS(256), - [anon_sym_ATdeprecated] = ACTIONS(256), - [anon_sym_ATload] = ACTIONS(258), - [anon_sym_ATload_DASHsigs] = ACTIONS(256), - [anon_sym_ATload_DASHplugin] = ACTIONS(256), - [anon_sym_ATunload] = ACTIONS(256), - [anon_sym_ATprefixes] = ACTIONS(256), - [anon_sym_ATif] = ACTIONS(258), - [anon_sym_ATifdef] = ACTIONS(256), - [anon_sym_ATifndef] = ACTIONS(256), - [anon_sym_ATendif] = ACTIONS(256), - [anon_sym_ATelse] = ACTIONS(256), - [anon_sym_ATpragma] = ACTIONS(256), + [anon_sym_SEMI] = ACTIONS(258), + [anon_sym_LBRACE] = ACTIONS(258), + [anon_sym_RBRACE] = ACTIONS(258), + [anon_sym_COLON] = ACTIONS(258), + [anon_sym_PLUS_EQ] = ACTIONS(258), + [anon_sym_DASH_EQ] = ACTIONS(258), + [anon_sym_LPAREN] = ACTIONS(258), + [anon_sym_RPAREN] = ACTIONS(258), + [anon_sym_COMMA] = ACTIONS(258), + [anon_sym_in] = ACTIONS(258), + [anon_sym_LBRACK] = ACTIONS(258), + [anon_sym_RBRACK] = ACTIONS(258), + [anon_sym_EQ] = ACTIONS(260), + [anon_sym_as] = ACTIONS(258), + [anon_sym_AMPdeprecated] = ACTIONS(258), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(258), + [anon_sym_AMPerror_handler] = ACTIONS(258), + [anon_sym_AMPis_assigned] = ACTIONS(258), + [anon_sym_AMPis_used] = ACTIONS(258), + [anon_sym_AMPlog] = ACTIONS(258), + [anon_sym_AMPoptional] = ACTIONS(258), + [anon_sym_AMPordered] = ACTIONS(258), + [anon_sym_AMPraw_output] = ACTIONS(258), + [anon_sym_AMPredef] = ACTIONS(258), + [anon_sym_AMPadd_func] = ACTIONS(258), + [anon_sym_AMPbackend] = ACTIONS(258), + [anon_sym_AMPbroker_store] = ACTIONS(258), + [anon_sym_AMPcreate_expire] = ACTIONS(258), + [anon_sym_AMPdefault] = ACTIONS(258), + [anon_sym_AMPdelete_func] = ACTIONS(258), + [anon_sym_AMPexpire_func] = ACTIONS(258), + [anon_sym_AMPgroup] = ACTIONS(258), + [anon_sym_AMPon_change] = ACTIONS(258), + [anon_sym_AMPpriority] = ACTIONS(258), + [anon_sym_AMPread_expire] = ACTIONS(258), + [anon_sym_AMPtype_column] = ACTIONS(258), + [anon_sym_AMPwrite_expire] = ACTIONS(258), + [anon_sym_DOLLAR] = ACTIONS(258), + [anon_sym_PIPE] = ACTIONS(260), + [anon_sym_BANG] = ACTIONS(260), + [anon_sym_DASH] = ACTIONS(260), + [anon_sym_PLUS] = ACTIONS(260), + [anon_sym_is] = ACTIONS(258), + [anon_sym_STAR] = ACTIONS(258), + [anon_sym_SLASH] = ACTIONS(258), + [anon_sym_PERCENT] = ACTIONS(258), + [anon_sym_LT] = ACTIONS(260), + [anon_sym_LT_EQ] = ACTIONS(258), + [anon_sym_GT] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(258), + [anon_sym_AMP] = ACTIONS(260), + [anon_sym_CARET] = ACTIONS(258), + [anon_sym_QMARK] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(258), + [anon_sym_BANG_EQ] = ACTIONS(258), + [anon_sym_AMP_AMP] = ACTIONS(258), + [anon_sym_PIPE_PIPE] = ACTIONS(258), + [anon_sym_QMARK_DOLLAR] = ACTIONS(258), + [anon_sym_ATdeprecated] = ACTIONS(258), + [anon_sym_ATload] = ACTIONS(260), + [anon_sym_ATload_DASHsigs] = ACTIONS(258), + [anon_sym_ATload_DASHplugin] = ACTIONS(258), + [anon_sym_ATunload] = ACTIONS(258), + [anon_sym_ATprefixes] = ACTIONS(258), + [anon_sym_ATif] = ACTIONS(260), + [anon_sym_ATifdef] = ACTIONS(258), + [anon_sym_ATifndef] = ACTIONS(258), + [anon_sym_ATendif] = ACTIONS(258), + [anon_sym_ATelse] = ACTIONS(258), + [anon_sym_ATpragma] = ACTIONS(258), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -42623,76 +41857,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(327)] = { - [anon_sym_SEMI] = ACTIONS(564), - [anon_sym_LBRACE] = ACTIONS(564), - [anon_sym_RBRACE] = ACTIONS(564), - [anon_sym_COLON] = ACTIONS(564), - [anon_sym_PLUS_EQ] = ACTIONS(564), - [anon_sym_DASH_EQ] = ACTIONS(564), - [anon_sym_LPAREN] = ACTIONS(564), - [anon_sym_RPAREN] = ACTIONS(564), - [anon_sym_COMMA] = ACTIONS(564), - [anon_sym_in] = ACTIONS(564), - [anon_sym_LBRACK] = ACTIONS(564), - [anon_sym_RBRACK] = ACTIONS(564), - [anon_sym_EQ] = ACTIONS(566), - [anon_sym_as] = ACTIONS(564), - [anon_sym_AMPdeprecated] = ACTIONS(564), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(564), - [anon_sym_AMPerror_handler] = ACTIONS(564), - [anon_sym_AMPis_assigned] = ACTIONS(564), - [anon_sym_AMPis_used] = ACTIONS(564), - [anon_sym_AMPlog] = ACTIONS(564), - [anon_sym_AMPoptional] = ACTIONS(564), - [anon_sym_AMPordered] = ACTIONS(564), - [anon_sym_AMPraw_output] = ACTIONS(564), - [anon_sym_AMPredef] = ACTIONS(564), - [anon_sym_AMPadd_func] = ACTIONS(564), - [anon_sym_AMPbackend] = ACTIONS(564), - [anon_sym_AMPbroker_store] = ACTIONS(564), - [anon_sym_AMPcreate_expire] = ACTIONS(564), - [anon_sym_AMPdefault] = ACTIONS(564), - [anon_sym_AMPdelete_func] = ACTIONS(564), - [anon_sym_AMPexpire_func] = ACTIONS(564), - [anon_sym_AMPgroup] = ACTIONS(564), - [anon_sym_AMPon_change] = ACTIONS(564), - [anon_sym_AMPpriority] = ACTIONS(564), - [anon_sym_AMPread_expire] = ACTIONS(564), - [anon_sym_AMPtype_column] = ACTIONS(564), - [anon_sym_AMPwrite_expire] = ACTIONS(564), - [anon_sym_DOLLAR] = ACTIONS(564), - [anon_sym_PIPE] = ACTIONS(566), - [anon_sym_BANG] = ACTIONS(566), - [anon_sym_DASH] = ACTIONS(566), - [anon_sym_PLUS] = ACTIONS(566), - [anon_sym_is] = ACTIONS(564), - [anon_sym_STAR] = ACTIONS(564), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(564), - [anon_sym_LT] = ACTIONS(566), - [anon_sym_LT_EQ] = ACTIONS(564), - [anon_sym_GT] = ACTIONS(566), - [anon_sym_GT_EQ] = ACTIONS(564), - [anon_sym_AMP] = ACTIONS(566), - [anon_sym_CARET] = ACTIONS(564), - [anon_sym_QMARK] = ACTIONS(566), - [anon_sym_EQ_EQ] = ACTIONS(564), - [anon_sym_BANG_EQ] = ACTIONS(564), - [anon_sym_AMP_AMP] = ACTIONS(564), - [anon_sym_PIPE_PIPE] = ACTIONS(564), - [anon_sym_QMARK_DOLLAR] = ACTIONS(564), - [anon_sym_ATdeprecated] = ACTIONS(564), - [anon_sym_ATload] = ACTIONS(566), - [anon_sym_ATload_DASHsigs] = ACTIONS(564), - [anon_sym_ATload_DASHplugin] = ACTIONS(564), - [anon_sym_ATunload] = ACTIONS(564), - [anon_sym_ATprefixes] = ACTIONS(564), - [anon_sym_ATif] = ACTIONS(566), - [anon_sym_ATifdef] = ACTIONS(564), - [anon_sym_ATifndef] = ACTIONS(564), - [anon_sym_ATendif] = ACTIONS(564), - [anon_sym_ATelse] = ACTIONS(564), - [anon_sym_ATpragma] = ACTIONS(564), + [anon_sym_SEMI] = ACTIONS(569), + [anon_sym_LBRACE] = ACTIONS(569), + [anon_sym_RBRACE] = ACTIONS(569), + [anon_sym_COLON] = ACTIONS(569), + [anon_sym_PLUS_EQ] = ACTIONS(569), + [anon_sym_DASH_EQ] = ACTIONS(569), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_RPAREN] = ACTIONS(569), + [anon_sym_COMMA] = ACTIONS(569), + [anon_sym_in] = ACTIONS(569), + [anon_sym_LBRACK] = ACTIONS(569), + [anon_sym_RBRACK] = ACTIONS(569), + [anon_sym_EQ] = ACTIONS(571), + [anon_sym_as] = ACTIONS(569), + [anon_sym_AMPdeprecated] = ACTIONS(569), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(569), + [anon_sym_AMPerror_handler] = ACTIONS(569), + [anon_sym_AMPis_assigned] = ACTIONS(569), + [anon_sym_AMPis_used] = ACTIONS(569), + [anon_sym_AMPlog] = ACTIONS(569), + [anon_sym_AMPoptional] = ACTIONS(569), + [anon_sym_AMPordered] = ACTIONS(569), + [anon_sym_AMPraw_output] = ACTIONS(569), + [anon_sym_AMPredef] = ACTIONS(569), + [anon_sym_AMPadd_func] = ACTIONS(569), + [anon_sym_AMPbackend] = ACTIONS(569), + [anon_sym_AMPbroker_store] = ACTIONS(569), + [anon_sym_AMPcreate_expire] = ACTIONS(569), + [anon_sym_AMPdefault] = ACTIONS(569), + [anon_sym_AMPdelete_func] = ACTIONS(569), + [anon_sym_AMPexpire_func] = ACTIONS(569), + [anon_sym_AMPgroup] = ACTIONS(569), + [anon_sym_AMPon_change] = ACTIONS(569), + [anon_sym_AMPpriority] = ACTIONS(569), + [anon_sym_AMPread_expire] = ACTIONS(569), + [anon_sym_AMPtype_column] = ACTIONS(569), + [anon_sym_AMPwrite_expire] = ACTIONS(569), + [anon_sym_DOLLAR] = ACTIONS(569), + [anon_sym_PIPE] = ACTIONS(571), + [anon_sym_BANG] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_is] = ACTIONS(569), + [anon_sym_STAR] = ACTIONS(569), + [anon_sym_SLASH] = ACTIONS(569), + [anon_sym_PERCENT] = ACTIONS(569), + [anon_sym_LT] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(569), + [anon_sym_GT] = ACTIONS(571), + [anon_sym_GT_EQ] = ACTIONS(569), + [anon_sym_AMP] = ACTIONS(571), + [anon_sym_CARET] = ACTIONS(569), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_EQ_EQ] = ACTIONS(569), + [anon_sym_BANG_EQ] = ACTIONS(569), + [anon_sym_AMP_AMP] = ACTIONS(569), + [anon_sym_PIPE_PIPE] = ACTIONS(569), + [anon_sym_QMARK_DOLLAR] = ACTIONS(569), + [anon_sym_ATdeprecated] = ACTIONS(569), + [anon_sym_ATload] = ACTIONS(571), + [anon_sym_ATload_DASHsigs] = ACTIONS(569), + [anon_sym_ATload_DASHplugin] = ACTIONS(569), + [anon_sym_ATunload] = ACTIONS(569), + [anon_sym_ATprefixes] = ACTIONS(569), + [anon_sym_ATif] = ACTIONS(571), + [anon_sym_ATifdef] = ACTIONS(569), + [anon_sym_ATifndef] = ACTIONS(569), + [anon_sym_ATendif] = ACTIONS(569), + [anon_sym_ATelse] = ACTIONS(569), + [anon_sym_ATpragma] = ACTIONS(569), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -42700,76 +41934,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(328)] = { - [anon_sym_SEMI] = ACTIONS(1502), - [anon_sym_LBRACE] = ACTIONS(1502), - [anon_sym_RBRACE] = ACTIONS(1502), - [anon_sym_COLON] = ACTIONS(1502), - [anon_sym_PLUS_EQ] = ACTIONS(1502), - [anon_sym_DASH_EQ] = ACTIONS(1502), - [anon_sym_LPAREN] = ACTIONS(1502), - [anon_sym_RPAREN] = ACTIONS(1502), - [anon_sym_COMMA] = ACTIONS(1502), - [anon_sym_in] = ACTIONS(1502), - [anon_sym_LBRACK] = ACTIONS(1502), - [anon_sym_RBRACK] = ACTIONS(1502), - [anon_sym_EQ] = ACTIONS(1504), - [anon_sym_as] = ACTIONS(1502), - [anon_sym_AMPdeprecated] = ACTIONS(1502), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1502), - [anon_sym_AMPerror_handler] = ACTIONS(1502), - [anon_sym_AMPis_assigned] = ACTIONS(1502), - [anon_sym_AMPis_used] = ACTIONS(1502), - [anon_sym_AMPlog] = ACTIONS(1502), - [anon_sym_AMPoptional] = ACTIONS(1502), - [anon_sym_AMPordered] = ACTIONS(1502), - [anon_sym_AMPraw_output] = ACTIONS(1502), - [anon_sym_AMPredef] = ACTIONS(1502), - [anon_sym_AMPadd_func] = ACTIONS(1502), - [anon_sym_AMPbackend] = ACTIONS(1502), - [anon_sym_AMPbroker_store] = ACTIONS(1502), - [anon_sym_AMPcreate_expire] = ACTIONS(1502), - [anon_sym_AMPdefault] = ACTIONS(1502), - [anon_sym_AMPdelete_func] = ACTIONS(1502), - [anon_sym_AMPexpire_func] = ACTIONS(1502), - [anon_sym_AMPgroup] = ACTIONS(1502), - [anon_sym_AMPon_change] = ACTIONS(1502), - [anon_sym_AMPpriority] = ACTIONS(1502), - [anon_sym_AMPread_expire] = ACTIONS(1502), - [anon_sym_AMPtype_column] = ACTIONS(1502), - [anon_sym_AMPwrite_expire] = ACTIONS(1502), - [anon_sym_DOLLAR] = ACTIONS(1502), - [anon_sym_PIPE] = ACTIONS(1504), - [anon_sym_BANG] = ACTIONS(1504), - [anon_sym_DASH] = ACTIONS(1504), - [anon_sym_PLUS] = ACTIONS(1504), - [anon_sym_is] = ACTIONS(1502), - [anon_sym_STAR] = ACTIONS(1502), - [anon_sym_SLASH] = ACTIONS(1502), - [anon_sym_PERCENT] = ACTIONS(1502), - [anon_sym_LT] = ACTIONS(1504), - [anon_sym_LT_EQ] = ACTIONS(1502), - [anon_sym_GT] = ACTIONS(1504), - [anon_sym_GT_EQ] = ACTIONS(1502), - [anon_sym_AMP] = ACTIONS(1504), - [anon_sym_CARET] = ACTIONS(1502), - [anon_sym_QMARK] = ACTIONS(1504), - [anon_sym_EQ_EQ] = ACTIONS(1502), - [anon_sym_BANG_EQ] = ACTIONS(1502), - [anon_sym_AMP_AMP] = ACTIONS(1502), - [anon_sym_PIPE_PIPE] = ACTIONS(1502), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1502), - [anon_sym_ATdeprecated] = ACTIONS(1502), - [anon_sym_ATload] = ACTIONS(1504), - [anon_sym_ATload_DASHsigs] = ACTIONS(1502), - [anon_sym_ATload_DASHplugin] = ACTIONS(1502), - [anon_sym_ATunload] = ACTIONS(1502), - [anon_sym_ATprefixes] = ACTIONS(1502), - [anon_sym_ATif] = ACTIONS(1504), - [anon_sym_ATifdef] = ACTIONS(1502), - [anon_sym_ATifndef] = ACTIONS(1502), - [anon_sym_ATendif] = ACTIONS(1502), - [anon_sym_ATelse] = ACTIONS(1502), - [anon_sym_ATpragma] = ACTIONS(1502), + [anon_sym_SEMI] = ACTIONS(1509), + [anon_sym_LBRACE] = ACTIONS(1509), + [anon_sym_RBRACE] = ACTIONS(1509), + [anon_sym_COLON] = ACTIONS(1509), + [anon_sym_PLUS_EQ] = ACTIONS(1509), + [anon_sym_DASH_EQ] = ACTIONS(1509), + [anon_sym_LPAREN] = ACTIONS(1509), + [anon_sym_RPAREN] = ACTIONS(1509), + [anon_sym_COMMA] = ACTIONS(1509), + [anon_sym_in] = ACTIONS(1509), + [anon_sym_LBRACK] = ACTIONS(1509), + [anon_sym_RBRACK] = ACTIONS(1509), + [anon_sym_EQ] = ACTIONS(1511), + [anon_sym_as] = ACTIONS(1509), + [anon_sym_AMPdeprecated] = ACTIONS(1509), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1509), + [anon_sym_AMPerror_handler] = ACTIONS(1509), + [anon_sym_AMPis_assigned] = ACTIONS(1509), + [anon_sym_AMPis_used] = ACTIONS(1509), + [anon_sym_AMPlog] = ACTIONS(1509), + [anon_sym_AMPoptional] = ACTIONS(1509), + [anon_sym_AMPordered] = ACTIONS(1509), + [anon_sym_AMPraw_output] = ACTIONS(1509), + [anon_sym_AMPredef] = ACTIONS(1509), + [anon_sym_AMPadd_func] = ACTIONS(1509), + [anon_sym_AMPbackend] = ACTIONS(1509), + [anon_sym_AMPbroker_store] = ACTIONS(1509), + [anon_sym_AMPcreate_expire] = ACTIONS(1509), + [anon_sym_AMPdefault] = ACTIONS(1509), + [anon_sym_AMPdelete_func] = ACTIONS(1509), + [anon_sym_AMPexpire_func] = ACTIONS(1509), + [anon_sym_AMPgroup] = ACTIONS(1509), + [anon_sym_AMPon_change] = ACTIONS(1509), + [anon_sym_AMPpriority] = ACTIONS(1509), + [anon_sym_AMPread_expire] = ACTIONS(1509), + [anon_sym_AMPtype_column] = ACTIONS(1509), + [anon_sym_AMPwrite_expire] = ACTIONS(1509), + [anon_sym_DOLLAR] = ACTIONS(1509), + [anon_sym_PIPE] = ACTIONS(1511), + [anon_sym_BANG] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1511), + [anon_sym_PLUS] = ACTIONS(1511), + [anon_sym_is] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(1509), + [anon_sym_SLASH] = ACTIONS(1509), + [anon_sym_PERCENT] = ACTIONS(1509), + [anon_sym_LT] = ACTIONS(1511), + [anon_sym_LT_EQ] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1509), + [anon_sym_AMP] = ACTIONS(1511), + [anon_sym_CARET] = ACTIONS(1509), + [anon_sym_QMARK] = ACTIONS(1511), + [anon_sym_EQ_EQ] = ACTIONS(1509), + [anon_sym_BANG_EQ] = ACTIONS(1509), + [anon_sym_AMP_AMP] = ACTIONS(1509), + [anon_sym_PIPE_PIPE] = ACTIONS(1509), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1509), + [anon_sym_ATdeprecated] = ACTIONS(1509), + [anon_sym_ATload] = ACTIONS(1511), + [anon_sym_ATload_DASHsigs] = ACTIONS(1509), + [anon_sym_ATload_DASHplugin] = ACTIONS(1509), + [anon_sym_ATunload] = ACTIONS(1509), + [anon_sym_ATprefixes] = ACTIONS(1509), + [anon_sym_ATif] = ACTIONS(1511), + [anon_sym_ATifdef] = ACTIONS(1509), + [anon_sym_ATifndef] = ACTIONS(1509), + [anon_sym_ATendif] = ACTIONS(1509), + [anon_sym_ATelse] = ACTIONS(1509), + [anon_sym_ATpragma] = ACTIONS(1509), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -42777,76 +42011,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(329)] = { - [anon_sym_SEMI] = ACTIONS(113), - [anon_sym_LBRACE] = ACTIONS(113), - [anon_sym_RBRACE] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(113), - [anon_sym_PLUS_EQ] = ACTIONS(113), - [anon_sym_DASH_EQ] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_RPAREN] = ACTIONS(113), - [anon_sym_COMMA] = ACTIONS(113), - [anon_sym_in] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(113), - [anon_sym_RBRACK] = ACTIONS(113), - [anon_sym_EQ] = ACTIONS(115), - [anon_sym_as] = ACTIONS(113), - [anon_sym_AMPdeprecated] = ACTIONS(113), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(113), - [anon_sym_AMPerror_handler] = ACTIONS(113), - [anon_sym_AMPis_assigned] = ACTIONS(113), - [anon_sym_AMPis_used] = ACTIONS(113), - [anon_sym_AMPlog] = ACTIONS(113), - [anon_sym_AMPoptional] = ACTIONS(113), - [anon_sym_AMPordered] = ACTIONS(113), - [anon_sym_AMPraw_output] = ACTIONS(113), - [anon_sym_AMPredef] = ACTIONS(113), - [anon_sym_AMPadd_func] = ACTIONS(113), - [anon_sym_AMPbackend] = ACTIONS(113), - [anon_sym_AMPbroker_store] = ACTIONS(113), - [anon_sym_AMPcreate_expire] = ACTIONS(113), - [anon_sym_AMPdefault] = ACTIONS(113), - [anon_sym_AMPdelete_func] = ACTIONS(113), - [anon_sym_AMPexpire_func] = ACTIONS(113), - [anon_sym_AMPgroup] = ACTIONS(113), - [anon_sym_AMPon_change] = ACTIONS(113), - [anon_sym_AMPpriority] = ACTIONS(113), - [anon_sym_AMPread_expire] = ACTIONS(113), - [anon_sym_AMPtype_column] = ACTIONS(113), - [anon_sym_AMPwrite_expire] = ACTIONS(113), - [anon_sym_DOLLAR] = ACTIONS(113), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_BANG] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_is] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(113), - [anon_sym_SLASH] = ACTIONS(113), - [anon_sym_PERCENT] = ACTIONS(113), - [anon_sym_LT] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(113), - [anon_sym_AMP] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(113), - [anon_sym_QMARK] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(113), - [anon_sym_BANG_EQ] = ACTIONS(113), - [anon_sym_AMP_AMP] = ACTIONS(113), - [anon_sym_PIPE_PIPE] = ACTIONS(113), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), - [anon_sym_ATdeprecated] = ACTIONS(113), - [anon_sym_ATload] = ACTIONS(115), - [anon_sym_ATload_DASHsigs] = ACTIONS(113), - [anon_sym_ATload_DASHplugin] = ACTIONS(113), - [anon_sym_ATunload] = ACTIONS(113), - [anon_sym_ATprefixes] = ACTIONS(113), - [anon_sym_ATif] = ACTIONS(115), - [anon_sym_ATifdef] = ACTIONS(113), - [anon_sym_ATifndef] = ACTIONS(113), - [anon_sym_ATendif] = ACTIONS(113), - [anon_sym_ATelse] = ACTIONS(113), - [anon_sym_ATpragma] = ACTIONS(113), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_RBRACE] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(115), + [anon_sym_PLUS_EQ] = ACTIONS(115), + [anon_sym_DASH_EQ] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_RPAREN] = ACTIONS(115), + [anon_sym_COMMA] = ACTIONS(115), + [anon_sym_in] = ACTIONS(115), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_RBRACK] = ACTIONS(115), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_as] = ACTIONS(115), + [anon_sym_AMPdeprecated] = ACTIONS(115), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(115), + [anon_sym_AMPerror_handler] = ACTIONS(115), + [anon_sym_AMPis_assigned] = ACTIONS(115), + [anon_sym_AMPis_used] = ACTIONS(115), + [anon_sym_AMPlog] = ACTIONS(115), + [anon_sym_AMPoptional] = ACTIONS(115), + [anon_sym_AMPordered] = ACTIONS(115), + [anon_sym_AMPraw_output] = ACTIONS(115), + [anon_sym_AMPredef] = ACTIONS(115), + [anon_sym_AMPadd_func] = ACTIONS(115), + [anon_sym_AMPbackend] = ACTIONS(115), + [anon_sym_AMPbroker_store] = ACTIONS(115), + [anon_sym_AMPcreate_expire] = ACTIONS(115), + [anon_sym_AMPdefault] = ACTIONS(115), + [anon_sym_AMPdelete_func] = ACTIONS(115), + [anon_sym_AMPexpire_func] = ACTIONS(115), + [anon_sym_AMPgroup] = ACTIONS(115), + [anon_sym_AMPon_change] = ACTIONS(115), + [anon_sym_AMPpriority] = ACTIONS(115), + [anon_sym_AMPread_expire] = ACTIONS(115), + [anon_sym_AMPtype_column] = ACTIONS(115), + [anon_sym_AMPwrite_expire] = ACTIONS(115), + [anon_sym_DOLLAR] = ACTIONS(115), + [anon_sym_PIPE] = ACTIONS(117), + [anon_sym_BANG] = ACTIONS(117), + [anon_sym_DASH] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_is] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(115), + [anon_sym_SLASH] = ACTIONS(115), + [anon_sym_PERCENT] = ACTIONS(115), + [anon_sym_LT] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(115), + [anon_sym_GT] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(115), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(115), + [anon_sym_QMARK] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(115), + [anon_sym_BANG_EQ] = ACTIONS(115), + [anon_sym_AMP_AMP] = ACTIONS(115), + [anon_sym_PIPE_PIPE] = ACTIONS(115), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), + [anon_sym_ATdeprecated] = ACTIONS(115), + [anon_sym_ATload] = ACTIONS(117), + [anon_sym_ATload_DASHsigs] = ACTIONS(115), + [anon_sym_ATload_DASHplugin] = ACTIONS(115), + [anon_sym_ATunload] = ACTIONS(115), + [anon_sym_ATprefixes] = ACTIONS(115), + [anon_sym_ATif] = ACTIONS(117), + [anon_sym_ATifdef] = ACTIONS(115), + [anon_sym_ATifndef] = ACTIONS(115), + [anon_sym_ATendif] = ACTIONS(115), + [anon_sym_ATelse] = ACTIONS(115), + [anon_sym_ATpragma] = ACTIONS(115), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -42854,76 +42088,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(330)] = { - [anon_sym_SEMI] = ACTIONS(1532), - [anon_sym_LBRACE] = ACTIONS(1532), - [anon_sym_RBRACE] = ACTIONS(1532), - [anon_sym_COLON] = ACTIONS(1532), - [anon_sym_PLUS_EQ] = ACTIONS(1532), - [anon_sym_DASH_EQ] = ACTIONS(1532), - [anon_sym_LPAREN] = ACTIONS(1532), - [anon_sym_RPAREN] = ACTIONS(1532), - [anon_sym_COMMA] = ACTIONS(1532), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_LBRACK] = ACTIONS(1532), - [anon_sym_RBRACK] = ACTIONS(1532), - [anon_sym_EQ] = ACTIONS(1534), - [anon_sym_as] = ACTIONS(1532), - [anon_sym_AMPdeprecated] = ACTIONS(1532), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1532), - [anon_sym_AMPerror_handler] = ACTIONS(1532), - [anon_sym_AMPis_assigned] = ACTIONS(1532), - [anon_sym_AMPis_used] = ACTIONS(1532), - [anon_sym_AMPlog] = ACTIONS(1532), - [anon_sym_AMPoptional] = ACTIONS(1532), - [anon_sym_AMPordered] = ACTIONS(1532), - [anon_sym_AMPraw_output] = ACTIONS(1532), - [anon_sym_AMPredef] = ACTIONS(1532), - [anon_sym_AMPadd_func] = ACTIONS(1532), - [anon_sym_AMPbackend] = ACTIONS(1532), - [anon_sym_AMPbroker_store] = ACTIONS(1532), - [anon_sym_AMPcreate_expire] = ACTIONS(1532), - [anon_sym_AMPdefault] = ACTIONS(1532), - [anon_sym_AMPdelete_func] = ACTIONS(1532), - [anon_sym_AMPexpire_func] = ACTIONS(1532), - [anon_sym_AMPgroup] = ACTIONS(1532), - [anon_sym_AMPon_change] = ACTIONS(1532), - [anon_sym_AMPpriority] = ACTIONS(1532), - [anon_sym_AMPread_expire] = ACTIONS(1532), - [anon_sym_AMPtype_column] = ACTIONS(1532), - [anon_sym_AMPwrite_expire] = ACTIONS(1532), - [anon_sym_DOLLAR] = ACTIONS(1532), - [anon_sym_PIPE] = ACTIONS(1534), - [anon_sym_BANG] = ACTIONS(1534), - [anon_sym_DASH] = ACTIONS(1534), - [anon_sym_PLUS] = ACTIONS(1534), - [anon_sym_is] = ACTIONS(1532), - [anon_sym_STAR] = ACTIONS(1532), - [anon_sym_SLASH] = ACTIONS(1532), - [anon_sym_PERCENT] = ACTIONS(1532), - [anon_sym_LT] = ACTIONS(1534), - [anon_sym_LT_EQ] = ACTIONS(1532), - [anon_sym_GT] = ACTIONS(1534), - [anon_sym_GT_EQ] = ACTIONS(1532), - [anon_sym_AMP] = ACTIONS(1534), - [anon_sym_CARET] = ACTIONS(1532), - [anon_sym_QMARK] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1532), - [anon_sym_BANG_EQ] = ACTIONS(1532), - [anon_sym_AMP_AMP] = ACTIONS(1532), - [anon_sym_PIPE_PIPE] = ACTIONS(1532), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1532), - [anon_sym_ATdeprecated] = ACTIONS(1532), - [anon_sym_ATload] = ACTIONS(1534), - [anon_sym_ATload_DASHsigs] = ACTIONS(1532), - [anon_sym_ATload_DASHplugin] = ACTIONS(1532), - [anon_sym_ATunload] = ACTIONS(1532), - [anon_sym_ATprefixes] = ACTIONS(1532), - [anon_sym_ATif] = ACTIONS(1534), - [anon_sym_ATifdef] = ACTIONS(1532), - [anon_sym_ATifndef] = ACTIONS(1532), - [anon_sym_ATendif] = ACTIONS(1532), - [anon_sym_ATelse] = ACTIONS(1532), - [anon_sym_ATpragma] = ACTIONS(1532), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_RBRACE] = ACTIONS(1539), + [anon_sym_COLON] = ACTIONS(1539), + [anon_sym_PLUS_EQ] = ACTIONS(1539), + [anon_sym_DASH_EQ] = ACTIONS(1539), + [anon_sym_LPAREN] = ACTIONS(1539), + [anon_sym_RPAREN] = ACTIONS(1539), + [anon_sym_COMMA] = ACTIONS(1539), + [anon_sym_in] = ACTIONS(1539), + [anon_sym_LBRACK] = ACTIONS(1539), + [anon_sym_RBRACK] = ACTIONS(1539), + [anon_sym_EQ] = ACTIONS(1541), + [anon_sym_as] = ACTIONS(1539), + [anon_sym_AMPdeprecated] = ACTIONS(1539), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1539), + [anon_sym_AMPerror_handler] = ACTIONS(1539), + [anon_sym_AMPis_assigned] = ACTIONS(1539), + [anon_sym_AMPis_used] = ACTIONS(1539), + [anon_sym_AMPlog] = ACTIONS(1539), + [anon_sym_AMPoptional] = ACTIONS(1539), + [anon_sym_AMPordered] = ACTIONS(1539), + [anon_sym_AMPraw_output] = ACTIONS(1539), + [anon_sym_AMPredef] = ACTIONS(1539), + [anon_sym_AMPadd_func] = ACTIONS(1539), + [anon_sym_AMPbackend] = ACTIONS(1539), + [anon_sym_AMPbroker_store] = ACTIONS(1539), + [anon_sym_AMPcreate_expire] = ACTIONS(1539), + [anon_sym_AMPdefault] = ACTIONS(1539), + [anon_sym_AMPdelete_func] = ACTIONS(1539), + [anon_sym_AMPexpire_func] = ACTIONS(1539), + [anon_sym_AMPgroup] = ACTIONS(1539), + [anon_sym_AMPon_change] = ACTIONS(1539), + [anon_sym_AMPpriority] = ACTIONS(1539), + [anon_sym_AMPread_expire] = ACTIONS(1539), + [anon_sym_AMPtype_column] = ACTIONS(1539), + [anon_sym_AMPwrite_expire] = ACTIONS(1539), + [anon_sym_DOLLAR] = ACTIONS(1539), + [anon_sym_PIPE] = ACTIONS(1541), + [anon_sym_BANG] = ACTIONS(1541), + [anon_sym_DASH] = ACTIONS(1541), + [anon_sym_PLUS] = ACTIONS(1541), + [anon_sym_is] = ACTIONS(1539), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_SLASH] = ACTIONS(1539), + [anon_sym_PERCENT] = ACTIONS(1539), + [anon_sym_LT] = ACTIONS(1541), + [anon_sym_LT_EQ] = ACTIONS(1539), + [anon_sym_GT] = ACTIONS(1541), + [anon_sym_GT_EQ] = ACTIONS(1539), + [anon_sym_AMP] = ACTIONS(1541), + [anon_sym_CARET] = ACTIONS(1539), + [anon_sym_QMARK] = ACTIONS(1541), + [anon_sym_EQ_EQ] = ACTIONS(1539), + [anon_sym_BANG_EQ] = ACTIONS(1539), + [anon_sym_AMP_AMP] = ACTIONS(1539), + [anon_sym_PIPE_PIPE] = ACTIONS(1539), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1539), + [anon_sym_ATdeprecated] = ACTIONS(1539), + [anon_sym_ATload] = ACTIONS(1541), + [anon_sym_ATload_DASHsigs] = ACTIONS(1539), + [anon_sym_ATload_DASHplugin] = ACTIONS(1539), + [anon_sym_ATunload] = ACTIONS(1539), + [anon_sym_ATprefixes] = ACTIONS(1539), + [anon_sym_ATif] = ACTIONS(1541), + [anon_sym_ATifdef] = ACTIONS(1539), + [anon_sym_ATifndef] = ACTIONS(1539), + [anon_sym_ATendif] = ACTIONS(1539), + [anon_sym_ATelse] = ACTIONS(1539), + [anon_sym_ATpragma] = ACTIONS(1539), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -42931,76 +42165,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(331)] = { - [ts_builtin_sym_end] = ACTIONS(1536), - [anon_sym_module] = ACTIONS(1538), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_export] = ACTIONS(1538), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_global] = ACTIONS(1538), - [anon_sym_option] = ACTIONS(1538), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_redef] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_type] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [ts_builtin_sym_end] = ACTIONS(1543), + [anon_sym_module] = ACTIONS(1545), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_export] = ACTIONS(1545), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_global] = ACTIONS(1545), + [anon_sym_option] = ACTIONS(1545), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_redef] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_type] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_RPAREN] = ACTIONS(1547), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -43008,76 +42242,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(332)] = { - [anon_sym_SEMI] = ACTIONS(1498), - [anon_sym_LBRACE] = ACTIONS(1498), - [anon_sym_RBRACE] = ACTIONS(1498), - [anon_sym_COLON] = ACTIONS(1498), - [anon_sym_PLUS_EQ] = ACTIONS(1498), - [anon_sym_DASH_EQ] = ACTIONS(1498), - [anon_sym_LPAREN] = ACTIONS(1542), - [anon_sym_RPAREN] = ACTIONS(1498), - [anon_sym_COMMA] = ACTIONS(1498), - [anon_sym_in] = ACTIONS(1498), - [anon_sym_LBRACK] = ACTIONS(1498), - [anon_sym_RBRACK] = ACTIONS(1498), - [anon_sym_EQ] = ACTIONS(1500), - [anon_sym_as] = ACTIONS(1498), - [anon_sym_AMPdeprecated] = ACTIONS(1498), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1498), - [anon_sym_AMPerror_handler] = ACTIONS(1498), - [anon_sym_AMPis_assigned] = ACTIONS(1498), - [anon_sym_AMPis_used] = ACTIONS(1498), - [anon_sym_AMPlog] = ACTIONS(1498), - [anon_sym_AMPoptional] = ACTIONS(1498), - [anon_sym_AMPordered] = ACTIONS(1498), - [anon_sym_AMPraw_output] = ACTIONS(1498), - [anon_sym_AMPredef] = ACTIONS(1498), - [anon_sym_AMPadd_func] = ACTIONS(1498), - [anon_sym_AMPbackend] = ACTIONS(1498), - [anon_sym_AMPbroker_store] = ACTIONS(1498), - [anon_sym_AMPcreate_expire] = ACTIONS(1498), - [anon_sym_AMPdefault] = ACTIONS(1498), - [anon_sym_AMPdelete_func] = ACTIONS(1498), - [anon_sym_AMPexpire_func] = ACTIONS(1498), - [anon_sym_AMPgroup] = ACTIONS(1498), - [anon_sym_AMPon_change] = ACTIONS(1498), - [anon_sym_AMPpriority] = ACTIONS(1498), - [anon_sym_AMPread_expire] = ACTIONS(1498), - [anon_sym_AMPtype_column] = ACTIONS(1498), - [anon_sym_AMPwrite_expire] = ACTIONS(1498), - [anon_sym_DOLLAR] = ACTIONS(1498), - [anon_sym_PIPE] = ACTIONS(1500), - [anon_sym_BANG] = ACTIONS(1500), - [anon_sym_DASH] = ACTIONS(1500), - [anon_sym_PLUS] = ACTIONS(1500), - [anon_sym_is] = ACTIONS(1498), - [anon_sym_STAR] = ACTIONS(1498), - [anon_sym_SLASH] = ACTIONS(1498), - [anon_sym_PERCENT] = ACTIONS(1498), - [anon_sym_LT] = ACTIONS(1500), - [anon_sym_LT_EQ] = ACTIONS(1498), - [anon_sym_GT] = ACTIONS(1500), - [anon_sym_GT_EQ] = ACTIONS(1498), - [anon_sym_AMP] = ACTIONS(1500), - [anon_sym_CARET] = ACTIONS(1498), - [anon_sym_QMARK] = ACTIONS(1500), - [anon_sym_EQ_EQ] = ACTIONS(1498), - [anon_sym_BANG_EQ] = ACTIONS(1498), - [anon_sym_AMP_AMP] = ACTIONS(1498), - [anon_sym_PIPE_PIPE] = ACTIONS(1498), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1498), - [anon_sym_ATdeprecated] = ACTIONS(1498), - [anon_sym_ATload] = ACTIONS(1500), - [anon_sym_ATload_DASHsigs] = ACTIONS(1498), - [anon_sym_ATload_DASHplugin] = ACTIONS(1498), - [anon_sym_ATunload] = ACTIONS(1498), - [anon_sym_ATprefixes] = ACTIONS(1498), - [anon_sym_ATif] = ACTIONS(1500), - [anon_sym_ATifdef] = ACTIONS(1498), - [anon_sym_ATifndef] = ACTIONS(1498), - [anon_sym_ATendif] = ACTIONS(1498), - [anon_sym_ATelse] = ACTIONS(1498), - [anon_sym_ATpragma] = ACTIONS(1498), + [anon_sym_SEMI] = ACTIONS(1505), + [anon_sym_LBRACE] = ACTIONS(1505), + [anon_sym_RBRACE] = ACTIONS(1505), + [anon_sym_COLON] = ACTIONS(1505), + [anon_sym_PLUS_EQ] = ACTIONS(1505), + [anon_sym_DASH_EQ] = ACTIONS(1505), + [anon_sym_LPAREN] = ACTIONS(1549), + [anon_sym_RPAREN] = ACTIONS(1505), + [anon_sym_COMMA] = ACTIONS(1505), + [anon_sym_in] = ACTIONS(1505), + [anon_sym_LBRACK] = ACTIONS(1505), + [anon_sym_RBRACK] = ACTIONS(1505), + [anon_sym_EQ] = ACTIONS(1507), + [anon_sym_as] = ACTIONS(1505), + [anon_sym_AMPdeprecated] = ACTIONS(1505), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1505), + [anon_sym_AMPerror_handler] = ACTIONS(1505), + [anon_sym_AMPis_assigned] = ACTIONS(1505), + [anon_sym_AMPis_used] = ACTIONS(1505), + [anon_sym_AMPlog] = ACTIONS(1505), + [anon_sym_AMPoptional] = ACTIONS(1505), + [anon_sym_AMPordered] = ACTIONS(1505), + [anon_sym_AMPraw_output] = ACTIONS(1505), + [anon_sym_AMPredef] = ACTIONS(1505), + [anon_sym_AMPadd_func] = ACTIONS(1505), + [anon_sym_AMPbackend] = ACTIONS(1505), + [anon_sym_AMPbroker_store] = ACTIONS(1505), + [anon_sym_AMPcreate_expire] = ACTIONS(1505), + [anon_sym_AMPdefault] = ACTIONS(1505), + [anon_sym_AMPdelete_func] = ACTIONS(1505), + [anon_sym_AMPexpire_func] = ACTIONS(1505), + [anon_sym_AMPgroup] = ACTIONS(1505), + [anon_sym_AMPon_change] = ACTIONS(1505), + [anon_sym_AMPpriority] = ACTIONS(1505), + [anon_sym_AMPread_expire] = ACTIONS(1505), + [anon_sym_AMPtype_column] = ACTIONS(1505), + [anon_sym_AMPwrite_expire] = ACTIONS(1505), + [anon_sym_DOLLAR] = ACTIONS(1505), + [anon_sym_PIPE] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_is] = ACTIONS(1505), + [anon_sym_STAR] = ACTIONS(1505), + [anon_sym_SLASH] = ACTIONS(1505), + [anon_sym_PERCENT] = ACTIONS(1505), + [anon_sym_LT] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1505), + [anon_sym_GT] = ACTIONS(1507), + [anon_sym_GT_EQ] = ACTIONS(1505), + [anon_sym_AMP] = ACTIONS(1507), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_QMARK] = ACTIONS(1507), + [anon_sym_EQ_EQ] = ACTIONS(1505), + [anon_sym_BANG_EQ] = ACTIONS(1505), + [anon_sym_AMP_AMP] = ACTIONS(1505), + [anon_sym_PIPE_PIPE] = ACTIONS(1505), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1505), + [anon_sym_ATdeprecated] = ACTIONS(1505), + [anon_sym_ATload] = ACTIONS(1507), + [anon_sym_ATload_DASHsigs] = ACTIONS(1505), + [anon_sym_ATload_DASHplugin] = ACTIONS(1505), + [anon_sym_ATunload] = ACTIONS(1505), + [anon_sym_ATprefixes] = ACTIONS(1505), + [anon_sym_ATif] = ACTIONS(1507), + [anon_sym_ATifdef] = ACTIONS(1505), + [anon_sym_ATifndef] = ACTIONS(1505), + [anon_sym_ATendif] = ACTIONS(1505), + [anon_sym_ATelse] = ACTIONS(1505), + [anon_sym_ATpragma] = ACTIONS(1505), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -43085,76 +42319,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(333)] = { - [anon_sym_SEMI] = ACTIONS(338), - [anon_sym_LBRACE] = ACTIONS(338), - [anon_sym_RBRACE] = ACTIONS(338), - [anon_sym_COLON] = ACTIONS(338), - [anon_sym_PLUS_EQ] = ACTIONS(338), - [anon_sym_DASH_EQ] = ACTIONS(338), - [anon_sym_LPAREN] = ACTIONS(338), - [anon_sym_RPAREN] = ACTIONS(338), - [anon_sym_COMMA] = ACTIONS(338), - [anon_sym_in] = ACTIONS(338), - [anon_sym_LBRACK] = ACTIONS(338), - [anon_sym_RBRACK] = ACTIONS(338), - [anon_sym_EQ] = ACTIONS(340), - [anon_sym_as] = ACTIONS(338), - [anon_sym_AMPdeprecated] = ACTIONS(338), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(338), - [anon_sym_AMPerror_handler] = ACTIONS(338), - [anon_sym_AMPis_assigned] = ACTIONS(338), - [anon_sym_AMPis_used] = ACTIONS(338), - [anon_sym_AMPlog] = ACTIONS(338), - [anon_sym_AMPoptional] = ACTIONS(338), - [anon_sym_AMPordered] = ACTIONS(338), - [anon_sym_AMPraw_output] = ACTIONS(338), - [anon_sym_AMPredef] = ACTIONS(338), - [anon_sym_AMPadd_func] = ACTIONS(338), - [anon_sym_AMPbackend] = ACTIONS(338), - [anon_sym_AMPbroker_store] = ACTIONS(338), - [anon_sym_AMPcreate_expire] = ACTIONS(338), - [anon_sym_AMPdefault] = ACTIONS(338), - [anon_sym_AMPdelete_func] = ACTIONS(338), - [anon_sym_AMPexpire_func] = ACTIONS(338), - [anon_sym_AMPgroup] = ACTIONS(338), - [anon_sym_AMPon_change] = ACTIONS(338), - [anon_sym_AMPpriority] = ACTIONS(338), - [anon_sym_AMPread_expire] = ACTIONS(338), - [anon_sym_AMPtype_column] = ACTIONS(338), - [anon_sym_AMPwrite_expire] = ACTIONS(338), - [anon_sym_DOLLAR] = ACTIONS(338), - [anon_sym_PIPE] = ACTIONS(340), - [anon_sym_BANG] = ACTIONS(340), - [anon_sym_DASH] = ACTIONS(340), - [anon_sym_PLUS] = ACTIONS(340), - [anon_sym_is] = ACTIONS(338), - [anon_sym_STAR] = ACTIONS(338), - [anon_sym_SLASH] = ACTIONS(338), - [anon_sym_PERCENT] = ACTIONS(338), - [anon_sym_LT] = ACTIONS(340), - [anon_sym_LT_EQ] = ACTIONS(338), - [anon_sym_GT] = ACTIONS(340), - [anon_sym_GT_EQ] = ACTIONS(338), - [anon_sym_AMP] = ACTIONS(340), - [anon_sym_CARET] = ACTIONS(338), - [anon_sym_QMARK] = ACTIONS(340), - [anon_sym_EQ_EQ] = ACTIONS(338), - [anon_sym_BANG_EQ] = ACTIONS(338), - [anon_sym_AMP_AMP] = ACTIONS(338), - [anon_sym_PIPE_PIPE] = ACTIONS(338), - [anon_sym_QMARK_DOLLAR] = ACTIONS(338), - [anon_sym_ATdeprecated] = ACTIONS(338), - [anon_sym_ATload] = ACTIONS(340), - [anon_sym_ATload_DASHsigs] = ACTIONS(338), - [anon_sym_ATload_DASHplugin] = ACTIONS(338), - [anon_sym_ATunload] = ACTIONS(338), - [anon_sym_ATprefixes] = ACTIONS(338), - [anon_sym_ATif] = ACTIONS(340), - [anon_sym_ATifdef] = ACTIONS(338), - [anon_sym_ATifndef] = ACTIONS(338), - [anon_sym_ATendif] = ACTIONS(338), - [anon_sym_ATelse] = ACTIONS(338), - [anon_sym_ATpragma] = ACTIONS(338), + [anon_sym_SEMI] = ACTIONS(340), + [anon_sym_LBRACE] = ACTIONS(340), + [anon_sym_RBRACE] = ACTIONS(340), + [anon_sym_COLON] = ACTIONS(340), + [anon_sym_PLUS_EQ] = ACTIONS(340), + [anon_sym_DASH_EQ] = ACTIONS(340), + [anon_sym_LPAREN] = ACTIONS(340), + [anon_sym_RPAREN] = ACTIONS(340), + [anon_sym_COMMA] = ACTIONS(340), + [anon_sym_in] = ACTIONS(340), + [anon_sym_LBRACK] = ACTIONS(340), + [anon_sym_RBRACK] = ACTIONS(340), + [anon_sym_EQ] = ACTIONS(342), + [anon_sym_as] = ACTIONS(340), + [anon_sym_AMPdeprecated] = ACTIONS(340), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(340), + [anon_sym_AMPerror_handler] = ACTIONS(340), + [anon_sym_AMPis_assigned] = ACTIONS(340), + [anon_sym_AMPis_used] = ACTIONS(340), + [anon_sym_AMPlog] = ACTIONS(340), + [anon_sym_AMPoptional] = ACTIONS(340), + [anon_sym_AMPordered] = ACTIONS(340), + [anon_sym_AMPraw_output] = ACTIONS(340), + [anon_sym_AMPredef] = ACTIONS(340), + [anon_sym_AMPadd_func] = ACTIONS(340), + [anon_sym_AMPbackend] = ACTIONS(340), + [anon_sym_AMPbroker_store] = ACTIONS(340), + [anon_sym_AMPcreate_expire] = ACTIONS(340), + [anon_sym_AMPdefault] = ACTIONS(340), + [anon_sym_AMPdelete_func] = ACTIONS(340), + [anon_sym_AMPexpire_func] = ACTIONS(340), + [anon_sym_AMPgroup] = ACTIONS(340), + [anon_sym_AMPon_change] = ACTIONS(340), + [anon_sym_AMPpriority] = ACTIONS(340), + [anon_sym_AMPread_expire] = ACTIONS(340), + [anon_sym_AMPtype_column] = ACTIONS(340), + [anon_sym_AMPwrite_expire] = ACTIONS(340), + [anon_sym_DOLLAR] = ACTIONS(340), + [anon_sym_PIPE] = ACTIONS(342), + [anon_sym_BANG] = ACTIONS(342), + [anon_sym_DASH] = ACTIONS(342), + [anon_sym_PLUS] = ACTIONS(342), + [anon_sym_is] = ACTIONS(340), + [anon_sym_STAR] = ACTIONS(340), + [anon_sym_SLASH] = ACTIONS(340), + [anon_sym_PERCENT] = ACTIONS(340), + [anon_sym_LT] = ACTIONS(342), + [anon_sym_LT_EQ] = ACTIONS(340), + [anon_sym_GT] = ACTIONS(342), + [anon_sym_GT_EQ] = ACTIONS(340), + [anon_sym_AMP] = ACTIONS(342), + [anon_sym_CARET] = ACTIONS(340), + [anon_sym_QMARK] = ACTIONS(342), + [anon_sym_EQ_EQ] = ACTIONS(340), + [anon_sym_BANG_EQ] = ACTIONS(340), + [anon_sym_AMP_AMP] = ACTIONS(340), + [anon_sym_PIPE_PIPE] = ACTIONS(340), + [anon_sym_QMARK_DOLLAR] = ACTIONS(340), + [anon_sym_ATdeprecated] = ACTIONS(340), + [anon_sym_ATload] = ACTIONS(342), + [anon_sym_ATload_DASHsigs] = ACTIONS(340), + [anon_sym_ATload_DASHplugin] = ACTIONS(340), + [anon_sym_ATunload] = ACTIONS(340), + [anon_sym_ATprefixes] = ACTIONS(340), + [anon_sym_ATif] = ACTIONS(342), + [anon_sym_ATifdef] = ACTIONS(340), + [anon_sym_ATifndef] = ACTIONS(340), + [anon_sym_ATendif] = ACTIONS(340), + [anon_sym_ATelse] = ACTIONS(340), + [anon_sym_ATpragma] = ACTIONS(340), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -43162,76 +42396,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(334)] = { - [anon_sym_SEMI] = ACTIONS(568), - [anon_sym_LBRACE] = ACTIONS(568), - [anon_sym_RBRACE] = ACTIONS(568), - [anon_sym_COLON] = ACTIONS(568), - [anon_sym_PLUS_EQ] = ACTIONS(568), - [anon_sym_DASH_EQ] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(568), - [anon_sym_RPAREN] = ACTIONS(568), - [anon_sym_COMMA] = ACTIONS(568), - [anon_sym_in] = ACTIONS(568), - [anon_sym_LBRACK] = ACTIONS(568), - [anon_sym_RBRACK] = ACTIONS(568), - [anon_sym_EQ] = ACTIONS(570), - [anon_sym_as] = ACTIONS(568), - [anon_sym_AMPdeprecated] = ACTIONS(568), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(568), - [anon_sym_AMPerror_handler] = ACTIONS(568), - [anon_sym_AMPis_assigned] = ACTIONS(568), - [anon_sym_AMPis_used] = ACTIONS(568), - [anon_sym_AMPlog] = ACTIONS(568), - [anon_sym_AMPoptional] = ACTIONS(568), - [anon_sym_AMPordered] = ACTIONS(568), - [anon_sym_AMPraw_output] = ACTIONS(568), - [anon_sym_AMPredef] = ACTIONS(568), - [anon_sym_AMPadd_func] = ACTIONS(568), - [anon_sym_AMPbackend] = ACTIONS(568), - [anon_sym_AMPbroker_store] = ACTIONS(568), - [anon_sym_AMPcreate_expire] = ACTIONS(568), - [anon_sym_AMPdefault] = ACTIONS(568), - [anon_sym_AMPdelete_func] = ACTIONS(568), - [anon_sym_AMPexpire_func] = ACTIONS(568), - [anon_sym_AMPgroup] = ACTIONS(568), - [anon_sym_AMPon_change] = ACTIONS(568), - [anon_sym_AMPpriority] = ACTIONS(568), - [anon_sym_AMPread_expire] = ACTIONS(568), - [anon_sym_AMPtype_column] = ACTIONS(568), - [anon_sym_AMPwrite_expire] = ACTIONS(568), - [anon_sym_DOLLAR] = ACTIONS(568), - [anon_sym_PIPE] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_is] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(568), - [anon_sym_SLASH] = ACTIONS(568), - [anon_sym_PERCENT] = ACTIONS(568), - [anon_sym_LT] = ACTIONS(570), - [anon_sym_LT_EQ] = ACTIONS(568), - [anon_sym_GT] = ACTIONS(570), - [anon_sym_GT_EQ] = ACTIONS(568), - [anon_sym_AMP] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(570), - [anon_sym_EQ_EQ] = ACTIONS(568), - [anon_sym_BANG_EQ] = ACTIONS(568), - [anon_sym_AMP_AMP] = ACTIONS(568), - [anon_sym_PIPE_PIPE] = ACTIONS(568), - [anon_sym_QMARK_DOLLAR] = ACTIONS(568), - [anon_sym_ATdeprecated] = ACTIONS(568), - [anon_sym_ATload] = ACTIONS(570), - [anon_sym_ATload_DASHsigs] = ACTIONS(568), - [anon_sym_ATload_DASHplugin] = ACTIONS(568), - [anon_sym_ATunload] = ACTIONS(568), - [anon_sym_ATprefixes] = ACTIONS(568), - [anon_sym_ATif] = ACTIONS(570), - [anon_sym_ATifdef] = ACTIONS(568), - [anon_sym_ATifndef] = ACTIONS(568), - [anon_sym_ATendif] = ACTIONS(568), - [anon_sym_ATelse] = ACTIONS(568), - [anon_sym_ATpragma] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(573), + [anon_sym_LBRACE] = ACTIONS(573), + [anon_sym_RBRACE] = ACTIONS(573), + [anon_sym_COLON] = ACTIONS(573), + [anon_sym_PLUS_EQ] = ACTIONS(573), + [anon_sym_DASH_EQ] = ACTIONS(573), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_RPAREN] = ACTIONS(573), + [anon_sym_COMMA] = ACTIONS(573), + [anon_sym_in] = ACTIONS(573), + [anon_sym_LBRACK] = ACTIONS(573), + [anon_sym_RBRACK] = ACTIONS(573), + [anon_sym_EQ] = ACTIONS(575), + [anon_sym_as] = ACTIONS(573), + [anon_sym_AMPdeprecated] = ACTIONS(573), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(573), + [anon_sym_AMPerror_handler] = ACTIONS(573), + [anon_sym_AMPis_assigned] = ACTIONS(573), + [anon_sym_AMPis_used] = ACTIONS(573), + [anon_sym_AMPlog] = ACTIONS(573), + [anon_sym_AMPoptional] = ACTIONS(573), + [anon_sym_AMPordered] = ACTIONS(573), + [anon_sym_AMPraw_output] = ACTIONS(573), + [anon_sym_AMPredef] = ACTIONS(573), + [anon_sym_AMPadd_func] = ACTIONS(573), + [anon_sym_AMPbackend] = ACTIONS(573), + [anon_sym_AMPbroker_store] = ACTIONS(573), + [anon_sym_AMPcreate_expire] = ACTIONS(573), + [anon_sym_AMPdefault] = ACTIONS(573), + [anon_sym_AMPdelete_func] = ACTIONS(573), + [anon_sym_AMPexpire_func] = ACTIONS(573), + [anon_sym_AMPgroup] = ACTIONS(573), + [anon_sym_AMPon_change] = ACTIONS(573), + [anon_sym_AMPpriority] = ACTIONS(573), + [anon_sym_AMPread_expire] = ACTIONS(573), + [anon_sym_AMPtype_column] = ACTIONS(573), + [anon_sym_AMPwrite_expire] = ACTIONS(573), + [anon_sym_DOLLAR] = ACTIONS(573), + [anon_sym_PIPE] = ACTIONS(575), + [anon_sym_BANG] = ACTIONS(575), + [anon_sym_DASH] = ACTIONS(575), + [anon_sym_PLUS] = ACTIONS(575), + [anon_sym_is] = ACTIONS(573), + [anon_sym_STAR] = ACTIONS(573), + [anon_sym_SLASH] = ACTIONS(573), + [anon_sym_PERCENT] = ACTIONS(573), + [anon_sym_LT] = ACTIONS(575), + [anon_sym_LT_EQ] = ACTIONS(573), + [anon_sym_GT] = ACTIONS(575), + [anon_sym_GT_EQ] = ACTIONS(573), + [anon_sym_AMP] = ACTIONS(575), + [anon_sym_CARET] = ACTIONS(573), + [anon_sym_QMARK] = ACTIONS(575), + [anon_sym_EQ_EQ] = ACTIONS(573), + [anon_sym_BANG_EQ] = ACTIONS(573), + [anon_sym_AMP_AMP] = ACTIONS(573), + [anon_sym_PIPE_PIPE] = ACTIONS(573), + [anon_sym_QMARK_DOLLAR] = ACTIONS(573), + [anon_sym_ATdeprecated] = ACTIONS(573), + [anon_sym_ATload] = ACTIONS(575), + [anon_sym_ATload_DASHsigs] = ACTIONS(573), + [anon_sym_ATload_DASHplugin] = ACTIONS(573), + [anon_sym_ATunload] = ACTIONS(573), + [anon_sym_ATprefixes] = ACTIONS(573), + [anon_sym_ATif] = ACTIONS(575), + [anon_sym_ATifdef] = ACTIONS(573), + [anon_sym_ATifndef] = ACTIONS(573), + [anon_sym_ATendif] = ACTIONS(573), + [anon_sym_ATelse] = ACTIONS(573), + [anon_sym_ATpragma] = ACTIONS(573), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -43239,76 +42473,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(335)] = { - [anon_sym_SEMI] = ACTIONS(1482), - [anon_sym_LBRACE] = ACTIONS(1482), - [anon_sym_RBRACE] = ACTIONS(1482), - [anon_sym_COLON] = ACTIONS(1482), - [anon_sym_PLUS_EQ] = ACTIONS(1482), - [anon_sym_DASH_EQ] = ACTIONS(1482), - [anon_sym_LPAREN] = ACTIONS(1482), - [anon_sym_RPAREN] = ACTIONS(1482), - [anon_sym_COMMA] = ACTIONS(1482), - [anon_sym_in] = ACTIONS(1482), - [anon_sym_LBRACK] = ACTIONS(1482), - [anon_sym_RBRACK] = ACTIONS(1482), - [anon_sym_EQ] = ACTIONS(1484), - [anon_sym_as] = ACTIONS(1482), - [anon_sym_AMPdeprecated] = ACTIONS(1482), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1482), - [anon_sym_AMPerror_handler] = ACTIONS(1482), - [anon_sym_AMPis_assigned] = ACTIONS(1482), - [anon_sym_AMPis_used] = ACTIONS(1482), - [anon_sym_AMPlog] = ACTIONS(1482), - [anon_sym_AMPoptional] = ACTIONS(1482), - [anon_sym_AMPordered] = ACTIONS(1482), - [anon_sym_AMPraw_output] = ACTIONS(1482), - [anon_sym_AMPredef] = ACTIONS(1482), - [anon_sym_AMPadd_func] = ACTIONS(1482), - [anon_sym_AMPbackend] = ACTIONS(1482), - [anon_sym_AMPbroker_store] = ACTIONS(1482), - [anon_sym_AMPcreate_expire] = ACTIONS(1482), - [anon_sym_AMPdefault] = ACTIONS(1482), - [anon_sym_AMPdelete_func] = ACTIONS(1482), - [anon_sym_AMPexpire_func] = ACTIONS(1482), - [anon_sym_AMPgroup] = ACTIONS(1482), - [anon_sym_AMPon_change] = ACTIONS(1482), - [anon_sym_AMPpriority] = ACTIONS(1482), - [anon_sym_AMPread_expire] = ACTIONS(1482), - [anon_sym_AMPtype_column] = ACTIONS(1482), - [anon_sym_AMPwrite_expire] = ACTIONS(1482), - [anon_sym_DOLLAR] = ACTIONS(1482), - [anon_sym_PIPE] = ACTIONS(1484), - [anon_sym_BANG] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_is] = ACTIONS(1482), - [anon_sym_STAR] = ACTIONS(1482), - [anon_sym_SLASH] = ACTIONS(1482), - [anon_sym_PERCENT] = ACTIONS(1482), - [anon_sym_LT] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1482), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_GT_EQ] = ACTIONS(1482), - [anon_sym_AMP] = ACTIONS(1484), - [anon_sym_CARET] = ACTIONS(1482), - [anon_sym_QMARK] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1482), - [anon_sym_BANG_EQ] = ACTIONS(1482), - [anon_sym_AMP_AMP] = ACTIONS(1482), - [anon_sym_PIPE_PIPE] = ACTIONS(1482), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1482), - [anon_sym_ATdeprecated] = ACTIONS(1482), - [anon_sym_ATload] = ACTIONS(1484), - [anon_sym_ATload_DASHsigs] = ACTIONS(1482), - [anon_sym_ATload_DASHplugin] = ACTIONS(1482), - [anon_sym_ATunload] = ACTIONS(1482), - [anon_sym_ATprefixes] = ACTIONS(1482), - [anon_sym_ATif] = ACTIONS(1484), - [anon_sym_ATifdef] = ACTIONS(1482), - [anon_sym_ATifndef] = ACTIONS(1482), - [anon_sym_ATendif] = ACTIONS(1482), - [anon_sym_ATelse] = ACTIONS(1482), - [anon_sym_ATpragma] = ACTIONS(1482), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_RBRACE] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(1489), + [anon_sym_PLUS_EQ] = ACTIONS(1489), + [anon_sym_DASH_EQ] = ACTIONS(1489), + [anon_sym_LPAREN] = ACTIONS(1489), + [anon_sym_RPAREN] = ACTIONS(1489), + [anon_sym_COMMA] = ACTIONS(1489), + [anon_sym_in] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1489), + [anon_sym_RBRACK] = ACTIONS(1489), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_as] = ACTIONS(1489), + [anon_sym_AMPdeprecated] = ACTIONS(1489), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1489), + [anon_sym_AMPerror_handler] = ACTIONS(1489), + [anon_sym_AMPis_assigned] = ACTIONS(1489), + [anon_sym_AMPis_used] = ACTIONS(1489), + [anon_sym_AMPlog] = ACTIONS(1489), + [anon_sym_AMPoptional] = ACTIONS(1489), + [anon_sym_AMPordered] = ACTIONS(1489), + [anon_sym_AMPraw_output] = ACTIONS(1489), + [anon_sym_AMPredef] = ACTIONS(1489), + [anon_sym_AMPadd_func] = ACTIONS(1489), + [anon_sym_AMPbackend] = ACTIONS(1489), + [anon_sym_AMPbroker_store] = ACTIONS(1489), + [anon_sym_AMPcreate_expire] = ACTIONS(1489), + [anon_sym_AMPdefault] = ACTIONS(1489), + [anon_sym_AMPdelete_func] = ACTIONS(1489), + [anon_sym_AMPexpire_func] = ACTIONS(1489), + [anon_sym_AMPgroup] = ACTIONS(1489), + [anon_sym_AMPon_change] = ACTIONS(1489), + [anon_sym_AMPpriority] = ACTIONS(1489), + [anon_sym_AMPread_expire] = ACTIONS(1489), + [anon_sym_AMPtype_column] = ACTIONS(1489), + [anon_sym_AMPwrite_expire] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1489), + [anon_sym_PIPE] = ACTIONS(1491), + [anon_sym_BANG] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_is] = ACTIONS(1489), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_LT] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1489), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_GT_EQ] = ACTIONS(1489), + [anon_sym_AMP] = ACTIONS(1491), + [anon_sym_CARET] = ACTIONS(1489), + [anon_sym_QMARK] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1489), + [anon_sym_BANG_EQ] = ACTIONS(1489), + [anon_sym_AMP_AMP] = ACTIONS(1489), + [anon_sym_PIPE_PIPE] = ACTIONS(1489), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1489), + [anon_sym_ATdeprecated] = ACTIONS(1489), + [anon_sym_ATload] = ACTIONS(1491), + [anon_sym_ATload_DASHsigs] = ACTIONS(1489), + [anon_sym_ATload_DASHplugin] = ACTIONS(1489), + [anon_sym_ATunload] = ACTIONS(1489), + [anon_sym_ATprefixes] = ACTIONS(1489), + [anon_sym_ATif] = ACTIONS(1491), + [anon_sym_ATifdef] = ACTIONS(1489), + [anon_sym_ATifndef] = ACTIONS(1489), + [anon_sym_ATendif] = ACTIONS(1489), + [anon_sym_ATelse] = ACTIONS(1489), + [anon_sym_ATpragma] = ACTIONS(1489), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -43316,75 +42550,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(336)] = { - [ts_builtin_sym_end] = ACTIONS(1536), - [anon_sym_module] = ACTIONS(1538), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_export] = ACTIONS(1538), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_global] = ACTIONS(1538), - [anon_sym_option] = ACTIONS(1538), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_redef] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_type] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [ts_builtin_sym_end] = ACTIONS(1543), + [anon_sym_module] = ACTIONS(1545), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_export] = ACTIONS(1545), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_global] = ACTIONS(1545), + [anon_sym_option] = ACTIONS(1545), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_redef] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_type] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -43392,75 +42626,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(337)] = { - [ts_builtin_sym_end] = ACTIONS(1544), - [anon_sym_module] = ACTIONS(1546), - [anon_sym_SEMI] = ACTIONS(1544), - [anon_sym_export] = ACTIONS(1546), - [anon_sym_LBRACE] = ACTIONS(1544), - [anon_sym_global] = ACTIONS(1546), - [anon_sym_option] = ACTIONS(1546), - [anon_sym_const] = ACTIONS(1546), - [anon_sym_redef] = ACTIONS(1546), - [anon_sym_record] = ACTIONS(1546), - [anon_sym_type] = ACTIONS(1546), - [anon_sym_print] = ACTIONS(1546), - [anon_sym_event] = ACTIONS(1546), - [anon_sym_if] = ACTIONS(1546), - [anon_sym_LPAREN] = ACTIONS(1544), - [anon_sym_switch] = ACTIONS(1546), - [anon_sym_for] = ACTIONS(1546), - [anon_sym_LBRACK] = ACTIONS(1544), - [anon_sym_while] = ACTIONS(1546), - [anon_sym_next] = ACTIONS(1546), - [anon_sym_break] = ACTIONS(1546), - [anon_sym_fallthrough] = ACTIONS(1546), - [anon_sym_return] = ACTIONS(1546), - [anon_sym_add] = ACTIONS(1546), - [anon_sym_delete] = ACTIONS(1546), - [anon_sym_local] = ACTIONS(1546), - [anon_sym_when] = ACTIONS(1546), - [anon_sym_assert] = ACTIONS(1546), - [anon_sym_table] = ACTIONS(1546), - [anon_sym_set] = ACTIONS(1546), - [anon_sym_vector] = ACTIONS(1546), - [anon_sym_function] = ACTIONS(1546), - [anon_sym_hook] = ACTIONS(1546), - [anon_sym_DOLLAR] = ACTIONS(1544), - [anon_sym_PIPE] = ACTIONS(1544), - [anon_sym_PLUS_PLUS] = ACTIONS(1544), - [anon_sym_DASH_DASH] = ACTIONS(1544), - [anon_sym_BANG] = ACTIONS(1544), - [anon_sym_TILDE] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1546), - [anon_sym_PLUS] = ACTIONS(1546), - [anon_sym_copy] = ACTIONS(1546), - [anon_sym_schedule] = ACTIONS(1546), - [aux_sym_constant_token1] = ACTIONS(1546), - [anon_sym_T] = ACTIONS(1546), - [anon_sym_F] = ACTIONS(1546), - [anon_sym_ATdeprecated] = ACTIONS(1544), - [anon_sym_ATload] = ACTIONS(1546), - [anon_sym_ATload_DASHsigs] = ACTIONS(1544), - [anon_sym_ATload_DASHplugin] = ACTIONS(1544), - [anon_sym_ATunload] = ACTIONS(1544), - [anon_sym_ATprefixes] = ACTIONS(1544), - [anon_sym_ATif] = ACTIONS(1546), - [anon_sym_ATifdef] = ACTIONS(1544), - [anon_sym_ATifndef] = ACTIONS(1544), - [anon_sym_ATendif] = ACTIONS(1544), - [anon_sym_ATelse] = ACTIONS(1544), - [anon_sym_ATpragma] = ACTIONS(1544), - [anon_sym_ATDIR] = ACTIONS(1544), - [anon_sym_ATFILENAME] = ACTIONS(1544), - [sym_id] = ACTIONS(1546), - [sym_pattern] = ACTIONS(1544), - [sym_ipv6] = ACTIONS(1546), - [sym_ipv4] = ACTIONS(1546), - [sym_port] = ACTIONS(1544), - [sym_floatp] = ACTIONS(1546), - [sym_hex] = ACTIONS(1546), - [sym_hostname] = ACTIONS(1546), - [aux_sym_string_token1] = ACTIONS(1544), + [ts_builtin_sym_end] = ACTIONS(1551), + [anon_sym_module] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1551), + [anon_sym_export] = ACTIONS(1553), + [anon_sym_LBRACE] = ACTIONS(1551), + [anon_sym_global] = ACTIONS(1553), + [anon_sym_option] = ACTIONS(1553), + [anon_sym_const] = ACTIONS(1553), + [anon_sym_redef] = ACTIONS(1553), + [anon_sym_record] = ACTIONS(1553), + [anon_sym_type] = ACTIONS(1553), + [anon_sym_print] = ACTIONS(1553), + [anon_sym_event] = ACTIONS(1553), + [anon_sym_if] = ACTIONS(1553), + [anon_sym_LPAREN] = ACTIONS(1551), + [anon_sym_switch] = ACTIONS(1553), + [anon_sym_for] = ACTIONS(1553), + [anon_sym_LBRACK] = ACTIONS(1553), + [anon_sym_while] = ACTIONS(1553), + [anon_sym_next] = ACTIONS(1553), + [anon_sym_break] = ACTIONS(1553), + [anon_sym_fallthrough] = ACTIONS(1553), + [anon_sym_return] = ACTIONS(1553), + [anon_sym_add] = ACTIONS(1553), + [anon_sym_delete] = ACTIONS(1553), + [anon_sym_local] = ACTIONS(1553), + [anon_sym_when] = ACTIONS(1553), + [anon_sym_assert] = ACTIONS(1553), + [anon_sym_table] = ACTIONS(1553), + [anon_sym_set] = ACTIONS(1553), + [anon_sym_vector] = ACTIONS(1553), + [anon_sym_function] = ACTIONS(1553), + [anon_sym_hook] = ACTIONS(1553), + [anon_sym_DOLLAR] = ACTIONS(1551), + [anon_sym_PIPE] = ACTIONS(1551), + [anon_sym_PLUS_PLUS] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1551), + [anon_sym_BANG] = ACTIONS(1551), + [anon_sym_TILDE] = ACTIONS(1551), + [anon_sym_DASH] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1553), + [anon_sym_copy] = ACTIONS(1553), + [anon_sym_schedule] = ACTIONS(1553), + [aux_sym_constant_token1] = ACTIONS(1553), + [anon_sym_T] = ACTIONS(1553), + [anon_sym_F] = ACTIONS(1553), + [anon_sym_ATdeprecated] = ACTIONS(1551), + [anon_sym_ATload] = ACTIONS(1553), + [anon_sym_ATload_DASHsigs] = ACTIONS(1551), + [anon_sym_ATload_DASHplugin] = ACTIONS(1551), + [anon_sym_ATunload] = ACTIONS(1551), + [anon_sym_ATprefixes] = ACTIONS(1551), + [anon_sym_ATif] = ACTIONS(1553), + [anon_sym_ATifdef] = ACTIONS(1551), + [anon_sym_ATifndef] = ACTIONS(1551), + [anon_sym_ATendif] = ACTIONS(1551), + [anon_sym_ATelse] = ACTIONS(1551), + [anon_sym_ATpragma] = ACTIONS(1551), + [anon_sym_ATDIR] = ACTIONS(1551), + [anon_sym_ATFILENAME] = ACTIONS(1551), + [sym_id] = ACTIONS(1553), + [sym_pattern] = ACTIONS(1551), + [sym_ipv6] = ACTIONS(1551), + [sym_ipv4] = ACTIONS(1553), + [sym_port] = ACTIONS(1551), + [sym_floatp] = ACTIONS(1553), + [sym_hex] = ACTIONS(1553), + [sym_hostname] = ACTIONS(1553), + [aux_sym_string_token1] = ACTIONS(1551), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -43468,75 +42702,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(338)] = { - [ts_builtin_sym_end] = ACTIONS(1548), - [anon_sym_module] = ACTIONS(1550), - [anon_sym_SEMI] = ACTIONS(1548), - [anon_sym_export] = ACTIONS(1550), - [anon_sym_LBRACE] = ACTIONS(1548), - [anon_sym_global] = ACTIONS(1550), - [anon_sym_option] = ACTIONS(1550), - [anon_sym_const] = ACTIONS(1550), - [anon_sym_redef] = ACTIONS(1550), - [anon_sym_record] = ACTIONS(1550), - [anon_sym_type] = ACTIONS(1550), - [anon_sym_print] = ACTIONS(1550), - [anon_sym_event] = ACTIONS(1550), - [anon_sym_if] = ACTIONS(1550), - [anon_sym_LPAREN] = ACTIONS(1548), - [anon_sym_switch] = ACTIONS(1550), - [anon_sym_for] = ACTIONS(1550), - [anon_sym_LBRACK] = ACTIONS(1548), - [anon_sym_while] = ACTIONS(1550), - [anon_sym_next] = ACTIONS(1550), - [anon_sym_break] = ACTIONS(1550), - [anon_sym_fallthrough] = ACTIONS(1550), - [anon_sym_return] = ACTIONS(1550), - [anon_sym_add] = ACTIONS(1550), - [anon_sym_delete] = ACTIONS(1550), - [anon_sym_local] = ACTIONS(1550), - [anon_sym_when] = ACTIONS(1550), - [anon_sym_assert] = ACTIONS(1550), - [anon_sym_table] = ACTIONS(1550), - [anon_sym_set] = ACTIONS(1550), - [anon_sym_vector] = ACTIONS(1550), - [anon_sym_function] = ACTIONS(1550), - [anon_sym_hook] = ACTIONS(1550), - [anon_sym_DOLLAR] = ACTIONS(1548), - [anon_sym_PIPE] = ACTIONS(1548), - [anon_sym_PLUS_PLUS] = ACTIONS(1548), - [anon_sym_DASH_DASH] = ACTIONS(1548), - [anon_sym_BANG] = ACTIONS(1548), - [anon_sym_TILDE] = ACTIONS(1548), - [anon_sym_DASH] = ACTIONS(1550), - [anon_sym_PLUS] = ACTIONS(1550), - [anon_sym_copy] = ACTIONS(1550), - [anon_sym_schedule] = ACTIONS(1550), - [aux_sym_constant_token1] = ACTIONS(1550), - [anon_sym_T] = ACTIONS(1550), - [anon_sym_F] = ACTIONS(1550), - [anon_sym_ATdeprecated] = ACTIONS(1548), - [anon_sym_ATload] = ACTIONS(1550), - [anon_sym_ATload_DASHsigs] = ACTIONS(1548), - [anon_sym_ATload_DASHplugin] = ACTIONS(1548), - [anon_sym_ATunload] = ACTIONS(1548), - [anon_sym_ATprefixes] = ACTIONS(1548), - [anon_sym_ATif] = ACTIONS(1550), - [anon_sym_ATifdef] = ACTIONS(1548), - [anon_sym_ATifndef] = ACTIONS(1548), - [anon_sym_ATendif] = ACTIONS(1548), - [anon_sym_ATelse] = ACTIONS(1548), - [anon_sym_ATpragma] = ACTIONS(1548), - [anon_sym_ATDIR] = ACTIONS(1548), - [anon_sym_ATFILENAME] = ACTIONS(1548), - [sym_id] = ACTIONS(1550), - [sym_pattern] = ACTIONS(1548), - [sym_ipv6] = ACTIONS(1550), - [sym_ipv4] = ACTIONS(1550), - [sym_port] = ACTIONS(1548), - [sym_floatp] = ACTIONS(1550), - [sym_hex] = ACTIONS(1550), - [sym_hostname] = ACTIONS(1550), - [aux_sym_string_token1] = ACTIONS(1548), + [ts_builtin_sym_end] = ACTIONS(1555), + [anon_sym_module] = ACTIONS(1557), + [anon_sym_SEMI] = ACTIONS(1555), + [anon_sym_export] = ACTIONS(1557), + [anon_sym_LBRACE] = ACTIONS(1555), + [anon_sym_global] = ACTIONS(1557), + [anon_sym_option] = ACTIONS(1557), + [anon_sym_const] = ACTIONS(1557), + [anon_sym_redef] = ACTIONS(1557), + [anon_sym_record] = ACTIONS(1557), + [anon_sym_type] = ACTIONS(1557), + [anon_sym_print] = ACTIONS(1557), + [anon_sym_event] = ACTIONS(1557), + [anon_sym_if] = ACTIONS(1557), + [anon_sym_LPAREN] = ACTIONS(1555), + [anon_sym_switch] = ACTIONS(1557), + [anon_sym_for] = ACTIONS(1557), + [anon_sym_LBRACK] = ACTIONS(1557), + [anon_sym_while] = ACTIONS(1557), + [anon_sym_next] = ACTIONS(1557), + [anon_sym_break] = ACTIONS(1557), + [anon_sym_fallthrough] = ACTIONS(1557), + [anon_sym_return] = ACTIONS(1557), + [anon_sym_add] = ACTIONS(1557), + [anon_sym_delete] = ACTIONS(1557), + [anon_sym_local] = ACTIONS(1557), + [anon_sym_when] = ACTIONS(1557), + [anon_sym_assert] = ACTIONS(1557), + [anon_sym_table] = ACTIONS(1557), + [anon_sym_set] = ACTIONS(1557), + [anon_sym_vector] = ACTIONS(1557), + [anon_sym_function] = ACTIONS(1557), + [anon_sym_hook] = ACTIONS(1557), + [anon_sym_DOLLAR] = ACTIONS(1555), + [anon_sym_PIPE] = ACTIONS(1555), + [anon_sym_PLUS_PLUS] = ACTIONS(1555), + [anon_sym_DASH_DASH] = ACTIONS(1555), + [anon_sym_BANG] = ACTIONS(1555), + [anon_sym_TILDE] = ACTIONS(1555), + [anon_sym_DASH] = ACTIONS(1557), + [anon_sym_PLUS] = ACTIONS(1557), + [anon_sym_copy] = ACTIONS(1557), + [anon_sym_schedule] = ACTIONS(1557), + [aux_sym_constant_token1] = ACTIONS(1557), + [anon_sym_T] = ACTIONS(1557), + [anon_sym_F] = ACTIONS(1557), + [anon_sym_ATdeprecated] = ACTIONS(1555), + [anon_sym_ATload] = ACTIONS(1557), + [anon_sym_ATload_DASHsigs] = ACTIONS(1555), + [anon_sym_ATload_DASHplugin] = ACTIONS(1555), + [anon_sym_ATunload] = ACTIONS(1555), + [anon_sym_ATprefixes] = ACTIONS(1555), + [anon_sym_ATif] = ACTIONS(1557), + [anon_sym_ATifdef] = ACTIONS(1555), + [anon_sym_ATifndef] = ACTIONS(1555), + [anon_sym_ATendif] = ACTIONS(1555), + [anon_sym_ATelse] = ACTIONS(1555), + [anon_sym_ATpragma] = ACTIONS(1555), + [anon_sym_ATDIR] = ACTIONS(1555), + [anon_sym_ATFILENAME] = ACTIONS(1555), + [sym_id] = ACTIONS(1557), + [sym_pattern] = ACTIONS(1555), + [sym_ipv6] = ACTIONS(1555), + [sym_ipv4] = ACTIONS(1557), + [sym_port] = ACTIONS(1555), + [sym_floatp] = ACTIONS(1557), + [sym_hex] = ACTIONS(1557), + [sym_hostname] = ACTIONS(1557), + [aux_sym_string_token1] = ACTIONS(1555), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -43544,75 +42778,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(339)] = { - [ts_builtin_sym_end] = ACTIONS(1552), - [anon_sym_module] = ACTIONS(1554), - [anon_sym_SEMI] = ACTIONS(1552), - [anon_sym_export] = ACTIONS(1554), - [anon_sym_LBRACE] = ACTIONS(1552), - [anon_sym_global] = ACTIONS(1554), - [anon_sym_option] = ACTIONS(1554), - [anon_sym_const] = ACTIONS(1554), - [anon_sym_redef] = ACTIONS(1554), - [anon_sym_record] = ACTIONS(1554), - [anon_sym_type] = ACTIONS(1554), - [anon_sym_print] = ACTIONS(1554), - [anon_sym_event] = ACTIONS(1554), - [anon_sym_if] = ACTIONS(1554), - [anon_sym_LPAREN] = ACTIONS(1552), - [anon_sym_switch] = ACTIONS(1554), - [anon_sym_for] = ACTIONS(1554), - [anon_sym_LBRACK] = ACTIONS(1552), - [anon_sym_while] = ACTIONS(1554), - [anon_sym_next] = ACTIONS(1554), - [anon_sym_break] = ACTIONS(1554), - [anon_sym_fallthrough] = ACTIONS(1554), - [anon_sym_return] = ACTIONS(1554), - [anon_sym_add] = ACTIONS(1554), - [anon_sym_delete] = ACTIONS(1554), - [anon_sym_local] = ACTIONS(1554), - [anon_sym_when] = ACTIONS(1554), - [anon_sym_assert] = ACTIONS(1554), - [anon_sym_table] = ACTIONS(1554), - [anon_sym_set] = ACTIONS(1554), - [anon_sym_vector] = ACTIONS(1554), - [anon_sym_function] = ACTIONS(1554), - [anon_sym_hook] = ACTIONS(1554), - [anon_sym_DOLLAR] = ACTIONS(1552), - [anon_sym_PIPE] = ACTIONS(1552), - [anon_sym_PLUS_PLUS] = ACTIONS(1552), - [anon_sym_DASH_DASH] = ACTIONS(1552), - [anon_sym_BANG] = ACTIONS(1552), - [anon_sym_TILDE] = ACTIONS(1552), - [anon_sym_DASH] = ACTIONS(1554), - [anon_sym_PLUS] = ACTIONS(1554), - [anon_sym_copy] = ACTIONS(1554), - [anon_sym_schedule] = ACTIONS(1554), - [aux_sym_constant_token1] = ACTIONS(1554), - [anon_sym_T] = ACTIONS(1554), - [anon_sym_F] = ACTIONS(1554), - [anon_sym_ATdeprecated] = ACTIONS(1552), - [anon_sym_ATload] = ACTIONS(1554), - [anon_sym_ATload_DASHsigs] = ACTIONS(1552), - [anon_sym_ATload_DASHplugin] = ACTIONS(1552), - [anon_sym_ATunload] = ACTIONS(1552), - [anon_sym_ATprefixes] = ACTIONS(1552), - [anon_sym_ATif] = ACTIONS(1554), - [anon_sym_ATifdef] = ACTIONS(1552), - [anon_sym_ATifndef] = ACTIONS(1552), - [anon_sym_ATendif] = ACTIONS(1552), - [anon_sym_ATelse] = ACTIONS(1552), - [anon_sym_ATpragma] = ACTIONS(1552), - [anon_sym_ATDIR] = ACTIONS(1552), - [anon_sym_ATFILENAME] = ACTIONS(1552), - [sym_id] = ACTIONS(1554), - [sym_pattern] = ACTIONS(1552), - [sym_ipv6] = ACTIONS(1554), - [sym_ipv4] = ACTIONS(1554), - [sym_port] = ACTIONS(1552), - [sym_floatp] = ACTIONS(1554), - [sym_hex] = ACTIONS(1554), - [sym_hostname] = ACTIONS(1554), - [aux_sym_string_token1] = ACTIONS(1552), + [ts_builtin_sym_end] = ACTIONS(1559), + [anon_sym_module] = ACTIONS(1561), + [anon_sym_SEMI] = ACTIONS(1559), + [anon_sym_export] = ACTIONS(1561), + [anon_sym_LBRACE] = ACTIONS(1559), + [anon_sym_global] = ACTIONS(1561), + [anon_sym_option] = ACTIONS(1561), + [anon_sym_const] = ACTIONS(1561), + [anon_sym_redef] = ACTIONS(1561), + [anon_sym_record] = ACTIONS(1561), + [anon_sym_type] = ACTIONS(1561), + [anon_sym_print] = ACTIONS(1561), + [anon_sym_event] = ACTIONS(1561), + [anon_sym_if] = ACTIONS(1561), + [anon_sym_LPAREN] = ACTIONS(1559), + [anon_sym_switch] = ACTIONS(1561), + [anon_sym_for] = ACTIONS(1561), + [anon_sym_LBRACK] = ACTIONS(1561), + [anon_sym_while] = ACTIONS(1561), + [anon_sym_next] = ACTIONS(1561), + [anon_sym_break] = ACTIONS(1561), + [anon_sym_fallthrough] = ACTIONS(1561), + [anon_sym_return] = ACTIONS(1561), + [anon_sym_add] = ACTIONS(1561), + [anon_sym_delete] = ACTIONS(1561), + [anon_sym_local] = ACTIONS(1561), + [anon_sym_when] = ACTIONS(1561), + [anon_sym_assert] = ACTIONS(1561), + [anon_sym_table] = ACTIONS(1561), + [anon_sym_set] = ACTIONS(1561), + [anon_sym_vector] = ACTIONS(1561), + [anon_sym_function] = ACTIONS(1561), + [anon_sym_hook] = ACTIONS(1561), + [anon_sym_DOLLAR] = ACTIONS(1559), + [anon_sym_PIPE] = ACTIONS(1559), + [anon_sym_PLUS_PLUS] = ACTIONS(1559), + [anon_sym_DASH_DASH] = ACTIONS(1559), + [anon_sym_BANG] = ACTIONS(1559), + [anon_sym_TILDE] = ACTIONS(1559), + [anon_sym_DASH] = ACTIONS(1561), + [anon_sym_PLUS] = ACTIONS(1561), + [anon_sym_copy] = ACTIONS(1561), + [anon_sym_schedule] = ACTIONS(1561), + [aux_sym_constant_token1] = ACTIONS(1561), + [anon_sym_T] = ACTIONS(1561), + [anon_sym_F] = ACTIONS(1561), + [anon_sym_ATdeprecated] = ACTIONS(1559), + [anon_sym_ATload] = ACTIONS(1561), + [anon_sym_ATload_DASHsigs] = ACTIONS(1559), + [anon_sym_ATload_DASHplugin] = ACTIONS(1559), + [anon_sym_ATunload] = ACTIONS(1559), + [anon_sym_ATprefixes] = ACTIONS(1559), + [anon_sym_ATif] = ACTIONS(1561), + [anon_sym_ATifdef] = ACTIONS(1559), + [anon_sym_ATifndef] = ACTIONS(1559), + [anon_sym_ATendif] = ACTIONS(1559), + [anon_sym_ATelse] = ACTIONS(1559), + [anon_sym_ATpragma] = ACTIONS(1559), + [anon_sym_ATDIR] = ACTIONS(1559), + [anon_sym_ATFILENAME] = ACTIONS(1559), + [sym_id] = ACTIONS(1561), + [sym_pattern] = ACTIONS(1559), + [sym_ipv6] = ACTIONS(1559), + [sym_ipv4] = ACTIONS(1561), + [sym_port] = ACTIONS(1559), + [sym_floatp] = ACTIONS(1561), + [sym_hex] = ACTIONS(1561), + [sym_hostname] = ACTIONS(1561), + [aux_sym_string_token1] = ACTIONS(1559), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -43620,75 +42854,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(340)] = { - [ts_builtin_sym_end] = ACTIONS(1556), - [anon_sym_module] = ACTIONS(1558), - [anon_sym_SEMI] = ACTIONS(1556), - [anon_sym_export] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1556), - [anon_sym_global] = ACTIONS(1558), - [anon_sym_option] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_redef] = ACTIONS(1558), - [anon_sym_record] = ACTIONS(1558), - [anon_sym_type] = ACTIONS(1558), - [anon_sym_print] = ACTIONS(1558), - [anon_sym_event] = ACTIONS(1558), - [anon_sym_if] = ACTIONS(1558), - [anon_sym_LPAREN] = ACTIONS(1556), - [anon_sym_switch] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_LBRACK] = ACTIONS(1556), - [anon_sym_while] = ACTIONS(1558), - [anon_sym_next] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_fallthrough] = ACTIONS(1558), - [anon_sym_return] = ACTIONS(1558), - [anon_sym_add] = ACTIONS(1558), - [anon_sym_delete] = ACTIONS(1558), - [anon_sym_local] = ACTIONS(1558), - [anon_sym_when] = ACTIONS(1558), - [anon_sym_assert] = ACTIONS(1558), - [anon_sym_table] = ACTIONS(1558), - [anon_sym_set] = ACTIONS(1558), - [anon_sym_vector] = ACTIONS(1558), - [anon_sym_function] = ACTIONS(1558), - [anon_sym_hook] = ACTIONS(1558), - [anon_sym_DOLLAR] = ACTIONS(1556), - [anon_sym_PIPE] = ACTIONS(1556), - [anon_sym_PLUS_PLUS] = ACTIONS(1556), - [anon_sym_DASH_DASH] = ACTIONS(1556), - [anon_sym_BANG] = ACTIONS(1556), - [anon_sym_TILDE] = ACTIONS(1556), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_copy] = ACTIONS(1558), - [anon_sym_schedule] = ACTIONS(1558), - [aux_sym_constant_token1] = ACTIONS(1558), - [anon_sym_T] = ACTIONS(1558), - [anon_sym_F] = ACTIONS(1558), - [anon_sym_ATdeprecated] = ACTIONS(1556), - [anon_sym_ATload] = ACTIONS(1558), - [anon_sym_ATload_DASHsigs] = ACTIONS(1556), - [anon_sym_ATload_DASHplugin] = ACTIONS(1556), - [anon_sym_ATunload] = ACTIONS(1556), - [anon_sym_ATprefixes] = ACTIONS(1556), - [anon_sym_ATif] = ACTIONS(1558), - [anon_sym_ATifdef] = ACTIONS(1556), - [anon_sym_ATifndef] = ACTIONS(1556), - [anon_sym_ATendif] = ACTIONS(1556), - [anon_sym_ATelse] = ACTIONS(1556), - [anon_sym_ATpragma] = ACTIONS(1556), - [anon_sym_ATDIR] = ACTIONS(1556), - [anon_sym_ATFILENAME] = ACTIONS(1556), - [sym_id] = ACTIONS(1558), - [sym_pattern] = ACTIONS(1556), - [sym_ipv6] = ACTIONS(1558), - [sym_ipv4] = ACTIONS(1558), - [sym_port] = ACTIONS(1556), - [sym_floatp] = ACTIONS(1558), - [sym_hex] = ACTIONS(1558), - [sym_hostname] = ACTIONS(1558), - [aux_sym_string_token1] = ACTIONS(1556), + [ts_builtin_sym_end] = ACTIONS(1563), + [anon_sym_module] = ACTIONS(1565), + [anon_sym_SEMI] = ACTIONS(1563), + [anon_sym_export] = ACTIONS(1565), + [anon_sym_LBRACE] = ACTIONS(1563), + [anon_sym_global] = ACTIONS(1565), + [anon_sym_option] = ACTIONS(1565), + [anon_sym_const] = ACTIONS(1565), + [anon_sym_redef] = ACTIONS(1565), + [anon_sym_record] = ACTIONS(1565), + [anon_sym_type] = ACTIONS(1565), + [anon_sym_print] = ACTIONS(1565), + [anon_sym_event] = ACTIONS(1565), + [anon_sym_if] = ACTIONS(1565), + [anon_sym_LPAREN] = ACTIONS(1563), + [anon_sym_switch] = ACTIONS(1565), + [anon_sym_for] = ACTIONS(1565), + [anon_sym_LBRACK] = ACTIONS(1565), + [anon_sym_while] = ACTIONS(1565), + [anon_sym_next] = ACTIONS(1565), + [anon_sym_break] = ACTIONS(1565), + [anon_sym_fallthrough] = ACTIONS(1565), + [anon_sym_return] = ACTIONS(1565), + [anon_sym_add] = ACTIONS(1565), + [anon_sym_delete] = ACTIONS(1565), + [anon_sym_local] = ACTIONS(1565), + [anon_sym_when] = ACTIONS(1565), + [anon_sym_assert] = ACTIONS(1565), + [anon_sym_table] = ACTIONS(1565), + [anon_sym_set] = ACTIONS(1565), + [anon_sym_vector] = ACTIONS(1565), + [anon_sym_function] = ACTIONS(1565), + [anon_sym_hook] = ACTIONS(1565), + [anon_sym_DOLLAR] = ACTIONS(1563), + [anon_sym_PIPE] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_BANG] = ACTIONS(1563), + [anon_sym_TILDE] = ACTIONS(1563), + [anon_sym_DASH] = ACTIONS(1565), + [anon_sym_PLUS] = ACTIONS(1565), + [anon_sym_copy] = ACTIONS(1565), + [anon_sym_schedule] = ACTIONS(1565), + [aux_sym_constant_token1] = ACTIONS(1565), + [anon_sym_T] = ACTIONS(1565), + [anon_sym_F] = ACTIONS(1565), + [anon_sym_ATdeprecated] = ACTIONS(1563), + [anon_sym_ATload] = ACTIONS(1565), + [anon_sym_ATload_DASHsigs] = ACTIONS(1563), + [anon_sym_ATload_DASHplugin] = ACTIONS(1563), + [anon_sym_ATunload] = ACTIONS(1563), + [anon_sym_ATprefixes] = ACTIONS(1563), + [anon_sym_ATif] = ACTIONS(1565), + [anon_sym_ATifdef] = ACTIONS(1563), + [anon_sym_ATifndef] = ACTIONS(1563), + [anon_sym_ATendif] = ACTIONS(1563), + [anon_sym_ATelse] = ACTIONS(1563), + [anon_sym_ATpragma] = ACTIONS(1563), + [anon_sym_ATDIR] = ACTIONS(1563), + [anon_sym_ATFILENAME] = ACTIONS(1563), + [sym_id] = ACTIONS(1565), + [sym_pattern] = ACTIONS(1563), + [sym_ipv6] = ACTIONS(1563), + [sym_ipv4] = ACTIONS(1565), + [sym_port] = ACTIONS(1563), + [sym_floatp] = ACTIONS(1565), + [sym_hex] = ACTIONS(1565), + [sym_hostname] = ACTIONS(1565), + [aux_sym_string_token1] = ACTIONS(1563), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -43696,75 +42930,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(341)] = { - [ts_builtin_sym_end] = ACTIONS(1560), - [anon_sym_module] = ACTIONS(1562), - [anon_sym_SEMI] = ACTIONS(1560), - [anon_sym_export] = ACTIONS(1562), - [anon_sym_LBRACE] = ACTIONS(1560), - [anon_sym_global] = ACTIONS(1562), - [anon_sym_option] = ACTIONS(1562), - [anon_sym_const] = ACTIONS(1562), - [anon_sym_redef] = ACTIONS(1562), - [anon_sym_record] = ACTIONS(1562), - [anon_sym_type] = ACTIONS(1562), - [anon_sym_print] = ACTIONS(1562), - [anon_sym_event] = ACTIONS(1562), - [anon_sym_if] = ACTIONS(1562), - [anon_sym_LPAREN] = ACTIONS(1560), - [anon_sym_switch] = ACTIONS(1562), - [anon_sym_for] = ACTIONS(1562), - [anon_sym_LBRACK] = ACTIONS(1560), - [anon_sym_while] = ACTIONS(1562), - [anon_sym_next] = ACTIONS(1562), - [anon_sym_break] = ACTIONS(1562), - [anon_sym_fallthrough] = ACTIONS(1562), - [anon_sym_return] = ACTIONS(1562), - [anon_sym_add] = ACTIONS(1562), - [anon_sym_delete] = ACTIONS(1562), - [anon_sym_local] = ACTIONS(1562), - [anon_sym_when] = ACTIONS(1562), - [anon_sym_assert] = ACTIONS(1562), - [anon_sym_table] = ACTIONS(1562), - [anon_sym_set] = ACTIONS(1562), - [anon_sym_vector] = ACTIONS(1562), - [anon_sym_function] = ACTIONS(1562), - [anon_sym_hook] = ACTIONS(1562), - [anon_sym_DOLLAR] = ACTIONS(1560), - [anon_sym_PIPE] = ACTIONS(1560), - [anon_sym_PLUS_PLUS] = ACTIONS(1560), - [anon_sym_DASH_DASH] = ACTIONS(1560), - [anon_sym_BANG] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_DASH] = ACTIONS(1562), - [anon_sym_PLUS] = ACTIONS(1562), - [anon_sym_copy] = ACTIONS(1562), - [anon_sym_schedule] = ACTIONS(1562), - [aux_sym_constant_token1] = ACTIONS(1562), - [anon_sym_T] = ACTIONS(1562), - [anon_sym_F] = ACTIONS(1562), - [anon_sym_ATdeprecated] = ACTIONS(1560), - [anon_sym_ATload] = ACTIONS(1562), - [anon_sym_ATload_DASHsigs] = ACTIONS(1560), - [anon_sym_ATload_DASHplugin] = ACTIONS(1560), - [anon_sym_ATunload] = ACTIONS(1560), - [anon_sym_ATprefixes] = ACTIONS(1560), - [anon_sym_ATif] = ACTIONS(1562), - [anon_sym_ATifdef] = ACTIONS(1560), - [anon_sym_ATifndef] = ACTIONS(1560), - [anon_sym_ATendif] = ACTIONS(1560), - [anon_sym_ATelse] = ACTIONS(1560), - [anon_sym_ATpragma] = ACTIONS(1560), - [anon_sym_ATDIR] = ACTIONS(1560), - [anon_sym_ATFILENAME] = ACTIONS(1560), - [sym_id] = ACTIONS(1562), - [sym_pattern] = ACTIONS(1560), - [sym_ipv6] = ACTIONS(1562), - [sym_ipv4] = ACTIONS(1562), - [sym_port] = ACTIONS(1560), - [sym_floatp] = ACTIONS(1562), - [sym_hex] = ACTIONS(1562), - [sym_hostname] = ACTIONS(1562), - [aux_sym_string_token1] = ACTIONS(1560), + [ts_builtin_sym_end] = ACTIONS(1567), + [anon_sym_module] = ACTIONS(1569), + [anon_sym_SEMI] = ACTIONS(1567), + [anon_sym_export] = ACTIONS(1569), + [anon_sym_LBRACE] = ACTIONS(1567), + [anon_sym_global] = ACTIONS(1569), + [anon_sym_option] = ACTIONS(1569), + [anon_sym_const] = ACTIONS(1569), + [anon_sym_redef] = ACTIONS(1569), + [anon_sym_record] = ACTIONS(1569), + [anon_sym_type] = ACTIONS(1569), + [anon_sym_print] = ACTIONS(1569), + [anon_sym_event] = ACTIONS(1569), + [anon_sym_if] = ACTIONS(1569), + [anon_sym_LPAREN] = ACTIONS(1567), + [anon_sym_switch] = ACTIONS(1569), + [anon_sym_for] = ACTIONS(1569), + [anon_sym_LBRACK] = ACTIONS(1569), + [anon_sym_while] = ACTIONS(1569), + [anon_sym_next] = ACTIONS(1569), + [anon_sym_break] = ACTIONS(1569), + [anon_sym_fallthrough] = ACTIONS(1569), + [anon_sym_return] = ACTIONS(1569), + [anon_sym_add] = ACTIONS(1569), + [anon_sym_delete] = ACTIONS(1569), + [anon_sym_local] = ACTIONS(1569), + [anon_sym_when] = ACTIONS(1569), + [anon_sym_assert] = ACTIONS(1569), + [anon_sym_table] = ACTIONS(1569), + [anon_sym_set] = ACTIONS(1569), + [anon_sym_vector] = ACTIONS(1569), + [anon_sym_function] = ACTIONS(1569), + [anon_sym_hook] = ACTIONS(1569), + [anon_sym_DOLLAR] = ACTIONS(1567), + [anon_sym_PIPE] = ACTIONS(1567), + [anon_sym_PLUS_PLUS] = ACTIONS(1567), + [anon_sym_DASH_DASH] = ACTIONS(1567), + [anon_sym_BANG] = ACTIONS(1567), + [anon_sym_TILDE] = ACTIONS(1567), + [anon_sym_DASH] = ACTIONS(1569), + [anon_sym_PLUS] = ACTIONS(1569), + [anon_sym_copy] = ACTIONS(1569), + [anon_sym_schedule] = ACTIONS(1569), + [aux_sym_constant_token1] = ACTIONS(1569), + [anon_sym_T] = ACTIONS(1569), + [anon_sym_F] = ACTIONS(1569), + [anon_sym_ATdeprecated] = ACTIONS(1567), + [anon_sym_ATload] = ACTIONS(1569), + [anon_sym_ATload_DASHsigs] = ACTIONS(1567), + [anon_sym_ATload_DASHplugin] = ACTIONS(1567), + [anon_sym_ATunload] = ACTIONS(1567), + [anon_sym_ATprefixes] = ACTIONS(1567), + [anon_sym_ATif] = ACTIONS(1569), + [anon_sym_ATifdef] = ACTIONS(1567), + [anon_sym_ATifndef] = ACTIONS(1567), + [anon_sym_ATendif] = ACTIONS(1567), + [anon_sym_ATelse] = ACTIONS(1567), + [anon_sym_ATpragma] = ACTIONS(1567), + [anon_sym_ATDIR] = ACTIONS(1567), + [anon_sym_ATFILENAME] = ACTIONS(1567), + [sym_id] = ACTIONS(1569), + [sym_pattern] = ACTIONS(1567), + [sym_ipv6] = ACTIONS(1567), + [sym_ipv4] = ACTIONS(1569), + [sym_port] = ACTIONS(1567), + [sym_floatp] = ACTIONS(1569), + [sym_hex] = ACTIONS(1569), + [sym_hostname] = ACTIONS(1569), + [aux_sym_string_token1] = ACTIONS(1567), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -43772,75 +43006,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(342)] = { - [ts_builtin_sym_end] = ACTIONS(1564), - [anon_sym_module] = ACTIONS(1566), - [anon_sym_SEMI] = ACTIONS(1564), - [anon_sym_export] = ACTIONS(1566), - [anon_sym_LBRACE] = ACTIONS(1564), - [anon_sym_global] = ACTIONS(1566), - [anon_sym_option] = ACTIONS(1566), - [anon_sym_const] = ACTIONS(1566), - [anon_sym_redef] = ACTIONS(1566), - [anon_sym_record] = ACTIONS(1566), - [anon_sym_type] = ACTIONS(1566), - [anon_sym_print] = ACTIONS(1566), - [anon_sym_event] = ACTIONS(1566), - [anon_sym_if] = ACTIONS(1566), - [anon_sym_LPAREN] = ACTIONS(1564), - [anon_sym_switch] = ACTIONS(1566), - [anon_sym_for] = ACTIONS(1566), - [anon_sym_LBRACK] = ACTIONS(1564), - [anon_sym_while] = ACTIONS(1566), - [anon_sym_next] = ACTIONS(1566), - [anon_sym_break] = ACTIONS(1566), - [anon_sym_fallthrough] = ACTIONS(1566), - [anon_sym_return] = ACTIONS(1566), - [anon_sym_add] = ACTIONS(1566), - [anon_sym_delete] = ACTIONS(1566), - [anon_sym_local] = ACTIONS(1566), - [anon_sym_when] = ACTIONS(1566), - [anon_sym_assert] = ACTIONS(1566), - [anon_sym_table] = ACTIONS(1566), - [anon_sym_set] = ACTIONS(1566), - [anon_sym_vector] = ACTIONS(1566), - [anon_sym_function] = ACTIONS(1566), - [anon_sym_hook] = ACTIONS(1566), - [anon_sym_DOLLAR] = ACTIONS(1564), - [anon_sym_PIPE] = ACTIONS(1564), - [anon_sym_PLUS_PLUS] = ACTIONS(1564), - [anon_sym_DASH_DASH] = ACTIONS(1564), - [anon_sym_BANG] = ACTIONS(1564), - [anon_sym_TILDE] = ACTIONS(1564), - [anon_sym_DASH] = ACTIONS(1566), - [anon_sym_PLUS] = ACTIONS(1566), - [anon_sym_copy] = ACTIONS(1566), - [anon_sym_schedule] = ACTIONS(1566), - [aux_sym_constant_token1] = ACTIONS(1566), - [anon_sym_T] = ACTIONS(1566), - [anon_sym_F] = ACTIONS(1566), - [anon_sym_ATdeprecated] = ACTIONS(1564), - [anon_sym_ATload] = ACTIONS(1566), - [anon_sym_ATload_DASHsigs] = ACTIONS(1564), - [anon_sym_ATload_DASHplugin] = ACTIONS(1564), - [anon_sym_ATunload] = ACTIONS(1564), - [anon_sym_ATprefixes] = ACTIONS(1564), - [anon_sym_ATif] = ACTIONS(1566), - [anon_sym_ATifdef] = ACTIONS(1564), - [anon_sym_ATifndef] = ACTIONS(1564), - [anon_sym_ATendif] = ACTIONS(1564), - [anon_sym_ATelse] = ACTIONS(1564), - [anon_sym_ATpragma] = ACTIONS(1564), - [anon_sym_ATDIR] = ACTIONS(1564), - [anon_sym_ATFILENAME] = ACTIONS(1564), - [sym_id] = ACTIONS(1566), - [sym_pattern] = ACTIONS(1564), - [sym_ipv6] = ACTIONS(1566), - [sym_ipv4] = ACTIONS(1566), - [sym_port] = ACTIONS(1564), - [sym_floatp] = ACTIONS(1566), - [sym_hex] = ACTIONS(1566), - [sym_hostname] = ACTIONS(1566), - [aux_sym_string_token1] = ACTIONS(1564), + [ts_builtin_sym_end] = ACTIONS(1571), + [anon_sym_module] = ACTIONS(1573), + [anon_sym_SEMI] = ACTIONS(1571), + [anon_sym_export] = ACTIONS(1573), + [anon_sym_LBRACE] = ACTIONS(1571), + [anon_sym_global] = ACTIONS(1573), + [anon_sym_option] = ACTIONS(1573), + [anon_sym_const] = ACTIONS(1573), + [anon_sym_redef] = ACTIONS(1573), + [anon_sym_record] = ACTIONS(1573), + [anon_sym_type] = ACTIONS(1573), + [anon_sym_print] = ACTIONS(1573), + [anon_sym_event] = ACTIONS(1573), + [anon_sym_if] = ACTIONS(1573), + [anon_sym_LPAREN] = ACTIONS(1571), + [anon_sym_switch] = ACTIONS(1573), + [anon_sym_for] = ACTIONS(1573), + [anon_sym_LBRACK] = ACTIONS(1573), + [anon_sym_while] = ACTIONS(1573), + [anon_sym_next] = ACTIONS(1573), + [anon_sym_break] = ACTIONS(1573), + [anon_sym_fallthrough] = ACTIONS(1573), + [anon_sym_return] = ACTIONS(1573), + [anon_sym_add] = ACTIONS(1573), + [anon_sym_delete] = ACTIONS(1573), + [anon_sym_local] = ACTIONS(1573), + [anon_sym_when] = ACTIONS(1573), + [anon_sym_assert] = ACTIONS(1573), + [anon_sym_table] = ACTIONS(1573), + [anon_sym_set] = ACTIONS(1573), + [anon_sym_vector] = ACTIONS(1573), + [anon_sym_function] = ACTIONS(1573), + [anon_sym_hook] = ACTIONS(1573), + [anon_sym_DOLLAR] = ACTIONS(1571), + [anon_sym_PIPE] = ACTIONS(1571), + [anon_sym_PLUS_PLUS] = ACTIONS(1571), + [anon_sym_DASH_DASH] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1571), + [anon_sym_TILDE] = ACTIONS(1571), + [anon_sym_DASH] = ACTIONS(1573), + [anon_sym_PLUS] = ACTIONS(1573), + [anon_sym_copy] = ACTIONS(1573), + [anon_sym_schedule] = ACTIONS(1573), + [aux_sym_constant_token1] = ACTIONS(1573), + [anon_sym_T] = ACTIONS(1573), + [anon_sym_F] = ACTIONS(1573), + [anon_sym_ATdeprecated] = ACTIONS(1571), + [anon_sym_ATload] = ACTIONS(1573), + [anon_sym_ATload_DASHsigs] = ACTIONS(1571), + [anon_sym_ATload_DASHplugin] = ACTIONS(1571), + [anon_sym_ATunload] = ACTIONS(1571), + [anon_sym_ATprefixes] = ACTIONS(1571), + [anon_sym_ATif] = ACTIONS(1573), + [anon_sym_ATifdef] = ACTIONS(1571), + [anon_sym_ATifndef] = ACTIONS(1571), + [anon_sym_ATendif] = ACTIONS(1571), + [anon_sym_ATelse] = ACTIONS(1571), + [anon_sym_ATpragma] = ACTIONS(1571), + [anon_sym_ATDIR] = ACTIONS(1571), + [anon_sym_ATFILENAME] = ACTIONS(1571), + [sym_id] = ACTIONS(1573), + [sym_pattern] = ACTIONS(1571), + [sym_ipv6] = ACTIONS(1571), + [sym_ipv4] = ACTIONS(1573), + [sym_port] = ACTIONS(1571), + [sym_floatp] = ACTIONS(1573), + [sym_hex] = ACTIONS(1573), + [sym_hostname] = ACTIONS(1573), + [aux_sym_string_token1] = ACTIONS(1571), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -43848,75 +43082,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(343)] = { - [ts_builtin_sym_end] = ACTIONS(1568), - [anon_sym_module] = ACTIONS(1570), - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_export] = ACTIONS(1570), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_global] = ACTIONS(1570), - [anon_sym_option] = ACTIONS(1570), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_redef] = ACTIONS(1570), - [anon_sym_record] = ACTIONS(1570), - [anon_sym_type] = ACTIONS(1570), - [anon_sym_print] = ACTIONS(1570), - [anon_sym_event] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_LBRACK] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_next] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_fallthrough] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_add] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_local] = ACTIONS(1570), - [anon_sym_when] = ACTIONS(1570), - [anon_sym_assert] = ACTIONS(1570), - [anon_sym_table] = ACTIONS(1570), - [anon_sym_set] = ACTIONS(1570), - [anon_sym_vector] = ACTIONS(1570), - [anon_sym_function] = ACTIONS(1570), - [anon_sym_hook] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_copy] = ACTIONS(1570), - [anon_sym_schedule] = ACTIONS(1570), - [aux_sym_constant_token1] = ACTIONS(1570), - [anon_sym_T] = ACTIONS(1570), - [anon_sym_F] = ACTIONS(1570), - [anon_sym_ATdeprecated] = ACTIONS(1568), - [anon_sym_ATload] = ACTIONS(1570), - [anon_sym_ATload_DASHsigs] = ACTIONS(1568), - [anon_sym_ATload_DASHplugin] = ACTIONS(1568), - [anon_sym_ATunload] = ACTIONS(1568), - [anon_sym_ATprefixes] = ACTIONS(1568), - [anon_sym_ATif] = ACTIONS(1570), - [anon_sym_ATifdef] = ACTIONS(1568), - [anon_sym_ATifndef] = ACTIONS(1568), - [anon_sym_ATendif] = ACTIONS(1568), - [anon_sym_ATelse] = ACTIONS(1568), - [anon_sym_ATpragma] = ACTIONS(1568), - [anon_sym_ATDIR] = ACTIONS(1568), - [anon_sym_ATFILENAME] = ACTIONS(1568), - [sym_id] = ACTIONS(1570), - [sym_pattern] = ACTIONS(1568), - [sym_ipv6] = ACTIONS(1570), - [sym_ipv4] = ACTIONS(1570), - [sym_port] = ACTIONS(1568), - [sym_floatp] = ACTIONS(1570), - [sym_hex] = ACTIONS(1570), - [sym_hostname] = ACTIONS(1570), - [aux_sym_string_token1] = ACTIONS(1568), + [ts_builtin_sym_end] = ACTIONS(1575), + [anon_sym_module] = ACTIONS(1577), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_export] = ACTIONS(1577), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_global] = ACTIONS(1577), + [anon_sym_option] = ACTIONS(1577), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_redef] = ACTIONS(1577), + [anon_sym_record] = ACTIONS(1577), + [anon_sym_type] = ACTIONS(1577), + [anon_sym_print] = ACTIONS(1577), + [anon_sym_event] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_LPAREN] = ACTIONS(1575), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_next] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_fallthrough] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_add] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_local] = ACTIONS(1577), + [anon_sym_when] = ACTIONS(1577), + [anon_sym_assert] = ACTIONS(1577), + [anon_sym_table] = ACTIONS(1577), + [anon_sym_set] = ACTIONS(1577), + [anon_sym_vector] = ACTIONS(1577), + [anon_sym_function] = ACTIONS(1577), + [anon_sym_hook] = ACTIONS(1577), + [anon_sym_DOLLAR] = ACTIONS(1575), + [anon_sym_PIPE] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_copy] = ACTIONS(1577), + [anon_sym_schedule] = ACTIONS(1577), + [aux_sym_constant_token1] = ACTIONS(1577), + [anon_sym_T] = ACTIONS(1577), + [anon_sym_F] = ACTIONS(1577), + [anon_sym_ATdeprecated] = ACTIONS(1575), + [anon_sym_ATload] = ACTIONS(1577), + [anon_sym_ATload_DASHsigs] = ACTIONS(1575), + [anon_sym_ATload_DASHplugin] = ACTIONS(1575), + [anon_sym_ATunload] = ACTIONS(1575), + [anon_sym_ATprefixes] = ACTIONS(1575), + [anon_sym_ATif] = ACTIONS(1577), + [anon_sym_ATifdef] = ACTIONS(1575), + [anon_sym_ATifndef] = ACTIONS(1575), + [anon_sym_ATendif] = ACTIONS(1575), + [anon_sym_ATelse] = ACTIONS(1575), + [anon_sym_ATpragma] = ACTIONS(1575), + [anon_sym_ATDIR] = ACTIONS(1575), + [anon_sym_ATFILENAME] = ACTIONS(1575), + [sym_id] = ACTIONS(1577), + [sym_pattern] = ACTIONS(1575), + [sym_ipv6] = ACTIONS(1575), + [sym_ipv4] = ACTIONS(1577), + [sym_port] = ACTIONS(1575), + [sym_floatp] = ACTIONS(1577), + [sym_hex] = ACTIONS(1577), + [sym_hostname] = ACTIONS(1577), + [aux_sym_string_token1] = ACTIONS(1575), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -43924,75 +43158,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(344)] = { - [ts_builtin_sym_end] = ACTIONS(1514), - [anon_sym_module] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1514), - [anon_sym_export] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1514), - [anon_sym_global] = ACTIONS(1516), - [anon_sym_option] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_redef] = ACTIONS(1516), - [anon_sym_record] = ACTIONS(1516), - [anon_sym_type] = ACTIONS(1516), - [anon_sym_print] = ACTIONS(1516), - [anon_sym_event] = ACTIONS(1516), - [anon_sym_if] = ACTIONS(1516), - [anon_sym_LPAREN] = ACTIONS(1514), - [anon_sym_switch] = ACTIONS(1516), - [anon_sym_for] = ACTIONS(1516), - [anon_sym_LBRACK] = ACTIONS(1514), - [anon_sym_while] = ACTIONS(1516), - [anon_sym_next] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1516), - [anon_sym_fallthrough] = ACTIONS(1516), - [anon_sym_return] = ACTIONS(1516), - [anon_sym_add] = ACTIONS(1516), - [anon_sym_delete] = ACTIONS(1516), - [anon_sym_local] = ACTIONS(1516), - [anon_sym_when] = ACTIONS(1516), - [anon_sym_assert] = ACTIONS(1516), - [anon_sym_table] = ACTIONS(1516), - [anon_sym_set] = ACTIONS(1516), - [anon_sym_vector] = ACTIONS(1516), - [anon_sym_function] = ACTIONS(1516), - [anon_sym_hook] = ACTIONS(1516), - [anon_sym_DOLLAR] = ACTIONS(1514), - [anon_sym_PIPE] = ACTIONS(1514), - [anon_sym_PLUS_PLUS] = ACTIONS(1514), - [anon_sym_DASH_DASH] = ACTIONS(1514), - [anon_sym_BANG] = ACTIONS(1514), - [anon_sym_TILDE] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_copy] = ACTIONS(1516), - [anon_sym_schedule] = ACTIONS(1516), - [aux_sym_constant_token1] = ACTIONS(1516), - [anon_sym_T] = ACTIONS(1516), - [anon_sym_F] = ACTIONS(1516), - [anon_sym_ATdeprecated] = ACTIONS(1514), - [anon_sym_ATload] = ACTIONS(1516), - [anon_sym_ATload_DASHsigs] = ACTIONS(1514), - [anon_sym_ATload_DASHplugin] = ACTIONS(1514), - [anon_sym_ATunload] = ACTIONS(1514), - [anon_sym_ATprefixes] = ACTIONS(1514), - [anon_sym_ATif] = ACTIONS(1516), - [anon_sym_ATifdef] = ACTIONS(1514), - [anon_sym_ATifndef] = ACTIONS(1514), - [anon_sym_ATendif] = ACTIONS(1514), - [anon_sym_ATelse] = ACTIONS(1514), - [anon_sym_ATpragma] = ACTIONS(1514), - [anon_sym_ATDIR] = ACTIONS(1514), - [anon_sym_ATFILENAME] = ACTIONS(1514), - [sym_id] = ACTIONS(1516), - [sym_pattern] = ACTIONS(1514), - [sym_ipv6] = ACTIONS(1516), - [sym_ipv4] = ACTIONS(1516), - [sym_port] = ACTIONS(1514), - [sym_floatp] = ACTIONS(1516), - [sym_hex] = ACTIONS(1516), - [sym_hostname] = ACTIONS(1516), - [aux_sym_string_token1] = ACTIONS(1514), + [ts_builtin_sym_end] = ACTIONS(1521), + [anon_sym_module] = ACTIONS(1523), + [anon_sym_SEMI] = ACTIONS(1521), + [anon_sym_export] = ACTIONS(1523), + [anon_sym_LBRACE] = ACTIONS(1521), + [anon_sym_global] = ACTIONS(1523), + [anon_sym_option] = ACTIONS(1523), + [anon_sym_const] = ACTIONS(1523), + [anon_sym_redef] = ACTIONS(1523), + [anon_sym_record] = ACTIONS(1523), + [anon_sym_type] = ACTIONS(1523), + [anon_sym_print] = ACTIONS(1523), + [anon_sym_event] = ACTIONS(1523), + [anon_sym_if] = ACTIONS(1523), + [anon_sym_LPAREN] = ACTIONS(1521), + [anon_sym_switch] = ACTIONS(1523), + [anon_sym_for] = ACTIONS(1523), + [anon_sym_LBRACK] = ACTIONS(1523), + [anon_sym_while] = ACTIONS(1523), + [anon_sym_next] = ACTIONS(1523), + [anon_sym_break] = ACTIONS(1523), + [anon_sym_fallthrough] = ACTIONS(1523), + [anon_sym_return] = ACTIONS(1523), + [anon_sym_add] = ACTIONS(1523), + [anon_sym_delete] = ACTIONS(1523), + [anon_sym_local] = ACTIONS(1523), + [anon_sym_when] = ACTIONS(1523), + [anon_sym_assert] = ACTIONS(1523), + [anon_sym_table] = ACTIONS(1523), + [anon_sym_set] = ACTIONS(1523), + [anon_sym_vector] = ACTIONS(1523), + [anon_sym_function] = ACTIONS(1523), + [anon_sym_hook] = ACTIONS(1523), + [anon_sym_DOLLAR] = ACTIONS(1521), + [anon_sym_PIPE] = ACTIONS(1521), + [anon_sym_PLUS_PLUS] = ACTIONS(1521), + [anon_sym_DASH_DASH] = ACTIONS(1521), + [anon_sym_BANG] = ACTIONS(1521), + [anon_sym_TILDE] = ACTIONS(1521), + [anon_sym_DASH] = ACTIONS(1523), + [anon_sym_PLUS] = ACTIONS(1523), + [anon_sym_copy] = ACTIONS(1523), + [anon_sym_schedule] = ACTIONS(1523), + [aux_sym_constant_token1] = ACTIONS(1523), + [anon_sym_T] = ACTIONS(1523), + [anon_sym_F] = ACTIONS(1523), + [anon_sym_ATdeprecated] = ACTIONS(1521), + [anon_sym_ATload] = ACTIONS(1523), + [anon_sym_ATload_DASHsigs] = ACTIONS(1521), + [anon_sym_ATload_DASHplugin] = ACTIONS(1521), + [anon_sym_ATunload] = ACTIONS(1521), + [anon_sym_ATprefixes] = ACTIONS(1521), + [anon_sym_ATif] = ACTIONS(1523), + [anon_sym_ATifdef] = ACTIONS(1521), + [anon_sym_ATifndef] = ACTIONS(1521), + [anon_sym_ATendif] = ACTIONS(1521), + [anon_sym_ATelse] = ACTIONS(1521), + [anon_sym_ATpragma] = ACTIONS(1521), + [anon_sym_ATDIR] = ACTIONS(1521), + [anon_sym_ATFILENAME] = ACTIONS(1521), + [sym_id] = ACTIONS(1523), + [sym_pattern] = ACTIONS(1521), + [sym_ipv6] = ACTIONS(1521), + [sym_ipv4] = ACTIONS(1523), + [sym_port] = ACTIONS(1521), + [sym_floatp] = ACTIONS(1523), + [sym_hex] = ACTIONS(1523), + [sym_hostname] = ACTIONS(1523), + [aux_sym_string_token1] = ACTIONS(1521), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -44000,75 +43234,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(345)] = { - [ts_builtin_sym_end] = ACTIONS(1572), - [anon_sym_module] = ACTIONS(1574), - [anon_sym_SEMI] = ACTIONS(1572), - [anon_sym_export] = ACTIONS(1574), - [anon_sym_LBRACE] = ACTIONS(1572), - [anon_sym_global] = ACTIONS(1574), - [anon_sym_option] = ACTIONS(1574), - [anon_sym_const] = ACTIONS(1574), - [anon_sym_redef] = ACTIONS(1574), - [anon_sym_record] = ACTIONS(1574), - [anon_sym_type] = ACTIONS(1574), - [anon_sym_print] = ACTIONS(1574), - [anon_sym_event] = ACTIONS(1574), - [anon_sym_if] = ACTIONS(1574), - [anon_sym_LPAREN] = ACTIONS(1572), - [anon_sym_switch] = ACTIONS(1574), - [anon_sym_for] = ACTIONS(1574), - [anon_sym_LBRACK] = ACTIONS(1572), - [anon_sym_while] = ACTIONS(1574), - [anon_sym_next] = ACTIONS(1574), - [anon_sym_break] = ACTIONS(1574), - [anon_sym_fallthrough] = ACTIONS(1574), - [anon_sym_return] = ACTIONS(1574), - [anon_sym_add] = ACTIONS(1574), - [anon_sym_delete] = ACTIONS(1574), - [anon_sym_local] = ACTIONS(1574), - [anon_sym_when] = ACTIONS(1574), - [anon_sym_assert] = ACTIONS(1574), - [anon_sym_table] = ACTIONS(1574), - [anon_sym_set] = ACTIONS(1574), - [anon_sym_vector] = ACTIONS(1574), - [anon_sym_function] = ACTIONS(1574), - [anon_sym_hook] = ACTIONS(1574), - [anon_sym_DOLLAR] = ACTIONS(1572), - [anon_sym_PIPE] = ACTIONS(1572), - [anon_sym_PLUS_PLUS] = ACTIONS(1572), - [anon_sym_DASH_DASH] = ACTIONS(1572), - [anon_sym_BANG] = ACTIONS(1572), - [anon_sym_TILDE] = ACTIONS(1572), - [anon_sym_DASH] = ACTIONS(1574), - [anon_sym_PLUS] = ACTIONS(1574), - [anon_sym_copy] = ACTIONS(1574), - [anon_sym_schedule] = ACTIONS(1574), - [aux_sym_constant_token1] = ACTIONS(1574), - [anon_sym_T] = ACTIONS(1574), - [anon_sym_F] = ACTIONS(1574), - [anon_sym_ATdeprecated] = ACTIONS(1572), - [anon_sym_ATload] = ACTIONS(1574), - [anon_sym_ATload_DASHsigs] = ACTIONS(1572), - [anon_sym_ATload_DASHplugin] = ACTIONS(1572), - [anon_sym_ATunload] = ACTIONS(1572), - [anon_sym_ATprefixes] = ACTIONS(1572), - [anon_sym_ATif] = ACTIONS(1574), - [anon_sym_ATifdef] = ACTIONS(1572), - [anon_sym_ATifndef] = ACTIONS(1572), - [anon_sym_ATendif] = ACTIONS(1572), - [anon_sym_ATelse] = ACTIONS(1572), - [anon_sym_ATpragma] = ACTIONS(1572), - [anon_sym_ATDIR] = ACTIONS(1572), - [anon_sym_ATFILENAME] = ACTIONS(1572), - [sym_id] = ACTIONS(1574), - [sym_pattern] = ACTIONS(1572), - [sym_ipv6] = ACTIONS(1574), - [sym_ipv4] = ACTIONS(1574), - [sym_port] = ACTIONS(1572), - [sym_floatp] = ACTIONS(1574), - [sym_hex] = ACTIONS(1574), - [sym_hostname] = ACTIONS(1574), - [aux_sym_string_token1] = ACTIONS(1572), + [ts_builtin_sym_end] = ACTIONS(1579), + [anon_sym_module] = ACTIONS(1581), + [anon_sym_SEMI] = ACTIONS(1579), + [anon_sym_export] = ACTIONS(1581), + [anon_sym_LBRACE] = ACTIONS(1579), + [anon_sym_global] = ACTIONS(1581), + [anon_sym_option] = ACTIONS(1581), + [anon_sym_const] = ACTIONS(1581), + [anon_sym_redef] = ACTIONS(1581), + [anon_sym_record] = ACTIONS(1581), + [anon_sym_type] = ACTIONS(1581), + [anon_sym_print] = ACTIONS(1581), + [anon_sym_event] = ACTIONS(1581), + [anon_sym_if] = ACTIONS(1581), + [anon_sym_LPAREN] = ACTIONS(1579), + [anon_sym_switch] = ACTIONS(1581), + [anon_sym_for] = ACTIONS(1581), + [anon_sym_LBRACK] = ACTIONS(1581), + [anon_sym_while] = ACTIONS(1581), + [anon_sym_next] = ACTIONS(1581), + [anon_sym_break] = ACTIONS(1581), + [anon_sym_fallthrough] = ACTIONS(1581), + [anon_sym_return] = ACTIONS(1581), + [anon_sym_add] = ACTIONS(1581), + [anon_sym_delete] = ACTIONS(1581), + [anon_sym_local] = ACTIONS(1581), + [anon_sym_when] = ACTIONS(1581), + [anon_sym_assert] = ACTIONS(1581), + [anon_sym_table] = ACTIONS(1581), + [anon_sym_set] = ACTIONS(1581), + [anon_sym_vector] = ACTIONS(1581), + [anon_sym_function] = ACTIONS(1581), + [anon_sym_hook] = ACTIONS(1581), + [anon_sym_DOLLAR] = ACTIONS(1579), + [anon_sym_PIPE] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_BANG] = ACTIONS(1579), + [anon_sym_TILDE] = ACTIONS(1579), + [anon_sym_DASH] = ACTIONS(1581), + [anon_sym_PLUS] = ACTIONS(1581), + [anon_sym_copy] = ACTIONS(1581), + [anon_sym_schedule] = ACTIONS(1581), + [aux_sym_constant_token1] = ACTIONS(1581), + [anon_sym_T] = ACTIONS(1581), + [anon_sym_F] = ACTIONS(1581), + [anon_sym_ATdeprecated] = ACTIONS(1579), + [anon_sym_ATload] = ACTIONS(1581), + [anon_sym_ATload_DASHsigs] = ACTIONS(1579), + [anon_sym_ATload_DASHplugin] = ACTIONS(1579), + [anon_sym_ATunload] = ACTIONS(1579), + [anon_sym_ATprefixes] = ACTIONS(1579), + [anon_sym_ATif] = ACTIONS(1581), + [anon_sym_ATifdef] = ACTIONS(1579), + [anon_sym_ATifndef] = ACTIONS(1579), + [anon_sym_ATendif] = ACTIONS(1579), + [anon_sym_ATelse] = ACTIONS(1579), + [anon_sym_ATpragma] = ACTIONS(1579), + [anon_sym_ATDIR] = ACTIONS(1579), + [anon_sym_ATFILENAME] = ACTIONS(1579), + [sym_id] = ACTIONS(1581), + [sym_pattern] = ACTIONS(1579), + [sym_ipv6] = ACTIONS(1579), + [sym_ipv4] = ACTIONS(1581), + [sym_port] = ACTIONS(1579), + [sym_floatp] = ACTIONS(1581), + [sym_hex] = ACTIONS(1581), + [sym_hostname] = ACTIONS(1581), + [aux_sym_string_token1] = ACTIONS(1579), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -44076,75 +43310,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(346)] = { - [ts_builtin_sym_end] = ACTIONS(1576), - [anon_sym_module] = ACTIONS(1578), - [anon_sym_SEMI] = ACTIONS(1576), - [anon_sym_export] = ACTIONS(1578), - [anon_sym_LBRACE] = ACTIONS(1576), - [anon_sym_global] = ACTIONS(1578), - [anon_sym_option] = ACTIONS(1578), - [anon_sym_const] = ACTIONS(1578), - [anon_sym_redef] = ACTIONS(1578), - [anon_sym_record] = ACTIONS(1578), - [anon_sym_type] = ACTIONS(1578), - [anon_sym_print] = ACTIONS(1578), - [anon_sym_event] = ACTIONS(1578), - [anon_sym_if] = ACTIONS(1578), - [anon_sym_LPAREN] = ACTIONS(1576), - [anon_sym_switch] = ACTIONS(1578), - [anon_sym_for] = ACTIONS(1578), - [anon_sym_LBRACK] = ACTIONS(1576), - [anon_sym_while] = ACTIONS(1578), - [anon_sym_next] = ACTIONS(1578), - [anon_sym_break] = ACTIONS(1578), - [anon_sym_fallthrough] = ACTIONS(1578), - [anon_sym_return] = ACTIONS(1578), - [anon_sym_add] = ACTIONS(1578), - [anon_sym_delete] = ACTIONS(1578), - [anon_sym_local] = ACTIONS(1578), - [anon_sym_when] = ACTIONS(1578), - [anon_sym_assert] = ACTIONS(1578), - [anon_sym_table] = ACTIONS(1578), - [anon_sym_set] = ACTIONS(1578), - [anon_sym_vector] = ACTIONS(1578), - [anon_sym_function] = ACTIONS(1578), - [anon_sym_hook] = ACTIONS(1578), - [anon_sym_DOLLAR] = ACTIONS(1576), - [anon_sym_PIPE] = ACTIONS(1576), - [anon_sym_PLUS_PLUS] = ACTIONS(1576), - [anon_sym_DASH_DASH] = ACTIONS(1576), - [anon_sym_BANG] = ACTIONS(1576), - [anon_sym_TILDE] = ACTIONS(1576), - [anon_sym_DASH] = ACTIONS(1578), - [anon_sym_PLUS] = ACTIONS(1578), - [anon_sym_copy] = ACTIONS(1578), - [anon_sym_schedule] = ACTIONS(1578), - [aux_sym_constant_token1] = ACTIONS(1578), - [anon_sym_T] = ACTIONS(1578), - [anon_sym_F] = ACTIONS(1578), - [anon_sym_ATdeprecated] = ACTIONS(1576), - [anon_sym_ATload] = ACTIONS(1578), - [anon_sym_ATload_DASHsigs] = ACTIONS(1576), - [anon_sym_ATload_DASHplugin] = ACTIONS(1576), - [anon_sym_ATunload] = ACTIONS(1576), - [anon_sym_ATprefixes] = ACTIONS(1576), - [anon_sym_ATif] = ACTIONS(1578), - [anon_sym_ATifdef] = ACTIONS(1576), - [anon_sym_ATifndef] = ACTIONS(1576), - [anon_sym_ATendif] = ACTIONS(1576), - [anon_sym_ATelse] = ACTIONS(1576), - [anon_sym_ATpragma] = ACTIONS(1576), - [anon_sym_ATDIR] = ACTIONS(1576), - [anon_sym_ATFILENAME] = ACTIONS(1576), - [sym_id] = ACTIONS(1578), - [sym_pattern] = ACTIONS(1576), - [sym_ipv6] = ACTIONS(1578), - [sym_ipv4] = ACTIONS(1578), - [sym_port] = ACTIONS(1576), - [sym_floatp] = ACTIONS(1578), - [sym_hex] = ACTIONS(1578), - [sym_hostname] = ACTIONS(1578), - [aux_sym_string_token1] = ACTIONS(1576), + [ts_builtin_sym_end] = ACTIONS(1583), + [anon_sym_module] = ACTIONS(1585), + [anon_sym_SEMI] = ACTIONS(1583), + [anon_sym_export] = ACTIONS(1585), + [anon_sym_LBRACE] = ACTIONS(1583), + [anon_sym_global] = ACTIONS(1585), + [anon_sym_option] = ACTIONS(1585), + [anon_sym_const] = ACTIONS(1585), + [anon_sym_redef] = ACTIONS(1585), + [anon_sym_record] = ACTIONS(1585), + [anon_sym_type] = ACTIONS(1585), + [anon_sym_print] = ACTIONS(1585), + [anon_sym_event] = ACTIONS(1585), + [anon_sym_if] = ACTIONS(1585), + [anon_sym_LPAREN] = ACTIONS(1583), + [anon_sym_switch] = ACTIONS(1585), + [anon_sym_for] = ACTIONS(1585), + [anon_sym_LBRACK] = ACTIONS(1585), + [anon_sym_while] = ACTIONS(1585), + [anon_sym_next] = ACTIONS(1585), + [anon_sym_break] = ACTIONS(1585), + [anon_sym_fallthrough] = ACTIONS(1585), + [anon_sym_return] = ACTIONS(1585), + [anon_sym_add] = ACTIONS(1585), + [anon_sym_delete] = ACTIONS(1585), + [anon_sym_local] = ACTIONS(1585), + [anon_sym_when] = ACTIONS(1585), + [anon_sym_assert] = ACTIONS(1585), + [anon_sym_table] = ACTIONS(1585), + [anon_sym_set] = ACTIONS(1585), + [anon_sym_vector] = ACTIONS(1585), + [anon_sym_function] = ACTIONS(1585), + [anon_sym_hook] = ACTIONS(1585), + [anon_sym_DOLLAR] = ACTIONS(1583), + [anon_sym_PIPE] = ACTIONS(1583), + [anon_sym_PLUS_PLUS] = ACTIONS(1583), + [anon_sym_DASH_DASH] = ACTIONS(1583), + [anon_sym_BANG] = ACTIONS(1583), + [anon_sym_TILDE] = ACTIONS(1583), + [anon_sym_DASH] = ACTIONS(1585), + [anon_sym_PLUS] = ACTIONS(1585), + [anon_sym_copy] = ACTIONS(1585), + [anon_sym_schedule] = ACTIONS(1585), + [aux_sym_constant_token1] = ACTIONS(1585), + [anon_sym_T] = ACTIONS(1585), + [anon_sym_F] = ACTIONS(1585), + [anon_sym_ATdeprecated] = ACTIONS(1583), + [anon_sym_ATload] = ACTIONS(1585), + [anon_sym_ATload_DASHsigs] = ACTIONS(1583), + [anon_sym_ATload_DASHplugin] = ACTIONS(1583), + [anon_sym_ATunload] = ACTIONS(1583), + [anon_sym_ATprefixes] = ACTIONS(1583), + [anon_sym_ATif] = ACTIONS(1585), + [anon_sym_ATifdef] = ACTIONS(1583), + [anon_sym_ATifndef] = ACTIONS(1583), + [anon_sym_ATendif] = ACTIONS(1583), + [anon_sym_ATelse] = ACTIONS(1583), + [anon_sym_ATpragma] = ACTIONS(1583), + [anon_sym_ATDIR] = ACTIONS(1583), + [anon_sym_ATFILENAME] = ACTIONS(1583), + [sym_id] = ACTIONS(1585), + [sym_pattern] = ACTIONS(1583), + [sym_ipv6] = ACTIONS(1583), + [sym_ipv4] = ACTIONS(1585), + [sym_port] = ACTIONS(1583), + [sym_floatp] = ACTIONS(1585), + [sym_hex] = ACTIONS(1585), + [sym_hostname] = ACTIONS(1585), + [aux_sym_string_token1] = ACTIONS(1583), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -44152,75 +43386,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(347)] = { - [ts_builtin_sym_end] = ACTIONS(1580), - [anon_sym_module] = ACTIONS(1582), - [anon_sym_SEMI] = ACTIONS(1580), - [anon_sym_export] = ACTIONS(1582), - [anon_sym_LBRACE] = ACTIONS(1580), - [anon_sym_global] = ACTIONS(1582), - [anon_sym_option] = ACTIONS(1582), - [anon_sym_const] = ACTIONS(1582), - [anon_sym_redef] = ACTIONS(1582), - [anon_sym_record] = ACTIONS(1582), - [anon_sym_type] = ACTIONS(1582), - [anon_sym_print] = ACTIONS(1582), - [anon_sym_event] = ACTIONS(1582), - [anon_sym_if] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(1580), - [anon_sym_switch] = ACTIONS(1582), - [anon_sym_for] = ACTIONS(1582), - [anon_sym_LBRACK] = ACTIONS(1580), - [anon_sym_while] = ACTIONS(1582), - [anon_sym_next] = ACTIONS(1582), - [anon_sym_break] = ACTIONS(1582), - [anon_sym_fallthrough] = ACTIONS(1582), - [anon_sym_return] = ACTIONS(1582), - [anon_sym_add] = ACTIONS(1582), - [anon_sym_delete] = ACTIONS(1582), - [anon_sym_local] = ACTIONS(1582), - [anon_sym_when] = ACTIONS(1582), - [anon_sym_assert] = ACTIONS(1582), - [anon_sym_table] = ACTIONS(1582), - [anon_sym_set] = ACTIONS(1582), - [anon_sym_vector] = ACTIONS(1582), - [anon_sym_function] = ACTIONS(1582), - [anon_sym_hook] = ACTIONS(1582), - [anon_sym_DOLLAR] = ACTIONS(1580), - [anon_sym_PIPE] = ACTIONS(1580), - [anon_sym_PLUS_PLUS] = ACTIONS(1580), - [anon_sym_DASH_DASH] = ACTIONS(1580), - [anon_sym_BANG] = ACTIONS(1580), - [anon_sym_TILDE] = ACTIONS(1580), - [anon_sym_DASH] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1582), - [anon_sym_copy] = ACTIONS(1582), - [anon_sym_schedule] = ACTIONS(1582), - [aux_sym_constant_token1] = ACTIONS(1582), - [anon_sym_T] = ACTIONS(1582), - [anon_sym_F] = ACTIONS(1582), - [anon_sym_ATdeprecated] = ACTIONS(1580), - [anon_sym_ATload] = ACTIONS(1582), - [anon_sym_ATload_DASHsigs] = ACTIONS(1580), - [anon_sym_ATload_DASHplugin] = ACTIONS(1580), - [anon_sym_ATunload] = ACTIONS(1580), - [anon_sym_ATprefixes] = ACTIONS(1580), - [anon_sym_ATif] = ACTIONS(1582), - [anon_sym_ATifdef] = ACTIONS(1580), - [anon_sym_ATifndef] = ACTIONS(1580), - [anon_sym_ATendif] = ACTIONS(1580), - [anon_sym_ATelse] = ACTIONS(1580), - [anon_sym_ATpragma] = ACTIONS(1580), - [anon_sym_ATDIR] = ACTIONS(1580), - [anon_sym_ATFILENAME] = ACTIONS(1580), - [sym_id] = ACTIONS(1582), - [sym_pattern] = ACTIONS(1580), - [sym_ipv6] = ACTIONS(1582), - [sym_ipv4] = ACTIONS(1582), - [sym_port] = ACTIONS(1580), - [sym_floatp] = ACTIONS(1582), - [sym_hex] = ACTIONS(1582), - [sym_hostname] = ACTIONS(1582), - [aux_sym_string_token1] = ACTIONS(1580), + [ts_builtin_sym_end] = ACTIONS(1587), + [anon_sym_module] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_export] = ACTIONS(1589), + [anon_sym_LBRACE] = ACTIONS(1587), + [anon_sym_global] = ACTIONS(1589), + [anon_sym_option] = ACTIONS(1589), + [anon_sym_const] = ACTIONS(1589), + [anon_sym_redef] = ACTIONS(1589), + [anon_sym_record] = ACTIONS(1589), + [anon_sym_type] = ACTIONS(1589), + [anon_sym_print] = ACTIONS(1589), + [anon_sym_event] = ACTIONS(1589), + [anon_sym_if] = ACTIONS(1589), + [anon_sym_LPAREN] = ACTIONS(1587), + [anon_sym_switch] = ACTIONS(1589), + [anon_sym_for] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_while] = ACTIONS(1589), + [anon_sym_next] = ACTIONS(1589), + [anon_sym_break] = ACTIONS(1589), + [anon_sym_fallthrough] = ACTIONS(1589), + [anon_sym_return] = ACTIONS(1589), + [anon_sym_add] = ACTIONS(1589), + [anon_sym_delete] = ACTIONS(1589), + [anon_sym_local] = ACTIONS(1589), + [anon_sym_when] = ACTIONS(1589), + [anon_sym_assert] = ACTIONS(1589), + [anon_sym_table] = ACTIONS(1589), + [anon_sym_set] = ACTIONS(1589), + [anon_sym_vector] = ACTIONS(1589), + [anon_sym_function] = ACTIONS(1589), + [anon_sym_hook] = ACTIONS(1589), + [anon_sym_DOLLAR] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_PLUS_PLUS] = ACTIONS(1587), + [anon_sym_DASH_DASH] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1587), + [anon_sym_TILDE] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1589), + [anon_sym_copy] = ACTIONS(1589), + [anon_sym_schedule] = ACTIONS(1589), + [aux_sym_constant_token1] = ACTIONS(1589), + [anon_sym_T] = ACTIONS(1589), + [anon_sym_F] = ACTIONS(1589), + [anon_sym_ATdeprecated] = ACTIONS(1587), + [anon_sym_ATload] = ACTIONS(1589), + [anon_sym_ATload_DASHsigs] = ACTIONS(1587), + [anon_sym_ATload_DASHplugin] = ACTIONS(1587), + [anon_sym_ATunload] = ACTIONS(1587), + [anon_sym_ATprefixes] = ACTIONS(1587), + [anon_sym_ATif] = ACTIONS(1589), + [anon_sym_ATifdef] = ACTIONS(1587), + [anon_sym_ATifndef] = ACTIONS(1587), + [anon_sym_ATendif] = ACTIONS(1587), + [anon_sym_ATelse] = ACTIONS(1587), + [anon_sym_ATpragma] = ACTIONS(1587), + [anon_sym_ATDIR] = ACTIONS(1587), + [anon_sym_ATFILENAME] = ACTIONS(1587), + [sym_id] = ACTIONS(1589), + [sym_pattern] = ACTIONS(1587), + [sym_ipv6] = ACTIONS(1587), + [sym_ipv4] = ACTIONS(1589), + [sym_port] = ACTIONS(1587), + [sym_floatp] = ACTIONS(1589), + [sym_hex] = ACTIONS(1589), + [sym_hostname] = ACTIONS(1589), + [aux_sym_string_token1] = ACTIONS(1587), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -44228,75 +43462,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(348)] = { - [ts_builtin_sym_end] = ACTIONS(1576), - [anon_sym_module] = ACTIONS(1578), - [anon_sym_SEMI] = ACTIONS(1576), - [anon_sym_export] = ACTIONS(1578), - [anon_sym_LBRACE] = ACTIONS(1576), - [anon_sym_global] = ACTIONS(1578), - [anon_sym_option] = ACTIONS(1578), - [anon_sym_const] = ACTIONS(1578), - [anon_sym_redef] = ACTIONS(1578), - [anon_sym_record] = ACTIONS(1578), - [anon_sym_type] = ACTIONS(1578), - [anon_sym_print] = ACTIONS(1578), - [anon_sym_event] = ACTIONS(1578), - [anon_sym_if] = ACTIONS(1578), - [anon_sym_LPAREN] = ACTIONS(1576), - [anon_sym_switch] = ACTIONS(1578), - [anon_sym_for] = ACTIONS(1578), - [anon_sym_LBRACK] = ACTIONS(1576), - [anon_sym_while] = ACTIONS(1578), - [anon_sym_next] = ACTIONS(1578), - [anon_sym_break] = ACTIONS(1578), - [anon_sym_fallthrough] = ACTIONS(1578), - [anon_sym_return] = ACTIONS(1578), - [anon_sym_add] = ACTIONS(1578), - [anon_sym_delete] = ACTIONS(1578), - [anon_sym_local] = ACTIONS(1578), - [anon_sym_when] = ACTIONS(1578), - [anon_sym_assert] = ACTIONS(1578), - [anon_sym_table] = ACTIONS(1578), - [anon_sym_set] = ACTIONS(1578), - [anon_sym_vector] = ACTIONS(1578), - [anon_sym_function] = ACTIONS(1578), - [anon_sym_hook] = ACTIONS(1578), - [anon_sym_DOLLAR] = ACTIONS(1576), - [anon_sym_PIPE] = ACTIONS(1576), - [anon_sym_PLUS_PLUS] = ACTIONS(1576), - [anon_sym_DASH_DASH] = ACTIONS(1576), - [anon_sym_BANG] = ACTIONS(1576), - [anon_sym_TILDE] = ACTIONS(1576), - [anon_sym_DASH] = ACTIONS(1578), - [anon_sym_PLUS] = ACTIONS(1578), - [anon_sym_copy] = ACTIONS(1578), - [anon_sym_schedule] = ACTIONS(1578), - [aux_sym_constant_token1] = ACTIONS(1578), - [anon_sym_T] = ACTIONS(1578), - [anon_sym_F] = ACTIONS(1578), - [anon_sym_ATdeprecated] = ACTIONS(1576), - [anon_sym_ATload] = ACTIONS(1578), - [anon_sym_ATload_DASHsigs] = ACTIONS(1576), - [anon_sym_ATload_DASHplugin] = ACTIONS(1576), - [anon_sym_ATunload] = ACTIONS(1576), - [anon_sym_ATprefixes] = ACTIONS(1576), - [anon_sym_ATif] = ACTIONS(1578), - [anon_sym_ATifdef] = ACTIONS(1576), - [anon_sym_ATifndef] = ACTIONS(1576), - [anon_sym_ATendif] = ACTIONS(1576), - [anon_sym_ATelse] = ACTIONS(1576), - [anon_sym_ATpragma] = ACTIONS(1576), - [anon_sym_ATDIR] = ACTIONS(1576), - [anon_sym_ATFILENAME] = ACTIONS(1576), - [sym_id] = ACTIONS(1578), - [sym_pattern] = ACTIONS(1576), - [sym_ipv6] = ACTIONS(1578), - [sym_ipv4] = ACTIONS(1578), - [sym_port] = ACTIONS(1576), - [sym_floatp] = ACTIONS(1578), - [sym_hex] = ACTIONS(1578), - [sym_hostname] = ACTIONS(1578), - [aux_sym_string_token1] = ACTIONS(1576), + [ts_builtin_sym_end] = ACTIONS(1583), + [anon_sym_module] = ACTIONS(1585), + [anon_sym_SEMI] = ACTIONS(1583), + [anon_sym_export] = ACTIONS(1585), + [anon_sym_LBRACE] = ACTIONS(1583), + [anon_sym_global] = ACTIONS(1585), + [anon_sym_option] = ACTIONS(1585), + [anon_sym_const] = ACTIONS(1585), + [anon_sym_redef] = ACTIONS(1585), + [anon_sym_record] = ACTIONS(1585), + [anon_sym_type] = ACTIONS(1585), + [anon_sym_print] = ACTIONS(1585), + [anon_sym_event] = ACTIONS(1585), + [anon_sym_if] = ACTIONS(1585), + [anon_sym_LPAREN] = ACTIONS(1583), + [anon_sym_switch] = ACTIONS(1585), + [anon_sym_for] = ACTIONS(1585), + [anon_sym_LBRACK] = ACTIONS(1585), + [anon_sym_while] = ACTIONS(1585), + [anon_sym_next] = ACTIONS(1585), + [anon_sym_break] = ACTIONS(1585), + [anon_sym_fallthrough] = ACTIONS(1585), + [anon_sym_return] = ACTIONS(1585), + [anon_sym_add] = ACTIONS(1585), + [anon_sym_delete] = ACTIONS(1585), + [anon_sym_local] = ACTIONS(1585), + [anon_sym_when] = ACTIONS(1585), + [anon_sym_assert] = ACTIONS(1585), + [anon_sym_table] = ACTIONS(1585), + [anon_sym_set] = ACTIONS(1585), + [anon_sym_vector] = ACTIONS(1585), + [anon_sym_function] = ACTIONS(1585), + [anon_sym_hook] = ACTIONS(1585), + [anon_sym_DOLLAR] = ACTIONS(1583), + [anon_sym_PIPE] = ACTIONS(1583), + [anon_sym_PLUS_PLUS] = ACTIONS(1583), + [anon_sym_DASH_DASH] = ACTIONS(1583), + [anon_sym_BANG] = ACTIONS(1583), + [anon_sym_TILDE] = ACTIONS(1583), + [anon_sym_DASH] = ACTIONS(1585), + [anon_sym_PLUS] = ACTIONS(1585), + [anon_sym_copy] = ACTIONS(1585), + [anon_sym_schedule] = ACTIONS(1585), + [aux_sym_constant_token1] = ACTIONS(1585), + [anon_sym_T] = ACTIONS(1585), + [anon_sym_F] = ACTIONS(1585), + [anon_sym_ATdeprecated] = ACTIONS(1583), + [anon_sym_ATload] = ACTIONS(1585), + [anon_sym_ATload_DASHsigs] = ACTIONS(1583), + [anon_sym_ATload_DASHplugin] = ACTIONS(1583), + [anon_sym_ATunload] = ACTIONS(1583), + [anon_sym_ATprefixes] = ACTIONS(1583), + [anon_sym_ATif] = ACTIONS(1585), + [anon_sym_ATifdef] = ACTIONS(1583), + [anon_sym_ATifndef] = ACTIONS(1583), + [anon_sym_ATendif] = ACTIONS(1583), + [anon_sym_ATelse] = ACTIONS(1583), + [anon_sym_ATpragma] = ACTIONS(1583), + [anon_sym_ATDIR] = ACTIONS(1583), + [anon_sym_ATFILENAME] = ACTIONS(1583), + [sym_id] = ACTIONS(1585), + [sym_pattern] = ACTIONS(1583), + [sym_ipv6] = ACTIONS(1583), + [sym_ipv4] = ACTIONS(1585), + [sym_port] = ACTIONS(1583), + [sym_floatp] = ACTIONS(1585), + [sym_hex] = ACTIONS(1585), + [sym_hostname] = ACTIONS(1585), + [aux_sym_string_token1] = ACTIONS(1583), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -44304,75 +43538,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(349)] = { - [ts_builtin_sym_end] = ACTIONS(1584), - [anon_sym_module] = ACTIONS(1586), - [anon_sym_SEMI] = ACTIONS(1584), - [anon_sym_export] = ACTIONS(1586), - [anon_sym_LBRACE] = ACTIONS(1584), - [anon_sym_global] = ACTIONS(1586), - [anon_sym_option] = ACTIONS(1586), - [anon_sym_const] = ACTIONS(1586), - [anon_sym_redef] = ACTIONS(1586), - [anon_sym_record] = ACTIONS(1586), - [anon_sym_type] = ACTIONS(1586), - [anon_sym_print] = ACTIONS(1586), - [anon_sym_event] = ACTIONS(1586), - [anon_sym_if] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(1584), - [anon_sym_switch] = ACTIONS(1586), - [anon_sym_for] = ACTIONS(1586), - [anon_sym_LBRACK] = ACTIONS(1584), - [anon_sym_while] = ACTIONS(1586), - [anon_sym_next] = ACTIONS(1586), - [anon_sym_break] = ACTIONS(1586), - [anon_sym_fallthrough] = ACTIONS(1586), - [anon_sym_return] = ACTIONS(1586), - [anon_sym_add] = ACTIONS(1586), - [anon_sym_delete] = ACTIONS(1586), - [anon_sym_local] = ACTIONS(1586), - [anon_sym_when] = ACTIONS(1586), - [anon_sym_assert] = ACTIONS(1586), - [anon_sym_table] = ACTIONS(1586), - [anon_sym_set] = ACTIONS(1586), - [anon_sym_vector] = ACTIONS(1586), - [anon_sym_function] = ACTIONS(1586), - [anon_sym_hook] = ACTIONS(1586), - [anon_sym_DOLLAR] = ACTIONS(1584), - [anon_sym_PIPE] = ACTIONS(1584), - [anon_sym_PLUS_PLUS] = ACTIONS(1584), - [anon_sym_DASH_DASH] = ACTIONS(1584), - [anon_sym_BANG] = ACTIONS(1584), - [anon_sym_TILDE] = ACTIONS(1584), - [anon_sym_DASH] = ACTIONS(1586), - [anon_sym_PLUS] = ACTIONS(1586), - [anon_sym_copy] = ACTIONS(1586), - [anon_sym_schedule] = ACTIONS(1586), - [aux_sym_constant_token1] = ACTIONS(1586), - [anon_sym_T] = ACTIONS(1586), - [anon_sym_F] = ACTIONS(1586), - [anon_sym_ATdeprecated] = ACTIONS(1584), - [anon_sym_ATload] = ACTIONS(1586), - [anon_sym_ATload_DASHsigs] = ACTIONS(1584), - [anon_sym_ATload_DASHplugin] = ACTIONS(1584), - [anon_sym_ATunload] = ACTIONS(1584), - [anon_sym_ATprefixes] = ACTIONS(1584), - [anon_sym_ATif] = ACTIONS(1586), - [anon_sym_ATifdef] = ACTIONS(1584), - [anon_sym_ATifndef] = ACTIONS(1584), - [anon_sym_ATendif] = ACTIONS(1584), - [anon_sym_ATelse] = ACTIONS(1584), - [anon_sym_ATpragma] = ACTIONS(1584), - [anon_sym_ATDIR] = ACTIONS(1584), - [anon_sym_ATFILENAME] = ACTIONS(1584), - [sym_id] = ACTIONS(1586), - [sym_pattern] = ACTIONS(1584), - [sym_ipv6] = ACTIONS(1586), - [sym_ipv4] = ACTIONS(1586), - [sym_port] = ACTIONS(1584), - [sym_floatp] = ACTIONS(1586), - [sym_hex] = ACTIONS(1586), - [sym_hostname] = ACTIONS(1586), - [aux_sym_string_token1] = ACTIONS(1584), + [ts_builtin_sym_end] = ACTIONS(1591), + [anon_sym_module] = ACTIONS(1593), + [anon_sym_SEMI] = ACTIONS(1591), + [anon_sym_export] = ACTIONS(1593), + [anon_sym_LBRACE] = ACTIONS(1591), + [anon_sym_global] = ACTIONS(1593), + [anon_sym_option] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_redef] = ACTIONS(1593), + [anon_sym_record] = ACTIONS(1593), + [anon_sym_type] = ACTIONS(1593), + [anon_sym_print] = ACTIONS(1593), + [anon_sym_event] = ACTIONS(1593), + [anon_sym_if] = ACTIONS(1593), + [anon_sym_LPAREN] = ACTIONS(1591), + [anon_sym_switch] = ACTIONS(1593), + [anon_sym_for] = ACTIONS(1593), + [anon_sym_LBRACK] = ACTIONS(1593), + [anon_sym_while] = ACTIONS(1593), + [anon_sym_next] = ACTIONS(1593), + [anon_sym_break] = ACTIONS(1593), + [anon_sym_fallthrough] = ACTIONS(1593), + [anon_sym_return] = ACTIONS(1593), + [anon_sym_add] = ACTIONS(1593), + [anon_sym_delete] = ACTIONS(1593), + [anon_sym_local] = ACTIONS(1593), + [anon_sym_when] = ACTIONS(1593), + [anon_sym_assert] = ACTIONS(1593), + [anon_sym_table] = ACTIONS(1593), + [anon_sym_set] = ACTIONS(1593), + [anon_sym_vector] = ACTIONS(1593), + [anon_sym_function] = ACTIONS(1593), + [anon_sym_hook] = ACTIONS(1593), + [anon_sym_DOLLAR] = ACTIONS(1591), + [anon_sym_PIPE] = ACTIONS(1591), + [anon_sym_PLUS_PLUS] = ACTIONS(1591), + [anon_sym_DASH_DASH] = ACTIONS(1591), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1593), + [anon_sym_copy] = ACTIONS(1593), + [anon_sym_schedule] = ACTIONS(1593), + [aux_sym_constant_token1] = ACTIONS(1593), + [anon_sym_T] = ACTIONS(1593), + [anon_sym_F] = ACTIONS(1593), + [anon_sym_ATdeprecated] = ACTIONS(1591), + [anon_sym_ATload] = ACTIONS(1593), + [anon_sym_ATload_DASHsigs] = ACTIONS(1591), + [anon_sym_ATload_DASHplugin] = ACTIONS(1591), + [anon_sym_ATunload] = ACTIONS(1591), + [anon_sym_ATprefixes] = ACTIONS(1591), + [anon_sym_ATif] = ACTIONS(1593), + [anon_sym_ATifdef] = ACTIONS(1591), + [anon_sym_ATifndef] = ACTIONS(1591), + [anon_sym_ATendif] = ACTIONS(1591), + [anon_sym_ATelse] = ACTIONS(1591), + [anon_sym_ATpragma] = ACTIONS(1591), + [anon_sym_ATDIR] = ACTIONS(1591), + [anon_sym_ATFILENAME] = ACTIONS(1591), + [sym_id] = ACTIONS(1593), + [sym_pattern] = ACTIONS(1591), + [sym_ipv6] = ACTIONS(1591), + [sym_ipv4] = ACTIONS(1593), + [sym_port] = ACTIONS(1591), + [sym_floatp] = ACTIONS(1593), + [sym_hex] = ACTIONS(1593), + [sym_hostname] = ACTIONS(1593), + [aux_sym_string_token1] = ACTIONS(1591), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -44380,75 +43614,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(350)] = { - [ts_builtin_sym_end] = ACTIONS(1588), - [anon_sym_module] = ACTIONS(1590), - [anon_sym_SEMI] = ACTIONS(1588), - [anon_sym_export] = ACTIONS(1590), - [anon_sym_LBRACE] = ACTIONS(1588), - [anon_sym_global] = ACTIONS(1590), - [anon_sym_option] = ACTIONS(1590), - [anon_sym_const] = ACTIONS(1590), - [anon_sym_redef] = ACTIONS(1590), - [anon_sym_record] = ACTIONS(1590), - [anon_sym_type] = ACTIONS(1590), - [anon_sym_print] = ACTIONS(1590), - [anon_sym_event] = ACTIONS(1590), - [anon_sym_if] = ACTIONS(1590), - [anon_sym_LPAREN] = ACTIONS(1588), - [anon_sym_switch] = ACTIONS(1590), - [anon_sym_for] = ACTIONS(1590), - [anon_sym_LBRACK] = ACTIONS(1588), - [anon_sym_while] = ACTIONS(1590), - [anon_sym_next] = ACTIONS(1590), - [anon_sym_break] = ACTIONS(1590), - [anon_sym_fallthrough] = ACTIONS(1590), - [anon_sym_return] = ACTIONS(1590), - [anon_sym_add] = ACTIONS(1590), - [anon_sym_delete] = ACTIONS(1590), - [anon_sym_local] = ACTIONS(1590), - [anon_sym_when] = ACTIONS(1590), - [anon_sym_assert] = ACTIONS(1590), - [anon_sym_table] = ACTIONS(1590), - [anon_sym_set] = ACTIONS(1590), - [anon_sym_vector] = ACTIONS(1590), - [anon_sym_function] = ACTIONS(1590), - [anon_sym_hook] = ACTIONS(1590), - [anon_sym_DOLLAR] = ACTIONS(1588), - [anon_sym_PIPE] = ACTIONS(1588), - [anon_sym_PLUS_PLUS] = ACTIONS(1588), - [anon_sym_DASH_DASH] = ACTIONS(1588), - [anon_sym_BANG] = ACTIONS(1588), - [anon_sym_TILDE] = ACTIONS(1588), - [anon_sym_DASH] = ACTIONS(1590), - [anon_sym_PLUS] = ACTIONS(1590), - [anon_sym_copy] = ACTIONS(1590), - [anon_sym_schedule] = ACTIONS(1590), - [aux_sym_constant_token1] = ACTIONS(1590), - [anon_sym_T] = ACTIONS(1590), - [anon_sym_F] = ACTIONS(1590), - [anon_sym_ATdeprecated] = ACTIONS(1588), - [anon_sym_ATload] = ACTIONS(1590), - [anon_sym_ATload_DASHsigs] = ACTIONS(1588), - [anon_sym_ATload_DASHplugin] = ACTIONS(1588), - [anon_sym_ATunload] = ACTIONS(1588), - [anon_sym_ATprefixes] = ACTIONS(1588), - [anon_sym_ATif] = ACTIONS(1590), - [anon_sym_ATifdef] = ACTIONS(1588), - [anon_sym_ATifndef] = ACTIONS(1588), - [anon_sym_ATendif] = ACTIONS(1588), - [anon_sym_ATelse] = ACTIONS(1588), - [anon_sym_ATpragma] = ACTIONS(1588), - [anon_sym_ATDIR] = ACTIONS(1588), - [anon_sym_ATFILENAME] = ACTIONS(1588), - [sym_id] = ACTIONS(1590), - [sym_pattern] = ACTIONS(1588), - [sym_ipv6] = ACTIONS(1590), - [sym_ipv4] = ACTIONS(1590), - [sym_port] = ACTIONS(1588), - [sym_floatp] = ACTIONS(1590), - [sym_hex] = ACTIONS(1590), - [sym_hostname] = ACTIONS(1590), - [aux_sym_string_token1] = ACTIONS(1588), + [ts_builtin_sym_end] = ACTIONS(1595), + [anon_sym_module] = ACTIONS(1597), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_export] = ACTIONS(1597), + [anon_sym_LBRACE] = ACTIONS(1595), + [anon_sym_global] = ACTIONS(1597), + [anon_sym_option] = ACTIONS(1597), + [anon_sym_const] = ACTIONS(1597), + [anon_sym_redef] = ACTIONS(1597), + [anon_sym_record] = ACTIONS(1597), + [anon_sym_type] = ACTIONS(1597), + [anon_sym_print] = ACTIONS(1597), + [anon_sym_event] = ACTIONS(1597), + [anon_sym_if] = ACTIONS(1597), + [anon_sym_LPAREN] = ACTIONS(1595), + [anon_sym_switch] = ACTIONS(1597), + [anon_sym_for] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1597), + [anon_sym_while] = ACTIONS(1597), + [anon_sym_next] = ACTIONS(1597), + [anon_sym_break] = ACTIONS(1597), + [anon_sym_fallthrough] = ACTIONS(1597), + [anon_sym_return] = ACTIONS(1597), + [anon_sym_add] = ACTIONS(1597), + [anon_sym_delete] = ACTIONS(1597), + [anon_sym_local] = ACTIONS(1597), + [anon_sym_when] = ACTIONS(1597), + [anon_sym_assert] = ACTIONS(1597), + [anon_sym_table] = ACTIONS(1597), + [anon_sym_set] = ACTIONS(1597), + [anon_sym_vector] = ACTIONS(1597), + [anon_sym_function] = ACTIONS(1597), + [anon_sym_hook] = ACTIONS(1597), + [anon_sym_DOLLAR] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_PLUS_PLUS] = ACTIONS(1595), + [anon_sym_DASH_DASH] = ACTIONS(1595), + [anon_sym_BANG] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1597), + [anon_sym_copy] = ACTIONS(1597), + [anon_sym_schedule] = ACTIONS(1597), + [aux_sym_constant_token1] = ACTIONS(1597), + [anon_sym_T] = ACTIONS(1597), + [anon_sym_F] = ACTIONS(1597), + [anon_sym_ATdeprecated] = ACTIONS(1595), + [anon_sym_ATload] = ACTIONS(1597), + [anon_sym_ATload_DASHsigs] = ACTIONS(1595), + [anon_sym_ATload_DASHplugin] = ACTIONS(1595), + [anon_sym_ATunload] = ACTIONS(1595), + [anon_sym_ATprefixes] = ACTIONS(1595), + [anon_sym_ATif] = ACTIONS(1597), + [anon_sym_ATifdef] = ACTIONS(1595), + [anon_sym_ATifndef] = ACTIONS(1595), + [anon_sym_ATendif] = ACTIONS(1595), + [anon_sym_ATelse] = ACTIONS(1595), + [anon_sym_ATpragma] = ACTIONS(1595), + [anon_sym_ATDIR] = ACTIONS(1595), + [anon_sym_ATFILENAME] = ACTIONS(1595), + [sym_id] = ACTIONS(1597), + [sym_pattern] = ACTIONS(1595), + [sym_ipv6] = ACTIONS(1595), + [sym_ipv4] = ACTIONS(1597), + [sym_port] = ACTIONS(1595), + [sym_floatp] = ACTIONS(1597), + [sym_hex] = ACTIONS(1597), + [sym_hostname] = ACTIONS(1597), + [aux_sym_string_token1] = ACTIONS(1595), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -44456,75 +43690,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(351)] = { - [ts_builtin_sym_end] = ACTIONS(1592), - [anon_sym_module] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_export] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1592), - [anon_sym_global] = ACTIONS(1594), - [anon_sym_option] = ACTIONS(1594), - [anon_sym_const] = ACTIONS(1594), - [anon_sym_redef] = ACTIONS(1594), - [anon_sym_record] = ACTIONS(1594), - [anon_sym_type] = ACTIONS(1594), - [anon_sym_print] = ACTIONS(1594), - [anon_sym_event] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1594), - [anon_sym_LPAREN] = ACTIONS(1592), - [anon_sym_switch] = ACTIONS(1594), - [anon_sym_for] = ACTIONS(1594), - [anon_sym_LBRACK] = ACTIONS(1592), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_next] = ACTIONS(1594), - [anon_sym_break] = ACTIONS(1594), - [anon_sym_fallthrough] = ACTIONS(1594), - [anon_sym_return] = ACTIONS(1594), - [anon_sym_add] = ACTIONS(1594), - [anon_sym_delete] = ACTIONS(1594), - [anon_sym_local] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(1594), - [anon_sym_assert] = ACTIONS(1594), - [anon_sym_table] = ACTIONS(1594), - [anon_sym_set] = ACTIONS(1594), - [anon_sym_vector] = ACTIONS(1594), - [anon_sym_function] = ACTIONS(1594), - [anon_sym_hook] = ACTIONS(1594), - [anon_sym_DOLLAR] = ACTIONS(1592), - [anon_sym_PIPE] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1592), - [anon_sym_DASH_DASH] = ACTIONS(1592), - [anon_sym_BANG] = ACTIONS(1592), - [anon_sym_TILDE] = ACTIONS(1592), - [anon_sym_DASH] = ACTIONS(1594), - [anon_sym_PLUS] = ACTIONS(1594), - [anon_sym_copy] = ACTIONS(1594), - [anon_sym_schedule] = ACTIONS(1594), - [aux_sym_constant_token1] = ACTIONS(1594), - [anon_sym_T] = ACTIONS(1594), - [anon_sym_F] = ACTIONS(1594), - [anon_sym_ATdeprecated] = ACTIONS(1592), - [anon_sym_ATload] = ACTIONS(1594), - [anon_sym_ATload_DASHsigs] = ACTIONS(1592), - [anon_sym_ATload_DASHplugin] = ACTIONS(1592), - [anon_sym_ATunload] = ACTIONS(1592), - [anon_sym_ATprefixes] = ACTIONS(1592), - [anon_sym_ATif] = ACTIONS(1594), - [anon_sym_ATifdef] = ACTIONS(1592), - [anon_sym_ATifndef] = ACTIONS(1592), - [anon_sym_ATendif] = ACTIONS(1592), - [anon_sym_ATelse] = ACTIONS(1592), - [anon_sym_ATpragma] = ACTIONS(1592), - [anon_sym_ATDIR] = ACTIONS(1592), - [anon_sym_ATFILENAME] = ACTIONS(1592), - [sym_id] = ACTIONS(1594), - [sym_pattern] = ACTIONS(1592), - [sym_ipv6] = ACTIONS(1594), - [sym_ipv4] = ACTIONS(1594), - [sym_port] = ACTIONS(1592), - [sym_floatp] = ACTIONS(1594), - [sym_hex] = ACTIONS(1594), - [sym_hostname] = ACTIONS(1594), - [aux_sym_string_token1] = ACTIONS(1592), + [ts_builtin_sym_end] = ACTIONS(1599), + [anon_sym_module] = ACTIONS(1601), + [anon_sym_SEMI] = ACTIONS(1599), + [anon_sym_export] = ACTIONS(1601), + [anon_sym_LBRACE] = ACTIONS(1599), + [anon_sym_global] = ACTIONS(1601), + [anon_sym_option] = ACTIONS(1601), + [anon_sym_const] = ACTIONS(1601), + [anon_sym_redef] = ACTIONS(1601), + [anon_sym_record] = ACTIONS(1601), + [anon_sym_type] = ACTIONS(1601), + [anon_sym_print] = ACTIONS(1601), + [anon_sym_event] = ACTIONS(1601), + [anon_sym_if] = ACTIONS(1601), + [anon_sym_LPAREN] = ACTIONS(1599), + [anon_sym_switch] = ACTIONS(1601), + [anon_sym_for] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1601), + [anon_sym_while] = ACTIONS(1601), + [anon_sym_next] = ACTIONS(1601), + [anon_sym_break] = ACTIONS(1601), + [anon_sym_fallthrough] = ACTIONS(1601), + [anon_sym_return] = ACTIONS(1601), + [anon_sym_add] = ACTIONS(1601), + [anon_sym_delete] = ACTIONS(1601), + [anon_sym_local] = ACTIONS(1601), + [anon_sym_when] = ACTIONS(1601), + [anon_sym_assert] = ACTIONS(1601), + [anon_sym_table] = ACTIONS(1601), + [anon_sym_set] = ACTIONS(1601), + [anon_sym_vector] = ACTIONS(1601), + [anon_sym_function] = ACTIONS(1601), + [anon_sym_hook] = ACTIONS(1601), + [anon_sym_DOLLAR] = ACTIONS(1599), + [anon_sym_PIPE] = ACTIONS(1599), + [anon_sym_PLUS_PLUS] = ACTIONS(1599), + [anon_sym_DASH_DASH] = ACTIONS(1599), + [anon_sym_BANG] = ACTIONS(1599), + [anon_sym_TILDE] = ACTIONS(1599), + [anon_sym_DASH] = ACTIONS(1601), + [anon_sym_PLUS] = ACTIONS(1601), + [anon_sym_copy] = ACTIONS(1601), + [anon_sym_schedule] = ACTIONS(1601), + [aux_sym_constant_token1] = ACTIONS(1601), + [anon_sym_T] = ACTIONS(1601), + [anon_sym_F] = ACTIONS(1601), + [anon_sym_ATdeprecated] = ACTIONS(1599), + [anon_sym_ATload] = ACTIONS(1601), + [anon_sym_ATload_DASHsigs] = ACTIONS(1599), + [anon_sym_ATload_DASHplugin] = ACTIONS(1599), + [anon_sym_ATunload] = ACTIONS(1599), + [anon_sym_ATprefixes] = ACTIONS(1599), + [anon_sym_ATif] = ACTIONS(1601), + [anon_sym_ATifdef] = ACTIONS(1599), + [anon_sym_ATifndef] = ACTIONS(1599), + [anon_sym_ATendif] = ACTIONS(1599), + [anon_sym_ATelse] = ACTIONS(1599), + [anon_sym_ATpragma] = ACTIONS(1599), + [anon_sym_ATDIR] = ACTIONS(1599), + [anon_sym_ATFILENAME] = ACTIONS(1599), + [sym_id] = ACTIONS(1601), + [sym_pattern] = ACTIONS(1599), + [sym_ipv6] = ACTIONS(1599), + [sym_ipv4] = ACTIONS(1601), + [sym_port] = ACTIONS(1599), + [sym_floatp] = ACTIONS(1601), + [sym_hex] = ACTIONS(1601), + [sym_hostname] = ACTIONS(1601), + [aux_sym_string_token1] = ACTIONS(1599), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -44532,75 +43766,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(352)] = { - [ts_builtin_sym_end] = ACTIONS(1596), - [anon_sym_module] = ACTIONS(1598), - [anon_sym_SEMI] = ACTIONS(1596), - [anon_sym_export] = ACTIONS(1598), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_global] = ACTIONS(1598), - [anon_sym_option] = ACTIONS(1598), - [anon_sym_const] = ACTIONS(1598), - [anon_sym_redef] = ACTIONS(1598), - [anon_sym_record] = ACTIONS(1598), - [anon_sym_type] = ACTIONS(1598), - [anon_sym_print] = ACTIONS(1598), - [anon_sym_event] = ACTIONS(1598), - [anon_sym_if] = ACTIONS(1598), - [anon_sym_LPAREN] = ACTIONS(1596), - [anon_sym_switch] = ACTIONS(1598), - [anon_sym_for] = ACTIONS(1598), - [anon_sym_LBRACK] = ACTIONS(1596), - [anon_sym_while] = ACTIONS(1598), - [anon_sym_next] = ACTIONS(1598), - [anon_sym_break] = ACTIONS(1598), - [anon_sym_fallthrough] = ACTIONS(1598), - [anon_sym_return] = ACTIONS(1598), - [anon_sym_add] = ACTIONS(1598), - [anon_sym_delete] = ACTIONS(1598), - [anon_sym_local] = ACTIONS(1598), - [anon_sym_when] = ACTIONS(1598), - [anon_sym_assert] = ACTIONS(1598), - [anon_sym_table] = ACTIONS(1598), - [anon_sym_set] = ACTIONS(1598), - [anon_sym_vector] = ACTIONS(1598), - [anon_sym_function] = ACTIONS(1598), - [anon_sym_hook] = ACTIONS(1598), - [anon_sym_DOLLAR] = ACTIONS(1596), - [anon_sym_PIPE] = ACTIONS(1596), - [anon_sym_PLUS_PLUS] = ACTIONS(1596), - [anon_sym_DASH_DASH] = ACTIONS(1596), - [anon_sym_BANG] = ACTIONS(1596), - [anon_sym_TILDE] = ACTIONS(1596), - [anon_sym_DASH] = ACTIONS(1598), - [anon_sym_PLUS] = ACTIONS(1598), - [anon_sym_copy] = ACTIONS(1598), - [anon_sym_schedule] = ACTIONS(1598), - [aux_sym_constant_token1] = ACTIONS(1598), - [anon_sym_T] = ACTIONS(1598), - [anon_sym_F] = ACTIONS(1598), - [anon_sym_ATdeprecated] = ACTIONS(1596), - [anon_sym_ATload] = ACTIONS(1598), - [anon_sym_ATload_DASHsigs] = ACTIONS(1596), - [anon_sym_ATload_DASHplugin] = ACTIONS(1596), - [anon_sym_ATunload] = ACTIONS(1596), - [anon_sym_ATprefixes] = ACTIONS(1596), - [anon_sym_ATif] = ACTIONS(1598), - [anon_sym_ATifdef] = ACTIONS(1596), - [anon_sym_ATifndef] = ACTIONS(1596), - [anon_sym_ATendif] = ACTIONS(1596), - [anon_sym_ATelse] = ACTIONS(1596), - [anon_sym_ATpragma] = ACTIONS(1596), - [anon_sym_ATDIR] = ACTIONS(1596), - [anon_sym_ATFILENAME] = ACTIONS(1596), - [sym_id] = ACTIONS(1598), - [sym_pattern] = ACTIONS(1596), - [sym_ipv6] = ACTIONS(1598), - [sym_ipv4] = ACTIONS(1598), - [sym_port] = ACTIONS(1596), - [sym_floatp] = ACTIONS(1598), - [sym_hex] = ACTIONS(1598), - [sym_hostname] = ACTIONS(1598), - [aux_sym_string_token1] = ACTIONS(1596), + [ts_builtin_sym_end] = ACTIONS(1603), + [anon_sym_module] = ACTIONS(1605), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_export] = ACTIONS(1605), + [anon_sym_LBRACE] = ACTIONS(1603), + [anon_sym_global] = ACTIONS(1605), + [anon_sym_option] = ACTIONS(1605), + [anon_sym_const] = ACTIONS(1605), + [anon_sym_redef] = ACTIONS(1605), + [anon_sym_record] = ACTIONS(1605), + [anon_sym_type] = ACTIONS(1605), + [anon_sym_print] = ACTIONS(1605), + [anon_sym_event] = ACTIONS(1605), + [anon_sym_if] = ACTIONS(1605), + [anon_sym_LPAREN] = ACTIONS(1603), + [anon_sym_switch] = ACTIONS(1605), + [anon_sym_for] = ACTIONS(1605), + [anon_sym_LBRACK] = ACTIONS(1605), + [anon_sym_while] = ACTIONS(1605), + [anon_sym_next] = ACTIONS(1605), + [anon_sym_break] = ACTIONS(1605), + [anon_sym_fallthrough] = ACTIONS(1605), + [anon_sym_return] = ACTIONS(1605), + [anon_sym_add] = ACTIONS(1605), + [anon_sym_delete] = ACTIONS(1605), + [anon_sym_local] = ACTIONS(1605), + [anon_sym_when] = ACTIONS(1605), + [anon_sym_assert] = ACTIONS(1605), + [anon_sym_table] = ACTIONS(1605), + [anon_sym_set] = ACTIONS(1605), + [anon_sym_vector] = ACTIONS(1605), + [anon_sym_function] = ACTIONS(1605), + [anon_sym_hook] = ACTIONS(1605), + [anon_sym_DOLLAR] = ACTIONS(1603), + [anon_sym_PIPE] = ACTIONS(1603), + [anon_sym_PLUS_PLUS] = ACTIONS(1603), + [anon_sym_DASH_DASH] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1603), + [anon_sym_TILDE] = ACTIONS(1603), + [anon_sym_DASH] = ACTIONS(1605), + [anon_sym_PLUS] = ACTIONS(1605), + [anon_sym_copy] = ACTIONS(1605), + [anon_sym_schedule] = ACTIONS(1605), + [aux_sym_constant_token1] = ACTIONS(1605), + [anon_sym_T] = ACTIONS(1605), + [anon_sym_F] = ACTIONS(1605), + [anon_sym_ATdeprecated] = ACTIONS(1603), + [anon_sym_ATload] = ACTIONS(1605), + [anon_sym_ATload_DASHsigs] = ACTIONS(1603), + [anon_sym_ATload_DASHplugin] = ACTIONS(1603), + [anon_sym_ATunload] = ACTIONS(1603), + [anon_sym_ATprefixes] = ACTIONS(1603), + [anon_sym_ATif] = ACTIONS(1605), + [anon_sym_ATifdef] = ACTIONS(1603), + [anon_sym_ATifndef] = ACTIONS(1603), + [anon_sym_ATendif] = ACTIONS(1603), + [anon_sym_ATelse] = ACTIONS(1603), + [anon_sym_ATpragma] = ACTIONS(1603), + [anon_sym_ATDIR] = ACTIONS(1603), + [anon_sym_ATFILENAME] = ACTIONS(1603), + [sym_id] = ACTIONS(1605), + [sym_pattern] = ACTIONS(1603), + [sym_ipv6] = ACTIONS(1603), + [sym_ipv4] = ACTIONS(1605), + [sym_port] = ACTIONS(1603), + [sym_floatp] = ACTIONS(1605), + [sym_hex] = ACTIONS(1605), + [sym_hostname] = ACTIONS(1605), + [aux_sym_string_token1] = ACTIONS(1603), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -44608,75 +43842,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(353)] = { - [ts_builtin_sym_end] = ACTIONS(1560), - [anon_sym_module] = ACTIONS(1562), - [anon_sym_SEMI] = ACTIONS(1560), - [anon_sym_export] = ACTIONS(1562), - [anon_sym_LBRACE] = ACTIONS(1560), - [anon_sym_global] = ACTIONS(1562), - [anon_sym_option] = ACTIONS(1562), - [anon_sym_const] = ACTIONS(1562), - [anon_sym_redef] = ACTIONS(1562), - [anon_sym_record] = ACTIONS(1562), - [anon_sym_type] = ACTIONS(1562), - [anon_sym_print] = ACTIONS(1562), - [anon_sym_event] = ACTIONS(1562), - [anon_sym_if] = ACTIONS(1562), - [anon_sym_LPAREN] = ACTIONS(1560), - [anon_sym_switch] = ACTIONS(1562), - [anon_sym_for] = ACTIONS(1562), - [anon_sym_LBRACK] = ACTIONS(1560), - [anon_sym_while] = ACTIONS(1562), - [anon_sym_next] = ACTIONS(1562), - [anon_sym_break] = ACTIONS(1562), - [anon_sym_fallthrough] = ACTIONS(1562), - [anon_sym_return] = ACTIONS(1562), - [anon_sym_add] = ACTIONS(1562), - [anon_sym_delete] = ACTIONS(1562), - [anon_sym_local] = ACTIONS(1562), - [anon_sym_when] = ACTIONS(1562), - [anon_sym_assert] = ACTIONS(1562), - [anon_sym_table] = ACTIONS(1562), - [anon_sym_set] = ACTIONS(1562), - [anon_sym_vector] = ACTIONS(1562), - [anon_sym_function] = ACTIONS(1562), - [anon_sym_hook] = ACTIONS(1562), - [anon_sym_DOLLAR] = ACTIONS(1560), - [anon_sym_PIPE] = ACTIONS(1560), - [anon_sym_PLUS_PLUS] = ACTIONS(1560), - [anon_sym_DASH_DASH] = ACTIONS(1560), - [anon_sym_BANG] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_DASH] = ACTIONS(1562), - [anon_sym_PLUS] = ACTIONS(1562), - [anon_sym_copy] = ACTIONS(1562), - [anon_sym_schedule] = ACTIONS(1562), - [aux_sym_constant_token1] = ACTIONS(1562), - [anon_sym_T] = ACTIONS(1562), - [anon_sym_F] = ACTIONS(1562), - [anon_sym_ATdeprecated] = ACTIONS(1560), - [anon_sym_ATload] = ACTIONS(1562), - [anon_sym_ATload_DASHsigs] = ACTIONS(1560), - [anon_sym_ATload_DASHplugin] = ACTIONS(1560), - [anon_sym_ATunload] = ACTIONS(1560), - [anon_sym_ATprefixes] = ACTIONS(1560), - [anon_sym_ATif] = ACTIONS(1562), - [anon_sym_ATifdef] = ACTIONS(1560), - [anon_sym_ATifndef] = ACTIONS(1560), - [anon_sym_ATendif] = ACTIONS(1560), - [anon_sym_ATelse] = ACTIONS(1560), - [anon_sym_ATpragma] = ACTIONS(1560), - [anon_sym_ATDIR] = ACTIONS(1560), - [anon_sym_ATFILENAME] = ACTIONS(1560), - [sym_id] = ACTIONS(1562), - [sym_pattern] = ACTIONS(1560), - [sym_ipv6] = ACTIONS(1562), - [sym_ipv4] = ACTIONS(1562), - [sym_port] = ACTIONS(1560), - [sym_floatp] = ACTIONS(1562), - [sym_hex] = ACTIONS(1562), - [sym_hostname] = ACTIONS(1562), - [aux_sym_string_token1] = ACTIONS(1560), + [ts_builtin_sym_end] = ACTIONS(1567), + [anon_sym_module] = ACTIONS(1569), + [anon_sym_SEMI] = ACTIONS(1567), + [anon_sym_export] = ACTIONS(1569), + [anon_sym_LBRACE] = ACTIONS(1567), + [anon_sym_global] = ACTIONS(1569), + [anon_sym_option] = ACTIONS(1569), + [anon_sym_const] = ACTIONS(1569), + [anon_sym_redef] = ACTIONS(1569), + [anon_sym_record] = ACTIONS(1569), + [anon_sym_type] = ACTIONS(1569), + [anon_sym_print] = ACTIONS(1569), + [anon_sym_event] = ACTIONS(1569), + [anon_sym_if] = ACTIONS(1569), + [anon_sym_LPAREN] = ACTIONS(1567), + [anon_sym_switch] = ACTIONS(1569), + [anon_sym_for] = ACTIONS(1569), + [anon_sym_LBRACK] = ACTIONS(1569), + [anon_sym_while] = ACTIONS(1569), + [anon_sym_next] = ACTIONS(1569), + [anon_sym_break] = ACTIONS(1569), + [anon_sym_fallthrough] = ACTIONS(1569), + [anon_sym_return] = ACTIONS(1569), + [anon_sym_add] = ACTIONS(1569), + [anon_sym_delete] = ACTIONS(1569), + [anon_sym_local] = ACTIONS(1569), + [anon_sym_when] = ACTIONS(1569), + [anon_sym_assert] = ACTIONS(1569), + [anon_sym_table] = ACTIONS(1569), + [anon_sym_set] = ACTIONS(1569), + [anon_sym_vector] = ACTIONS(1569), + [anon_sym_function] = ACTIONS(1569), + [anon_sym_hook] = ACTIONS(1569), + [anon_sym_DOLLAR] = ACTIONS(1567), + [anon_sym_PIPE] = ACTIONS(1567), + [anon_sym_PLUS_PLUS] = ACTIONS(1567), + [anon_sym_DASH_DASH] = ACTIONS(1567), + [anon_sym_BANG] = ACTIONS(1567), + [anon_sym_TILDE] = ACTIONS(1567), + [anon_sym_DASH] = ACTIONS(1569), + [anon_sym_PLUS] = ACTIONS(1569), + [anon_sym_copy] = ACTIONS(1569), + [anon_sym_schedule] = ACTIONS(1569), + [aux_sym_constant_token1] = ACTIONS(1569), + [anon_sym_T] = ACTIONS(1569), + [anon_sym_F] = ACTIONS(1569), + [anon_sym_ATdeprecated] = ACTIONS(1567), + [anon_sym_ATload] = ACTIONS(1569), + [anon_sym_ATload_DASHsigs] = ACTIONS(1567), + [anon_sym_ATload_DASHplugin] = ACTIONS(1567), + [anon_sym_ATunload] = ACTIONS(1567), + [anon_sym_ATprefixes] = ACTIONS(1567), + [anon_sym_ATif] = ACTIONS(1569), + [anon_sym_ATifdef] = ACTIONS(1567), + [anon_sym_ATifndef] = ACTIONS(1567), + [anon_sym_ATendif] = ACTIONS(1567), + [anon_sym_ATelse] = ACTIONS(1567), + [anon_sym_ATpragma] = ACTIONS(1567), + [anon_sym_ATDIR] = ACTIONS(1567), + [anon_sym_ATFILENAME] = ACTIONS(1567), + [sym_id] = ACTIONS(1569), + [sym_pattern] = ACTIONS(1567), + [sym_ipv6] = ACTIONS(1567), + [sym_ipv4] = ACTIONS(1569), + [sym_port] = ACTIONS(1567), + [sym_floatp] = ACTIONS(1569), + [sym_hex] = ACTIONS(1569), + [sym_hostname] = ACTIONS(1569), + [aux_sym_string_token1] = ACTIONS(1567), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -44684,75 +43918,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(354)] = { - [ts_builtin_sym_end] = ACTIONS(1592), - [anon_sym_module] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_export] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1592), - [anon_sym_global] = ACTIONS(1594), - [anon_sym_option] = ACTIONS(1594), - [anon_sym_const] = ACTIONS(1594), - [anon_sym_redef] = ACTIONS(1594), - [anon_sym_record] = ACTIONS(1594), - [anon_sym_type] = ACTIONS(1594), - [anon_sym_print] = ACTIONS(1594), - [anon_sym_event] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1594), - [anon_sym_LPAREN] = ACTIONS(1592), - [anon_sym_switch] = ACTIONS(1594), - [anon_sym_for] = ACTIONS(1594), - [anon_sym_LBRACK] = ACTIONS(1592), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_next] = ACTIONS(1594), - [anon_sym_break] = ACTIONS(1594), - [anon_sym_fallthrough] = ACTIONS(1594), - [anon_sym_return] = ACTIONS(1594), - [anon_sym_add] = ACTIONS(1594), - [anon_sym_delete] = ACTIONS(1594), - [anon_sym_local] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(1594), - [anon_sym_assert] = ACTIONS(1594), - [anon_sym_table] = ACTIONS(1594), - [anon_sym_set] = ACTIONS(1594), - [anon_sym_vector] = ACTIONS(1594), - [anon_sym_function] = ACTIONS(1594), - [anon_sym_hook] = ACTIONS(1594), - [anon_sym_DOLLAR] = ACTIONS(1592), - [anon_sym_PIPE] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1592), - [anon_sym_DASH_DASH] = ACTIONS(1592), - [anon_sym_BANG] = ACTIONS(1592), - [anon_sym_TILDE] = ACTIONS(1592), - [anon_sym_DASH] = ACTIONS(1594), - [anon_sym_PLUS] = ACTIONS(1594), - [anon_sym_copy] = ACTIONS(1594), - [anon_sym_schedule] = ACTIONS(1594), - [aux_sym_constant_token1] = ACTIONS(1594), - [anon_sym_T] = ACTIONS(1594), - [anon_sym_F] = ACTIONS(1594), - [anon_sym_ATdeprecated] = ACTIONS(1592), - [anon_sym_ATload] = ACTIONS(1594), - [anon_sym_ATload_DASHsigs] = ACTIONS(1592), - [anon_sym_ATload_DASHplugin] = ACTIONS(1592), - [anon_sym_ATunload] = ACTIONS(1592), - [anon_sym_ATprefixes] = ACTIONS(1592), - [anon_sym_ATif] = ACTIONS(1594), - [anon_sym_ATifdef] = ACTIONS(1592), - [anon_sym_ATifndef] = ACTIONS(1592), - [anon_sym_ATendif] = ACTIONS(1592), - [anon_sym_ATelse] = ACTIONS(1592), - [anon_sym_ATpragma] = ACTIONS(1592), - [anon_sym_ATDIR] = ACTIONS(1592), - [anon_sym_ATFILENAME] = ACTIONS(1592), - [sym_id] = ACTIONS(1594), - [sym_pattern] = ACTIONS(1592), - [sym_ipv6] = ACTIONS(1594), - [sym_ipv4] = ACTIONS(1594), - [sym_port] = ACTIONS(1592), - [sym_floatp] = ACTIONS(1594), - [sym_hex] = ACTIONS(1594), - [sym_hostname] = ACTIONS(1594), - [aux_sym_string_token1] = ACTIONS(1592), + [ts_builtin_sym_end] = ACTIONS(1599), + [anon_sym_module] = ACTIONS(1601), + [anon_sym_SEMI] = ACTIONS(1599), + [anon_sym_export] = ACTIONS(1601), + [anon_sym_LBRACE] = ACTIONS(1599), + [anon_sym_global] = ACTIONS(1601), + [anon_sym_option] = ACTIONS(1601), + [anon_sym_const] = ACTIONS(1601), + [anon_sym_redef] = ACTIONS(1601), + [anon_sym_record] = ACTIONS(1601), + [anon_sym_type] = ACTIONS(1601), + [anon_sym_print] = ACTIONS(1601), + [anon_sym_event] = ACTIONS(1601), + [anon_sym_if] = ACTIONS(1601), + [anon_sym_LPAREN] = ACTIONS(1599), + [anon_sym_switch] = ACTIONS(1601), + [anon_sym_for] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1601), + [anon_sym_while] = ACTIONS(1601), + [anon_sym_next] = ACTIONS(1601), + [anon_sym_break] = ACTIONS(1601), + [anon_sym_fallthrough] = ACTIONS(1601), + [anon_sym_return] = ACTIONS(1601), + [anon_sym_add] = ACTIONS(1601), + [anon_sym_delete] = ACTIONS(1601), + [anon_sym_local] = ACTIONS(1601), + [anon_sym_when] = ACTIONS(1601), + [anon_sym_assert] = ACTIONS(1601), + [anon_sym_table] = ACTIONS(1601), + [anon_sym_set] = ACTIONS(1601), + [anon_sym_vector] = ACTIONS(1601), + [anon_sym_function] = ACTIONS(1601), + [anon_sym_hook] = ACTIONS(1601), + [anon_sym_DOLLAR] = ACTIONS(1599), + [anon_sym_PIPE] = ACTIONS(1599), + [anon_sym_PLUS_PLUS] = ACTIONS(1599), + [anon_sym_DASH_DASH] = ACTIONS(1599), + [anon_sym_BANG] = ACTIONS(1599), + [anon_sym_TILDE] = ACTIONS(1599), + [anon_sym_DASH] = ACTIONS(1601), + [anon_sym_PLUS] = ACTIONS(1601), + [anon_sym_copy] = ACTIONS(1601), + [anon_sym_schedule] = ACTIONS(1601), + [aux_sym_constant_token1] = ACTIONS(1601), + [anon_sym_T] = ACTIONS(1601), + [anon_sym_F] = ACTIONS(1601), + [anon_sym_ATdeprecated] = ACTIONS(1599), + [anon_sym_ATload] = ACTIONS(1601), + [anon_sym_ATload_DASHsigs] = ACTIONS(1599), + [anon_sym_ATload_DASHplugin] = ACTIONS(1599), + [anon_sym_ATunload] = ACTIONS(1599), + [anon_sym_ATprefixes] = ACTIONS(1599), + [anon_sym_ATif] = ACTIONS(1601), + [anon_sym_ATifdef] = ACTIONS(1599), + [anon_sym_ATifndef] = ACTIONS(1599), + [anon_sym_ATendif] = ACTIONS(1599), + [anon_sym_ATelse] = ACTIONS(1599), + [anon_sym_ATpragma] = ACTIONS(1599), + [anon_sym_ATDIR] = ACTIONS(1599), + [anon_sym_ATFILENAME] = ACTIONS(1599), + [sym_id] = ACTIONS(1601), + [sym_pattern] = ACTIONS(1599), + [sym_ipv6] = ACTIONS(1599), + [sym_ipv4] = ACTIONS(1601), + [sym_port] = ACTIONS(1599), + [sym_floatp] = ACTIONS(1601), + [sym_hex] = ACTIONS(1601), + [sym_hostname] = ACTIONS(1601), + [aux_sym_string_token1] = ACTIONS(1599), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -44760,75 +43994,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(355)] = { - [ts_builtin_sym_end] = ACTIONS(1600), - [anon_sym_module] = ACTIONS(1602), - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_export] = ACTIONS(1602), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_global] = ACTIONS(1602), - [anon_sym_option] = ACTIONS(1602), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_redef] = ACTIONS(1602), - [anon_sym_record] = ACTIONS(1602), - [anon_sym_type] = ACTIONS(1602), - [anon_sym_print] = ACTIONS(1602), - [anon_sym_event] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1600), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_next] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_fallthrough] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_add] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_local] = ACTIONS(1602), - [anon_sym_when] = ACTIONS(1602), - [anon_sym_assert] = ACTIONS(1602), - [anon_sym_table] = ACTIONS(1602), - [anon_sym_set] = ACTIONS(1602), - [anon_sym_vector] = ACTIONS(1602), - [anon_sym_function] = ACTIONS(1602), - [anon_sym_hook] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_copy] = ACTIONS(1602), - [anon_sym_schedule] = ACTIONS(1602), - [aux_sym_constant_token1] = ACTIONS(1602), - [anon_sym_T] = ACTIONS(1602), - [anon_sym_F] = ACTIONS(1602), - [anon_sym_ATdeprecated] = ACTIONS(1600), - [anon_sym_ATload] = ACTIONS(1602), - [anon_sym_ATload_DASHsigs] = ACTIONS(1600), - [anon_sym_ATload_DASHplugin] = ACTIONS(1600), - [anon_sym_ATunload] = ACTIONS(1600), - [anon_sym_ATprefixes] = ACTIONS(1600), - [anon_sym_ATif] = ACTIONS(1602), - [anon_sym_ATifdef] = ACTIONS(1600), - [anon_sym_ATifndef] = ACTIONS(1600), - [anon_sym_ATendif] = ACTIONS(1600), - [anon_sym_ATelse] = ACTIONS(1600), - [anon_sym_ATpragma] = ACTIONS(1600), - [anon_sym_ATDIR] = ACTIONS(1600), - [anon_sym_ATFILENAME] = ACTIONS(1600), - [sym_id] = ACTIONS(1602), - [sym_pattern] = ACTIONS(1600), - [sym_ipv6] = ACTIONS(1602), - [sym_ipv4] = ACTIONS(1602), - [sym_port] = ACTIONS(1600), - [sym_floatp] = ACTIONS(1602), - [sym_hex] = ACTIONS(1602), - [sym_hostname] = ACTIONS(1602), - [aux_sym_string_token1] = ACTIONS(1600), + [ts_builtin_sym_end] = ACTIONS(1607), + [anon_sym_module] = ACTIONS(1609), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_export] = ACTIONS(1609), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_global] = ACTIONS(1609), + [anon_sym_option] = ACTIONS(1609), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_redef] = ACTIONS(1609), + [anon_sym_record] = ACTIONS(1609), + [anon_sym_type] = ACTIONS(1609), + [anon_sym_print] = ACTIONS(1609), + [anon_sym_event] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1607), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_next] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_fallthrough] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_add] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_local] = ACTIONS(1609), + [anon_sym_when] = ACTIONS(1609), + [anon_sym_assert] = ACTIONS(1609), + [anon_sym_table] = ACTIONS(1609), + [anon_sym_set] = ACTIONS(1609), + [anon_sym_vector] = ACTIONS(1609), + [anon_sym_function] = ACTIONS(1609), + [anon_sym_hook] = ACTIONS(1609), + [anon_sym_DOLLAR] = ACTIONS(1607), + [anon_sym_PIPE] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_copy] = ACTIONS(1609), + [anon_sym_schedule] = ACTIONS(1609), + [aux_sym_constant_token1] = ACTIONS(1609), + [anon_sym_T] = ACTIONS(1609), + [anon_sym_F] = ACTIONS(1609), + [anon_sym_ATdeprecated] = ACTIONS(1607), + [anon_sym_ATload] = ACTIONS(1609), + [anon_sym_ATload_DASHsigs] = ACTIONS(1607), + [anon_sym_ATload_DASHplugin] = ACTIONS(1607), + [anon_sym_ATunload] = ACTIONS(1607), + [anon_sym_ATprefixes] = ACTIONS(1607), + [anon_sym_ATif] = ACTIONS(1609), + [anon_sym_ATifdef] = ACTIONS(1607), + [anon_sym_ATifndef] = ACTIONS(1607), + [anon_sym_ATendif] = ACTIONS(1607), + [anon_sym_ATelse] = ACTIONS(1607), + [anon_sym_ATpragma] = ACTIONS(1607), + [anon_sym_ATDIR] = ACTIONS(1607), + [anon_sym_ATFILENAME] = ACTIONS(1607), + [sym_id] = ACTIONS(1609), + [sym_pattern] = ACTIONS(1607), + [sym_ipv6] = ACTIONS(1607), + [sym_ipv4] = ACTIONS(1609), + [sym_port] = ACTIONS(1607), + [sym_floatp] = ACTIONS(1609), + [sym_hex] = ACTIONS(1609), + [sym_hostname] = ACTIONS(1609), + [aux_sym_string_token1] = ACTIONS(1607), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -44836,75 +44070,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(356)] = { - [ts_builtin_sym_end] = ACTIONS(1604), - [anon_sym_module] = ACTIONS(1606), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_export] = ACTIONS(1606), - [anon_sym_LBRACE] = ACTIONS(1604), - [anon_sym_global] = ACTIONS(1606), - [anon_sym_option] = ACTIONS(1606), - [anon_sym_const] = ACTIONS(1606), - [anon_sym_redef] = ACTIONS(1606), - [anon_sym_record] = ACTIONS(1606), - [anon_sym_type] = ACTIONS(1606), - [anon_sym_print] = ACTIONS(1606), - [anon_sym_event] = ACTIONS(1606), - [anon_sym_if] = ACTIONS(1606), - [anon_sym_LPAREN] = ACTIONS(1604), - [anon_sym_switch] = ACTIONS(1606), - [anon_sym_for] = ACTIONS(1606), - [anon_sym_LBRACK] = ACTIONS(1604), - [anon_sym_while] = ACTIONS(1606), - [anon_sym_next] = ACTIONS(1606), - [anon_sym_break] = ACTIONS(1606), - [anon_sym_fallthrough] = ACTIONS(1606), - [anon_sym_return] = ACTIONS(1606), - [anon_sym_add] = ACTIONS(1606), - [anon_sym_delete] = ACTIONS(1606), - [anon_sym_local] = ACTIONS(1606), - [anon_sym_when] = ACTIONS(1606), - [anon_sym_assert] = ACTIONS(1606), - [anon_sym_table] = ACTIONS(1606), - [anon_sym_set] = ACTIONS(1606), - [anon_sym_vector] = ACTIONS(1606), - [anon_sym_function] = ACTIONS(1606), - [anon_sym_hook] = ACTIONS(1606), - [anon_sym_DOLLAR] = ACTIONS(1604), - [anon_sym_PIPE] = ACTIONS(1604), - [anon_sym_PLUS_PLUS] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1604), - [anon_sym_BANG] = ACTIONS(1604), - [anon_sym_TILDE] = ACTIONS(1604), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_copy] = ACTIONS(1606), - [anon_sym_schedule] = ACTIONS(1606), - [aux_sym_constant_token1] = ACTIONS(1606), - [anon_sym_T] = ACTIONS(1606), - [anon_sym_F] = ACTIONS(1606), - [anon_sym_ATdeprecated] = ACTIONS(1604), - [anon_sym_ATload] = ACTIONS(1606), - [anon_sym_ATload_DASHsigs] = ACTIONS(1604), - [anon_sym_ATload_DASHplugin] = ACTIONS(1604), - [anon_sym_ATunload] = ACTIONS(1604), - [anon_sym_ATprefixes] = ACTIONS(1604), - [anon_sym_ATif] = ACTIONS(1606), - [anon_sym_ATifdef] = ACTIONS(1604), - [anon_sym_ATifndef] = ACTIONS(1604), - [anon_sym_ATendif] = ACTIONS(1604), - [anon_sym_ATelse] = ACTIONS(1604), - [anon_sym_ATpragma] = ACTIONS(1604), - [anon_sym_ATDIR] = ACTIONS(1604), - [anon_sym_ATFILENAME] = ACTIONS(1604), - [sym_id] = ACTIONS(1606), - [sym_pattern] = ACTIONS(1604), - [sym_ipv6] = ACTIONS(1606), - [sym_ipv4] = ACTIONS(1606), - [sym_port] = ACTIONS(1604), - [sym_floatp] = ACTIONS(1606), - [sym_hex] = ACTIONS(1606), - [sym_hostname] = ACTIONS(1606), - [aux_sym_string_token1] = ACTIONS(1604), + [ts_builtin_sym_end] = ACTIONS(1611), + [anon_sym_module] = ACTIONS(1613), + [anon_sym_SEMI] = ACTIONS(1611), + [anon_sym_export] = ACTIONS(1613), + [anon_sym_LBRACE] = ACTIONS(1611), + [anon_sym_global] = ACTIONS(1613), + [anon_sym_option] = ACTIONS(1613), + [anon_sym_const] = ACTIONS(1613), + [anon_sym_redef] = ACTIONS(1613), + [anon_sym_record] = ACTIONS(1613), + [anon_sym_type] = ACTIONS(1613), + [anon_sym_print] = ACTIONS(1613), + [anon_sym_event] = ACTIONS(1613), + [anon_sym_if] = ACTIONS(1613), + [anon_sym_LPAREN] = ACTIONS(1611), + [anon_sym_switch] = ACTIONS(1613), + [anon_sym_for] = ACTIONS(1613), + [anon_sym_LBRACK] = ACTIONS(1613), + [anon_sym_while] = ACTIONS(1613), + [anon_sym_next] = ACTIONS(1613), + [anon_sym_break] = ACTIONS(1613), + [anon_sym_fallthrough] = ACTIONS(1613), + [anon_sym_return] = ACTIONS(1613), + [anon_sym_add] = ACTIONS(1613), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_local] = ACTIONS(1613), + [anon_sym_when] = ACTIONS(1613), + [anon_sym_assert] = ACTIONS(1613), + [anon_sym_table] = ACTIONS(1613), + [anon_sym_set] = ACTIONS(1613), + [anon_sym_vector] = ACTIONS(1613), + [anon_sym_function] = ACTIONS(1613), + [anon_sym_hook] = ACTIONS(1613), + [anon_sym_DOLLAR] = ACTIONS(1611), + [anon_sym_PIPE] = ACTIONS(1611), + [anon_sym_PLUS_PLUS] = ACTIONS(1611), + [anon_sym_DASH_DASH] = ACTIONS(1611), + [anon_sym_BANG] = ACTIONS(1611), + [anon_sym_TILDE] = ACTIONS(1611), + [anon_sym_DASH] = ACTIONS(1613), + [anon_sym_PLUS] = ACTIONS(1613), + [anon_sym_copy] = ACTIONS(1613), + [anon_sym_schedule] = ACTIONS(1613), + [aux_sym_constant_token1] = ACTIONS(1613), + [anon_sym_T] = ACTIONS(1613), + [anon_sym_F] = ACTIONS(1613), + [anon_sym_ATdeprecated] = ACTIONS(1611), + [anon_sym_ATload] = ACTIONS(1613), + [anon_sym_ATload_DASHsigs] = ACTIONS(1611), + [anon_sym_ATload_DASHplugin] = ACTIONS(1611), + [anon_sym_ATunload] = ACTIONS(1611), + [anon_sym_ATprefixes] = ACTIONS(1611), + [anon_sym_ATif] = ACTIONS(1613), + [anon_sym_ATifdef] = ACTIONS(1611), + [anon_sym_ATifndef] = ACTIONS(1611), + [anon_sym_ATendif] = ACTIONS(1611), + [anon_sym_ATelse] = ACTIONS(1611), + [anon_sym_ATpragma] = ACTIONS(1611), + [anon_sym_ATDIR] = ACTIONS(1611), + [anon_sym_ATFILENAME] = ACTIONS(1611), + [sym_id] = ACTIONS(1613), + [sym_pattern] = ACTIONS(1611), + [sym_ipv6] = ACTIONS(1611), + [sym_ipv4] = ACTIONS(1613), + [sym_port] = ACTIONS(1611), + [sym_floatp] = ACTIONS(1613), + [sym_hex] = ACTIONS(1613), + [sym_hostname] = ACTIONS(1613), + [aux_sym_string_token1] = ACTIONS(1611), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -44912,75 +44146,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(357)] = { - [ts_builtin_sym_end] = ACTIONS(1524), - [anon_sym_module] = ACTIONS(1526), - [anon_sym_SEMI] = ACTIONS(1524), - [anon_sym_export] = ACTIONS(1526), - [anon_sym_LBRACE] = ACTIONS(1524), - [anon_sym_global] = ACTIONS(1526), - [anon_sym_option] = ACTIONS(1526), - [anon_sym_const] = ACTIONS(1526), - [anon_sym_redef] = ACTIONS(1526), - [anon_sym_record] = ACTIONS(1526), - [anon_sym_type] = ACTIONS(1526), - [anon_sym_print] = ACTIONS(1526), - [anon_sym_event] = ACTIONS(1526), - [anon_sym_if] = ACTIONS(1526), - [anon_sym_LPAREN] = ACTIONS(1524), - [anon_sym_switch] = ACTIONS(1526), - [anon_sym_for] = ACTIONS(1526), - [anon_sym_LBRACK] = ACTIONS(1524), - [anon_sym_while] = ACTIONS(1526), - [anon_sym_next] = ACTIONS(1526), - [anon_sym_break] = ACTIONS(1526), - [anon_sym_fallthrough] = ACTIONS(1526), - [anon_sym_return] = ACTIONS(1526), - [anon_sym_add] = ACTIONS(1526), - [anon_sym_delete] = ACTIONS(1526), - [anon_sym_local] = ACTIONS(1526), - [anon_sym_when] = ACTIONS(1526), - [anon_sym_assert] = ACTIONS(1526), - [anon_sym_table] = ACTIONS(1526), - [anon_sym_set] = ACTIONS(1526), - [anon_sym_vector] = ACTIONS(1526), - [anon_sym_function] = ACTIONS(1526), - [anon_sym_hook] = ACTIONS(1526), - [anon_sym_DOLLAR] = ACTIONS(1524), - [anon_sym_PIPE] = ACTIONS(1524), - [anon_sym_PLUS_PLUS] = ACTIONS(1524), - [anon_sym_DASH_DASH] = ACTIONS(1524), - [anon_sym_BANG] = ACTIONS(1524), - [anon_sym_TILDE] = ACTIONS(1524), - [anon_sym_DASH] = ACTIONS(1526), - [anon_sym_PLUS] = ACTIONS(1526), - [anon_sym_copy] = ACTIONS(1526), - [anon_sym_schedule] = ACTIONS(1526), - [aux_sym_constant_token1] = ACTIONS(1526), - [anon_sym_T] = ACTIONS(1526), - [anon_sym_F] = ACTIONS(1526), - [anon_sym_ATdeprecated] = ACTIONS(1524), - [anon_sym_ATload] = ACTIONS(1526), - [anon_sym_ATload_DASHsigs] = ACTIONS(1524), - [anon_sym_ATload_DASHplugin] = ACTIONS(1524), - [anon_sym_ATunload] = ACTIONS(1524), - [anon_sym_ATprefixes] = ACTIONS(1524), - [anon_sym_ATif] = ACTIONS(1526), - [anon_sym_ATifdef] = ACTIONS(1524), - [anon_sym_ATifndef] = ACTIONS(1524), - [anon_sym_ATendif] = ACTIONS(1524), - [anon_sym_ATelse] = ACTIONS(1524), - [anon_sym_ATpragma] = ACTIONS(1524), - [anon_sym_ATDIR] = ACTIONS(1524), - [anon_sym_ATFILENAME] = ACTIONS(1524), - [sym_id] = ACTIONS(1526), - [sym_pattern] = ACTIONS(1524), - [sym_ipv6] = ACTIONS(1526), - [sym_ipv4] = ACTIONS(1526), - [sym_port] = ACTIONS(1524), - [sym_floatp] = ACTIONS(1526), - [sym_hex] = ACTIONS(1526), - [sym_hostname] = ACTIONS(1526), - [aux_sym_string_token1] = ACTIONS(1524), + [ts_builtin_sym_end] = ACTIONS(1531), + [anon_sym_module] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_export] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1531), + [anon_sym_global] = ACTIONS(1533), + [anon_sym_option] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_redef] = ACTIONS(1533), + [anon_sym_record] = ACTIONS(1533), + [anon_sym_type] = ACTIONS(1533), + [anon_sym_print] = ACTIONS(1533), + [anon_sym_event] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_LPAREN] = ACTIONS(1531), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_next] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_fallthrough] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_add] = ACTIONS(1533), + [anon_sym_delete] = ACTIONS(1533), + [anon_sym_local] = ACTIONS(1533), + [anon_sym_when] = ACTIONS(1533), + [anon_sym_assert] = ACTIONS(1533), + [anon_sym_table] = ACTIONS(1533), + [anon_sym_set] = ACTIONS(1533), + [anon_sym_vector] = ACTIONS(1533), + [anon_sym_function] = ACTIONS(1533), + [anon_sym_hook] = ACTIONS(1533), + [anon_sym_DOLLAR] = ACTIONS(1531), + [anon_sym_PIPE] = ACTIONS(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [anon_sym_DASH_DASH] = ACTIONS(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_copy] = ACTIONS(1533), + [anon_sym_schedule] = ACTIONS(1533), + [aux_sym_constant_token1] = ACTIONS(1533), + [anon_sym_T] = ACTIONS(1533), + [anon_sym_F] = ACTIONS(1533), + [anon_sym_ATdeprecated] = ACTIONS(1531), + [anon_sym_ATload] = ACTIONS(1533), + [anon_sym_ATload_DASHsigs] = ACTIONS(1531), + [anon_sym_ATload_DASHplugin] = ACTIONS(1531), + [anon_sym_ATunload] = ACTIONS(1531), + [anon_sym_ATprefixes] = ACTIONS(1531), + [anon_sym_ATif] = ACTIONS(1533), + [anon_sym_ATifdef] = ACTIONS(1531), + [anon_sym_ATifndef] = ACTIONS(1531), + [anon_sym_ATendif] = ACTIONS(1531), + [anon_sym_ATelse] = ACTIONS(1531), + [anon_sym_ATpragma] = ACTIONS(1531), + [anon_sym_ATDIR] = ACTIONS(1531), + [anon_sym_ATFILENAME] = ACTIONS(1531), + [sym_id] = ACTIONS(1533), + [sym_pattern] = ACTIONS(1531), + [sym_ipv6] = ACTIONS(1531), + [sym_ipv4] = ACTIONS(1533), + [sym_port] = ACTIONS(1531), + [sym_floatp] = ACTIONS(1533), + [sym_hex] = ACTIONS(1533), + [sym_hostname] = ACTIONS(1533), + [aux_sym_string_token1] = ACTIONS(1531), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -44988,75 +44222,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(358)] = { - [ts_builtin_sym_end] = ACTIONS(1608), - [anon_sym_module] = ACTIONS(1610), - [anon_sym_SEMI] = ACTIONS(1608), - [anon_sym_export] = ACTIONS(1610), - [anon_sym_LBRACE] = ACTIONS(1608), - [anon_sym_global] = ACTIONS(1610), - [anon_sym_option] = ACTIONS(1610), - [anon_sym_const] = ACTIONS(1610), - [anon_sym_redef] = ACTIONS(1610), - [anon_sym_record] = ACTIONS(1610), - [anon_sym_type] = ACTIONS(1610), - [anon_sym_print] = ACTIONS(1610), - [anon_sym_event] = ACTIONS(1610), - [anon_sym_if] = ACTIONS(1610), - [anon_sym_LPAREN] = ACTIONS(1608), - [anon_sym_switch] = ACTIONS(1610), - [anon_sym_for] = ACTIONS(1610), - [anon_sym_LBRACK] = ACTIONS(1608), - [anon_sym_while] = ACTIONS(1610), - [anon_sym_next] = ACTIONS(1610), - [anon_sym_break] = ACTIONS(1610), - [anon_sym_fallthrough] = ACTIONS(1610), - [anon_sym_return] = ACTIONS(1610), - [anon_sym_add] = ACTIONS(1610), - [anon_sym_delete] = ACTIONS(1610), - [anon_sym_local] = ACTIONS(1610), - [anon_sym_when] = ACTIONS(1610), - [anon_sym_assert] = ACTIONS(1610), - [anon_sym_table] = ACTIONS(1610), - [anon_sym_set] = ACTIONS(1610), - [anon_sym_vector] = ACTIONS(1610), - [anon_sym_function] = ACTIONS(1610), - [anon_sym_hook] = ACTIONS(1610), - [anon_sym_DOLLAR] = ACTIONS(1608), - [anon_sym_PIPE] = ACTIONS(1608), - [anon_sym_PLUS_PLUS] = ACTIONS(1608), - [anon_sym_DASH_DASH] = ACTIONS(1608), - [anon_sym_BANG] = ACTIONS(1608), - [anon_sym_TILDE] = ACTIONS(1608), - [anon_sym_DASH] = ACTIONS(1610), - [anon_sym_PLUS] = ACTIONS(1610), - [anon_sym_copy] = ACTIONS(1610), - [anon_sym_schedule] = ACTIONS(1610), - [aux_sym_constant_token1] = ACTIONS(1610), - [anon_sym_T] = ACTIONS(1610), - [anon_sym_F] = ACTIONS(1610), - [anon_sym_ATdeprecated] = ACTIONS(1608), - [anon_sym_ATload] = ACTIONS(1610), - [anon_sym_ATload_DASHsigs] = ACTIONS(1608), - [anon_sym_ATload_DASHplugin] = ACTIONS(1608), - [anon_sym_ATunload] = ACTIONS(1608), - [anon_sym_ATprefixes] = ACTIONS(1608), - [anon_sym_ATif] = ACTIONS(1610), - [anon_sym_ATifdef] = ACTIONS(1608), - [anon_sym_ATifndef] = ACTIONS(1608), - [anon_sym_ATendif] = ACTIONS(1608), - [anon_sym_ATelse] = ACTIONS(1608), - [anon_sym_ATpragma] = ACTIONS(1608), - [anon_sym_ATDIR] = ACTIONS(1608), - [anon_sym_ATFILENAME] = ACTIONS(1608), - [sym_id] = ACTIONS(1610), - [sym_pattern] = ACTIONS(1608), - [sym_ipv6] = ACTIONS(1610), - [sym_ipv4] = ACTIONS(1610), - [sym_port] = ACTIONS(1608), - [sym_floatp] = ACTIONS(1610), - [sym_hex] = ACTIONS(1610), - [sym_hostname] = ACTIONS(1610), - [aux_sym_string_token1] = ACTIONS(1608), + [ts_builtin_sym_end] = ACTIONS(1615), + [anon_sym_module] = ACTIONS(1617), + [anon_sym_SEMI] = ACTIONS(1615), + [anon_sym_export] = ACTIONS(1617), + [anon_sym_LBRACE] = ACTIONS(1615), + [anon_sym_global] = ACTIONS(1617), + [anon_sym_option] = ACTIONS(1617), + [anon_sym_const] = ACTIONS(1617), + [anon_sym_redef] = ACTIONS(1617), + [anon_sym_record] = ACTIONS(1617), + [anon_sym_type] = ACTIONS(1617), + [anon_sym_print] = ACTIONS(1617), + [anon_sym_event] = ACTIONS(1617), + [anon_sym_if] = ACTIONS(1617), + [anon_sym_LPAREN] = ACTIONS(1615), + [anon_sym_switch] = ACTIONS(1617), + [anon_sym_for] = ACTIONS(1617), + [anon_sym_LBRACK] = ACTIONS(1617), + [anon_sym_while] = ACTIONS(1617), + [anon_sym_next] = ACTIONS(1617), + [anon_sym_break] = ACTIONS(1617), + [anon_sym_fallthrough] = ACTIONS(1617), + [anon_sym_return] = ACTIONS(1617), + [anon_sym_add] = ACTIONS(1617), + [anon_sym_delete] = ACTIONS(1617), + [anon_sym_local] = ACTIONS(1617), + [anon_sym_when] = ACTIONS(1617), + [anon_sym_assert] = ACTIONS(1617), + [anon_sym_table] = ACTIONS(1617), + [anon_sym_set] = ACTIONS(1617), + [anon_sym_vector] = ACTIONS(1617), + [anon_sym_function] = ACTIONS(1617), + [anon_sym_hook] = ACTIONS(1617), + [anon_sym_DOLLAR] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1615), + [anon_sym_PLUS_PLUS] = ACTIONS(1615), + [anon_sym_DASH_DASH] = ACTIONS(1615), + [anon_sym_BANG] = ACTIONS(1615), + [anon_sym_TILDE] = ACTIONS(1615), + [anon_sym_DASH] = ACTIONS(1617), + [anon_sym_PLUS] = ACTIONS(1617), + [anon_sym_copy] = ACTIONS(1617), + [anon_sym_schedule] = ACTIONS(1617), + [aux_sym_constant_token1] = ACTIONS(1617), + [anon_sym_T] = ACTIONS(1617), + [anon_sym_F] = ACTIONS(1617), + [anon_sym_ATdeprecated] = ACTIONS(1615), + [anon_sym_ATload] = ACTIONS(1617), + [anon_sym_ATload_DASHsigs] = ACTIONS(1615), + [anon_sym_ATload_DASHplugin] = ACTIONS(1615), + [anon_sym_ATunload] = ACTIONS(1615), + [anon_sym_ATprefixes] = ACTIONS(1615), + [anon_sym_ATif] = ACTIONS(1617), + [anon_sym_ATifdef] = ACTIONS(1615), + [anon_sym_ATifndef] = ACTIONS(1615), + [anon_sym_ATendif] = ACTIONS(1615), + [anon_sym_ATelse] = ACTIONS(1615), + [anon_sym_ATpragma] = ACTIONS(1615), + [anon_sym_ATDIR] = ACTIONS(1615), + [anon_sym_ATFILENAME] = ACTIONS(1615), + [sym_id] = ACTIONS(1617), + [sym_pattern] = ACTIONS(1615), + [sym_ipv6] = ACTIONS(1615), + [sym_ipv4] = ACTIONS(1617), + [sym_port] = ACTIONS(1615), + [sym_floatp] = ACTIONS(1617), + [sym_hex] = ACTIONS(1617), + [sym_hostname] = ACTIONS(1617), + [aux_sym_string_token1] = ACTIONS(1615), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -45064,75 +44298,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(359)] = { - [ts_builtin_sym_end] = ACTIONS(1612), - [anon_sym_module] = ACTIONS(1614), - [anon_sym_SEMI] = ACTIONS(1612), - [anon_sym_export] = ACTIONS(1614), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_global] = ACTIONS(1614), - [anon_sym_option] = ACTIONS(1614), - [anon_sym_const] = ACTIONS(1614), - [anon_sym_redef] = ACTIONS(1614), - [anon_sym_record] = ACTIONS(1614), - [anon_sym_type] = ACTIONS(1614), - [anon_sym_print] = ACTIONS(1614), - [anon_sym_event] = ACTIONS(1614), - [anon_sym_if] = ACTIONS(1614), - [anon_sym_LPAREN] = ACTIONS(1612), - [anon_sym_switch] = ACTIONS(1614), - [anon_sym_for] = ACTIONS(1614), - [anon_sym_LBRACK] = ACTIONS(1612), - [anon_sym_while] = ACTIONS(1614), - [anon_sym_next] = ACTIONS(1614), - [anon_sym_break] = ACTIONS(1614), - [anon_sym_fallthrough] = ACTIONS(1614), - [anon_sym_return] = ACTIONS(1614), - [anon_sym_add] = ACTIONS(1614), - [anon_sym_delete] = ACTIONS(1614), - [anon_sym_local] = ACTIONS(1614), - [anon_sym_when] = ACTIONS(1614), - [anon_sym_assert] = ACTIONS(1614), - [anon_sym_table] = ACTIONS(1614), - [anon_sym_set] = ACTIONS(1614), - [anon_sym_vector] = ACTIONS(1614), - [anon_sym_function] = ACTIONS(1614), - [anon_sym_hook] = ACTIONS(1614), - [anon_sym_DOLLAR] = ACTIONS(1612), - [anon_sym_PIPE] = ACTIONS(1612), - [anon_sym_PLUS_PLUS] = ACTIONS(1612), - [anon_sym_DASH_DASH] = ACTIONS(1612), - [anon_sym_BANG] = ACTIONS(1612), - [anon_sym_TILDE] = ACTIONS(1612), - [anon_sym_DASH] = ACTIONS(1614), - [anon_sym_PLUS] = ACTIONS(1614), - [anon_sym_copy] = ACTIONS(1614), - [anon_sym_schedule] = ACTIONS(1614), - [aux_sym_constant_token1] = ACTIONS(1614), - [anon_sym_T] = ACTIONS(1614), - [anon_sym_F] = ACTIONS(1614), - [anon_sym_ATdeprecated] = ACTIONS(1612), - [anon_sym_ATload] = ACTIONS(1614), - [anon_sym_ATload_DASHsigs] = ACTIONS(1612), - [anon_sym_ATload_DASHplugin] = ACTIONS(1612), - [anon_sym_ATunload] = ACTIONS(1612), - [anon_sym_ATprefixes] = ACTIONS(1612), - [anon_sym_ATif] = ACTIONS(1614), - [anon_sym_ATifdef] = ACTIONS(1612), - [anon_sym_ATifndef] = ACTIONS(1612), - [anon_sym_ATendif] = ACTIONS(1612), - [anon_sym_ATelse] = ACTIONS(1612), - [anon_sym_ATpragma] = ACTIONS(1612), - [anon_sym_ATDIR] = ACTIONS(1612), - [anon_sym_ATFILENAME] = ACTIONS(1612), - [sym_id] = ACTIONS(1614), - [sym_pattern] = ACTIONS(1612), - [sym_ipv6] = ACTIONS(1614), - [sym_ipv4] = ACTIONS(1614), - [sym_port] = ACTIONS(1612), - [sym_floatp] = ACTIONS(1614), - [sym_hex] = ACTIONS(1614), - [sym_hostname] = ACTIONS(1614), - [aux_sym_string_token1] = ACTIONS(1612), + [ts_builtin_sym_end] = ACTIONS(1619), + [anon_sym_module] = ACTIONS(1621), + [anon_sym_SEMI] = ACTIONS(1619), + [anon_sym_export] = ACTIONS(1621), + [anon_sym_LBRACE] = ACTIONS(1619), + [anon_sym_global] = ACTIONS(1621), + [anon_sym_option] = ACTIONS(1621), + [anon_sym_const] = ACTIONS(1621), + [anon_sym_redef] = ACTIONS(1621), + [anon_sym_record] = ACTIONS(1621), + [anon_sym_type] = ACTIONS(1621), + [anon_sym_print] = ACTIONS(1621), + [anon_sym_event] = ACTIONS(1621), + [anon_sym_if] = ACTIONS(1621), + [anon_sym_LPAREN] = ACTIONS(1619), + [anon_sym_switch] = ACTIONS(1621), + [anon_sym_for] = ACTIONS(1621), + [anon_sym_LBRACK] = ACTIONS(1621), + [anon_sym_while] = ACTIONS(1621), + [anon_sym_next] = ACTIONS(1621), + [anon_sym_break] = ACTIONS(1621), + [anon_sym_fallthrough] = ACTIONS(1621), + [anon_sym_return] = ACTIONS(1621), + [anon_sym_add] = ACTIONS(1621), + [anon_sym_delete] = ACTIONS(1621), + [anon_sym_local] = ACTIONS(1621), + [anon_sym_when] = ACTIONS(1621), + [anon_sym_assert] = ACTIONS(1621), + [anon_sym_table] = ACTIONS(1621), + [anon_sym_set] = ACTIONS(1621), + [anon_sym_vector] = ACTIONS(1621), + [anon_sym_function] = ACTIONS(1621), + [anon_sym_hook] = ACTIONS(1621), + [anon_sym_DOLLAR] = ACTIONS(1619), + [anon_sym_PIPE] = ACTIONS(1619), + [anon_sym_PLUS_PLUS] = ACTIONS(1619), + [anon_sym_DASH_DASH] = ACTIONS(1619), + [anon_sym_BANG] = ACTIONS(1619), + [anon_sym_TILDE] = ACTIONS(1619), + [anon_sym_DASH] = ACTIONS(1621), + [anon_sym_PLUS] = ACTIONS(1621), + [anon_sym_copy] = ACTIONS(1621), + [anon_sym_schedule] = ACTIONS(1621), + [aux_sym_constant_token1] = ACTIONS(1621), + [anon_sym_T] = ACTIONS(1621), + [anon_sym_F] = ACTIONS(1621), + [anon_sym_ATdeprecated] = ACTIONS(1619), + [anon_sym_ATload] = ACTIONS(1621), + [anon_sym_ATload_DASHsigs] = ACTIONS(1619), + [anon_sym_ATload_DASHplugin] = ACTIONS(1619), + [anon_sym_ATunload] = ACTIONS(1619), + [anon_sym_ATprefixes] = ACTIONS(1619), + [anon_sym_ATif] = ACTIONS(1621), + [anon_sym_ATifdef] = ACTIONS(1619), + [anon_sym_ATifndef] = ACTIONS(1619), + [anon_sym_ATendif] = ACTIONS(1619), + [anon_sym_ATelse] = ACTIONS(1619), + [anon_sym_ATpragma] = ACTIONS(1619), + [anon_sym_ATDIR] = ACTIONS(1619), + [anon_sym_ATFILENAME] = ACTIONS(1619), + [sym_id] = ACTIONS(1621), + [sym_pattern] = ACTIONS(1619), + [sym_ipv6] = ACTIONS(1619), + [sym_ipv4] = ACTIONS(1621), + [sym_port] = ACTIONS(1619), + [sym_floatp] = ACTIONS(1621), + [sym_hex] = ACTIONS(1621), + [sym_hostname] = ACTIONS(1621), + [aux_sym_string_token1] = ACTIONS(1619), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -45140,75 +44374,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(360)] = { - [ts_builtin_sym_end] = ACTIONS(1616), - [anon_sym_module] = ACTIONS(1618), - [anon_sym_SEMI] = ACTIONS(1616), - [anon_sym_export] = ACTIONS(1618), - [anon_sym_LBRACE] = ACTIONS(1616), - [anon_sym_global] = ACTIONS(1618), - [anon_sym_option] = ACTIONS(1618), - [anon_sym_const] = ACTIONS(1618), - [anon_sym_redef] = ACTIONS(1618), - [anon_sym_record] = ACTIONS(1618), - [anon_sym_type] = ACTIONS(1618), - [anon_sym_print] = ACTIONS(1618), - [anon_sym_event] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1618), - [anon_sym_LPAREN] = ACTIONS(1616), - [anon_sym_switch] = ACTIONS(1618), - [anon_sym_for] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1616), - [anon_sym_while] = ACTIONS(1618), - [anon_sym_next] = ACTIONS(1618), - [anon_sym_break] = ACTIONS(1618), - [anon_sym_fallthrough] = ACTIONS(1618), - [anon_sym_return] = ACTIONS(1618), - [anon_sym_add] = ACTIONS(1618), - [anon_sym_delete] = ACTIONS(1618), - [anon_sym_local] = ACTIONS(1618), - [anon_sym_when] = ACTIONS(1618), - [anon_sym_assert] = ACTIONS(1618), - [anon_sym_table] = ACTIONS(1618), - [anon_sym_set] = ACTIONS(1618), - [anon_sym_vector] = ACTIONS(1618), - [anon_sym_function] = ACTIONS(1618), - [anon_sym_hook] = ACTIONS(1618), - [anon_sym_DOLLAR] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_PLUS_PLUS] = ACTIONS(1616), - [anon_sym_DASH_DASH] = ACTIONS(1616), - [anon_sym_BANG] = ACTIONS(1616), - [anon_sym_TILDE] = ACTIONS(1616), - [anon_sym_DASH] = ACTIONS(1618), - [anon_sym_PLUS] = ACTIONS(1618), - [anon_sym_copy] = ACTIONS(1618), - [anon_sym_schedule] = ACTIONS(1618), - [aux_sym_constant_token1] = ACTIONS(1618), - [anon_sym_T] = ACTIONS(1618), - [anon_sym_F] = ACTIONS(1618), - [anon_sym_ATdeprecated] = ACTIONS(1616), - [anon_sym_ATload] = ACTIONS(1618), - [anon_sym_ATload_DASHsigs] = ACTIONS(1616), - [anon_sym_ATload_DASHplugin] = ACTIONS(1616), - [anon_sym_ATunload] = ACTIONS(1616), - [anon_sym_ATprefixes] = ACTIONS(1616), - [anon_sym_ATif] = ACTIONS(1618), - [anon_sym_ATifdef] = ACTIONS(1616), - [anon_sym_ATifndef] = ACTIONS(1616), - [anon_sym_ATendif] = ACTIONS(1616), - [anon_sym_ATelse] = ACTIONS(1616), - [anon_sym_ATpragma] = ACTIONS(1616), - [anon_sym_ATDIR] = ACTIONS(1616), - [anon_sym_ATFILENAME] = ACTIONS(1616), - [sym_id] = ACTIONS(1618), - [sym_pattern] = ACTIONS(1616), - [sym_ipv6] = ACTIONS(1618), - [sym_ipv4] = ACTIONS(1618), - [sym_port] = ACTIONS(1616), - [sym_floatp] = ACTIONS(1618), - [sym_hex] = ACTIONS(1618), - [sym_hostname] = ACTIONS(1618), - [aux_sym_string_token1] = ACTIONS(1616), + [ts_builtin_sym_end] = ACTIONS(1623), + [anon_sym_module] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1623), + [anon_sym_export] = ACTIONS(1625), + [anon_sym_LBRACE] = ACTIONS(1623), + [anon_sym_global] = ACTIONS(1625), + [anon_sym_option] = ACTIONS(1625), + [anon_sym_const] = ACTIONS(1625), + [anon_sym_redef] = ACTIONS(1625), + [anon_sym_record] = ACTIONS(1625), + [anon_sym_type] = ACTIONS(1625), + [anon_sym_print] = ACTIONS(1625), + [anon_sym_event] = ACTIONS(1625), + [anon_sym_if] = ACTIONS(1625), + [anon_sym_LPAREN] = ACTIONS(1623), + [anon_sym_switch] = ACTIONS(1625), + [anon_sym_for] = ACTIONS(1625), + [anon_sym_LBRACK] = ACTIONS(1625), + [anon_sym_while] = ACTIONS(1625), + [anon_sym_next] = ACTIONS(1625), + [anon_sym_break] = ACTIONS(1625), + [anon_sym_fallthrough] = ACTIONS(1625), + [anon_sym_return] = ACTIONS(1625), + [anon_sym_add] = ACTIONS(1625), + [anon_sym_delete] = ACTIONS(1625), + [anon_sym_local] = ACTIONS(1625), + [anon_sym_when] = ACTIONS(1625), + [anon_sym_assert] = ACTIONS(1625), + [anon_sym_table] = ACTIONS(1625), + [anon_sym_set] = ACTIONS(1625), + [anon_sym_vector] = ACTIONS(1625), + [anon_sym_function] = ACTIONS(1625), + [anon_sym_hook] = ACTIONS(1625), + [anon_sym_DOLLAR] = ACTIONS(1623), + [anon_sym_PIPE] = ACTIONS(1623), + [anon_sym_PLUS_PLUS] = ACTIONS(1623), + [anon_sym_DASH_DASH] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(1623), + [anon_sym_TILDE] = ACTIONS(1623), + [anon_sym_DASH] = ACTIONS(1625), + [anon_sym_PLUS] = ACTIONS(1625), + [anon_sym_copy] = ACTIONS(1625), + [anon_sym_schedule] = ACTIONS(1625), + [aux_sym_constant_token1] = ACTIONS(1625), + [anon_sym_T] = ACTIONS(1625), + [anon_sym_F] = ACTIONS(1625), + [anon_sym_ATdeprecated] = ACTIONS(1623), + [anon_sym_ATload] = ACTIONS(1625), + [anon_sym_ATload_DASHsigs] = ACTIONS(1623), + [anon_sym_ATload_DASHplugin] = ACTIONS(1623), + [anon_sym_ATunload] = ACTIONS(1623), + [anon_sym_ATprefixes] = ACTIONS(1623), + [anon_sym_ATif] = ACTIONS(1625), + [anon_sym_ATifdef] = ACTIONS(1623), + [anon_sym_ATifndef] = ACTIONS(1623), + [anon_sym_ATendif] = ACTIONS(1623), + [anon_sym_ATelse] = ACTIONS(1623), + [anon_sym_ATpragma] = ACTIONS(1623), + [anon_sym_ATDIR] = ACTIONS(1623), + [anon_sym_ATFILENAME] = ACTIONS(1623), + [sym_id] = ACTIONS(1625), + [sym_pattern] = ACTIONS(1623), + [sym_ipv6] = ACTIONS(1623), + [sym_ipv4] = ACTIONS(1625), + [sym_port] = ACTIONS(1623), + [sym_floatp] = ACTIONS(1625), + [sym_hex] = ACTIONS(1625), + [sym_hostname] = ACTIONS(1625), + [aux_sym_string_token1] = ACTIONS(1623), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -45216,75 +44450,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(361)] = { - [ts_builtin_sym_end] = ACTIONS(1620), - [anon_sym_module] = ACTIONS(1622), - [anon_sym_SEMI] = ACTIONS(1620), - [anon_sym_export] = ACTIONS(1622), - [anon_sym_LBRACE] = ACTIONS(1620), - [anon_sym_global] = ACTIONS(1622), - [anon_sym_option] = ACTIONS(1622), - [anon_sym_const] = ACTIONS(1622), - [anon_sym_redef] = ACTIONS(1622), - [anon_sym_record] = ACTIONS(1622), - [anon_sym_type] = ACTIONS(1622), - [anon_sym_print] = ACTIONS(1622), - [anon_sym_event] = ACTIONS(1622), - [anon_sym_if] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(1620), - [anon_sym_switch] = ACTIONS(1622), - [anon_sym_for] = ACTIONS(1622), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_while] = ACTIONS(1622), - [anon_sym_next] = ACTIONS(1622), - [anon_sym_break] = ACTIONS(1622), - [anon_sym_fallthrough] = ACTIONS(1622), - [anon_sym_return] = ACTIONS(1622), - [anon_sym_add] = ACTIONS(1622), - [anon_sym_delete] = ACTIONS(1622), - [anon_sym_local] = ACTIONS(1622), - [anon_sym_when] = ACTIONS(1622), - [anon_sym_assert] = ACTIONS(1622), - [anon_sym_table] = ACTIONS(1622), - [anon_sym_set] = ACTIONS(1622), - [anon_sym_vector] = ACTIONS(1622), - [anon_sym_function] = ACTIONS(1622), - [anon_sym_hook] = ACTIONS(1622), - [anon_sym_DOLLAR] = ACTIONS(1620), - [anon_sym_PIPE] = ACTIONS(1620), - [anon_sym_PLUS_PLUS] = ACTIONS(1620), - [anon_sym_DASH_DASH] = ACTIONS(1620), - [anon_sym_BANG] = ACTIONS(1620), - [anon_sym_TILDE] = ACTIONS(1620), - [anon_sym_DASH] = ACTIONS(1622), - [anon_sym_PLUS] = ACTIONS(1622), - [anon_sym_copy] = ACTIONS(1622), - [anon_sym_schedule] = ACTIONS(1622), - [aux_sym_constant_token1] = ACTIONS(1622), - [anon_sym_T] = ACTIONS(1622), - [anon_sym_F] = ACTIONS(1622), - [anon_sym_ATdeprecated] = ACTIONS(1620), - [anon_sym_ATload] = ACTIONS(1622), - [anon_sym_ATload_DASHsigs] = ACTIONS(1620), - [anon_sym_ATload_DASHplugin] = ACTIONS(1620), - [anon_sym_ATunload] = ACTIONS(1620), - [anon_sym_ATprefixes] = ACTIONS(1620), - [anon_sym_ATif] = ACTIONS(1622), - [anon_sym_ATifdef] = ACTIONS(1620), - [anon_sym_ATifndef] = ACTIONS(1620), - [anon_sym_ATendif] = ACTIONS(1620), - [anon_sym_ATelse] = ACTIONS(1620), - [anon_sym_ATpragma] = ACTIONS(1620), - [anon_sym_ATDIR] = ACTIONS(1620), - [anon_sym_ATFILENAME] = ACTIONS(1620), - [sym_id] = ACTIONS(1622), - [sym_pattern] = ACTIONS(1620), - [sym_ipv6] = ACTIONS(1622), - [sym_ipv4] = ACTIONS(1622), - [sym_port] = ACTIONS(1620), - [sym_floatp] = ACTIONS(1622), - [sym_hex] = ACTIONS(1622), - [sym_hostname] = ACTIONS(1622), - [aux_sym_string_token1] = ACTIONS(1620), + [ts_builtin_sym_end] = ACTIONS(1627), + [anon_sym_module] = ACTIONS(1629), + [anon_sym_SEMI] = ACTIONS(1627), + [anon_sym_export] = ACTIONS(1629), + [anon_sym_LBRACE] = ACTIONS(1627), + [anon_sym_global] = ACTIONS(1629), + [anon_sym_option] = ACTIONS(1629), + [anon_sym_const] = ACTIONS(1629), + [anon_sym_redef] = ACTIONS(1629), + [anon_sym_record] = ACTIONS(1629), + [anon_sym_type] = ACTIONS(1629), + [anon_sym_print] = ACTIONS(1629), + [anon_sym_event] = ACTIONS(1629), + [anon_sym_if] = ACTIONS(1629), + [anon_sym_LPAREN] = ACTIONS(1627), + [anon_sym_switch] = ACTIONS(1629), + [anon_sym_for] = ACTIONS(1629), + [anon_sym_LBRACK] = ACTIONS(1629), + [anon_sym_while] = ACTIONS(1629), + [anon_sym_next] = ACTIONS(1629), + [anon_sym_break] = ACTIONS(1629), + [anon_sym_fallthrough] = ACTIONS(1629), + [anon_sym_return] = ACTIONS(1629), + [anon_sym_add] = ACTIONS(1629), + [anon_sym_delete] = ACTIONS(1629), + [anon_sym_local] = ACTIONS(1629), + [anon_sym_when] = ACTIONS(1629), + [anon_sym_assert] = ACTIONS(1629), + [anon_sym_table] = ACTIONS(1629), + [anon_sym_set] = ACTIONS(1629), + [anon_sym_vector] = ACTIONS(1629), + [anon_sym_function] = ACTIONS(1629), + [anon_sym_hook] = ACTIONS(1629), + [anon_sym_DOLLAR] = ACTIONS(1627), + [anon_sym_PIPE] = ACTIONS(1627), + [anon_sym_PLUS_PLUS] = ACTIONS(1627), + [anon_sym_DASH_DASH] = ACTIONS(1627), + [anon_sym_BANG] = ACTIONS(1627), + [anon_sym_TILDE] = ACTIONS(1627), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_copy] = ACTIONS(1629), + [anon_sym_schedule] = ACTIONS(1629), + [aux_sym_constant_token1] = ACTIONS(1629), + [anon_sym_T] = ACTIONS(1629), + [anon_sym_F] = ACTIONS(1629), + [anon_sym_ATdeprecated] = ACTIONS(1627), + [anon_sym_ATload] = ACTIONS(1629), + [anon_sym_ATload_DASHsigs] = ACTIONS(1627), + [anon_sym_ATload_DASHplugin] = ACTIONS(1627), + [anon_sym_ATunload] = ACTIONS(1627), + [anon_sym_ATprefixes] = ACTIONS(1627), + [anon_sym_ATif] = ACTIONS(1629), + [anon_sym_ATifdef] = ACTIONS(1627), + [anon_sym_ATifndef] = ACTIONS(1627), + [anon_sym_ATendif] = ACTIONS(1627), + [anon_sym_ATelse] = ACTIONS(1627), + [anon_sym_ATpragma] = ACTIONS(1627), + [anon_sym_ATDIR] = ACTIONS(1627), + [anon_sym_ATFILENAME] = ACTIONS(1627), + [sym_id] = ACTIONS(1629), + [sym_pattern] = ACTIONS(1627), + [sym_ipv6] = ACTIONS(1627), + [sym_ipv4] = ACTIONS(1629), + [sym_port] = ACTIONS(1627), + [sym_floatp] = ACTIONS(1629), + [sym_hex] = ACTIONS(1629), + [sym_hostname] = ACTIONS(1629), + [aux_sym_string_token1] = ACTIONS(1627), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -45292,75 +44526,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(362)] = { - [ts_builtin_sym_end] = ACTIONS(1604), - [anon_sym_module] = ACTIONS(1606), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_export] = ACTIONS(1606), - [anon_sym_LBRACE] = ACTIONS(1604), - [anon_sym_global] = ACTIONS(1606), - [anon_sym_option] = ACTIONS(1606), - [anon_sym_const] = ACTIONS(1606), - [anon_sym_redef] = ACTIONS(1606), - [anon_sym_record] = ACTIONS(1606), - [anon_sym_type] = ACTIONS(1606), - [anon_sym_print] = ACTIONS(1606), - [anon_sym_event] = ACTIONS(1606), - [anon_sym_if] = ACTIONS(1606), - [anon_sym_LPAREN] = ACTIONS(1604), - [anon_sym_switch] = ACTIONS(1606), - [anon_sym_for] = ACTIONS(1606), - [anon_sym_LBRACK] = ACTIONS(1604), - [anon_sym_while] = ACTIONS(1606), - [anon_sym_next] = ACTIONS(1606), - [anon_sym_break] = ACTIONS(1606), - [anon_sym_fallthrough] = ACTIONS(1606), - [anon_sym_return] = ACTIONS(1606), - [anon_sym_add] = ACTIONS(1606), - [anon_sym_delete] = ACTIONS(1606), - [anon_sym_local] = ACTIONS(1606), - [anon_sym_when] = ACTIONS(1606), - [anon_sym_assert] = ACTIONS(1606), - [anon_sym_table] = ACTIONS(1606), - [anon_sym_set] = ACTIONS(1606), - [anon_sym_vector] = ACTIONS(1606), - [anon_sym_function] = ACTIONS(1606), - [anon_sym_hook] = ACTIONS(1606), - [anon_sym_DOLLAR] = ACTIONS(1604), - [anon_sym_PIPE] = ACTIONS(1604), - [anon_sym_PLUS_PLUS] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1604), - [anon_sym_BANG] = ACTIONS(1604), - [anon_sym_TILDE] = ACTIONS(1604), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_copy] = ACTIONS(1606), - [anon_sym_schedule] = ACTIONS(1606), - [aux_sym_constant_token1] = ACTIONS(1606), - [anon_sym_T] = ACTIONS(1606), - [anon_sym_F] = ACTIONS(1606), - [anon_sym_ATdeprecated] = ACTIONS(1604), - [anon_sym_ATload] = ACTIONS(1606), - [anon_sym_ATload_DASHsigs] = ACTIONS(1604), - [anon_sym_ATload_DASHplugin] = ACTIONS(1604), - [anon_sym_ATunload] = ACTIONS(1604), - [anon_sym_ATprefixes] = ACTIONS(1604), - [anon_sym_ATif] = ACTIONS(1606), - [anon_sym_ATifdef] = ACTIONS(1604), - [anon_sym_ATifndef] = ACTIONS(1604), - [anon_sym_ATendif] = ACTIONS(1604), - [anon_sym_ATelse] = ACTIONS(1604), - [anon_sym_ATpragma] = ACTIONS(1604), - [anon_sym_ATDIR] = ACTIONS(1604), - [anon_sym_ATFILENAME] = ACTIONS(1604), - [sym_id] = ACTIONS(1606), - [sym_pattern] = ACTIONS(1604), - [sym_ipv6] = ACTIONS(1606), - [sym_ipv4] = ACTIONS(1606), - [sym_port] = ACTIONS(1604), - [sym_floatp] = ACTIONS(1606), - [sym_hex] = ACTIONS(1606), - [sym_hostname] = ACTIONS(1606), - [aux_sym_string_token1] = ACTIONS(1604), + [ts_builtin_sym_end] = ACTIONS(1611), + [anon_sym_module] = ACTIONS(1613), + [anon_sym_SEMI] = ACTIONS(1611), + [anon_sym_export] = ACTIONS(1613), + [anon_sym_LBRACE] = ACTIONS(1611), + [anon_sym_global] = ACTIONS(1613), + [anon_sym_option] = ACTIONS(1613), + [anon_sym_const] = ACTIONS(1613), + [anon_sym_redef] = ACTIONS(1613), + [anon_sym_record] = ACTIONS(1613), + [anon_sym_type] = ACTIONS(1613), + [anon_sym_print] = ACTIONS(1613), + [anon_sym_event] = ACTIONS(1613), + [anon_sym_if] = ACTIONS(1613), + [anon_sym_LPAREN] = ACTIONS(1611), + [anon_sym_switch] = ACTIONS(1613), + [anon_sym_for] = ACTIONS(1613), + [anon_sym_LBRACK] = ACTIONS(1613), + [anon_sym_while] = ACTIONS(1613), + [anon_sym_next] = ACTIONS(1613), + [anon_sym_break] = ACTIONS(1613), + [anon_sym_fallthrough] = ACTIONS(1613), + [anon_sym_return] = ACTIONS(1613), + [anon_sym_add] = ACTIONS(1613), + [anon_sym_delete] = ACTIONS(1613), + [anon_sym_local] = ACTIONS(1613), + [anon_sym_when] = ACTIONS(1613), + [anon_sym_assert] = ACTIONS(1613), + [anon_sym_table] = ACTIONS(1613), + [anon_sym_set] = ACTIONS(1613), + [anon_sym_vector] = ACTIONS(1613), + [anon_sym_function] = ACTIONS(1613), + [anon_sym_hook] = ACTIONS(1613), + [anon_sym_DOLLAR] = ACTIONS(1611), + [anon_sym_PIPE] = ACTIONS(1611), + [anon_sym_PLUS_PLUS] = ACTIONS(1611), + [anon_sym_DASH_DASH] = ACTIONS(1611), + [anon_sym_BANG] = ACTIONS(1611), + [anon_sym_TILDE] = ACTIONS(1611), + [anon_sym_DASH] = ACTIONS(1613), + [anon_sym_PLUS] = ACTIONS(1613), + [anon_sym_copy] = ACTIONS(1613), + [anon_sym_schedule] = ACTIONS(1613), + [aux_sym_constant_token1] = ACTIONS(1613), + [anon_sym_T] = ACTIONS(1613), + [anon_sym_F] = ACTIONS(1613), + [anon_sym_ATdeprecated] = ACTIONS(1611), + [anon_sym_ATload] = ACTIONS(1613), + [anon_sym_ATload_DASHsigs] = ACTIONS(1611), + [anon_sym_ATload_DASHplugin] = ACTIONS(1611), + [anon_sym_ATunload] = ACTIONS(1611), + [anon_sym_ATprefixes] = ACTIONS(1611), + [anon_sym_ATif] = ACTIONS(1613), + [anon_sym_ATifdef] = ACTIONS(1611), + [anon_sym_ATifndef] = ACTIONS(1611), + [anon_sym_ATendif] = ACTIONS(1611), + [anon_sym_ATelse] = ACTIONS(1611), + [anon_sym_ATpragma] = ACTIONS(1611), + [anon_sym_ATDIR] = ACTIONS(1611), + [anon_sym_ATFILENAME] = ACTIONS(1611), + [sym_id] = ACTIONS(1613), + [sym_pattern] = ACTIONS(1611), + [sym_ipv6] = ACTIONS(1611), + [sym_ipv4] = ACTIONS(1613), + [sym_port] = ACTIONS(1611), + [sym_floatp] = ACTIONS(1613), + [sym_hex] = ACTIONS(1613), + [sym_hostname] = ACTIONS(1613), + [aux_sym_string_token1] = ACTIONS(1611), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -45379,40 +44613,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_attr_list_repeat1] = STATE(1592), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_LBRACE] = ACTIONS(133), - [anon_sym_RBRACE] = ACTIONS(1624), + [anon_sym_LBRACE] = ACTIONS(135), + [anon_sym_RBRACE] = ACTIONS(1631), [anon_sym_record] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_LBRACK] = ACTIONS(1626), - [anon_sym_local] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(1633), + [anon_sym_local] = ACTIONS(119), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -45431,12 +44665,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -45444,75 +44678,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(364)] = { - [ts_builtin_sym_end] = ACTIONS(1628), - [anon_sym_module] = ACTIONS(1630), - [anon_sym_SEMI] = ACTIONS(1628), - [anon_sym_export] = ACTIONS(1630), - [anon_sym_LBRACE] = ACTIONS(1628), - [anon_sym_global] = ACTIONS(1630), - [anon_sym_option] = ACTIONS(1630), - [anon_sym_const] = ACTIONS(1630), - [anon_sym_redef] = ACTIONS(1630), - [anon_sym_record] = ACTIONS(1630), - [anon_sym_type] = ACTIONS(1630), - [anon_sym_print] = ACTIONS(1630), - [anon_sym_event] = ACTIONS(1630), - [anon_sym_if] = ACTIONS(1630), - [anon_sym_LPAREN] = ACTIONS(1628), - [anon_sym_switch] = ACTIONS(1630), - [anon_sym_for] = ACTIONS(1630), - [anon_sym_LBRACK] = ACTIONS(1628), - [anon_sym_while] = ACTIONS(1630), - [anon_sym_next] = ACTIONS(1630), - [anon_sym_break] = ACTIONS(1630), - [anon_sym_fallthrough] = ACTIONS(1630), - [anon_sym_return] = ACTIONS(1630), - [anon_sym_add] = ACTIONS(1630), - [anon_sym_delete] = ACTIONS(1630), - [anon_sym_local] = ACTIONS(1630), - [anon_sym_when] = ACTIONS(1630), - [anon_sym_assert] = ACTIONS(1630), - [anon_sym_table] = ACTIONS(1630), - [anon_sym_set] = ACTIONS(1630), - [anon_sym_vector] = ACTIONS(1630), - [anon_sym_function] = ACTIONS(1630), - [anon_sym_hook] = ACTIONS(1630), - [anon_sym_DOLLAR] = ACTIONS(1628), - [anon_sym_PIPE] = ACTIONS(1628), - [anon_sym_PLUS_PLUS] = ACTIONS(1628), - [anon_sym_DASH_DASH] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1628), - [anon_sym_TILDE] = ACTIONS(1628), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_copy] = ACTIONS(1630), - [anon_sym_schedule] = ACTIONS(1630), - [aux_sym_constant_token1] = ACTIONS(1630), - [anon_sym_T] = ACTIONS(1630), - [anon_sym_F] = ACTIONS(1630), - [anon_sym_ATdeprecated] = ACTIONS(1628), - [anon_sym_ATload] = ACTIONS(1630), - [anon_sym_ATload_DASHsigs] = ACTIONS(1628), - [anon_sym_ATload_DASHplugin] = ACTIONS(1628), - [anon_sym_ATunload] = ACTIONS(1628), - [anon_sym_ATprefixes] = ACTIONS(1628), - [anon_sym_ATif] = ACTIONS(1630), - [anon_sym_ATifdef] = ACTIONS(1628), - [anon_sym_ATifndef] = ACTIONS(1628), - [anon_sym_ATendif] = ACTIONS(1628), - [anon_sym_ATelse] = ACTIONS(1628), - [anon_sym_ATpragma] = ACTIONS(1628), - [anon_sym_ATDIR] = ACTIONS(1628), - [anon_sym_ATFILENAME] = ACTIONS(1628), - [sym_id] = ACTIONS(1630), - [sym_pattern] = ACTIONS(1628), - [sym_ipv6] = ACTIONS(1630), - [sym_ipv4] = ACTIONS(1630), - [sym_port] = ACTIONS(1628), - [sym_floatp] = ACTIONS(1630), - [sym_hex] = ACTIONS(1630), - [sym_hostname] = ACTIONS(1630), - [aux_sym_string_token1] = ACTIONS(1628), + [ts_builtin_sym_end] = ACTIONS(1635), + [anon_sym_module] = ACTIONS(1637), + [anon_sym_SEMI] = ACTIONS(1635), + [anon_sym_export] = ACTIONS(1637), + [anon_sym_LBRACE] = ACTIONS(1635), + [anon_sym_global] = ACTIONS(1637), + [anon_sym_option] = ACTIONS(1637), + [anon_sym_const] = ACTIONS(1637), + [anon_sym_redef] = ACTIONS(1637), + [anon_sym_record] = ACTIONS(1637), + [anon_sym_type] = ACTIONS(1637), + [anon_sym_print] = ACTIONS(1637), + [anon_sym_event] = ACTIONS(1637), + [anon_sym_if] = ACTIONS(1637), + [anon_sym_LPAREN] = ACTIONS(1635), + [anon_sym_switch] = ACTIONS(1637), + [anon_sym_for] = ACTIONS(1637), + [anon_sym_LBRACK] = ACTIONS(1637), + [anon_sym_while] = ACTIONS(1637), + [anon_sym_next] = ACTIONS(1637), + [anon_sym_break] = ACTIONS(1637), + [anon_sym_fallthrough] = ACTIONS(1637), + [anon_sym_return] = ACTIONS(1637), + [anon_sym_add] = ACTIONS(1637), + [anon_sym_delete] = ACTIONS(1637), + [anon_sym_local] = ACTIONS(1637), + [anon_sym_when] = ACTIONS(1637), + [anon_sym_assert] = ACTIONS(1637), + [anon_sym_table] = ACTIONS(1637), + [anon_sym_set] = ACTIONS(1637), + [anon_sym_vector] = ACTIONS(1637), + [anon_sym_function] = ACTIONS(1637), + [anon_sym_hook] = ACTIONS(1637), + [anon_sym_DOLLAR] = ACTIONS(1635), + [anon_sym_PIPE] = ACTIONS(1635), + [anon_sym_PLUS_PLUS] = ACTIONS(1635), + [anon_sym_DASH_DASH] = ACTIONS(1635), + [anon_sym_BANG] = ACTIONS(1635), + [anon_sym_TILDE] = ACTIONS(1635), + [anon_sym_DASH] = ACTIONS(1637), + [anon_sym_PLUS] = ACTIONS(1637), + [anon_sym_copy] = ACTIONS(1637), + [anon_sym_schedule] = ACTIONS(1637), + [aux_sym_constant_token1] = ACTIONS(1637), + [anon_sym_T] = ACTIONS(1637), + [anon_sym_F] = ACTIONS(1637), + [anon_sym_ATdeprecated] = ACTIONS(1635), + [anon_sym_ATload] = ACTIONS(1637), + [anon_sym_ATload_DASHsigs] = ACTIONS(1635), + [anon_sym_ATload_DASHplugin] = ACTIONS(1635), + [anon_sym_ATunload] = ACTIONS(1635), + [anon_sym_ATprefixes] = ACTIONS(1635), + [anon_sym_ATif] = ACTIONS(1637), + [anon_sym_ATifdef] = ACTIONS(1635), + [anon_sym_ATifndef] = ACTIONS(1635), + [anon_sym_ATendif] = ACTIONS(1635), + [anon_sym_ATelse] = ACTIONS(1635), + [anon_sym_ATpragma] = ACTIONS(1635), + [anon_sym_ATDIR] = ACTIONS(1635), + [anon_sym_ATFILENAME] = ACTIONS(1635), + [sym_id] = ACTIONS(1637), + [sym_pattern] = ACTIONS(1635), + [sym_ipv6] = ACTIONS(1635), + [sym_ipv4] = ACTIONS(1637), + [sym_port] = ACTIONS(1635), + [sym_floatp] = ACTIONS(1637), + [sym_hex] = ACTIONS(1637), + [sym_hostname] = ACTIONS(1637), + [aux_sym_string_token1] = ACTIONS(1635), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -45520,75 +44754,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(365)] = { - [ts_builtin_sym_end] = ACTIONS(1632), - [anon_sym_module] = ACTIONS(1634), - [anon_sym_SEMI] = ACTIONS(1632), - [anon_sym_export] = ACTIONS(1634), - [anon_sym_LBRACE] = ACTIONS(1632), - [anon_sym_global] = ACTIONS(1634), - [anon_sym_option] = ACTIONS(1634), - [anon_sym_const] = ACTIONS(1634), - [anon_sym_redef] = ACTIONS(1634), - [anon_sym_record] = ACTIONS(1634), - [anon_sym_type] = ACTIONS(1634), - [anon_sym_print] = ACTIONS(1634), - [anon_sym_event] = ACTIONS(1634), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_LPAREN] = ACTIONS(1632), - [anon_sym_switch] = ACTIONS(1634), - [anon_sym_for] = ACTIONS(1634), - [anon_sym_LBRACK] = ACTIONS(1632), - [anon_sym_while] = ACTIONS(1634), - [anon_sym_next] = ACTIONS(1634), - [anon_sym_break] = ACTIONS(1634), - [anon_sym_fallthrough] = ACTIONS(1634), - [anon_sym_return] = ACTIONS(1634), - [anon_sym_add] = ACTIONS(1634), - [anon_sym_delete] = ACTIONS(1634), - [anon_sym_local] = ACTIONS(1634), - [anon_sym_when] = ACTIONS(1634), - [anon_sym_assert] = ACTIONS(1634), - [anon_sym_table] = ACTIONS(1634), - [anon_sym_set] = ACTIONS(1634), - [anon_sym_vector] = ACTIONS(1634), - [anon_sym_function] = ACTIONS(1634), - [anon_sym_hook] = ACTIONS(1634), - [anon_sym_DOLLAR] = ACTIONS(1632), - [anon_sym_PIPE] = ACTIONS(1632), - [anon_sym_PLUS_PLUS] = ACTIONS(1632), - [anon_sym_DASH_DASH] = ACTIONS(1632), - [anon_sym_BANG] = ACTIONS(1632), - [anon_sym_TILDE] = ACTIONS(1632), - [anon_sym_DASH] = ACTIONS(1634), - [anon_sym_PLUS] = ACTIONS(1634), - [anon_sym_copy] = ACTIONS(1634), - [anon_sym_schedule] = ACTIONS(1634), - [aux_sym_constant_token1] = ACTIONS(1634), - [anon_sym_T] = ACTIONS(1634), - [anon_sym_F] = ACTIONS(1634), - [anon_sym_ATdeprecated] = ACTIONS(1632), - [anon_sym_ATload] = ACTIONS(1634), - [anon_sym_ATload_DASHsigs] = ACTIONS(1632), - [anon_sym_ATload_DASHplugin] = ACTIONS(1632), - [anon_sym_ATunload] = ACTIONS(1632), - [anon_sym_ATprefixes] = ACTIONS(1632), - [anon_sym_ATif] = ACTIONS(1634), - [anon_sym_ATifdef] = ACTIONS(1632), - [anon_sym_ATifndef] = ACTIONS(1632), - [anon_sym_ATendif] = ACTIONS(1632), - [anon_sym_ATelse] = ACTIONS(1632), - [anon_sym_ATpragma] = ACTIONS(1632), - [anon_sym_ATDIR] = ACTIONS(1632), - [anon_sym_ATFILENAME] = ACTIONS(1632), - [sym_id] = ACTIONS(1634), - [sym_pattern] = ACTIONS(1632), - [sym_ipv6] = ACTIONS(1634), - [sym_ipv4] = ACTIONS(1634), - [sym_port] = ACTIONS(1632), - [sym_floatp] = ACTIONS(1634), - [sym_hex] = ACTIONS(1634), - [sym_hostname] = ACTIONS(1634), - [aux_sym_string_token1] = ACTIONS(1632), + [ts_builtin_sym_end] = ACTIONS(1639), + [anon_sym_module] = ACTIONS(1641), + [anon_sym_SEMI] = ACTIONS(1639), + [anon_sym_export] = ACTIONS(1641), + [anon_sym_LBRACE] = ACTIONS(1639), + [anon_sym_global] = ACTIONS(1641), + [anon_sym_option] = ACTIONS(1641), + [anon_sym_const] = ACTIONS(1641), + [anon_sym_redef] = ACTIONS(1641), + [anon_sym_record] = ACTIONS(1641), + [anon_sym_type] = ACTIONS(1641), + [anon_sym_print] = ACTIONS(1641), + [anon_sym_event] = ACTIONS(1641), + [anon_sym_if] = ACTIONS(1641), + [anon_sym_LPAREN] = ACTIONS(1639), + [anon_sym_switch] = ACTIONS(1641), + [anon_sym_for] = ACTIONS(1641), + [anon_sym_LBRACK] = ACTIONS(1641), + [anon_sym_while] = ACTIONS(1641), + [anon_sym_next] = ACTIONS(1641), + [anon_sym_break] = ACTIONS(1641), + [anon_sym_fallthrough] = ACTIONS(1641), + [anon_sym_return] = ACTIONS(1641), + [anon_sym_add] = ACTIONS(1641), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_local] = ACTIONS(1641), + [anon_sym_when] = ACTIONS(1641), + [anon_sym_assert] = ACTIONS(1641), + [anon_sym_table] = ACTIONS(1641), + [anon_sym_set] = ACTIONS(1641), + [anon_sym_vector] = ACTIONS(1641), + [anon_sym_function] = ACTIONS(1641), + [anon_sym_hook] = ACTIONS(1641), + [anon_sym_DOLLAR] = ACTIONS(1639), + [anon_sym_PIPE] = ACTIONS(1639), + [anon_sym_PLUS_PLUS] = ACTIONS(1639), + [anon_sym_DASH_DASH] = ACTIONS(1639), + [anon_sym_BANG] = ACTIONS(1639), + [anon_sym_TILDE] = ACTIONS(1639), + [anon_sym_DASH] = ACTIONS(1641), + [anon_sym_PLUS] = ACTIONS(1641), + [anon_sym_copy] = ACTIONS(1641), + [anon_sym_schedule] = ACTIONS(1641), + [aux_sym_constant_token1] = ACTIONS(1641), + [anon_sym_T] = ACTIONS(1641), + [anon_sym_F] = ACTIONS(1641), + [anon_sym_ATdeprecated] = ACTIONS(1639), + [anon_sym_ATload] = ACTIONS(1641), + [anon_sym_ATload_DASHsigs] = ACTIONS(1639), + [anon_sym_ATload_DASHplugin] = ACTIONS(1639), + [anon_sym_ATunload] = ACTIONS(1639), + [anon_sym_ATprefixes] = ACTIONS(1639), + [anon_sym_ATif] = ACTIONS(1641), + [anon_sym_ATifdef] = ACTIONS(1639), + [anon_sym_ATifndef] = ACTIONS(1639), + [anon_sym_ATendif] = ACTIONS(1639), + [anon_sym_ATelse] = ACTIONS(1639), + [anon_sym_ATpragma] = ACTIONS(1639), + [anon_sym_ATDIR] = ACTIONS(1639), + [anon_sym_ATFILENAME] = ACTIONS(1639), + [sym_id] = ACTIONS(1641), + [sym_pattern] = ACTIONS(1639), + [sym_ipv6] = ACTIONS(1639), + [sym_ipv4] = ACTIONS(1641), + [sym_port] = ACTIONS(1639), + [sym_floatp] = ACTIONS(1641), + [sym_hex] = ACTIONS(1641), + [sym_hostname] = ACTIONS(1641), + [aux_sym_string_token1] = ACTIONS(1639), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -45596,75 +44830,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(366)] = { - [ts_builtin_sym_end] = ACTIONS(1492), - [anon_sym_module] = ACTIONS(1494), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_export] = ACTIONS(1494), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_global] = ACTIONS(1494), - [anon_sym_option] = ACTIONS(1494), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_redef] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_type] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [ts_builtin_sym_end] = ACTIONS(1499), + [anon_sym_module] = ACTIONS(1501), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_export] = ACTIONS(1501), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_global] = ACTIONS(1501), + [anon_sym_option] = ACTIONS(1501), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_redef] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_type] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -45672,75 +44906,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(367)] = { - [ts_builtin_sym_end] = ACTIONS(1636), - [anon_sym_module] = ACTIONS(1638), - [anon_sym_SEMI] = ACTIONS(1636), - [anon_sym_export] = ACTIONS(1638), - [anon_sym_LBRACE] = ACTIONS(1636), - [anon_sym_global] = ACTIONS(1638), - [anon_sym_option] = ACTIONS(1638), - [anon_sym_const] = ACTIONS(1638), - [anon_sym_redef] = ACTIONS(1638), - [anon_sym_record] = ACTIONS(1638), - [anon_sym_type] = ACTIONS(1638), - [anon_sym_print] = ACTIONS(1638), - [anon_sym_event] = ACTIONS(1638), - [anon_sym_if] = ACTIONS(1638), - [anon_sym_LPAREN] = ACTIONS(1636), - [anon_sym_switch] = ACTIONS(1638), - [anon_sym_for] = ACTIONS(1638), - [anon_sym_LBRACK] = ACTIONS(1636), - [anon_sym_while] = ACTIONS(1638), - [anon_sym_next] = ACTIONS(1638), - [anon_sym_break] = ACTIONS(1638), - [anon_sym_fallthrough] = ACTIONS(1638), - [anon_sym_return] = ACTIONS(1638), - [anon_sym_add] = ACTIONS(1638), - [anon_sym_delete] = ACTIONS(1638), - [anon_sym_local] = ACTIONS(1638), - [anon_sym_when] = ACTIONS(1638), - [anon_sym_assert] = ACTIONS(1638), - [anon_sym_table] = ACTIONS(1638), - [anon_sym_set] = ACTIONS(1638), - [anon_sym_vector] = ACTIONS(1638), - [anon_sym_function] = ACTIONS(1638), - [anon_sym_hook] = ACTIONS(1638), - [anon_sym_DOLLAR] = ACTIONS(1636), - [anon_sym_PIPE] = ACTIONS(1636), - [anon_sym_PLUS_PLUS] = ACTIONS(1636), - [anon_sym_DASH_DASH] = ACTIONS(1636), - [anon_sym_BANG] = ACTIONS(1636), - [anon_sym_TILDE] = ACTIONS(1636), - [anon_sym_DASH] = ACTIONS(1638), - [anon_sym_PLUS] = ACTIONS(1638), - [anon_sym_copy] = ACTIONS(1638), - [anon_sym_schedule] = ACTIONS(1638), - [aux_sym_constant_token1] = ACTIONS(1638), - [anon_sym_T] = ACTIONS(1638), - [anon_sym_F] = ACTIONS(1638), - [anon_sym_ATdeprecated] = ACTIONS(1636), - [anon_sym_ATload] = ACTIONS(1638), - [anon_sym_ATload_DASHsigs] = ACTIONS(1636), - [anon_sym_ATload_DASHplugin] = ACTIONS(1636), - [anon_sym_ATunload] = ACTIONS(1636), - [anon_sym_ATprefixes] = ACTIONS(1636), - [anon_sym_ATif] = ACTIONS(1638), - [anon_sym_ATifdef] = ACTIONS(1636), - [anon_sym_ATifndef] = ACTIONS(1636), - [anon_sym_ATendif] = ACTIONS(1636), - [anon_sym_ATelse] = ACTIONS(1636), - [anon_sym_ATpragma] = ACTIONS(1636), - [anon_sym_ATDIR] = ACTIONS(1636), - [anon_sym_ATFILENAME] = ACTIONS(1636), - [sym_id] = ACTIONS(1638), - [sym_pattern] = ACTIONS(1636), - [sym_ipv6] = ACTIONS(1638), - [sym_ipv4] = ACTIONS(1638), - [sym_port] = ACTIONS(1636), - [sym_floatp] = ACTIONS(1638), - [sym_hex] = ACTIONS(1638), - [sym_hostname] = ACTIONS(1638), - [aux_sym_string_token1] = ACTIONS(1636), + [ts_builtin_sym_end] = ACTIONS(1643), + [anon_sym_module] = ACTIONS(1645), + [anon_sym_SEMI] = ACTIONS(1643), + [anon_sym_export] = ACTIONS(1645), + [anon_sym_LBRACE] = ACTIONS(1643), + [anon_sym_global] = ACTIONS(1645), + [anon_sym_option] = ACTIONS(1645), + [anon_sym_const] = ACTIONS(1645), + [anon_sym_redef] = ACTIONS(1645), + [anon_sym_record] = ACTIONS(1645), + [anon_sym_type] = ACTIONS(1645), + [anon_sym_print] = ACTIONS(1645), + [anon_sym_event] = ACTIONS(1645), + [anon_sym_if] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1643), + [anon_sym_switch] = ACTIONS(1645), + [anon_sym_for] = ACTIONS(1645), + [anon_sym_LBRACK] = ACTIONS(1645), + [anon_sym_while] = ACTIONS(1645), + [anon_sym_next] = ACTIONS(1645), + [anon_sym_break] = ACTIONS(1645), + [anon_sym_fallthrough] = ACTIONS(1645), + [anon_sym_return] = ACTIONS(1645), + [anon_sym_add] = ACTIONS(1645), + [anon_sym_delete] = ACTIONS(1645), + [anon_sym_local] = ACTIONS(1645), + [anon_sym_when] = ACTIONS(1645), + [anon_sym_assert] = ACTIONS(1645), + [anon_sym_table] = ACTIONS(1645), + [anon_sym_set] = ACTIONS(1645), + [anon_sym_vector] = ACTIONS(1645), + [anon_sym_function] = ACTIONS(1645), + [anon_sym_hook] = ACTIONS(1645), + [anon_sym_DOLLAR] = ACTIONS(1643), + [anon_sym_PIPE] = ACTIONS(1643), + [anon_sym_PLUS_PLUS] = ACTIONS(1643), + [anon_sym_DASH_DASH] = ACTIONS(1643), + [anon_sym_BANG] = ACTIONS(1643), + [anon_sym_TILDE] = ACTIONS(1643), + [anon_sym_DASH] = ACTIONS(1645), + [anon_sym_PLUS] = ACTIONS(1645), + [anon_sym_copy] = ACTIONS(1645), + [anon_sym_schedule] = ACTIONS(1645), + [aux_sym_constant_token1] = ACTIONS(1645), + [anon_sym_T] = ACTIONS(1645), + [anon_sym_F] = ACTIONS(1645), + [anon_sym_ATdeprecated] = ACTIONS(1643), + [anon_sym_ATload] = ACTIONS(1645), + [anon_sym_ATload_DASHsigs] = ACTIONS(1643), + [anon_sym_ATload_DASHplugin] = ACTIONS(1643), + [anon_sym_ATunload] = ACTIONS(1643), + [anon_sym_ATprefixes] = ACTIONS(1643), + [anon_sym_ATif] = ACTIONS(1645), + [anon_sym_ATifdef] = ACTIONS(1643), + [anon_sym_ATifndef] = ACTIONS(1643), + [anon_sym_ATendif] = ACTIONS(1643), + [anon_sym_ATelse] = ACTIONS(1643), + [anon_sym_ATpragma] = ACTIONS(1643), + [anon_sym_ATDIR] = ACTIONS(1643), + [anon_sym_ATFILENAME] = ACTIONS(1643), + [sym_id] = ACTIONS(1645), + [sym_pattern] = ACTIONS(1643), + [sym_ipv6] = ACTIONS(1643), + [sym_ipv4] = ACTIONS(1645), + [sym_port] = ACTIONS(1643), + [sym_floatp] = ACTIONS(1645), + [sym_hex] = ACTIONS(1645), + [sym_hostname] = ACTIONS(1645), + [aux_sym_string_token1] = ACTIONS(1643), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -45748,75 +44982,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(368)] = { - [ts_builtin_sym_end] = ACTIONS(1640), - [anon_sym_module] = ACTIONS(1642), - [anon_sym_SEMI] = ACTIONS(1640), - [anon_sym_export] = ACTIONS(1642), - [anon_sym_LBRACE] = ACTIONS(1640), - [anon_sym_global] = ACTIONS(1642), - [anon_sym_option] = ACTIONS(1642), - [anon_sym_const] = ACTIONS(1642), - [anon_sym_redef] = ACTIONS(1642), - [anon_sym_record] = ACTIONS(1642), - [anon_sym_type] = ACTIONS(1642), - [anon_sym_print] = ACTIONS(1642), - [anon_sym_event] = ACTIONS(1642), - [anon_sym_if] = ACTIONS(1642), - [anon_sym_LPAREN] = ACTIONS(1640), - [anon_sym_switch] = ACTIONS(1642), - [anon_sym_for] = ACTIONS(1642), - [anon_sym_LBRACK] = ACTIONS(1640), - [anon_sym_while] = ACTIONS(1642), - [anon_sym_next] = ACTIONS(1642), - [anon_sym_break] = ACTIONS(1642), - [anon_sym_fallthrough] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1642), - [anon_sym_add] = ACTIONS(1642), - [anon_sym_delete] = ACTIONS(1642), - [anon_sym_local] = ACTIONS(1642), - [anon_sym_when] = ACTIONS(1642), - [anon_sym_assert] = ACTIONS(1642), - [anon_sym_table] = ACTIONS(1642), - [anon_sym_set] = ACTIONS(1642), - [anon_sym_vector] = ACTIONS(1642), - [anon_sym_function] = ACTIONS(1642), - [anon_sym_hook] = ACTIONS(1642), - [anon_sym_DOLLAR] = ACTIONS(1640), - [anon_sym_PIPE] = ACTIONS(1640), - [anon_sym_PLUS_PLUS] = ACTIONS(1640), - [anon_sym_DASH_DASH] = ACTIONS(1640), - [anon_sym_BANG] = ACTIONS(1640), - [anon_sym_TILDE] = ACTIONS(1640), - [anon_sym_DASH] = ACTIONS(1642), - [anon_sym_PLUS] = ACTIONS(1642), - [anon_sym_copy] = ACTIONS(1642), - [anon_sym_schedule] = ACTIONS(1642), - [aux_sym_constant_token1] = ACTIONS(1642), - [anon_sym_T] = ACTIONS(1642), - [anon_sym_F] = ACTIONS(1642), - [anon_sym_ATdeprecated] = ACTIONS(1640), - [anon_sym_ATload] = ACTIONS(1642), - [anon_sym_ATload_DASHsigs] = ACTIONS(1640), - [anon_sym_ATload_DASHplugin] = ACTIONS(1640), - [anon_sym_ATunload] = ACTIONS(1640), - [anon_sym_ATprefixes] = ACTIONS(1640), - [anon_sym_ATif] = ACTIONS(1642), - [anon_sym_ATifdef] = ACTIONS(1640), - [anon_sym_ATifndef] = ACTIONS(1640), - [anon_sym_ATendif] = ACTIONS(1640), - [anon_sym_ATelse] = ACTIONS(1640), - [anon_sym_ATpragma] = ACTIONS(1640), - [anon_sym_ATDIR] = ACTIONS(1640), - [anon_sym_ATFILENAME] = ACTIONS(1640), - [sym_id] = ACTIONS(1642), - [sym_pattern] = ACTIONS(1640), - [sym_ipv6] = ACTIONS(1642), - [sym_ipv4] = ACTIONS(1642), - [sym_port] = ACTIONS(1640), - [sym_floatp] = ACTIONS(1642), - [sym_hex] = ACTIONS(1642), - [sym_hostname] = ACTIONS(1642), - [aux_sym_string_token1] = ACTIONS(1640), + [ts_builtin_sym_end] = ACTIONS(1647), + [anon_sym_module] = ACTIONS(1649), + [anon_sym_SEMI] = ACTIONS(1647), + [anon_sym_export] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(1647), + [anon_sym_global] = ACTIONS(1649), + [anon_sym_option] = ACTIONS(1649), + [anon_sym_const] = ACTIONS(1649), + [anon_sym_redef] = ACTIONS(1649), + [anon_sym_record] = ACTIONS(1649), + [anon_sym_type] = ACTIONS(1649), + [anon_sym_print] = ACTIONS(1649), + [anon_sym_event] = ACTIONS(1649), + [anon_sym_if] = ACTIONS(1649), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_switch] = ACTIONS(1649), + [anon_sym_for] = ACTIONS(1649), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_while] = ACTIONS(1649), + [anon_sym_next] = ACTIONS(1649), + [anon_sym_break] = ACTIONS(1649), + [anon_sym_fallthrough] = ACTIONS(1649), + [anon_sym_return] = ACTIONS(1649), + [anon_sym_add] = ACTIONS(1649), + [anon_sym_delete] = ACTIONS(1649), + [anon_sym_local] = ACTIONS(1649), + [anon_sym_when] = ACTIONS(1649), + [anon_sym_assert] = ACTIONS(1649), + [anon_sym_table] = ACTIONS(1649), + [anon_sym_set] = ACTIONS(1649), + [anon_sym_vector] = ACTIONS(1649), + [anon_sym_function] = ACTIONS(1649), + [anon_sym_hook] = ACTIONS(1649), + [anon_sym_DOLLAR] = ACTIONS(1647), + [anon_sym_PIPE] = ACTIONS(1647), + [anon_sym_PLUS_PLUS] = ACTIONS(1647), + [anon_sym_DASH_DASH] = ACTIONS(1647), + [anon_sym_BANG] = ACTIONS(1647), + [anon_sym_TILDE] = ACTIONS(1647), + [anon_sym_DASH] = ACTIONS(1649), + [anon_sym_PLUS] = ACTIONS(1649), + [anon_sym_copy] = ACTIONS(1649), + [anon_sym_schedule] = ACTIONS(1649), + [aux_sym_constant_token1] = ACTIONS(1649), + [anon_sym_T] = ACTIONS(1649), + [anon_sym_F] = ACTIONS(1649), + [anon_sym_ATdeprecated] = ACTIONS(1647), + [anon_sym_ATload] = ACTIONS(1649), + [anon_sym_ATload_DASHsigs] = ACTIONS(1647), + [anon_sym_ATload_DASHplugin] = ACTIONS(1647), + [anon_sym_ATunload] = ACTIONS(1647), + [anon_sym_ATprefixes] = ACTIONS(1647), + [anon_sym_ATif] = ACTIONS(1649), + [anon_sym_ATifdef] = ACTIONS(1647), + [anon_sym_ATifndef] = ACTIONS(1647), + [anon_sym_ATendif] = ACTIONS(1647), + [anon_sym_ATelse] = ACTIONS(1647), + [anon_sym_ATpragma] = ACTIONS(1647), + [anon_sym_ATDIR] = ACTIONS(1647), + [anon_sym_ATFILENAME] = ACTIONS(1647), + [sym_id] = ACTIONS(1649), + [sym_pattern] = ACTIONS(1647), + [sym_ipv6] = ACTIONS(1647), + [sym_ipv4] = ACTIONS(1649), + [sym_port] = ACTIONS(1647), + [sym_floatp] = ACTIONS(1649), + [sym_hex] = ACTIONS(1649), + [sym_hostname] = ACTIONS(1649), + [aux_sym_string_token1] = ACTIONS(1647), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -45824,75 +45058,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(369)] = { - [ts_builtin_sym_end] = ACTIONS(1644), - [anon_sym_module] = ACTIONS(1646), - [anon_sym_SEMI] = ACTIONS(1644), - [anon_sym_export] = ACTIONS(1646), - [anon_sym_LBRACE] = ACTIONS(1644), - [anon_sym_global] = ACTIONS(1646), - [anon_sym_option] = ACTIONS(1646), - [anon_sym_const] = ACTIONS(1646), - [anon_sym_redef] = ACTIONS(1646), - [anon_sym_record] = ACTIONS(1646), - [anon_sym_type] = ACTIONS(1646), - [anon_sym_print] = ACTIONS(1646), - [anon_sym_event] = ACTIONS(1646), - [anon_sym_if] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(1644), - [anon_sym_switch] = ACTIONS(1646), - [anon_sym_for] = ACTIONS(1646), - [anon_sym_LBRACK] = ACTIONS(1644), - [anon_sym_while] = ACTIONS(1646), - [anon_sym_next] = ACTIONS(1646), - [anon_sym_break] = ACTIONS(1646), - [anon_sym_fallthrough] = ACTIONS(1646), - [anon_sym_return] = ACTIONS(1646), - [anon_sym_add] = ACTIONS(1646), - [anon_sym_delete] = ACTIONS(1646), - [anon_sym_local] = ACTIONS(1646), - [anon_sym_when] = ACTIONS(1646), - [anon_sym_assert] = ACTIONS(1646), - [anon_sym_table] = ACTIONS(1646), - [anon_sym_set] = ACTIONS(1646), - [anon_sym_vector] = ACTIONS(1646), - [anon_sym_function] = ACTIONS(1646), - [anon_sym_hook] = ACTIONS(1646), - [anon_sym_DOLLAR] = ACTIONS(1644), - [anon_sym_PIPE] = ACTIONS(1644), - [anon_sym_PLUS_PLUS] = ACTIONS(1644), - [anon_sym_DASH_DASH] = ACTIONS(1644), - [anon_sym_BANG] = ACTIONS(1644), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1646), - [anon_sym_PLUS] = ACTIONS(1646), - [anon_sym_copy] = ACTIONS(1646), - [anon_sym_schedule] = ACTIONS(1646), - [aux_sym_constant_token1] = ACTIONS(1646), - [anon_sym_T] = ACTIONS(1646), - [anon_sym_F] = ACTIONS(1646), - [anon_sym_ATdeprecated] = ACTIONS(1644), - [anon_sym_ATload] = ACTIONS(1646), - [anon_sym_ATload_DASHsigs] = ACTIONS(1644), - [anon_sym_ATload_DASHplugin] = ACTIONS(1644), - [anon_sym_ATunload] = ACTIONS(1644), - [anon_sym_ATprefixes] = ACTIONS(1644), - [anon_sym_ATif] = ACTIONS(1646), - [anon_sym_ATifdef] = ACTIONS(1644), - [anon_sym_ATifndef] = ACTIONS(1644), - [anon_sym_ATendif] = ACTIONS(1644), - [anon_sym_ATelse] = ACTIONS(1644), - [anon_sym_ATpragma] = ACTIONS(1644), - [anon_sym_ATDIR] = ACTIONS(1644), - [anon_sym_ATFILENAME] = ACTIONS(1644), - [sym_id] = ACTIONS(1646), - [sym_pattern] = ACTIONS(1644), - [sym_ipv6] = ACTIONS(1646), - [sym_ipv4] = ACTIONS(1646), - [sym_port] = ACTIONS(1644), - [sym_floatp] = ACTIONS(1646), - [sym_hex] = ACTIONS(1646), - [sym_hostname] = ACTIONS(1646), - [aux_sym_string_token1] = ACTIONS(1644), + [ts_builtin_sym_end] = ACTIONS(1651), + [anon_sym_module] = ACTIONS(1653), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_export] = ACTIONS(1653), + [anon_sym_LBRACE] = ACTIONS(1651), + [anon_sym_global] = ACTIONS(1653), + [anon_sym_option] = ACTIONS(1653), + [anon_sym_const] = ACTIONS(1653), + [anon_sym_redef] = ACTIONS(1653), + [anon_sym_record] = ACTIONS(1653), + [anon_sym_type] = ACTIONS(1653), + [anon_sym_print] = ACTIONS(1653), + [anon_sym_event] = ACTIONS(1653), + [anon_sym_if] = ACTIONS(1653), + [anon_sym_LPAREN] = ACTIONS(1651), + [anon_sym_switch] = ACTIONS(1653), + [anon_sym_for] = ACTIONS(1653), + [anon_sym_LBRACK] = ACTIONS(1653), + [anon_sym_while] = ACTIONS(1653), + [anon_sym_next] = ACTIONS(1653), + [anon_sym_break] = ACTIONS(1653), + [anon_sym_fallthrough] = ACTIONS(1653), + [anon_sym_return] = ACTIONS(1653), + [anon_sym_add] = ACTIONS(1653), + [anon_sym_delete] = ACTIONS(1653), + [anon_sym_local] = ACTIONS(1653), + [anon_sym_when] = ACTIONS(1653), + [anon_sym_assert] = ACTIONS(1653), + [anon_sym_table] = ACTIONS(1653), + [anon_sym_set] = ACTIONS(1653), + [anon_sym_vector] = ACTIONS(1653), + [anon_sym_function] = ACTIONS(1653), + [anon_sym_hook] = ACTIONS(1653), + [anon_sym_DOLLAR] = ACTIONS(1651), + [anon_sym_PIPE] = ACTIONS(1651), + [anon_sym_PLUS_PLUS] = ACTIONS(1651), + [anon_sym_DASH_DASH] = ACTIONS(1651), + [anon_sym_BANG] = ACTIONS(1651), + [anon_sym_TILDE] = ACTIONS(1651), + [anon_sym_DASH] = ACTIONS(1653), + [anon_sym_PLUS] = ACTIONS(1653), + [anon_sym_copy] = ACTIONS(1653), + [anon_sym_schedule] = ACTIONS(1653), + [aux_sym_constant_token1] = ACTIONS(1653), + [anon_sym_T] = ACTIONS(1653), + [anon_sym_F] = ACTIONS(1653), + [anon_sym_ATdeprecated] = ACTIONS(1651), + [anon_sym_ATload] = ACTIONS(1653), + [anon_sym_ATload_DASHsigs] = ACTIONS(1651), + [anon_sym_ATload_DASHplugin] = ACTIONS(1651), + [anon_sym_ATunload] = ACTIONS(1651), + [anon_sym_ATprefixes] = ACTIONS(1651), + [anon_sym_ATif] = ACTIONS(1653), + [anon_sym_ATifdef] = ACTIONS(1651), + [anon_sym_ATifndef] = ACTIONS(1651), + [anon_sym_ATendif] = ACTIONS(1651), + [anon_sym_ATelse] = ACTIONS(1651), + [anon_sym_ATpragma] = ACTIONS(1651), + [anon_sym_ATDIR] = ACTIONS(1651), + [anon_sym_ATFILENAME] = ACTIONS(1651), + [sym_id] = ACTIONS(1653), + [sym_pattern] = ACTIONS(1651), + [sym_ipv6] = ACTIONS(1651), + [sym_ipv4] = ACTIONS(1653), + [sym_port] = ACTIONS(1651), + [sym_floatp] = ACTIONS(1653), + [sym_hex] = ACTIONS(1653), + [sym_hostname] = ACTIONS(1653), + [aux_sym_string_token1] = ACTIONS(1651), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -45900,75 +45134,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(370)] = { - [ts_builtin_sym_end] = ACTIONS(1608), - [anon_sym_module] = ACTIONS(1610), - [anon_sym_SEMI] = ACTIONS(1608), - [anon_sym_export] = ACTIONS(1610), - [anon_sym_LBRACE] = ACTIONS(1608), - [anon_sym_global] = ACTIONS(1610), - [anon_sym_option] = ACTIONS(1610), - [anon_sym_const] = ACTIONS(1610), - [anon_sym_redef] = ACTIONS(1610), - [anon_sym_record] = ACTIONS(1610), - [anon_sym_type] = ACTIONS(1610), - [anon_sym_print] = ACTIONS(1610), - [anon_sym_event] = ACTIONS(1610), - [anon_sym_if] = ACTIONS(1610), - [anon_sym_LPAREN] = ACTIONS(1608), - [anon_sym_switch] = ACTIONS(1610), - [anon_sym_for] = ACTIONS(1610), - [anon_sym_LBRACK] = ACTIONS(1608), - [anon_sym_while] = ACTIONS(1610), - [anon_sym_next] = ACTIONS(1610), - [anon_sym_break] = ACTIONS(1610), - [anon_sym_fallthrough] = ACTIONS(1610), - [anon_sym_return] = ACTIONS(1610), - [anon_sym_add] = ACTIONS(1610), - [anon_sym_delete] = ACTIONS(1610), - [anon_sym_local] = ACTIONS(1610), - [anon_sym_when] = ACTIONS(1610), - [anon_sym_assert] = ACTIONS(1610), - [anon_sym_table] = ACTIONS(1610), - [anon_sym_set] = ACTIONS(1610), - [anon_sym_vector] = ACTIONS(1610), - [anon_sym_function] = ACTIONS(1610), - [anon_sym_hook] = ACTIONS(1610), - [anon_sym_DOLLAR] = ACTIONS(1608), - [anon_sym_PIPE] = ACTIONS(1608), - [anon_sym_PLUS_PLUS] = ACTIONS(1608), - [anon_sym_DASH_DASH] = ACTIONS(1608), - [anon_sym_BANG] = ACTIONS(1608), - [anon_sym_TILDE] = ACTIONS(1608), - [anon_sym_DASH] = ACTIONS(1610), - [anon_sym_PLUS] = ACTIONS(1610), - [anon_sym_copy] = ACTIONS(1610), - [anon_sym_schedule] = ACTIONS(1610), - [aux_sym_constant_token1] = ACTIONS(1610), - [anon_sym_T] = ACTIONS(1610), - [anon_sym_F] = ACTIONS(1610), - [anon_sym_ATdeprecated] = ACTIONS(1608), - [anon_sym_ATload] = ACTIONS(1610), - [anon_sym_ATload_DASHsigs] = ACTIONS(1608), - [anon_sym_ATload_DASHplugin] = ACTIONS(1608), - [anon_sym_ATunload] = ACTIONS(1608), - [anon_sym_ATprefixes] = ACTIONS(1608), - [anon_sym_ATif] = ACTIONS(1610), - [anon_sym_ATifdef] = ACTIONS(1608), - [anon_sym_ATifndef] = ACTIONS(1608), - [anon_sym_ATendif] = ACTIONS(1608), - [anon_sym_ATelse] = ACTIONS(1608), - [anon_sym_ATpragma] = ACTIONS(1608), - [anon_sym_ATDIR] = ACTIONS(1608), - [anon_sym_ATFILENAME] = ACTIONS(1608), - [sym_id] = ACTIONS(1610), - [sym_pattern] = ACTIONS(1608), - [sym_ipv6] = ACTIONS(1610), - [sym_ipv4] = ACTIONS(1610), - [sym_port] = ACTIONS(1608), - [sym_floatp] = ACTIONS(1610), - [sym_hex] = ACTIONS(1610), - [sym_hostname] = ACTIONS(1610), - [aux_sym_string_token1] = ACTIONS(1608), + [ts_builtin_sym_end] = ACTIONS(1615), + [anon_sym_module] = ACTIONS(1617), + [anon_sym_SEMI] = ACTIONS(1615), + [anon_sym_export] = ACTIONS(1617), + [anon_sym_LBRACE] = ACTIONS(1615), + [anon_sym_global] = ACTIONS(1617), + [anon_sym_option] = ACTIONS(1617), + [anon_sym_const] = ACTIONS(1617), + [anon_sym_redef] = ACTIONS(1617), + [anon_sym_record] = ACTIONS(1617), + [anon_sym_type] = ACTIONS(1617), + [anon_sym_print] = ACTIONS(1617), + [anon_sym_event] = ACTIONS(1617), + [anon_sym_if] = ACTIONS(1617), + [anon_sym_LPAREN] = ACTIONS(1615), + [anon_sym_switch] = ACTIONS(1617), + [anon_sym_for] = ACTIONS(1617), + [anon_sym_LBRACK] = ACTIONS(1617), + [anon_sym_while] = ACTIONS(1617), + [anon_sym_next] = ACTIONS(1617), + [anon_sym_break] = ACTIONS(1617), + [anon_sym_fallthrough] = ACTIONS(1617), + [anon_sym_return] = ACTIONS(1617), + [anon_sym_add] = ACTIONS(1617), + [anon_sym_delete] = ACTIONS(1617), + [anon_sym_local] = ACTIONS(1617), + [anon_sym_when] = ACTIONS(1617), + [anon_sym_assert] = ACTIONS(1617), + [anon_sym_table] = ACTIONS(1617), + [anon_sym_set] = ACTIONS(1617), + [anon_sym_vector] = ACTIONS(1617), + [anon_sym_function] = ACTIONS(1617), + [anon_sym_hook] = ACTIONS(1617), + [anon_sym_DOLLAR] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1615), + [anon_sym_PLUS_PLUS] = ACTIONS(1615), + [anon_sym_DASH_DASH] = ACTIONS(1615), + [anon_sym_BANG] = ACTIONS(1615), + [anon_sym_TILDE] = ACTIONS(1615), + [anon_sym_DASH] = ACTIONS(1617), + [anon_sym_PLUS] = ACTIONS(1617), + [anon_sym_copy] = ACTIONS(1617), + [anon_sym_schedule] = ACTIONS(1617), + [aux_sym_constant_token1] = ACTIONS(1617), + [anon_sym_T] = ACTIONS(1617), + [anon_sym_F] = ACTIONS(1617), + [anon_sym_ATdeprecated] = ACTIONS(1615), + [anon_sym_ATload] = ACTIONS(1617), + [anon_sym_ATload_DASHsigs] = ACTIONS(1615), + [anon_sym_ATload_DASHplugin] = ACTIONS(1615), + [anon_sym_ATunload] = ACTIONS(1615), + [anon_sym_ATprefixes] = ACTIONS(1615), + [anon_sym_ATif] = ACTIONS(1617), + [anon_sym_ATifdef] = ACTIONS(1615), + [anon_sym_ATifndef] = ACTIONS(1615), + [anon_sym_ATendif] = ACTIONS(1615), + [anon_sym_ATelse] = ACTIONS(1615), + [anon_sym_ATpragma] = ACTIONS(1615), + [anon_sym_ATDIR] = ACTIONS(1615), + [anon_sym_ATFILENAME] = ACTIONS(1615), + [sym_id] = ACTIONS(1617), + [sym_pattern] = ACTIONS(1615), + [sym_ipv6] = ACTIONS(1615), + [sym_ipv4] = ACTIONS(1617), + [sym_port] = ACTIONS(1615), + [sym_floatp] = ACTIONS(1617), + [sym_hex] = ACTIONS(1617), + [sym_hostname] = ACTIONS(1617), + [aux_sym_string_token1] = ACTIONS(1615), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -45976,75 +45210,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(371)] = { - [ts_builtin_sym_end] = ACTIONS(1648), - [anon_sym_module] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1648), - [anon_sym_export] = ACTIONS(1650), - [anon_sym_LBRACE] = ACTIONS(1648), - [anon_sym_global] = ACTIONS(1650), - [anon_sym_option] = ACTIONS(1650), - [anon_sym_const] = ACTIONS(1650), - [anon_sym_redef] = ACTIONS(1650), - [anon_sym_record] = ACTIONS(1650), - [anon_sym_type] = ACTIONS(1650), - [anon_sym_print] = ACTIONS(1650), - [anon_sym_event] = ACTIONS(1650), - [anon_sym_if] = ACTIONS(1650), - [anon_sym_LPAREN] = ACTIONS(1648), - [anon_sym_switch] = ACTIONS(1650), - [anon_sym_for] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1648), - [anon_sym_while] = ACTIONS(1650), - [anon_sym_next] = ACTIONS(1650), - [anon_sym_break] = ACTIONS(1650), - [anon_sym_fallthrough] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1650), - [anon_sym_add] = ACTIONS(1650), - [anon_sym_delete] = ACTIONS(1650), - [anon_sym_local] = ACTIONS(1650), - [anon_sym_when] = ACTIONS(1650), - [anon_sym_assert] = ACTIONS(1650), - [anon_sym_table] = ACTIONS(1650), - [anon_sym_set] = ACTIONS(1650), - [anon_sym_vector] = ACTIONS(1650), - [anon_sym_function] = ACTIONS(1650), - [anon_sym_hook] = ACTIONS(1650), - [anon_sym_DOLLAR] = ACTIONS(1648), - [anon_sym_PIPE] = ACTIONS(1648), - [anon_sym_PLUS_PLUS] = ACTIONS(1648), - [anon_sym_DASH_DASH] = ACTIONS(1648), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_TILDE] = ACTIONS(1648), - [anon_sym_DASH] = ACTIONS(1650), - [anon_sym_PLUS] = ACTIONS(1650), - [anon_sym_copy] = ACTIONS(1650), - [anon_sym_schedule] = ACTIONS(1650), - [aux_sym_constant_token1] = ACTIONS(1650), - [anon_sym_T] = ACTIONS(1650), - [anon_sym_F] = ACTIONS(1650), - [anon_sym_ATdeprecated] = ACTIONS(1648), - [anon_sym_ATload] = ACTIONS(1650), - [anon_sym_ATload_DASHsigs] = ACTIONS(1648), - [anon_sym_ATload_DASHplugin] = ACTIONS(1648), - [anon_sym_ATunload] = ACTIONS(1648), - [anon_sym_ATprefixes] = ACTIONS(1648), - [anon_sym_ATif] = ACTIONS(1650), - [anon_sym_ATifdef] = ACTIONS(1648), - [anon_sym_ATifndef] = ACTIONS(1648), - [anon_sym_ATendif] = ACTIONS(1648), - [anon_sym_ATelse] = ACTIONS(1648), - [anon_sym_ATpragma] = ACTIONS(1648), - [anon_sym_ATDIR] = ACTIONS(1648), - [anon_sym_ATFILENAME] = ACTIONS(1648), - [sym_id] = ACTIONS(1650), - [sym_pattern] = ACTIONS(1648), - [sym_ipv6] = ACTIONS(1650), - [sym_ipv4] = ACTIONS(1650), - [sym_port] = ACTIONS(1648), - [sym_floatp] = ACTIONS(1650), - [sym_hex] = ACTIONS(1650), - [sym_hostname] = ACTIONS(1650), - [aux_sym_string_token1] = ACTIONS(1648), + [ts_builtin_sym_end] = ACTIONS(1655), + [anon_sym_module] = ACTIONS(1657), + [anon_sym_SEMI] = ACTIONS(1655), + [anon_sym_export] = ACTIONS(1657), + [anon_sym_LBRACE] = ACTIONS(1655), + [anon_sym_global] = ACTIONS(1657), + [anon_sym_option] = ACTIONS(1657), + [anon_sym_const] = ACTIONS(1657), + [anon_sym_redef] = ACTIONS(1657), + [anon_sym_record] = ACTIONS(1657), + [anon_sym_type] = ACTIONS(1657), + [anon_sym_print] = ACTIONS(1657), + [anon_sym_event] = ACTIONS(1657), + [anon_sym_if] = ACTIONS(1657), + [anon_sym_LPAREN] = ACTIONS(1655), + [anon_sym_switch] = ACTIONS(1657), + [anon_sym_for] = ACTIONS(1657), + [anon_sym_LBRACK] = ACTIONS(1657), + [anon_sym_while] = ACTIONS(1657), + [anon_sym_next] = ACTIONS(1657), + [anon_sym_break] = ACTIONS(1657), + [anon_sym_fallthrough] = ACTIONS(1657), + [anon_sym_return] = ACTIONS(1657), + [anon_sym_add] = ACTIONS(1657), + [anon_sym_delete] = ACTIONS(1657), + [anon_sym_local] = ACTIONS(1657), + [anon_sym_when] = ACTIONS(1657), + [anon_sym_assert] = ACTIONS(1657), + [anon_sym_table] = ACTIONS(1657), + [anon_sym_set] = ACTIONS(1657), + [anon_sym_vector] = ACTIONS(1657), + [anon_sym_function] = ACTIONS(1657), + [anon_sym_hook] = ACTIONS(1657), + [anon_sym_DOLLAR] = ACTIONS(1655), + [anon_sym_PIPE] = ACTIONS(1655), + [anon_sym_PLUS_PLUS] = ACTIONS(1655), + [anon_sym_DASH_DASH] = ACTIONS(1655), + [anon_sym_BANG] = ACTIONS(1655), + [anon_sym_TILDE] = ACTIONS(1655), + [anon_sym_DASH] = ACTIONS(1657), + [anon_sym_PLUS] = ACTIONS(1657), + [anon_sym_copy] = ACTIONS(1657), + [anon_sym_schedule] = ACTIONS(1657), + [aux_sym_constant_token1] = ACTIONS(1657), + [anon_sym_T] = ACTIONS(1657), + [anon_sym_F] = ACTIONS(1657), + [anon_sym_ATdeprecated] = ACTIONS(1655), + [anon_sym_ATload] = ACTIONS(1657), + [anon_sym_ATload_DASHsigs] = ACTIONS(1655), + [anon_sym_ATload_DASHplugin] = ACTIONS(1655), + [anon_sym_ATunload] = ACTIONS(1655), + [anon_sym_ATprefixes] = ACTIONS(1655), + [anon_sym_ATif] = ACTIONS(1657), + [anon_sym_ATifdef] = ACTIONS(1655), + [anon_sym_ATifndef] = ACTIONS(1655), + [anon_sym_ATendif] = ACTIONS(1655), + [anon_sym_ATelse] = ACTIONS(1655), + [anon_sym_ATpragma] = ACTIONS(1655), + [anon_sym_ATDIR] = ACTIONS(1655), + [anon_sym_ATFILENAME] = ACTIONS(1655), + [sym_id] = ACTIONS(1657), + [sym_pattern] = ACTIONS(1655), + [sym_ipv6] = ACTIONS(1655), + [sym_ipv4] = ACTIONS(1657), + [sym_port] = ACTIONS(1655), + [sym_floatp] = ACTIONS(1657), + [sym_hex] = ACTIONS(1657), + [sym_hostname] = ACTIONS(1657), + [aux_sym_string_token1] = ACTIONS(1655), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -46052,75 +45286,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(372)] = { - [ts_builtin_sym_end] = ACTIONS(1652), - [anon_sym_module] = ACTIONS(1654), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_export] = ACTIONS(1654), - [anon_sym_LBRACE] = ACTIONS(1652), - [anon_sym_global] = ACTIONS(1654), - [anon_sym_option] = ACTIONS(1654), - [anon_sym_const] = ACTIONS(1654), - [anon_sym_redef] = ACTIONS(1654), - [anon_sym_record] = ACTIONS(1654), - [anon_sym_type] = ACTIONS(1654), - [anon_sym_print] = ACTIONS(1654), - [anon_sym_event] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1654), - [anon_sym_LPAREN] = ACTIONS(1652), - [anon_sym_switch] = ACTIONS(1654), - [anon_sym_for] = ACTIONS(1654), - [anon_sym_LBRACK] = ACTIONS(1652), - [anon_sym_while] = ACTIONS(1654), - [anon_sym_next] = ACTIONS(1654), - [anon_sym_break] = ACTIONS(1654), - [anon_sym_fallthrough] = ACTIONS(1654), - [anon_sym_return] = ACTIONS(1654), - [anon_sym_add] = ACTIONS(1654), - [anon_sym_delete] = ACTIONS(1654), - [anon_sym_local] = ACTIONS(1654), - [anon_sym_when] = ACTIONS(1654), - [anon_sym_assert] = ACTIONS(1654), - [anon_sym_table] = ACTIONS(1654), - [anon_sym_set] = ACTIONS(1654), - [anon_sym_vector] = ACTIONS(1654), - [anon_sym_function] = ACTIONS(1654), - [anon_sym_hook] = ACTIONS(1654), - [anon_sym_DOLLAR] = ACTIONS(1652), - [anon_sym_PIPE] = ACTIONS(1652), - [anon_sym_PLUS_PLUS] = ACTIONS(1652), - [anon_sym_DASH_DASH] = ACTIONS(1652), - [anon_sym_BANG] = ACTIONS(1652), - [anon_sym_TILDE] = ACTIONS(1652), - [anon_sym_DASH] = ACTIONS(1654), - [anon_sym_PLUS] = ACTIONS(1654), - [anon_sym_copy] = ACTIONS(1654), - [anon_sym_schedule] = ACTIONS(1654), - [aux_sym_constant_token1] = ACTIONS(1654), - [anon_sym_T] = ACTIONS(1654), - [anon_sym_F] = ACTIONS(1654), - [anon_sym_ATdeprecated] = ACTIONS(1652), - [anon_sym_ATload] = ACTIONS(1654), - [anon_sym_ATload_DASHsigs] = ACTIONS(1652), - [anon_sym_ATload_DASHplugin] = ACTIONS(1652), - [anon_sym_ATunload] = ACTIONS(1652), - [anon_sym_ATprefixes] = ACTIONS(1652), - [anon_sym_ATif] = ACTIONS(1654), - [anon_sym_ATifdef] = ACTIONS(1652), - [anon_sym_ATifndef] = ACTIONS(1652), - [anon_sym_ATendif] = ACTIONS(1652), - [anon_sym_ATelse] = ACTIONS(1652), - [anon_sym_ATpragma] = ACTIONS(1652), - [anon_sym_ATDIR] = ACTIONS(1652), - [anon_sym_ATFILENAME] = ACTIONS(1652), - [sym_id] = ACTIONS(1654), - [sym_pattern] = ACTIONS(1652), - [sym_ipv6] = ACTIONS(1654), - [sym_ipv4] = ACTIONS(1654), - [sym_port] = ACTIONS(1652), - [sym_floatp] = ACTIONS(1654), - [sym_hex] = ACTIONS(1654), - [sym_hostname] = ACTIONS(1654), - [aux_sym_string_token1] = ACTIONS(1652), + [ts_builtin_sym_end] = ACTIONS(1659), + [anon_sym_module] = ACTIONS(1661), + [anon_sym_SEMI] = ACTIONS(1659), + [anon_sym_export] = ACTIONS(1661), + [anon_sym_LBRACE] = ACTIONS(1659), + [anon_sym_global] = ACTIONS(1661), + [anon_sym_option] = ACTIONS(1661), + [anon_sym_const] = ACTIONS(1661), + [anon_sym_redef] = ACTIONS(1661), + [anon_sym_record] = ACTIONS(1661), + [anon_sym_type] = ACTIONS(1661), + [anon_sym_print] = ACTIONS(1661), + [anon_sym_event] = ACTIONS(1661), + [anon_sym_if] = ACTIONS(1661), + [anon_sym_LPAREN] = ACTIONS(1659), + [anon_sym_switch] = ACTIONS(1661), + [anon_sym_for] = ACTIONS(1661), + [anon_sym_LBRACK] = ACTIONS(1661), + [anon_sym_while] = ACTIONS(1661), + [anon_sym_next] = ACTIONS(1661), + [anon_sym_break] = ACTIONS(1661), + [anon_sym_fallthrough] = ACTIONS(1661), + [anon_sym_return] = ACTIONS(1661), + [anon_sym_add] = ACTIONS(1661), + [anon_sym_delete] = ACTIONS(1661), + [anon_sym_local] = ACTIONS(1661), + [anon_sym_when] = ACTIONS(1661), + [anon_sym_assert] = ACTIONS(1661), + [anon_sym_table] = ACTIONS(1661), + [anon_sym_set] = ACTIONS(1661), + [anon_sym_vector] = ACTIONS(1661), + [anon_sym_function] = ACTIONS(1661), + [anon_sym_hook] = ACTIONS(1661), + [anon_sym_DOLLAR] = ACTIONS(1659), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_PLUS_PLUS] = ACTIONS(1659), + [anon_sym_DASH_DASH] = ACTIONS(1659), + [anon_sym_BANG] = ACTIONS(1659), + [anon_sym_TILDE] = ACTIONS(1659), + [anon_sym_DASH] = ACTIONS(1661), + [anon_sym_PLUS] = ACTIONS(1661), + [anon_sym_copy] = ACTIONS(1661), + [anon_sym_schedule] = ACTIONS(1661), + [aux_sym_constant_token1] = ACTIONS(1661), + [anon_sym_T] = ACTIONS(1661), + [anon_sym_F] = ACTIONS(1661), + [anon_sym_ATdeprecated] = ACTIONS(1659), + [anon_sym_ATload] = ACTIONS(1661), + [anon_sym_ATload_DASHsigs] = ACTIONS(1659), + [anon_sym_ATload_DASHplugin] = ACTIONS(1659), + [anon_sym_ATunload] = ACTIONS(1659), + [anon_sym_ATprefixes] = ACTIONS(1659), + [anon_sym_ATif] = ACTIONS(1661), + [anon_sym_ATifdef] = ACTIONS(1659), + [anon_sym_ATifndef] = ACTIONS(1659), + [anon_sym_ATendif] = ACTIONS(1659), + [anon_sym_ATelse] = ACTIONS(1659), + [anon_sym_ATpragma] = ACTIONS(1659), + [anon_sym_ATDIR] = ACTIONS(1659), + [anon_sym_ATFILENAME] = ACTIONS(1659), + [sym_id] = ACTIONS(1661), + [sym_pattern] = ACTIONS(1659), + [sym_ipv6] = ACTIONS(1659), + [sym_ipv4] = ACTIONS(1661), + [sym_port] = ACTIONS(1659), + [sym_floatp] = ACTIONS(1661), + [sym_hex] = ACTIONS(1661), + [sym_hostname] = ACTIONS(1661), + [aux_sym_string_token1] = ACTIONS(1659), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -46128,75 +45362,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(373)] = { - [ts_builtin_sym_end] = ACTIONS(1656), - [anon_sym_module] = ACTIONS(1658), - [anon_sym_SEMI] = ACTIONS(1656), - [anon_sym_export] = ACTIONS(1658), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_global] = ACTIONS(1658), - [anon_sym_option] = ACTIONS(1658), - [anon_sym_const] = ACTIONS(1658), - [anon_sym_redef] = ACTIONS(1658), - [anon_sym_record] = ACTIONS(1658), - [anon_sym_type] = ACTIONS(1658), - [anon_sym_print] = ACTIONS(1658), - [anon_sym_event] = ACTIONS(1658), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1656), - [anon_sym_switch] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1658), - [anon_sym_next] = ACTIONS(1658), - [anon_sym_break] = ACTIONS(1658), - [anon_sym_fallthrough] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1658), - [anon_sym_add] = ACTIONS(1658), - [anon_sym_delete] = ACTIONS(1658), - [anon_sym_local] = ACTIONS(1658), - [anon_sym_when] = ACTIONS(1658), - [anon_sym_assert] = ACTIONS(1658), - [anon_sym_table] = ACTIONS(1658), - [anon_sym_set] = ACTIONS(1658), - [anon_sym_vector] = ACTIONS(1658), - [anon_sym_function] = ACTIONS(1658), - [anon_sym_hook] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1656), - [anon_sym_PIPE] = ACTIONS(1656), - [anon_sym_PLUS_PLUS] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1656), - [anon_sym_BANG] = ACTIONS(1656), - [anon_sym_TILDE] = ACTIONS(1656), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_copy] = ACTIONS(1658), - [anon_sym_schedule] = ACTIONS(1658), - [aux_sym_constant_token1] = ACTIONS(1658), - [anon_sym_T] = ACTIONS(1658), - [anon_sym_F] = ACTIONS(1658), - [anon_sym_ATdeprecated] = ACTIONS(1656), - [anon_sym_ATload] = ACTIONS(1658), - [anon_sym_ATload_DASHsigs] = ACTIONS(1656), - [anon_sym_ATload_DASHplugin] = ACTIONS(1656), - [anon_sym_ATunload] = ACTIONS(1656), - [anon_sym_ATprefixes] = ACTIONS(1656), - [anon_sym_ATif] = ACTIONS(1658), - [anon_sym_ATifdef] = ACTIONS(1656), - [anon_sym_ATifndef] = ACTIONS(1656), - [anon_sym_ATendif] = ACTIONS(1656), - [anon_sym_ATelse] = ACTIONS(1656), - [anon_sym_ATpragma] = ACTIONS(1656), - [anon_sym_ATDIR] = ACTIONS(1656), - [anon_sym_ATFILENAME] = ACTIONS(1656), - [sym_id] = ACTIONS(1658), - [sym_pattern] = ACTIONS(1656), - [sym_ipv6] = ACTIONS(1658), - [sym_ipv4] = ACTIONS(1658), - [sym_port] = ACTIONS(1656), - [sym_floatp] = ACTIONS(1658), - [sym_hex] = ACTIONS(1658), - [sym_hostname] = ACTIONS(1658), - [aux_sym_string_token1] = ACTIONS(1656), + [ts_builtin_sym_end] = ACTIONS(1663), + [anon_sym_module] = ACTIONS(1665), + [anon_sym_SEMI] = ACTIONS(1663), + [anon_sym_export] = ACTIONS(1665), + [anon_sym_LBRACE] = ACTIONS(1663), + [anon_sym_global] = ACTIONS(1665), + [anon_sym_option] = ACTIONS(1665), + [anon_sym_const] = ACTIONS(1665), + [anon_sym_redef] = ACTIONS(1665), + [anon_sym_record] = ACTIONS(1665), + [anon_sym_type] = ACTIONS(1665), + [anon_sym_print] = ACTIONS(1665), + [anon_sym_event] = ACTIONS(1665), + [anon_sym_if] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_while] = ACTIONS(1665), + [anon_sym_next] = ACTIONS(1665), + [anon_sym_break] = ACTIONS(1665), + [anon_sym_fallthrough] = ACTIONS(1665), + [anon_sym_return] = ACTIONS(1665), + [anon_sym_add] = ACTIONS(1665), + [anon_sym_delete] = ACTIONS(1665), + [anon_sym_local] = ACTIONS(1665), + [anon_sym_when] = ACTIONS(1665), + [anon_sym_assert] = ACTIONS(1665), + [anon_sym_table] = ACTIONS(1665), + [anon_sym_set] = ACTIONS(1665), + [anon_sym_vector] = ACTIONS(1665), + [anon_sym_function] = ACTIONS(1665), + [anon_sym_hook] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(1663), + [anon_sym_PIPE] = ACTIONS(1663), + [anon_sym_PLUS_PLUS] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1663), + [anon_sym_BANG] = ACTIONS(1663), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1665), + [anon_sym_copy] = ACTIONS(1665), + [anon_sym_schedule] = ACTIONS(1665), + [aux_sym_constant_token1] = ACTIONS(1665), + [anon_sym_T] = ACTIONS(1665), + [anon_sym_F] = ACTIONS(1665), + [anon_sym_ATdeprecated] = ACTIONS(1663), + [anon_sym_ATload] = ACTIONS(1665), + [anon_sym_ATload_DASHsigs] = ACTIONS(1663), + [anon_sym_ATload_DASHplugin] = ACTIONS(1663), + [anon_sym_ATunload] = ACTIONS(1663), + [anon_sym_ATprefixes] = ACTIONS(1663), + [anon_sym_ATif] = ACTIONS(1665), + [anon_sym_ATifdef] = ACTIONS(1663), + [anon_sym_ATifndef] = ACTIONS(1663), + [anon_sym_ATendif] = ACTIONS(1663), + [anon_sym_ATelse] = ACTIONS(1663), + [anon_sym_ATpragma] = ACTIONS(1663), + [anon_sym_ATDIR] = ACTIONS(1663), + [anon_sym_ATFILENAME] = ACTIONS(1663), + [sym_id] = ACTIONS(1665), + [sym_pattern] = ACTIONS(1663), + [sym_ipv6] = ACTIONS(1663), + [sym_ipv4] = ACTIONS(1665), + [sym_port] = ACTIONS(1663), + [sym_floatp] = ACTIONS(1665), + [sym_hex] = ACTIONS(1665), + [sym_hostname] = ACTIONS(1665), + [aux_sym_string_token1] = ACTIONS(1663), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -46204,75 +45438,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(374)] = { - [ts_builtin_sym_end] = ACTIONS(1660), - [anon_sym_module] = ACTIONS(1662), - [anon_sym_SEMI] = ACTIONS(1660), - [anon_sym_export] = ACTIONS(1662), - [anon_sym_LBRACE] = ACTIONS(1660), - [anon_sym_global] = ACTIONS(1662), - [anon_sym_option] = ACTIONS(1662), - [anon_sym_const] = ACTIONS(1662), - [anon_sym_redef] = ACTIONS(1662), - [anon_sym_record] = ACTIONS(1662), - [anon_sym_type] = ACTIONS(1662), - [anon_sym_print] = ACTIONS(1662), - [anon_sym_event] = ACTIONS(1662), - [anon_sym_if] = ACTIONS(1662), - [anon_sym_LPAREN] = ACTIONS(1660), - [anon_sym_switch] = ACTIONS(1662), - [anon_sym_for] = ACTIONS(1662), - [anon_sym_LBRACK] = ACTIONS(1660), - [anon_sym_while] = ACTIONS(1662), - [anon_sym_next] = ACTIONS(1662), - [anon_sym_break] = ACTIONS(1662), - [anon_sym_fallthrough] = ACTIONS(1662), - [anon_sym_return] = ACTIONS(1662), - [anon_sym_add] = ACTIONS(1662), - [anon_sym_delete] = ACTIONS(1662), - [anon_sym_local] = ACTIONS(1662), - [anon_sym_when] = ACTIONS(1662), - [anon_sym_assert] = ACTIONS(1662), - [anon_sym_table] = ACTIONS(1662), - [anon_sym_set] = ACTIONS(1662), - [anon_sym_vector] = ACTIONS(1662), - [anon_sym_function] = ACTIONS(1662), - [anon_sym_hook] = ACTIONS(1662), - [anon_sym_DOLLAR] = ACTIONS(1660), - [anon_sym_PIPE] = ACTIONS(1660), - [anon_sym_PLUS_PLUS] = ACTIONS(1660), - [anon_sym_DASH_DASH] = ACTIONS(1660), - [anon_sym_BANG] = ACTIONS(1660), - [anon_sym_TILDE] = ACTIONS(1660), - [anon_sym_DASH] = ACTIONS(1662), - [anon_sym_PLUS] = ACTIONS(1662), - [anon_sym_copy] = ACTIONS(1662), - [anon_sym_schedule] = ACTIONS(1662), - [aux_sym_constant_token1] = ACTIONS(1662), - [anon_sym_T] = ACTIONS(1662), - [anon_sym_F] = ACTIONS(1662), - [anon_sym_ATdeprecated] = ACTIONS(1660), - [anon_sym_ATload] = ACTIONS(1662), - [anon_sym_ATload_DASHsigs] = ACTIONS(1660), - [anon_sym_ATload_DASHplugin] = ACTIONS(1660), - [anon_sym_ATunload] = ACTIONS(1660), - [anon_sym_ATprefixes] = ACTIONS(1660), - [anon_sym_ATif] = ACTIONS(1662), - [anon_sym_ATifdef] = ACTIONS(1660), - [anon_sym_ATifndef] = ACTIONS(1660), - [anon_sym_ATendif] = ACTIONS(1660), - [anon_sym_ATelse] = ACTIONS(1660), - [anon_sym_ATpragma] = ACTIONS(1660), - [anon_sym_ATDIR] = ACTIONS(1660), - [anon_sym_ATFILENAME] = ACTIONS(1660), - [sym_id] = ACTIONS(1662), - [sym_pattern] = ACTIONS(1660), - [sym_ipv6] = ACTIONS(1662), - [sym_ipv4] = ACTIONS(1662), - [sym_port] = ACTIONS(1660), - [sym_floatp] = ACTIONS(1662), - [sym_hex] = ACTIONS(1662), - [sym_hostname] = ACTIONS(1662), - [aux_sym_string_token1] = ACTIONS(1660), + [ts_builtin_sym_end] = ACTIONS(1667), + [anon_sym_module] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_export] = ACTIONS(1669), + [anon_sym_LBRACE] = ACTIONS(1667), + [anon_sym_global] = ACTIONS(1669), + [anon_sym_option] = ACTIONS(1669), + [anon_sym_const] = ACTIONS(1669), + [anon_sym_redef] = ACTIONS(1669), + [anon_sym_record] = ACTIONS(1669), + [anon_sym_type] = ACTIONS(1669), + [anon_sym_print] = ACTIONS(1669), + [anon_sym_event] = ACTIONS(1669), + [anon_sym_if] = ACTIONS(1669), + [anon_sym_LPAREN] = ACTIONS(1667), + [anon_sym_switch] = ACTIONS(1669), + [anon_sym_for] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1669), + [anon_sym_while] = ACTIONS(1669), + [anon_sym_next] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1669), + [anon_sym_fallthrough] = ACTIONS(1669), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_add] = ACTIONS(1669), + [anon_sym_delete] = ACTIONS(1669), + [anon_sym_local] = ACTIONS(1669), + [anon_sym_when] = ACTIONS(1669), + [anon_sym_assert] = ACTIONS(1669), + [anon_sym_table] = ACTIONS(1669), + [anon_sym_set] = ACTIONS(1669), + [anon_sym_vector] = ACTIONS(1669), + [anon_sym_function] = ACTIONS(1669), + [anon_sym_hook] = ACTIONS(1669), + [anon_sym_DOLLAR] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_PLUS_PLUS] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1667), + [anon_sym_BANG] = ACTIONS(1667), + [anon_sym_TILDE] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1669), + [anon_sym_copy] = ACTIONS(1669), + [anon_sym_schedule] = ACTIONS(1669), + [aux_sym_constant_token1] = ACTIONS(1669), + [anon_sym_T] = ACTIONS(1669), + [anon_sym_F] = ACTIONS(1669), + [anon_sym_ATdeprecated] = ACTIONS(1667), + [anon_sym_ATload] = ACTIONS(1669), + [anon_sym_ATload_DASHsigs] = ACTIONS(1667), + [anon_sym_ATload_DASHplugin] = ACTIONS(1667), + [anon_sym_ATunload] = ACTIONS(1667), + [anon_sym_ATprefixes] = ACTIONS(1667), + [anon_sym_ATif] = ACTIONS(1669), + [anon_sym_ATifdef] = ACTIONS(1667), + [anon_sym_ATifndef] = ACTIONS(1667), + [anon_sym_ATendif] = ACTIONS(1667), + [anon_sym_ATelse] = ACTIONS(1667), + [anon_sym_ATpragma] = ACTIONS(1667), + [anon_sym_ATDIR] = ACTIONS(1667), + [anon_sym_ATFILENAME] = ACTIONS(1667), + [sym_id] = ACTIONS(1669), + [sym_pattern] = ACTIONS(1667), + [sym_ipv6] = ACTIONS(1667), + [sym_ipv4] = ACTIONS(1669), + [sym_port] = ACTIONS(1667), + [sym_floatp] = ACTIONS(1669), + [sym_hex] = ACTIONS(1669), + [sym_hostname] = ACTIONS(1669), + [aux_sym_string_token1] = ACTIONS(1667), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -46280,75 +45514,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(375)] = { - [ts_builtin_sym_end] = ACTIONS(1664), - [anon_sym_module] = ACTIONS(1666), - [anon_sym_SEMI] = ACTIONS(1664), - [anon_sym_export] = ACTIONS(1666), - [anon_sym_LBRACE] = ACTIONS(1664), - [anon_sym_global] = ACTIONS(1666), - [anon_sym_option] = ACTIONS(1666), - [anon_sym_const] = ACTIONS(1666), - [anon_sym_redef] = ACTIONS(1666), - [anon_sym_record] = ACTIONS(1666), - [anon_sym_type] = ACTIONS(1666), - [anon_sym_print] = ACTIONS(1666), - [anon_sym_event] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1666), - [anon_sym_LPAREN] = ACTIONS(1664), - [anon_sym_switch] = ACTIONS(1666), - [anon_sym_for] = ACTIONS(1666), - [anon_sym_LBRACK] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_next] = ACTIONS(1666), - [anon_sym_break] = ACTIONS(1666), - [anon_sym_fallthrough] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1666), - [anon_sym_add] = ACTIONS(1666), - [anon_sym_delete] = ACTIONS(1666), - [anon_sym_local] = ACTIONS(1666), - [anon_sym_when] = ACTIONS(1666), - [anon_sym_assert] = ACTIONS(1666), - [anon_sym_table] = ACTIONS(1666), - [anon_sym_set] = ACTIONS(1666), - [anon_sym_vector] = ACTIONS(1666), - [anon_sym_function] = ACTIONS(1666), - [anon_sym_hook] = ACTIONS(1666), - [anon_sym_DOLLAR] = ACTIONS(1664), - [anon_sym_PIPE] = ACTIONS(1664), - [anon_sym_PLUS_PLUS] = ACTIONS(1664), - [anon_sym_DASH_DASH] = ACTIONS(1664), - [anon_sym_BANG] = ACTIONS(1664), - [anon_sym_TILDE] = ACTIONS(1664), - [anon_sym_DASH] = ACTIONS(1666), - [anon_sym_PLUS] = ACTIONS(1666), - [anon_sym_copy] = ACTIONS(1666), - [anon_sym_schedule] = ACTIONS(1666), - [aux_sym_constant_token1] = ACTIONS(1666), - [anon_sym_T] = ACTIONS(1666), - [anon_sym_F] = ACTIONS(1666), - [anon_sym_ATdeprecated] = ACTIONS(1664), - [anon_sym_ATload] = ACTIONS(1666), - [anon_sym_ATload_DASHsigs] = ACTIONS(1664), - [anon_sym_ATload_DASHplugin] = ACTIONS(1664), - [anon_sym_ATunload] = ACTIONS(1664), - [anon_sym_ATprefixes] = ACTIONS(1664), - [anon_sym_ATif] = ACTIONS(1666), - [anon_sym_ATifdef] = ACTIONS(1664), - [anon_sym_ATifndef] = ACTIONS(1664), - [anon_sym_ATendif] = ACTIONS(1664), - [anon_sym_ATelse] = ACTIONS(1664), - [anon_sym_ATpragma] = ACTIONS(1664), - [anon_sym_ATDIR] = ACTIONS(1664), - [anon_sym_ATFILENAME] = ACTIONS(1664), - [sym_id] = ACTIONS(1666), - [sym_pattern] = ACTIONS(1664), - [sym_ipv6] = ACTIONS(1666), - [sym_ipv4] = ACTIONS(1666), - [sym_port] = ACTIONS(1664), - [sym_floatp] = ACTIONS(1666), - [sym_hex] = ACTIONS(1666), - [sym_hostname] = ACTIONS(1666), - [aux_sym_string_token1] = ACTIONS(1664), + [ts_builtin_sym_end] = ACTIONS(1671), + [anon_sym_module] = ACTIONS(1673), + [anon_sym_SEMI] = ACTIONS(1671), + [anon_sym_export] = ACTIONS(1673), + [anon_sym_LBRACE] = ACTIONS(1671), + [anon_sym_global] = ACTIONS(1673), + [anon_sym_option] = ACTIONS(1673), + [anon_sym_const] = ACTIONS(1673), + [anon_sym_redef] = ACTIONS(1673), + [anon_sym_record] = ACTIONS(1673), + [anon_sym_type] = ACTIONS(1673), + [anon_sym_print] = ACTIONS(1673), + [anon_sym_event] = ACTIONS(1673), + [anon_sym_if] = ACTIONS(1673), + [anon_sym_LPAREN] = ACTIONS(1671), + [anon_sym_switch] = ACTIONS(1673), + [anon_sym_for] = ACTIONS(1673), + [anon_sym_LBRACK] = ACTIONS(1673), + [anon_sym_while] = ACTIONS(1673), + [anon_sym_next] = ACTIONS(1673), + [anon_sym_break] = ACTIONS(1673), + [anon_sym_fallthrough] = ACTIONS(1673), + [anon_sym_return] = ACTIONS(1673), + [anon_sym_add] = ACTIONS(1673), + [anon_sym_delete] = ACTIONS(1673), + [anon_sym_local] = ACTIONS(1673), + [anon_sym_when] = ACTIONS(1673), + [anon_sym_assert] = ACTIONS(1673), + [anon_sym_table] = ACTIONS(1673), + [anon_sym_set] = ACTIONS(1673), + [anon_sym_vector] = ACTIONS(1673), + [anon_sym_function] = ACTIONS(1673), + [anon_sym_hook] = ACTIONS(1673), + [anon_sym_DOLLAR] = ACTIONS(1671), + [anon_sym_PIPE] = ACTIONS(1671), + [anon_sym_PLUS_PLUS] = ACTIONS(1671), + [anon_sym_DASH_DASH] = ACTIONS(1671), + [anon_sym_BANG] = ACTIONS(1671), + [anon_sym_TILDE] = ACTIONS(1671), + [anon_sym_DASH] = ACTIONS(1673), + [anon_sym_PLUS] = ACTIONS(1673), + [anon_sym_copy] = ACTIONS(1673), + [anon_sym_schedule] = ACTIONS(1673), + [aux_sym_constant_token1] = ACTIONS(1673), + [anon_sym_T] = ACTIONS(1673), + [anon_sym_F] = ACTIONS(1673), + [anon_sym_ATdeprecated] = ACTIONS(1671), + [anon_sym_ATload] = ACTIONS(1673), + [anon_sym_ATload_DASHsigs] = ACTIONS(1671), + [anon_sym_ATload_DASHplugin] = ACTIONS(1671), + [anon_sym_ATunload] = ACTIONS(1671), + [anon_sym_ATprefixes] = ACTIONS(1671), + [anon_sym_ATif] = ACTIONS(1673), + [anon_sym_ATifdef] = ACTIONS(1671), + [anon_sym_ATifndef] = ACTIONS(1671), + [anon_sym_ATendif] = ACTIONS(1671), + [anon_sym_ATelse] = ACTIONS(1671), + [anon_sym_ATpragma] = ACTIONS(1671), + [anon_sym_ATDIR] = ACTIONS(1671), + [anon_sym_ATFILENAME] = ACTIONS(1671), + [sym_id] = ACTIONS(1673), + [sym_pattern] = ACTIONS(1671), + [sym_ipv6] = ACTIONS(1671), + [sym_ipv4] = ACTIONS(1673), + [sym_port] = ACTIONS(1671), + [sym_floatp] = ACTIONS(1673), + [sym_hex] = ACTIONS(1673), + [sym_hostname] = ACTIONS(1673), + [aux_sym_string_token1] = ACTIONS(1671), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -46356,75 +45590,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(376)] = { - [ts_builtin_sym_end] = ACTIONS(1668), - [anon_sym_module] = ACTIONS(1670), - [anon_sym_SEMI] = ACTIONS(1668), - [anon_sym_export] = ACTIONS(1670), - [anon_sym_LBRACE] = ACTIONS(1668), - [anon_sym_global] = ACTIONS(1670), - [anon_sym_option] = ACTIONS(1670), - [anon_sym_const] = ACTIONS(1670), - [anon_sym_redef] = ACTIONS(1670), - [anon_sym_record] = ACTIONS(1670), - [anon_sym_type] = ACTIONS(1670), - [anon_sym_print] = ACTIONS(1670), - [anon_sym_event] = ACTIONS(1670), - [anon_sym_if] = ACTIONS(1670), - [anon_sym_LPAREN] = ACTIONS(1668), - [anon_sym_switch] = ACTIONS(1670), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_LBRACK] = ACTIONS(1668), - [anon_sym_while] = ACTIONS(1670), - [anon_sym_next] = ACTIONS(1670), - [anon_sym_break] = ACTIONS(1670), - [anon_sym_fallthrough] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1670), - [anon_sym_add] = ACTIONS(1670), - [anon_sym_delete] = ACTIONS(1670), - [anon_sym_local] = ACTIONS(1670), - [anon_sym_when] = ACTIONS(1670), - [anon_sym_assert] = ACTIONS(1670), - [anon_sym_table] = ACTIONS(1670), - [anon_sym_set] = ACTIONS(1670), - [anon_sym_vector] = ACTIONS(1670), - [anon_sym_function] = ACTIONS(1670), - [anon_sym_hook] = ACTIONS(1670), - [anon_sym_DOLLAR] = ACTIONS(1668), - [anon_sym_PIPE] = ACTIONS(1668), - [anon_sym_PLUS_PLUS] = ACTIONS(1668), - [anon_sym_DASH_DASH] = ACTIONS(1668), - [anon_sym_BANG] = ACTIONS(1668), - [anon_sym_TILDE] = ACTIONS(1668), - [anon_sym_DASH] = ACTIONS(1670), - [anon_sym_PLUS] = ACTIONS(1670), - [anon_sym_copy] = ACTIONS(1670), - [anon_sym_schedule] = ACTIONS(1670), - [aux_sym_constant_token1] = ACTIONS(1670), - [anon_sym_T] = ACTIONS(1670), - [anon_sym_F] = ACTIONS(1670), - [anon_sym_ATdeprecated] = ACTIONS(1668), - [anon_sym_ATload] = ACTIONS(1670), - [anon_sym_ATload_DASHsigs] = ACTIONS(1668), - [anon_sym_ATload_DASHplugin] = ACTIONS(1668), - [anon_sym_ATunload] = ACTIONS(1668), - [anon_sym_ATprefixes] = ACTIONS(1668), - [anon_sym_ATif] = ACTIONS(1670), - [anon_sym_ATifdef] = ACTIONS(1668), - [anon_sym_ATifndef] = ACTIONS(1668), - [anon_sym_ATendif] = ACTIONS(1668), - [anon_sym_ATelse] = ACTIONS(1668), - [anon_sym_ATpragma] = ACTIONS(1668), - [anon_sym_ATDIR] = ACTIONS(1668), - [anon_sym_ATFILENAME] = ACTIONS(1668), - [sym_id] = ACTIONS(1670), - [sym_pattern] = ACTIONS(1668), - [sym_ipv6] = ACTIONS(1670), - [sym_ipv4] = ACTIONS(1670), - [sym_port] = ACTIONS(1668), - [sym_floatp] = ACTIONS(1670), - [sym_hex] = ACTIONS(1670), - [sym_hostname] = ACTIONS(1670), - [aux_sym_string_token1] = ACTIONS(1668), + [ts_builtin_sym_end] = ACTIONS(1675), + [anon_sym_module] = ACTIONS(1677), + [anon_sym_SEMI] = ACTIONS(1675), + [anon_sym_export] = ACTIONS(1677), + [anon_sym_LBRACE] = ACTIONS(1675), + [anon_sym_global] = ACTIONS(1677), + [anon_sym_option] = ACTIONS(1677), + [anon_sym_const] = ACTIONS(1677), + [anon_sym_redef] = ACTIONS(1677), + [anon_sym_record] = ACTIONS(1677), + [anon_sym_type] = ACTIONS(1677), + [anon_sym_print] = ACTIONS(1677), + [anon_sym_event] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1677), + [anon_sym_LPAREN] = ACTIONS(1675), + [anon_sym_switch] = ACTIONS(1677), + [anon_sym_for] = ACTIONS(1677), + [anon_sym_LBRACK] = ACTIONS(1677), + [anon_sym_while] = ACTIONS(1677), + [anon_sym_next] = ACTIONS(1677), + [anon_sym_break] = ACTIONS(1677), + [anon_sym_fallthrough] = ACTIONS(1677), + [anon_sym_return] = ACTIONS(1677), + [anon_sym_add] = ACTIONS(1677), + [anon_sym_delete] = ACTIONS(1677), + [anon_sym_local] = ACTIONS(1677), + [anon_sym_when] = ACTIONS(1677), + [anon_sym_assert] = ACTIONS(1677), + [anon_sym_table] = ACTIONS(1677), + [anon_sym_set] = ACTIONS(1677), + [anon_sym_vector] = ACTIONS(1677), + [anon_sym_function] = ACTIONS(1677), + [anon_sym_hook] = ACTIONS(1677), + [anon_sym_DOLLAR] = ACTIONS(1675), + [anon_sym_PIPE] = ACTIONS(1675), + [anon_sym_PLUS_PLUS] = ACTIONS(1675), + [anon_sym_DASH_DASH] = ACTIONS(1675), + [anon_sym_BANG] = ACTIONS(1675), + [anon_sym_TILDE] = ACTIONS(1675), + [anon_sym_DASH] = ACTIONS(1677), + [anon_sym_PLUS] = ACTIONS(1677), + [anon_sym_copy] = ACTIONS(1677), + [anon_sym_schedule] = ACTIONS(1677), + [aux_sym_constant_token1] = ACTIONS(1677), + [anon_sym_T] = ACTIONS(1677), + [anon_sym_F] = ACTIONS(1677), + [anon_sym_ATdeprecated] = ACTIONS(1675), + [anon_sym_ATload] = ACTIONS(1677), + [anon_sym_ATload_DASHsigs] = ACTIONS(1675), + [anon_sym_ATload_DASHplugin] = ACTIONS(1675), + [anon_sym_ATunload] = ACTIONS(1675), + [anon_sym_ATprefixes] = ACTIONS(1675), + [anon_sym_ATif] = ACTIONS(1677), + [anon_sym_ATifdef] = ACTIONS(1675), + [anon_sym_ATifndef] = ACTIONS(1675), + [anon_sym_ATendif] = ACTIONS(1675), + [anon_sym_ATelse] = ACTIONS(1675), + [anon_sym_ATpragma] = ACTIONS(1675), + [anon_sym_ATDIR] = ACTIONS(1675), + [anon_sym_ATFILENAME] = ACTIONS(1675), + [sym_id] = ACTIONS(1677), + [sym_pattern] = ACTIONS(1675), + [sym_ipv6] = ACTIONS(1675), + [sym_ipv4] = ACTIONS(1677), + [sym_port] = ACTIONS(1675), + [sym_floatp] = ACTIONS(1677), + [sym_hex] = ACTIONS(1677), + [sym_hostname] = ACTIONS(1677), + [aux_sym_string_token1] = ACTIONS(1675), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -46432,75 +45666,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(377)] = { - [ts_builtin_sym_end] = ACTIONS(1672), - [anon_sym_module] = ACTIONS(1674), - [anon_sym_SEMI] = ACTIONS(1672), - [anon_sym_export] = ACTIONS(1674), - [anon_sym_LBRACE] = ACTIONS(1672), - [anon_sym_global] = ACTIONS(1674), - [anon_sym_option] = ACTIONS(1674), - [anon_sym_const] = ACTIONS(1674), - [anon_sym_redef] = ACTIONS(1674), - [anon_sym_record] = ACTIONS(1674), - [anon_sym_type] = ACTIONS(1674), - [anon_sym_print] = ACTIONS(1674), - [anon_sym_event] = ACTIONS(1674), - [anon_sym_if] = ACTIONS(1674), - [anon_sym_LPAREN] = ACTIONS(1672), - [anon_sym_switch] = ACTIONS(1674), - [anon_sym_for] = ACTIONS(1674), - [anon_sym_LBRACK] = ACTIONS(1672), - [anon_sym_while] = ACTIONS(1674), - [anon_sym_next] = ACTIONS(1674), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_fallthrough] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1674), - [anon_sym_add] = ACTIONS(1674), - [anon_sym_delete] = ACTIONS(1674), - [anon_sym_local] = ACTIONS(1674), - [anon_sym_when] = ACTIONS(1674), - [anon_sym_assert] = ACTIONS(1674), - [anon_sym_table] = ACTIONS(1674), - [anon_sym_set] = ACTIONS(1674), - [anon_sym_vector] = ACTIONS(1674), - [anon_sym_function] = ACTIONS(1674), - [anon_sym_hook] = ACTIONS(1674), - [anon_sym_DOLLAR] = ACTIONS(1672), - [anon_sym_PIPE] = ACTIONS(1672), - [anon_sym_PLUS_PLUS] = ACTIONS(1672), - [anon_sym_DASH_DASH] = ACTIONS(1672), - [anon_sym_BANG] = ACTIONS(1672), - [anon_sym_TILDE] = ACTIONS(1672), - [anon_sym_DASH] = ACTIONS(1674), - [anon_sym_PLUS] = ACTIONS(1674), - [anon_sym_copy] = ACTIONS(1674), - [anon_sym_schedule] = ACTIONS(1674), - [aux_sym_constant_token1] = ACTIONS(1674), - [anon_sym_T] = ACTIONS(1674), - [anon_sym_F] = ACTIONS(1674), - [anon_sym_ATdeprecated] = ACTIONS(1672), - [anon_sym_ATload] = ACTIONS(1674), - [anon_sym_ATload_DASHsigs] = ACTIONS(1672), - [anon_sym_ATload_DASHplugin] = ACTIONS(1672), - [anon_sym_ATunload] = ACTIONS(1672), - [anon_sym_ATprefixes] = ACTIONS(1672), - [anon_sym_ATif] = ACTIONS(1674), - [anon_sym_ATifdef] = ACTIONS(1672), - [anon_sym_ATifndef] = ACTIONS(1672), - [anon_sym_ATendif] = ACTIONS(1672), - [anon_sym_ATelse] = ACTIONS(1672), - [anon_sym_ATpragma] = ACTIONS(1672), - [anon_sym_ATDIR] = ACTIONS(1672), - [anon_sym_ATFILENAME] = ACTIONS(1672), - [sym_id] = ACTIONS(1674), - [sym_pattern] = ACTIONS(1672), - [sym_ipv6] = ACTIONS(1674), - [sym_ipv4] = ACTIONS(1674), - [sym_port] = ACTIONS(1672), - [sym_floatp] = ACTIONS(1674), - [sym_hex] = ACTIONS(1674), - [sym_hostname] = ACTIONS(1674), - [aux_sym_string_token1] = ACTIONS(1672), + [ts_builtin_sym_end] = ACTIONS(1679), + [anon_sym_module] = ACTIONS(1681), + [anon_sym_SEMI] = ACTIONS(1679), + [anon_sym_export] = ACTIONS(1681), + [anon_sym_LBRACE] = ACTIONS(1679), + [anon_sym_global] = ACTIONS(1681), + [anon_sym_option] = ACTIONS(1681), + [anon_sym_const] = ACTIONS(1681), + [anon_sym_redef] = ACTIONS(1681), + [anon_sym_record] = ACTIONS(1681), + [anon_sym_type] = ACTIONS(1681), + [anon_sym_print] = ACTIONS(1681), + [anon_sym_event] = ACTIONS(1681), + [anon_sym_if] = ACTIONS(1681), + [anon_sym_LPAREN] = ACTIONS(1679), + [anon_sym_switch] = ACTIONS(1681), + [anon_sym_for] = ACTIONS(1681), + [anon_sym_LBRACK] = ACTIONS(1681), + [anon_sym_while] = ACTIONS(1681), + [anon_sym_next] = ACTIONS(1681), + [anon_sym_break] = ACTIONS(1681), + [anon_sym_fallthrough] = ACTIONS(1681), + [anon_sym_return] = ACTIONS(1681), + [anon_sym_add] = ACTIONS(1681), + [anon_sym_delete] = ACTIONS(1681), + [anon_sym_local] = ACTIONS(1681), + [anon_sym_when] = ACTIONS(1681), + [anon_sym_assert] = ACTIONS(1681), + [anon_sym_table] = ACTIONS(1681), + [anon_sym_set] = ACTIONS(1681), + [anon_sym_vector] = ACTIONS(1681), + [anon_sym_function] = ACTIONS(1681), + [anon_sym_hook] = ACTIONS(1681), + [anon_sym_DOLLAR] = ACTIONS(1679), + [anon_sym_PIPE] = ACTIONS(1679), + [anon_sym_PLUS_PLUS] = ACTIONS(1679), + [anon_sym_DASH_DASH] = ACTIONS(1679), + [anon_sym_BANG] = ACTIONS(1679), + [anon_sym_TILDE] = ACTIONS(1679), + [anon_sym_DASH] = ACTIONS(1681), + [anon_sym_PLUS] = ACTIONS(1681), + [anon_sym_copy] = ACTIONS(1681), + [anon_sym_schedule] = ACTIONS(1681), + [aux_sym_constant_token1] = ACTIONS(1681), + [anon_sym_T] = ACTIONS(1681), + [anon_sym_F] = ACTIONS(1681), + [anon_sym_ATdeprecated] = ACTIONS(1679), + [anon_sym_ATload] = ACTIONS(1681), + [anon_sym_ATload_DASHsigs] = ACTIONS(1679), + [anon_sym_ATload_DASHplugin] = ACTIONS(1679), + [anon_sym_ATunload] = ACTIONS(1679), + [anon_sym_ATprefixes] = ACTIONS(1679), + [anon_sym_ATif] = ACTIONS(1681), + [anon_sym_ATifdef] = ACTIONS(1679), + [anon_sym_ATifndef] = ACTIONS(1679), + [anon_sym_ATendif] = ACTIONS(1679), + [anon_sym_ATelse] = ACTIONS(1679), + [anon_sym_ATpragma] = ACTIONS(1679), + [anon_sym_ATDIR] = ACTIONS(1679), + [anon_sym_ATFILENAME] = ACTIONS(1679), + [sym_id] = ACTIONS(1681), + [sym_pattern] = ACTIONS(1679), + [sym_ipv6] = ACTIONS(1679), + [sym_ipv4] = ACTIONS(1681), + [sym_port] = ACTIONS(1679), + [sym_floatp] = ACTIONS(1681), + [sym_hex] = ACTIONS(1681), + [sym_hostname] = ACTIONS(1681), + [aux_sym_string_token1] = ACTIONS(1679), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -46508,75 +45742,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(378)] = { - [ts_builtin_sym_end] = ACTIONS(1612), - [anon_sym_module] = ACTIONS(1614), - [anon_sym_SEMI] = ACTIONS(1612), - [anon_sym_export] = ACTIONS(1614), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_global] = ACTIONS(1614), - [anon_sym_option] = ACTIONS(1614), - [anon_sym_const] = ACTIONS(1614), - [anon_sym_redef] = ACTIONS(1614), - [anon_sym_record] = ACTIONS(1614), - [anon_sym_type] = ACTIONS(1614), - [anon_sym_print] = ACTIONS(1614), - [anon_sym_event] = ACTIONS(1614), - [anon_sym_if] = ACTIONS(1614), - [anon_sym_LPAREN] = ACTIONS(1612), - [anon_sym_switch] = ACTIONS(1614), - [anon_sym_for] = ACTIONS(1614), - [anon_sym_LBRACK] = ACTIONS(1612), - [anon_sym_while] = ACTIONS(1614), - [anon_sym_next] = ACTIONS(1614), - [anon_sym_break] = ACTIONS(1614), - [anon_sym_fallthrough] = ACTIONS(1614), - [anon_sym_return] = ACTIONS(1614), - [anon_sym_add] = ACTIONS(1614), - [anon_sym_delete] = ACTIONS(1614), - [anon_sym_local] = ACTIONS(1614), - [anon_sym_when] = ACTIONS(1614), - [anon_sym_assert] = ACTIONS(1614), - [anon_sym_table] = ACTIONS(1614), - [anon_sym_set] = ACTIONS(1614), - [anon_sym_vector] = ACTIONS(1614), - [anon_sym_function] = ACTIONS(1614), - [anon_sym_hook] = ACTIONS(1614), - [anon_sym_DOLLAR] = ACTIONS(1612), - [anon_sym_PIPE] = ACTIONS(1612), - [anon_sym_PLUS_PLUS] = ACTIONS(1612), - [anon_sym_DASH_DASH] = ACTIONS(1612), - [anon_sym_BANG] = ACTIONS(1612), - [anon_sym_TILDE] = ACTIONS(1612), - [anon_sym_DASH] = ACTIONS(1614), - [anon_sym_PLUS] = ACTIONS(1614), - [anon_sym_copy] = ACTIONS(1614), - [anon_sym_schedule] = ACTIONS(1614), - [aux_sym_constant_token1] = ACTIONS(1614), - [anon_sym_T] = ACTIONS(1614), - [anon_sym_F] = ACTIONS(1614), - [anon_sym_ATdeprecated] = ACTIONS(1612), - [anon_sym_ATload] = ACTIONS(1614), - [anon_sym_ATload_DASHsigs] = ACTIONS(1612), - [anon_sym_ATload_DASHplugin] = ACTIONS(1612), - [anon_sym_ATunload] = ACTIONS(1612), - [anon_sym_ATprefixes] = ACTIONS(1612), - [anon_sym_ATif] = ACTIONS(1614), - [anon_sym_ATifdef] = ACTIONS(1612), - [anon_sym_ATifndef] = ACTIONS(1612), - [anon_sym_ATendif] = ACTIONS(1612), - [anon_sym_ATelse] = ACTIONS(1612), - [anon_sym_ATpragma] = ACTIONS(1612), - [anon_sym_ATDIR] = ACTIONS(1612), - [anon_sym_ATFILENAME] = ACTIONS(1612), - [sym_id] = ACTIONS(1614), - [sym_pattern] = ACTIONS(1612), - [sym_ipv6] = ACTIONS(1614), - [sym_ipv4] = ACTIONS(1614), - [sym_port] = ACTIONS(1612), - [sym_floatp] = ACTIONS(1614), - [sym_hex] = ACTIONS(1614), - [sym_hostname] = ACTIONS(1614), - [aux_sym_string_token1] = ACTIONS(1612), + [ts_builtin_sym_end] = ACTIONS(1619), + [anon_sym_module] = ACTIONS(1621), + [anon_sym_SEMI] = ACTIONS(1619), + [anon_sym_export] = ACTIONS(1621), + [anon_sym_LBRACE] = ACTIONS(1619), + [anon_sym_global] = ACTIONS(1621), + [anon_sym_option] = ACTIONS(1621), + [anon_sym_const] = ACTIONS(1621), + [anon_sym_redef] = ACTIONS(1621), + [anon_sym_record] = ACTIONS(1621), + [anon_sym_type] = ACTIONS(1621), + [anon_sym_print] = ACTIONS(1621), + [anon_sym_event] = ACTIONS(1621), + [anon_sym_if] = ACTIONS(1621), + [anon_sym_LPAREN] = ACTIONS(1619), + [anon_sym_switch] = ACTIONS(1621), + [anon_sym_for] = ACTIONS(1621), + [anon_sym_LBRACK] = ACTIONS(1621), + [anon_sym_while] = ACTIONS(1621), + [anon_sym_next] = ACTIONS(1621), + [anon_sym_break] = ACTIONS(1621), + [anon_sym_fallthrough] = ACTIONS(1621), + [anon_sym_return] = ACTIONS(1621), + [anon_sym_add] = ACTIONS(1621), + [anon_sym_delete] = ACTIONS(1621), + [anon_sym_local] = ACTIONS(1621), + [anon_sym_when] = ACTIONS(1621), + [anon_sym_assert] = ACTIONS(1621), + [anon_sym_table] = ACTIONS(1621), + [anon_sym_set] = ACTIONS(1621), + [anon_sym_vector] = ACTIONS(1621), + [anon_sym_function] = ACTIONS(1621), + [anon_sym_hook] = ACTIONS(1621), + [anon_sym_DOLLAR] = ACTIONS(1619), + [anon_sym_PIPE] = ACTIONS(1619), + [anon_sym_PLUS_PLUS] = ACTIONS(1619), + [anon_sym_DASH_DASH] = ACTIONS(1619), + [anon_sym_BANG] = ACTIONS(1619), + [anon_sym_TILDE] = ACTIONS(1619), + [anon_sym_DASH] = ACTIONS(1621), + [anon_sym_PLUS] = ACTIONS(1621), + [anon_sym_copy] = ACTIONS(1621), + [anon_sym_schedule] = ACTIONS(1621), + [aux_sym_constant_token1] = ACTIONS(1621), + [anon_sym_T] = ACTIONS(1621), + [anon_sym_F] = ACTIONS(1621), + [anon_sym_ATdeprecated] = ACTIONS(1619), + [anon_sym_ATload] = ACTIONS(1621), + [anon_sym_ATload_DASHsigs] = ACTIONS(1619), + [anon_sym_ATload_DASHplugin] = ACTIONS(1619), + [anon_sym_ATunload] = ACTIONS(1619), + [anon_sym_ATprefixes] = ACTIONS(1619), + [anon_sym_ATif] = ACTIONS(1621), + [anon_sym_ATifdef] = ACTIONS(1619), + [anon_sym_ATifndef] = ACTIONS(1619), + [anon_sym_ATendif] = ACTIONS(1619), + [anon_sym_ATelse] = ACTIONS(1619), + [anon_sym_ATpragma] = ACTIONS(1619), + [anon_sym_ATDIR] = ACTIONS(1619), + [anon_sym_ATFILENAME] = ACTIONS(1619), + [sym_id] = ACTIONS(1621), + [sym_pattern] = ACTIONS(1619), + [sym_ipv6] = ACTIONS(1619), + [sym_ipv4] = ACTIONS(1621), + [sym_port] = ACTIONS(1619), + [sym_floatp] = ACTIONS(1621), + [sym_hex] = ACTIONS(1621), + [sym_hostname] = ACTIONS(1621), + [aux_sym_string_token1] = ACTIONS(1619), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -46584,75 +45818,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(379)] = { - [ts_builtin_sym_end] = ACTIONS(1676), - [anon_sym_module] = ACTIONS(1678), - [anon_sym_SEMI] = ACTIONS(1676), - [anon_sym_export] = ACTIONS(1678), - [anon_sym_LBRACE] = ACTIONS(1676), - [anon_sym_global] = ACTIONS(1678), - [anon_sym_option] = ACTIONS(1678), - [anon_sym_const] = ACTIONS(1678), - [anon_sym_redef] = ACTIONS(1678), - [anon_sym_record] = ACTIONS(1678), - [anon_sym_type] = ACTIONS(1678), - [anon_sym_print] = ACTIONS(1678), - [anon_sym_event] = ACTIONS(1678), - [anon_sym_if] = ACTIONS(1678), - [anon_sym_LPAREN] = ACTIONS(1676), - [anon_sym_switch] = ACTIONS(1678), - [anon_sym_for] = ACTIONS(1678), - [anon_sym_LBRACK] = ACTIONS(1676), - [anon_sym_while] = ACTIONS(1678), - [anon_sym_next] = ACTIONS(1678), - [anon_sym_break] = ACTIONS(1678), - [anon_sym_fallthrough] = ACTIONS(1678), - [anon_sym_return] = ACTIONS(1678), - [anon_sym_add] = ACTIONS(1678), - [anon_sym_delete] = ACTIONS(1678), - [anon_sym_local] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(1678), - [anon_sym_assert] = ACTIONS(1678), - [anon_sym_table] = ACTIONS(1678), - [anon_sym_set] = ACTIONS(1678), - [anon_sym_vector] = ACTIONS(1678), - [anon_sym_function] = ACTIONS(1678), - [anon_sym_hook] = ACTIONS(1678), - [anon_sym_DOLLAR] = ACTIONS(1676), - [anon_sym_PIPE] = ACTIONS(1676), - [anon_sym_PLUS_PLUS] = ACTIONS(1676), - [anon_sym_DASH_DASH] = ACTIONS(1676), - [anon_sym_BANG] = ACTIONS(1676), - [anon_sym_TILDE] = ACTIONS(1676), - [anon_sym_DASH] = ACTIONS(1678), - [anon_sym_PLUS] = ACTIONS(1678), - [anon_sym_copy] = ACTIONS(1678), - [anon_sym_schedule] = ACTIONS(1678), - [aux_sym_constant_token1] = ACTIONS(1678), - [anon_sym_T] = ACTIONS(1678), - [anon_sym_F] = ACTIONS(1678), - [anon_sym_ATdeprecated] = ACTIONS(1676), - [anon_sym_ATload] = ACTIONS(1678), - [anon_sym_ATload_DASHsigs] = ACTIONS(1676), - [anon_sym_ATload_DASHplugin] = ACTIONS(1676), - [anon_sym_ATunload] = ACTIONS(1676), - [anon_sym_ATprefixes] = ACTIONS(1676), - [anon_sym_ATif] = ACTIONS(1678), - [anon_sym_ATifdef] = ACTIONS(1676), - [anon_sym_ATifndef] = ACTIONS(1676), - [anon_sym_ATendif] = ACTIONS(1676), - [anon_sym_ATelse] = ACTIONS(1676), - [anon_sym_ATpragma] = ACTIONS(1676), - [anon_sym_ATDIR] = ACTIONS(1676), - [anon_sym_ATFILENAME] = ACTIONS(1676), - [sym_id] = ACTIONS(1678), - [sym_pattern] = ACTIONS(1676), - [sym_ipv6] = ACTIONS(1678), - [sym_ipv4] = ACTIONS(1678), - [sym_port] = ACTIONS(1676), - [sym_floatp] = ACTIONS(1678), - [sym_hex] = ACTIONS(1678), - [sym_hostname] = ACTIONS(1678), - [aux_sym_string_token1] = ACTIONS(1676), + [ts_builtin_sym_end] = ACTIONS(1683), + [anon_sym_module] = ACTIONS(1685), + [anon_sym_SEMI] = ACTIONS(1683), + [anon_sym_export] = ACTIONS(1685), + [anon_sym_LBRACE] = ACTIONS(1683), + [anon_sym_global] = ACTIONS(1685), + [anon_sym_option] = ACTIONS(1685), + [anon_sym_const] = ACTIONS(1685), + [anon_sym_redef] = ACTIONS(1685), + [anon_sym_record] = ACTIONS(1685), + [anon_sym_type] = ACTIONS(1685), + [anon_sym_print] = ACTIONS(1685), + [anon_sym_event] = ACTIONS(1685), + [anon_sym_if] = ACTIONS(1685), + [anon_sym_LPAREN] = ACTIONS(1683), + [anon_sym_switch] = ACTIONS(1685), + [anon_sym_for] = ACTIONS(1685), + [anon_sym_LBRACK] = ACTIONS(1685), + [anon_sym_while] = ACTIONS(1685), + [anon_sym_next] = ACTIONS(1685), + [anon_sym_break] = ACTIONS(1685), + [anon_sym_fallthrough] = ACTIONS(1685), + [anon_sym_return] = ACTIONS(1685), + [anon_sym_add] = ACTIONS(1685), + [anon_sym_delete] = ACTIONS(1685), + [anon_sym_local] = ACTIONS(1685), + [anon_sym_when] = ACTIONS(1685), + [anon_sym_assert] = ACTIONS(1685), + [anon_sym_table] = ACTIONS(1685), + [anon_sym_set] = ACTIONS(1685), + [anon_sym_vector] = ACTIONS(1685), + [anon_sym_function] = ACTIONS(1685), + [anon_sym_hook] = ACTIONS(1685), + [anon_sym_DOLLAR] = ACTIONS(1683), + [anon_sym_PIPE] = ACTIONS(1683), + [anon_sym_PLUS_PLUS] = ACTIONS(1683), + [anon_sym_DASH_DASH] = ACTIONS(1683), + [anon_sym_BANG] = ACTIONS(1683), + [anon_sym_TILDE] = ACTIONS(1683), + [anon_sym_DASH] = ACTIONS(1685), + [anon_sym_PLUS] = ACTIONS(1685), + [anon_sym_copy] = ACTIONS(1685), + [anon_sym_schedule] = ACTIONS(1685), + [aux_sym_constant_token1] = ACTIONS(1685), + [anon_sym_T] = ACTIONS(1685), + [anon_sym_F] = ACTIONS(1685), + [anon_sym_ATdeprecated] = ACTIONS(1683), + [anon_sym_ATload] = ACTIONS(1685), + [anon_sym_ATload_DASHsigs] = ACTIONS(1683), + [anon_sym_ATload_DASHplugin] = ACTIONS(1683), + [anon_sym_ATunload] = ACTIONS(1683), + [anon_sym_ATprefixes] = ACTIONS(1683), + [anon_sym_ATif] = ACTIONS(1685), + [anon_sym_ATifdef] = ACTIONS(1683), + [anon_sym_ATifndef] = ACTIONS(1683), + [anon_sym_ATendif] = ACTIONS(1683), + [anon_sym_ATelse] = ACTIONS(1683), + [anon_sym_ATpragma] = ACTIONS(1683), + [anon_sym_ATDIR] = ACTIONS(1683), + [anon_sym_ATFILENAME] = ACTIONS(1683), + [sym_id] = ACTIONS(1685), + [sym_pattern] = ACTIONS(1683), + [sym_ipv6] = ACTIONS(1683), + [sym_ipv4] = ACTIONS(1685), + [sym_port] = ACTIONS(1683), + [sym_floatp] = ACTIONS(1685), + [sym_hex] = ACTIONS(1685), + [sym_hostname] = ACTIONS(1685), + [aux_sym_string_token1] = ACTIONS(1683), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -46671,40 +45905,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string] = STATE(1268), [aux_sym_attr_list_repeat1] = STATE(1592), [aux_sym_expr_list_repeat1] = STATE(877), - [anon_sym_LBRACE] = ACTIONS(133), - [anon_sym_RBRACE] = ACTIONS(1624), + [anon_sym_LBRACE] = ACTIONS(135), + [anon_sym_RBRACE] = ACTIONS(1631), [anon_sym_record] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_LBRACK] = ACTIONS(1626), - [anon_sym_local] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(1633), + [anon_sym_local] = ACTIONS(119), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), - [anon_sym_AMPdeprecated] = ACTIONS(788), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(790), - [anon_sym_AMPerror_handler] = ACTIONS(790), - [anon_sym_AMPis_assigned] = ACTIONS(790), - [anon_sym_AMPis_used] = ACTIONS(790), - [anon_sym_AMPlog] = ACTIONS(790), - [anon_sym_AMPoptional] = ACTIONS(790), - [anon_sym_AMPordered] = ACTIONS(790), - [anon_sym_AMPraw_output] = ACTIONS(790), - [anon_sym_AMPredef] = ACTIONS(790), - [anon_sym_AMPadd_func] = ACTIONS(792), - [anon_sym_AMPbackend] = ACTIONS(792), - [anon_sym_AMPbroker_store] = ACTIONS(792), - [anon_sym_AMPcreate_expire] = ACTIONS(792), - [anon_sym_AMPdefault] = ACTIONS(792), - [anon_sym_AMPdelete_func] = ACTIONS(792), - [anon_sym_AMPexpire_func] = ACTIONS(792), - [anon_sym_AMPgroup] = ACTIONS(792), - [anon_sym_AMPon_change] = ACTIONS(792), - [anon_sym_AMPpriority] = ACTIONS(792), - [anon_sym_AMPread_expire] = ACTIONS(792), - [anon_sym_AMPtype_column] = ACTIONS(792), - [anon_sym_AMPwrite_expire] = ACTIONS(792), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), + [anon_sym_AMPdeprecated] = ACTIONS(793), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(795), + [anon_sym_AMPerror_handler] = ACTIONS(795), + [anon_sym_AMPis_assigned] = ACTIONS(795), + [anon_sym_AMPis_used] = ACTIONS(795), + [anon_sym_AMPlog] = ACTIONS(795), + [anon_sym_AMPoptional] = ACTIONS(795), + [anon_sym_AMPordered] = ACTIONS(795), + [anon_sym_AMPraw_output] = ACTIONS(795), + [anon_sym_AMPredef] = ACTIONS(795), + [anon_sym_AMPadd_func] = ACTIONS(797), + [anon_sym_AMPbackend] = ACTIONS(797), + [anon_sym_AMPbroker_store] = ACTIONS(797), + [anon_sym_AMPcreate_expire] = ACTIONS(797), + [anon_sym_AMPdefault] = ACTIONS(797), + [anon_sym_AMPdelete_func] = ACTIONS(797), + [anon_sym_AMPexpire_func] = ACTIONS(797), + [anon_sym_AMPgroup] = ACTIONS(797), + [anon_sym_AMPon_change] = ACTIONS(797), + [anon_sym_AMPpriority] = ACTIONS(797), + [anon_sym_AMPread_expire] = ACTIONS(797), + [anon_sym_AMPtype_column] = ACTIONS(797), + [anon_sym_AMPwrite_expire] = ACTIONS(797), [anon_sym_DOLLAR] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(67), [anon_sym_PLUS_PLUS] = ACTIONS(69), @@ -46723,12 +45957,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -46736,75 +45970,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(381)] = { - [ts_builtin_sym_end] = ACTIONS(1680), - [anon_sym_module] = ACTIONS(1682), - [anon_sym_SEMI] = ACTIONS(1680), - [anon_sym_export] = ACTIONS(1682), - [anon_sym_LBRACE] = ACTIONS(1680), - [anon_sym_global] = ACTIONS(1682), - [anon_sym_option] = ACTIONS(1682), - [anon_sym_const] = ACTIONS(1682), - [anon_sym_redef] = ACTIONS(1682), - [anon_sym_record] = ACTIONS(1682), - [anon_sym_type] = ACTIONS(1682), - [anon_sym_print] = ACTIONS(1682), - [anon_sym_event] = ACTIONS(1682), - [anon_sym_if] = ACTIONS(1682), - [anon_sym_LPAREN] = ACTIONS(1680), - [anon_sym_switch] = ACTIONS(1682), - [anon_sym_for] = ACTIONS(1682), - [anon_sym_LBRACK] = ACTIONS(1680), - [anon_sym_while] = ACTIONS(1682), - [anon_sym_next] = ACTIONS(1682), - [anon_sym_break] = ACTIONS(1682), - [anon_sym_fallthrough] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1682), - [anon_sym_add] = ACTIONS(1682), - [anon_sym_delete] = ACTIONS(1682), - [anon_sym_local] = ACTIONS(1682), - [anon_sym_when] = ACTIONS(1682), - [anon_sym_assert] = ACTIONS(1682), - [anon_sym_table] = ACTIONS(1682), - [anon_sym_set] = ACTIONS(1682), - [anon_sym_vector] = ACTIONS(1682), - [anon_sym_function] = ACTIONS(1682), - [anon_sym_hook] = ACTIONS(1682), - [anon_sym_DOLLAR] = ACTIONS(1680), - [anon_sym_PIPE] = ACTIONS(1680), - [anon_sym_PLUS_PLUS] = ACTIONS(1680), - [anon_sym_DASH_DASH] = ACTIONS(1680), - [anon_sym_BANG] = ACTIONS(1680), - [anon_sym_TILDE] = ACTIONS(1680), - [anon_sym_DASH] = ACTIONS(1682), - [anon_sym_PLUS] = ACTIONS(1682), - [anon_sym_copy] = ACTIONS(1682), - [anon_sym_schedule] = ACTIONS(1682), - [aux_sym_constant_token1] = ACTIONS(1682), - [anon_sym_T] = ACTIONS(1682), - [anon_sym_F] = ACTIONS(1682), - [anon_sym_ATdeprecated] = ACTIONS(1680), - [anon_sym_ATload] = ACTIONS(1682), - [anon_sym_ATload_DASHsigs] = ACTIONS(1680), - [anon_sym_ATload_DASHplugin] = ACTIONS(1680), - [anon_sym_ATunload] = ACTIONS(1680), - [anon_sym_ATprefixes] = ACTIONS(1680), - [anon_sym_ATif] = ACTIONS(1682), - [anon_sym_ATifdef] = ACTIONS(1680), - [anon_sym_ATifndef] = ACTIONS(1680), - [anon_sym_ATendif] = ACTIONS(1680), - [anon_sym_ATelse] = ACTIONS(1680), - [anon_sym_ATpragma] = ACTIONS(1680), - [anon_sym_ATDIR] = ACTIONS(1680), - [anon_sym_ATFILENAME] = ACTIONS(1680), - [sym_id] = ACTIONS(1682), - [sym_pattern] = ACTIONS(1680), - [sym_ipv6] = ACTIONS(1682), - [sym_ipv4] = ACTIONS(1682), - [sym_port] = ACTIONS(1680), - [sym_floatp] = ACTIONS(1682), - [sym_hex] = ACTIONS(1682), - [sym_hostname] = ACTIONS(1682), - [aux_sym_string_token1] = ACTIONS(1680), + [ts_builtin_sym_end] = ACTIONS(1687), + [anon_sym_module] = ACTIONS(1689), + [anon_sym_SEMI] = ACTIONS(1687), + [anon_sym_export] = ACTIONS(1689), + [anon_sym_LBRACE] = ACTIONS(1687), + [anon_sym_global] = ACTIONS(1689), + [anon_sym_option] = ACTIONS(1689), + [anon_sym_const] = ACTIONS(1689), + [anon_sym_redef] = ACTIONS(1689), + [anon_sym_record] = ACTIONS(1689), + [anon_sym_type] = ACTIONS(1689), + [anon_sym_print] = ACTIONS(1689), + [anon_sym_event] = ACTIONS(1689), + [anon_sym_if] = ACTIONS(1689), + [anon_sym_LPAREN] = ACTIONS(1687), + [anon_sym_switch] = ACTIONS(1689), + [anon_sym_for] = ACTIONS(1689), + [anon_sym_LBRACK] = ACTIONS(1689), + [anon_sym_while] = ACTIONS(1689), + [anon_sym_next] = ACTIONS(1689), + [anon_sym_break] = ACTIONS(1689), + [anon_sym_fallthrough] = ACTIONS(1689), + [anon_sym_return] = ACTIONS(1689), + [anon_sym_add] = ACTIONS(1689), + [anon_sym_delete] = ACTIONS(1689), + [anon_sym_local] = ACTIONS(1689), + [anon_sym_when] = ACTIONS(1689), + [anon_sym_assert] = ACTIONS(1689), + [anon_sym_table] = ACTIONS(1689), + [anon_sym_set] = ACTIONS(1689), + [anon_sym_vector] = ACTIONS(1689), + [anon_sym_function] = ACTIONS(1689), + [anon_sym_hook] = ACTIONS(1689), + [anon_sym_DOLLAR] = ACTIONS(1687), + [anon_sym_PIPE] = ACTIONS(1687), + [anon_sym_PLUS_PLUS] = ACTIONS(1687), + [anon_sym_DASH_DASH] = ACTIONS(1687), + [anon_sym_BANG] = ACTIONS(1687), + [anon_sym_TILDE] = ACTIONS(1687), + [anon_sym_DASH] = ACTIONS(1689), + [anon_sym_PLUS] = ACTIONS(1689), + [anon_sym_copy] = ACTIONS(1689), + [anon_sym_schedule] = ACTIONS(1689), + [aux_sym_constant_token1] = ACTIONS(1689), + [anon_sym_T] = ACTIONS(1689), + [anon_sym_F] = ACTIONS(1689), + [anon_sym_ATdeprecated] = ACTIONS(1687), + [anon_sym_ATload] = ACTIONS(1689), + [anon_sym_ATload_DASHsigs] = ACTIONS(1687), + [anon_sym_ATload_DASHplugin] = ACTIONS(1687), + [anon_sym_ATunload] = ACTIONS(1687), + [anon_sym_ATprefixes] = ACTIONS(1687), + [anon_sym_ATif] = ACTIONS(1689), + [anon_sym_ATifdef] = ACTIONS(1687), + [anon_sym_ATifndef] = ACTIONS(1687), + [anon_sym_ATendif] = ACTIONS(1687), + [anon_sym_ATelse] = ACTIONS(1687), + [anon_sym_ATpragma] = ACTIONS(1687), + [anon_sym_ATDIR] = ACTIONS(1687), + [anon_sym_ATFILENAME] = ACTIONS(1687), + [sym_id] = ACTIONS(1689), + [sym_pattern] = ACTIONS(1687), + [sym_ipv6] = ACTIONS(1687), + [sym_ipv4] = ACTIONS(1689), + [sym_port] = ACTIONS(1687), + [sym_floatp] = ACTIONS(1689), + [sym_hex] = ACTIONS(1689), + [sym_hostname] = ACTIONS(1689), + [aux_sym_string_token1] = ACTIONS(1687), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -46812,75 +46046,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(382)] = { - [ts_builtin_sym_end] = ACTIONS(1684), - [anon_sym_module] = ACTIONS(1686), - [anon_sym_SEMI] = ACTIONS(1684), - [anon_sym_export] = ACTIONS(1686), - [anon_sym_LBRACE] = ACTIONS(1684), - [anon_sym_global] = ACTIONS(1686), - [anon_sym_option] = ACTIONS(1686), - [anon_sym_const] = ACTIONS(1686), - [anon_sym_redef] = ACTIONS(1686), - [anon_sym_record] = ACTIONS(1686), - [anon_sym_type] = ACTIONS(1686), - [anon_sym_print] = ACTIONS(1686), - [anon_sym_event] = ACTIONS(1686), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_LPAREN] = ACTIONS(1684), - [anon_sym_switch] = ACTIONS(1686), - [anon_sym_for] = ACTIONS(1686), - [anon_sym_LBRACK] = ACTIONS(1684), - [anon_sym_while] = ACTIONS(1686), - [anon_sym_next] = ACTIONS(1686), - [anon_sym_break] = ACTIONS(1686), - [anon_sym_fallthrough] = ACTIONS(1686), - [anon_sym_return] = ACTIONS(1686), - [anon_sym_add] = ACTIONS(1686), - [anon_sym_delete] = ACTIONS(1686), - [anon_sym_local] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(1686), - [anon_sym_assert] = ACTIONS(1686), - [anon_sym_table] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_vector] = ACTIONS(1686), - [anon_sym_function] = ACTIONS(1686), - [anon_sym_hook] = ACTIONS(1686), - [anon_sym_DOLLAR] = ACTIONS(1684), - [anon_sym_PIPE] = ACTIONS(1684), - [anon_sym_PLUS_PLUS] = ACTIONS(1684), - [anon_sym_DASH_DASH] = ACTIONS(1684), - [anon_sym_BANG] = ACTIONS(1684), - [anon_sym_TILDE] = ACTIONS(1684), - [anon_sym_DASH] = ACTIONS(1686), - [anon_sym_PLUS] = ACTIONS(1686), - [anon_sym_copy] = ACTIONS(1686), - [anon_sym_schedule] = ACTIONS(1686), - [aux_sym_constant_token1] = ACTIONS(1686), - [anon_sym_T] = ACTIONS(1686), - [anon_sym_F] = ACTIONS(1686), - [anon_sym_ATdeprecated] = ACTIONS(1684), - [anon_sym_ATload] = ACTIONS(1686), - [anon_sym_ATload_DASHsigs] = ACTIONS(1684), - [anon_sym_ATload_DASHplugin] = ACTIONS(1684), - [anon_sym_ATunload] = ACTIONS(1684), - [anon_sym_ATprefixes] = ACTIONS(1684), - [anon_sym_ATif] = ACTIONS(1686), - [anon_sym_ATifdef] = ACTIONS(1684), - [anon_sym_ATifndef] = ACTIONS(1684), - [anon_sym_ATendif] = ACTIONS(1684), - [anon_sym_ATelse] = ACTIONS(1684), - [anon_sym_ATpragma] = ACTIONS(1684), - [anon_sym_ATDIR] = ACTIONS(1684), - [anon_sym_ATFILENAME] = ACTIONS(1684), - [sym_id] = ACTIONS(1686), - [sym_pattern] = ACTIONS(1684), - [sym_ipv6] = ACTIONS(1686), - [sym_ipv4] = ACTIONS(1686), - [sym_port] = ACTIONS(1684), - [sym_floatp] = ACTIONS(1686), - [sym_hex] = ACTIONS(1686), - [sym_hostname] = ACTIONS(1686), - [aux_sym_string_token1] = ACTIONS(1684), + [ts_builtin_sym_end] = ACTIONS(1691), + [anon_sym_module] = ACTIONS(1693), + [anon_sym_SEMI] = ACTIONS(1691), + [anon_sym_export] = ACTIONS(1693), + [anon_sym_LBRACE] = ACTIONS(1691), + [anon_sym_global] = ACTIONS(1693), + [anon_sym_option] = ACTIONS(1693), + [anon_sym_const] = ACTIONS(1693), + [anon_sym_redef] = ACTIONS(1693), + [anon_sym_record] = ACTIONS(1693), + [anon_sym_type] = ACTIONS(1693), + [anon_sym_print] = ACTIONS(1693), + [anon_sym_event] = ACTIONS(1693), + [anon_sym_if] = ACTIONS(1693), + [anon_sym_LPAREN] = ACTIONS(1691), + [anon_sym_switch] = ACTIONS(1693), + [anon_sym_for] = ACTIONS(1693), + [anon_sym_LBRACK] = ACTIONS(1693), + [anon_sym_while] = ACTIONS(1693), + [anon_sym_next] = ACTIONS(1693), + [anon_sym_break] = ACTIONS(1693), + [anon_sym_fallthrough] = ACTIONS(1693), + [anon_sym_return] = ACTIONS(1693), + [anon_sym_add] = ACTIONS(1693), + [anon_sym_delete] = ACTIONS(1693), + [anon_sym_local] = ACTIONS(1693), + [anon_sym_when] = ACTIONS(1693), + [anon_sym_assert] = ACTIONS(1693), + [anon_sym_table] = ACTIONS(1693), + [anon_sym_set] = ACTIONS(1693), + [anon_sym_vector] = ACTIONS(1693), + [anon_sym_function] = ACTIONS(1693), + [anon_sym_hook] = ACTIONS(1693), + [anon_sym_DOLLAR] = ACTIONS(1691), + [anon_sym_PIPE] = ACTIONS(1691), + [anon_sym_PLUS_PLUS] = ACTIONS(1691), + [anon_sym_DASH_DASH] = ACTIONS(1691), + [anon_sym_BANG] = ACTIONS(1691), + [anon_sym_TILDE] = ACTIONS(1691), + [anon_sym_DASH] = ACTIONS(1693), + [anon_sym_PLUS] = ACTIONS(1693), + [anon_sym_copy] = ACTIONS(1693), + [anon_sym_schedule] = ACTIONS(1693), + [aux_sym_constant_token1] = ACTIONS(1693), + [anon_sym_T] = ACTIONS(1693), + [anon_sym_F] = ACTIONS(1693), + [anon_sym_ATdeprecated] = ACTIONS(1691), + [anon_sym_ATload] = ACTIONS(1693), + [anon_sym_ATload_DASHsigs] = ACTIONS(1691), + [anon_sym_ATload_DASHplugin] = ACTIONS(1691), + [anon_sym_ATunload] = ACTIONS(1691), + [anon_sym_ATprefixes] = ACTIONS(1691), + [anon_sym_ATif] = ACTIONS(1693), + [anon_sym_ATifdef] = ACTIONS(1691), + [anon_sym_ATifndef] = ACTIONS(1691), + [anon_sym_ATendif] = ACTIONS(1691), + [anon_sym_ATelse] = ACTIONS(1691), + [anon_sym_ATpragma] = ACTIONS(1691), + [anon_sym_ATDIR] = ACTIONS(1691), + [anon_sym_ATFILENAME] = ACTIONS(1691), + [sym_id] = ACTIONS(1693), + [sym_pattern] = ACTIONS(1691), + [sym_ipv6] = ACTIONS(1691), + [sym_ipv4] = ACTIONS(1693), + [sym_port] = ACTIONS(1691), + [sym_floatp] = ACTIONS(1693), + [sym_hex] = ACTIONS(1693), + [sym_hostname] = ACTIONS(1693), + [aux_sym_string_token1] = ACTIONS(1691), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -46888,74 +46122,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(383)] = { - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_RBRACE] = ACTIONS(125), - [anon_sym_const] = ACTIONS(127), - [anon_sym_record] = ACTIONS(127), - [anon_sym_print] = ACTIONS(127), - [anon_sym_event] = ACTIONS(127), - [anon_sym_if] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_RPAREN] = ACTIONS(125), - [anon_sym_else] = ACTIONS(127), - [anon_sym_switch] = ACTIONS(127), - [anon_sym_for] = ACTIONS(127), - [anon_sym_LBRACK] = ACTIONS(125), - [anon_sym_while] = ACTIONS(127), - [anon_sym_next] = ACTIONS(127), - [anon_sym_break] = ACTIONS(127), - [anon_sym_fallthrough] = ACTIONS(127), - [anon_sym_return] = ACTIONS(127), - [anon_sym_add] = ACTIONS(127), - [anon_sym_delete] = ACTIONS(127), - [anon_sym_local] = ACTIONS(127), - [anon_sym_when] = ACTIONS(127), - [anon_sym_timeout] = ACTIONS(127), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(127), - [anon_sym_table] = ACTIONS(127), - [anon_sym_set] = ACTIONS(127), - [anon_sym_vector] = ACTIONS(127), - [anon_sym_function] = ACTIONS(127), - [anon_sym_hook] = ACTIONS(127), - [anon_sym_DOLLAR] = ACTIONS(125), - [anon_sym_PIPE] = ACTIONS(125), - [anon_sym_PLUS_PLUS] = ACTIONS(125), - [anon_sym_DASH_DASH] = ACTIONS(125), - [anon_sym_BANG] = ACTIONS(125), - [anon_sym_TILDE] = ACTIONS(125), - [anon_sym_DASH] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(127), - [anon_sym_copy] = ACTIONS(127), - [anon_sym_schedule] = ACTIONS(127), - [aux_sym_constant_token1] = ACTIONS(127), - [anon_sym_T] = ACTIONS(127), - [anon_sym_F] = ACTIONS(127), - [anon_sym_ATdeprecated] = ACTIONS(125), - [anon_sym_ATload] = ACTIONS(127), - [anon_sym_ATload_DASHsigs] = ACTIONS(125), - [anon_sym_ATload_DASHplugin] = ACTIONS(125), - [anon_sym_ATunload] = ACTIONS(125), - [anon_sym_ATprefixes] = ACTIONS(125), - [anon_sym_ATif] = ACTIONS(127), - [anon_sym_ATifdef] = ACTIONS(125), - [anon_sym_ATifndef] = ACTIONS(125), - [anon_sym_ATendif] = ACTIONS(125), - [anon_sym_ATelse] = ACTIONS(125), - [anon_sym_ATpragma] = ACTIONS(125), - [anon_sym_ATDIR] = ACTIONS(125), - [anon_sym_ATFILENAME] = ACTIONS(125), - [sym_id] = ACTIONS(127), - [sym_pattern] = ACTIONS(125), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_const] = ACTIONS(129), + [anon_sym_record] = ACTIONS(129), + [anon_sym_print] = ACTIONS(129), + [anon_sym_event] = ACTIONS(129), + [anon_sym_if] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_else] = ACTIONS(129), + [anon_sym_switch] = ACTIONS(129), + [anon_sym_for] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_while] = ACTIONS(129), + [anon_sym_next] = ACTIONS(129), + [anon_sym_break] = ACTIONS(129), + [anon_sym_fallthrough] = ACTIONS(129), + [anon_sym_return] = ACTIONS(129), + [anon_sym_add] = ACTIONS(129), + [anon_sym_delete] = ACTIONS(129), + [anon_sym_local] = ACTIONS(129), + [anon_sym_when] = ACTIONS(129), + [anon_sym_timeout] = ACTIONS(129), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_case] = ACTIONS(129), + [anon_sym_default] = ACTIONS(129), + [anon_sym_table] = ACTIONS(129), + [anon_sym_set] = ACTIONS(129), + [anon_sym_vector] = ACTIONS(129), + [anon_sym_function] = ACTIONS(129), + [anon_sym_hook] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_DASH_DASH] = ACTIONS(127), + [anon_sym_BANG] = ACTIONS(127), + [anon_sym_TILDE] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_copy] = ACTIONS(129), + [anon_sym_schedule] = ACTIONS(129), + [aux_sym_constant_token1] = ACTIONS(129), + [anon_sym_T] = ACTIONS(129), + [anon_sym_F] = ACTIONS(129), + [anon_sym_ATdeprecated] = ACTIONS(127), + [anon_sym_ATload] = ACTIONS(129), + [anon_sym_ATload_DASHsigs] = ACTIONS(127), + [anon_sym_ATload_DASHplugin] = ACTIONS(127), + [anon_sym_ATunload] = ACTIONS(127), + [anon_sym_ATprefixes] = ACTIONS(127), + [anon_sym_ATif] = ACTIONS(129), + [anon_sym_ATifdef] = ACTIONS(127), + [anon_sym_ATifndef] = ACTIONS(127), + [anon_sym_ATendif] = ACTIONS(127), + [anon_sym_ATelse] = ACTIONS(127), + [anon_sym_ATpragma] = ACTIONS(127), + [anon_sym_ATDIR] = ACTIONS(127), + [anon_sym_ATFILENAME] = ACTIONS(127), + [sym_id] = ACTIONS(129), + [sym_pattern] = ACTIONS(127), [sym_ipv6] = ACTIONS(127), - [sym_ipv4] = ACTIONS(127), - [sym_port] = ACTIONS(125), - [sym_floatp] = ACTIONS(127), - [sym_hex] = ACTIONS(127), - [sym_hostname] = ACTIONS(127), - [aux_sym_string_token1] = ACTIONS(125), + [sym_ipv4] = ACTIONS(129), + [sym_port] = ACTIONS(127), + [sym_floatp] = ACTIONS(129), + [sym_hex] = ACTIONS(129), + [sym_hostname] = ACTIONS(129), + [aux_sym_string_token1] = ACTIONS(127), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -46963,74 +46197,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(384)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1688), - [anon_sym_else] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_timeout] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_RPAREN] = ACTIONS(1695), + [anon_sym_else] = ACTIONS(1501), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_timeout] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_case] = ACTIONS(1501), + [anon_sym_default] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -47038,74 +46272,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(385)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1690), - [anon_sym_else] = ACTIONS(1538), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_timeout] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_case] = ACTIONS(1538), - [anon_sym_default] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_RPAREN] = ACTIONS(1697), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_timeout] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -47113,74 +46347,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(386)] = { - [anon_sym_SEMI] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_RBRACE] = ACTIONS(129), - [anon_sym_const] = ACTIONS(131), - [anon_sym_record] = ACTIONS(131), - [anon_sym_print] = ACTIONS(131), - [anon_sym_event] = ACTIONS(131), - [anon_sym_if] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(129), - [anon_sym_else] = ACTIONS(131), - [anon_sym_switch] = ACTIONS(131), - [anon_sym_for] = ACTIONS(131), - [anon_sym_LBRACK] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_next] = ACTIONS(131), - [anon_sym_break] = ACTIONS(131), - [anon_sym_fallthrough] = ACTIONS(131), - [anon_sym_return] = ACTIONS(131), - [anon_sym_add] = ACTIONS(131), - [anon_sym_delete] = ACTIONS(131), - [anon_sym_local] = ACTIONS(131), - [anon_sym_when] = ACTIONS(131), - [anon_sym_timeout] = ACTIONS(131), - [anon_sym_assert] = ACTIONS(131), - [anon_sym_case] = ACTIONS(131), - [anon_sym_default] = ACTIONS(131), - [anon_sym_table] = ACTIONS(131), - [anon_sym_set] = ACTIONS(131), - [anon_sym_vector] = ACTIONS(131), - [anon_sym_function] = ACTIONS(131), - [anon_sym_hook] = ACTIONS(131), - [anon_sym_DOLLAR] = ACTIONS(129), - [anon_sym_PIPE] = ACTIONS(129), - [anon_sym_PLUS_PLUS] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(129), - [anon_sym_BANG] = ACTIONS(129), - [anon_sym_TILDE] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(131), - [anon_sym_PLUS] = ACTIONS(131), - [anon_sym_copy] = ACTIONS(131), - [anon_sym_schedule] = ACTIONS(131), - [aux_sym_constant_token1] = ACTIONS(131), - [anon_sym_T] = ACTIONS(131), - [anon_sym_F] = ACTIONS(131), - [anon_sym_ATdeprecated] = ACTIONS(129), - [anon_sym_ATload] = ACTIONS(131), - [anon_sym_ATload_DASHsigs] = ACTIONS(129), - [anon_sym_ATload_DASHplugin] = ACTIONS(129), - [anon_sym_ATunload] = ACTIONS(129), - [anon_sym_ATprefixes] = ACTIONS(129), - [anon_sym_ATif] = ACTIONS(131), - [anon_sym_ATifdef] = ACTIONS(129), - [anon_sym_ATifndef] = ACTIONS(129), - [anon_sym_ATendif] = ACTIONS(129), - [anon_sym_ATelse] = ACTIONS(129), - [anon_sym_ATpragma] = ACTIONS(129), - [anon_sym_ATDIR] = ACTIONS(129), - [anon_sym_ATFILENAME] = ACTIONS(129), - [sym_id] = ACTIONS(131), - [sym_pattern] = ACTIONS(129), + [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_RBRACE] = ACTIONS(131), + [anon_sym_const] = ACTIONS(133), + [anon_sym_record] = ACTIONS(133), + [anon_sym_print] = ACTIONS(133), + [anon_sym_event] = ACTIONS(133), + [anon_sym_if] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_RPAREN] = ACTIONS(131), + [anon_sym_else] = ACTIONS(133), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_for] = ACTIONS(133), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_while] = ACTIONS(133), + [anon_sym_next] = ACTIONS(133), + [anon_sym_break] = ACTIONS(133), + [anon_sym_fallthrough] = ACTIONS(133), + [anon_sym_return] = ACTIONS(133), + [anon_sym_add] = ACTIONS(133), + [anon_sym_delete] = ACTIONS(133), + [anon_sym_local] = ACTIONS(133), + [anon_sym_when] = ACTIONS(133), + [anon_sym_timeout] = ACTIONS(133), + [anon_sym_assert] = ACTIONS(133), + [anon_sym_case] = ACTIONS(133), + [anon_sym_default] = ACTIONS(133), + [anon_sym_table] = ACTIONS(133), + [anon_sym_set] = ACTIONS(133), + [anon_sym_vector] = ACTIONS(133), + [anon_sym_function] = ACTIONS(133), + [anon_sym_hook] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(131), + [anon_sym_PLUS_PLUS] = ACTIONS(131), + [anon_sym_DASH_DASH] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(131), + [anon_sym_TILDE] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_copy] = ACTIONS(133), + [anon_sym_schedule] = ACTIONS(133), + [aux_sym_constant_token1] = ACTIONS(133), + [anon_sym_T] = ACTIONS(133), + [anon_sym_F] = ACTIONS(133), + [anon_sym_ATdeprecated] = ACTIONS(131), + [anon_sym_ATload] = ACTIONS(133), + [anon_sym_ATload_DASHsigs] = ACTIONS(131), + [anon_sym_ATload_DASHplugin] = ACTIONS(131), + [anon_sym_ATunload] = ACTIONS(131), + [anon_sym_ATprefixes] = ACTIONS(131), + [anon_sym_ATif] = ACTIONS(133), + [anon_sym_ATifdef] = ACTIONS(131), + [anon_sym_ATifndef] = ACTIONS(131), + [anon_sym_ATendif] = ACTIONS(131), + [anon_sym_ATelse] = ACTIONS(131), + [anon_sym_ATpragma] = ACTIONS(131), + [anon_sym_ATDIR] = ACTIONS(131), + [anon_sym_ATFILENAME] = ACTIONS(131), + [sym_id] = ACTIONS(133), + [sym_pattern] = ACTIONS(131), [sym_ipv6] = ACTIONS(131), - [sym_ipv4] = ACTIONS(131), - [sym_port] = ACTIONS(129), - [sym_floatp] = ACTIONS(131), - [sym_hex] = ACTIONS(131), - [sym_hostname] = ACTIONS(131), - [aux_sym_string_token1] = ACTIONS(129), + [sym_ipv4] = ACTIONS(133), + [sym_port] = ACTIONS(131), + [sym_floatp] = ACTIONS(133), + [sym_hex] = ACTIONS(133), + [sym_hostname] = ACTIONS(133), + [aux_sym_string_token1] = ACTIONS(131), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -47188,73 +46422,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(387)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_timeout] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_case] = ACTIONS(1694), - [anon_sym_default] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_else] = ACTIONS(1701), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_timeout] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_case] = ACTIONS(1701), + [anon_sym_default] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -47262,73 +46496,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(388)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1538), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_case] = ACTIONS(1538), - [anon_sym_default] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_RPAREN] = ACTIONS(1703), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -47336,73 +46570,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(389)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_else] = ACTIONS(1700), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_timeout] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_case] = ACTIONS(1700), - [anon_sym_default] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_else] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_timeout] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_case] = ACTIONS(1707), + [anon_sym_default] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -47410,73 +46644,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(390)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_else] = ACTIONS(1704), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_timeout] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_case] = ACTIONS(1704), - [anon_sym_default] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_else] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_timeout] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -47484,73 +46718,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(391)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_else] = ACTIONS(1704), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_timeout] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_case] = ACTIONS(1704), - [anon_sym_default] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_else] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_timeout] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -47558,73 +46792,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(392)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -47632,73 +46866,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(393)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -47706,73 +46940,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(394)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_case] = ACTIONS(1712), - [anon_sym_default] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -47780,73 +47014,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(395)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_case] = ACTIONS(1712), - [anon_sym_default] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -47854,73 +47088,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(396)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -47928,73 +47162,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(397)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -48002,73 +47236,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(398)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -48076,73 +47310,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(399)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_timeout] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_case] = ACTIONS(1720), - [anon_sym_default] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_timeout] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_case] = ACTIONS(1727), + [anon_sym_default] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -48150,73 +47384,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(400)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_timeout] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_case] = ACTIONS(1720), - [anon_sym_default] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_timeout] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_case] = ACTIONS(1727), + [anon_sym_default] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -48224,73 +47458,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(401)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_else] = ACTIONS(1724), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_timeout] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_case] = ACTIONS(1724), - [anon_sym_default] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_else] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_timeout] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_case] = ACTIONS(1731), + [anon_sym_default] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -48298,73 +47532,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(402)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_else] = ACTIONS(1724), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_timeout] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_case] = ACTIONS(1724), - [anon_sym_default] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_else] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_timeout] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_case] = ACTIONS(1731), + [anon_sym_default] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -48372,73 +47606,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(403)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_else] = ACTIONS(1728), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_timeout] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_case] = ACTIONS(1728), - [anon_sym_default] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_else] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_timeout] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_case] = ACTIONS(1735), + [anon_sym_default] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -48452,52 +47686,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_SEMI] = ACTIONS(113), - [anon_sym_LBRACE] = ACTIONS(133), - [anon_sym_RBRACE] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(115), - [anon_sym_PLUS_EQ] = ACTIONS(113), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(135), + [anon_sym_RBRACE] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(117), + [anon_sym_PLUS_EQ] = ACTIONS(115), [anon_sym_record] = ACTIONS(25), - [anon_sym_DASH_EQ] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_RPAREN] = ACTIONS(113), - [anon_sym_COMMA] = ACTIONS(113), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(113), - [anon_sym_RBRACK] = ACTIONS(113), - [anon_sym_local] = ACTIONS(117), - [anon_sym_EQ] = ACTIONS(115), - [anon_sym_as] = ACTIONS(115), + [anon_sym_DASH_EQ] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_RPAREN] = ACTIONS(115), + [anon_sym_COMMA] = ACTIONS(115), + [anon_sym_in] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(117), + [anon_sym_RBRACK] = ACTIONS(115), + [anon_sym_local] = ACTIONS(119), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_as] = ACTIONS(117), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), - [anon_sym_DOLLAR] = ACTIONS(113), - [anon_sym_PIPE] = ACTIONS(115), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(115), + [anon_sym_PIPE] = ACTIONS(117), [anon_sym_PLUS_PLUS] = ACTIONS(69), [anon_sym_DASH_DASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(115), + [anon_sym_BANG] = ACTIONS(117), [anon_sym_TILDE] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_is] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(113), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_PERCENT] = ACTIONS(113), - [anon_sym_LT] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(113), - [anon_sym_AMP] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(113), - [anon_sym_QMARK] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(113), - [anon_sym_BANG_EQ] = ACTIONS(113), - [anon_sym_AMP_AMP] = ACTIONS(113), - [anon_sym_PIPE_PIPE] = ACTIONS(113), + [anon_sym_DASH] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_is] = ACTIONS(117), + [anon_sym_STAR] = ACTIONS(115), + [anon_sym_SLASH] = ACTIONS(117), + [anon_sym_PERCENT] = ACTIONS(115), + [anon_sym_LT] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(115), + [anon_sym_GT] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(115), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(115), + [anon_sym_QMARK] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(115), + [anon_sym_BANG_EQ] = ACTIONS(115), + [anon_sym_AMP_AMP] = ACTIONS(115), + [anon_sym_PIPE_PIPE] = ACTIONS(115), [anon_sym_copy] = ACTIONS(73), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), [anon_sym_schedule] = ACTIONS(75), [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), @@ -48507,12 +47741,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -48520,73 +47754,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(405)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_else] = ACTIONS(1728), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_timeout] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_case] = ACTIONS(1728), - [anon_sym_default] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_else] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_timeout] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_case] = ACTIONS(1735), + [anon_sym_default] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -48597,70 +47831,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_attr_list] = STATE(315), [sym_attr] = STATE(499), [aux_sym_attr_list_repeat1] = STATE(499), - [anon_sym_LBRACE] = ACTIONS(1482), - [anon_sym_PLUS_EQ] = ACTIONS(1482), - [anon_sym_DASH_EQ] = ACTIONS(1482), - [anon_sym_LPAREN] = ACTIONS(1482), - [anon_sym_in] = ACTIONS(1482), - [anon_sym_LBRACK] = ACTIONS(1482), - [anon_sym_EQ] = ACTIONS(1484), - [anon_sym_as] = ACTIONS(1482), - [anon_sym_AMPdeprecated] = ACTIONS(1482), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1482), - [anon_sym_AMPerror_handler] = ACTIONS(1482), - [anon_sym_AMPis_assigned] = ACTIONS(1482), - [anon_sym_AMPis_used] = ACTIONS(1482), - [anon_sym_AMPlog] = ACTIONS(1482), - [anon_sym_AMPoptional] = ACTIONS(1482), - [anon_sym_AMPordered] = ACTIONS(1482), - [anon_sym_AMPraw_output] = ACTIONS(1482), - [anon_sym_AMPredef] = ACTIONS(1482), - [anon_sym_AMPadd_func] = ACTIONS(1482), - [anon_sym_AMPbackend] = ACTIONS(1482), - [anon_sym_AMPbroker_store] = ACTIONS(1482), - [anon_sym_AMPcreate_expire] = ACTIONS(1482), - [anon_sym_AMPdefault] = ACTIONS(1482), - [anon_sym_AMPdelete_func] = ACTIONS(1482), - [anon_sym_AMPexpire_func] = ACTIONS(1482), - [anon_sym_AMPgroup] = ACTIONS(1482), - [anon_sym_AMPon_change] = ACTIONS(1482), - [anon_sym_AMPpriority] = ACTIONS(1482), - [anon_sym_AMPread_expire] = ACTIONS(1482), - [anon_sym_AMPtype_column] = ACTIONS(1482), - [anon_sym_AMPwrite_expire] = ACTIONS(1482), - [anon_sym_DOLLAR] = ACTIONS(1482), - [anon_sym_PIPE] = ACTIONS(1484), - [anon_sym_BANG] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_is] = ACTIONS(1482), - [anon_sym_STAR] = ACTIONS(1482), - [anon_sym_SLASH] = ACTIONS(1482), - [anon_sym_PERCENT] = ACTIONS(1482), - [anon_sym_LT] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1482), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_GT_EQ] = ACTIONS(1482), - [anon_sym_AMP] = ACTIONS(1484), - [anon_sym_CARET] = ACTIONS(1482), - [anon_sym_QMARK] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1482), - [anon_sym_BANG_EQ] = ACTIONS(1482), - [anon_sym_AMP_AMP] = ACTIONS(1482), - [anon_sym_PIPE_PIPE] = ACTIONS(1482), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1482), - [anon_sym_ATdeprecated] = ACTIONS(1482), - [anon_sym_ATload] = ACTIONS(1484), - [anon_sym_ATload_DASHsigs] = ACTIONS(1482), - [anon_sym_ATload_DASHplugin] = ACTIONS(1482), - [anon_sym_ATunload] = ACTIONS(1482), - [anon_sym_ATprefixes] = ACTIONS(1482), - [anon_sym_ATif] = ACTIONS(1484), - [anon_sym_ATifdef] = ACTIONS(1482), - [anon_sym_ATifndef] = ACTIONS(1482), - [anon_sym_ATendif] = ACTIONS(1482), - [anon_sym_ATelse] = ACTIONS(1482), - [anon_sym_ATpragma] = ACTIONS(1482), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_PLUS_EQ] = ACTIONS(1489), + [anon_sym_DASH_EQ] = ACTIONS(1489), + [anon_sym_LPAREN] = ACTIONS(1489), + [anon_sym_in] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1489), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_as] = ACTIONS(1489), + [anon_sym_AMPdeprecated] = ACTIONS(1489), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1489), + [anon_sym_AMPerror_handler] = ACTIONS(1489), + [anon_sym_AMPis_assigned] = ACTIONS(1489), + [anon_sym_AMPis_used] = ACTIONS(1489), + [anon_sym_AMPlog] = ACTIONS(1489), + [anon_sym_AMPoptional] = ACTIONS(1489), + [anon_sym_AMPordered] = ACTIONS(1489), + [anon_sym_AMPraw_output] = ACTIONS(1489), + [anon_sym_AMPredef] = ACTIONS(1489), + [anon_sym_AMPadd_func] = ACTIONS(1489), + [anon_sym_AMPbackend] = ACTIONS(1489), + [anon_sym_AMPbroker_store] = ACTIONS(1489), + [anon_sym_AMPcreate_expire] = ACTIONS(1489), + [anon_sym_AMPdefault] = ACTIONS(1489), + [anon_sym_AMPdelete_func] = ACTIONS(1489), + [anon_sym_AMPexpire_func] = ACTIONS(1489), + [anon_sym_AMPgroup] = ACTIONS(1489), + [anon_sym_AMPon_change] = ACTIONS(1489), + [anon_sym_AMPpriority] = ACTIONS(1489), + [anon_sym_AMPread_expire] = ACTIONS(1489), + [anon_sym_AMPtype_column] = ACTIONS(1489), + [anon_sym_AMPwrite_expire] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1489), + [anon_sym_PIPE] = ACTIONS(1491), + [anon_sym_BANG] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_is] = ACTIONS(1489), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_LT] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1489), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_GT_EQ] = ACTIONS(1489), + [anon_sym_AMP] = ACTIONS(1491), + [anon_sym_CARET] = ACTIONS(1489), + [anon_sym_QMARK] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1489), + [anon_sym_BANG_EQ] = ACTIONS(1489), + [anon_sym_AMP_AMP] = ACTIONS(1489), + [anon_sym_PIPE_PIPE] = ACTIONS(1489), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1489), + [anon_sym_ATdeprecated] = ACTIONS(1489), + [anon_sym_ATload] = ACTIONS(1491), + [anon_sym_ATload_DASHsigs] = ACTIONS(1489), + [anon_sym_ATload_DASHplugin] = ACTIONS(1489), + [anon_sym_ATunload] = ACTIONS(1489), + [anon_sym_ATprefixes] = ACTIONS(1489), + [anon_sym_ATif] = ACTIONS(1491), + [anon_sym_ATifdef] = ACTIONS(1489), + [anon_sym_ATifndef] = ACTIONS(1489), + [anon_sym_ATendif] = ACTIONS(1489), + [anon_sym_ATelse] = ACTIONS(1489), + [anon_sym_ATpragma] = ACTIONS(1489), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -48668,73 +47902,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(407)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_timeout] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_case] = ACTIONS(1732), - [anon_sym_default] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_else] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_timeout] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1739), + [anon_sym_default] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -48742,73 +47976,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(408)] = { - [anon_sym_SEMI] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_RBRACE] = ACTIONS(129), - [anon_sym_const] = ACTIONS(131), - [anon_sym_record] = ACTIONS(131), - [anon_sym_print] = ACTIONS(131), - [anon_sym_event] = ACTIONS(131), - [anon_sym_if] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(129), - [anon_sym_else] = ACTIONS(131), - [anon_sym_switch] = ACTIONS(131), - [anon_sym_for] = ACTIONS(131), - [anon_sym_LBRACK] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_next] = ACTIONS(131), - [anon_sym_break] = ACTIONS(131), - [anon_sym_fallthrough] = ACTIONS(131), - [anon_sym_return] = ACTIONS(131), - [anon_sym_add] = ACTIONS(131), - [anon_sym_delete] = ACTIONS(131), - [anon_sym_local] = ACTIONS(131), - [anon_sym_when] = ACTIONS(131), - [anon_sym_assert] = ACTIONS(131), - [anon_sym_case] = ACTIONS(131), - [anon_sym_default] = ACTIONS(131), - [anon_sym_table] = ACTIONS(131), - [anon_sym_set] = ACTIONS(131), - [anon_sym_vector] = ACTIONS(131), - [anon_sym_function] = ACTIONS(131), - [anon_sym_hook] = ACTIONS(131), - [anon_sym_DOLLAR] = ACTIONS(129), - [anon_sym_PIPE] = ACTIONS(129), - [anon_sym_PLUS_PLUS] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(129), - [anon_sym_BANG] = ACTIONS(129), - [anon_sym_TILDE] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(131), - [anon_sym_PLUS] = ACTIONS(131), - [anon_sym_copy] = ACTIONS(131), - [anon_sym_schedule] = ACTIONS(131), - [aux_sym_constant_token1] = ACTIONS(131), - [anon_sym_T] = ACTIONS(131), - [anon_sym_F] = ACTIONS(131), - [anon_sym_ATdeprecated] = ACTIONS(129), - [anon_sym_ATload] = ACTIONS(131), - [anon_sym_ATload_DASHsigs] = ACTIONS(129), - [anon_sym_ATload_DASHplugin] = ACTIONS(129), - [anon_sym_ATunload] = ACTIONS(129), - [anon_sym_ATprefixes] = ACTIONS(129), - [anon_sym_ATif] = ACTIONS(131), - [anon_sym_ATifdef] = ACTIONS(129), - [anon_sym_ATifndef] = ACTIONS(129), - [anon_sym_ATendif] = ACTIONS(129), - [anon_sym_ATelse] = ACTIONS(129), - [anon_sym_ATpragma] = ACTIONS(129), - [anon_sym_ATDIR] = ACTIONS(129), - [anon_sym_ATFILENAME] = ACTIONS(129), - [sym_id] = ACTIONS(131), - [sym_pattern] = ACTIONS(129), + [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_RBRACE] = ACTIONS(131), + [anon_sym_const] = ACTIONS(133), + [anon_sym_record] = ACTIONS(133), + [anon_sym_print] = ACTIONS(133), + [anon_sym_event] = ACTIONS(133), + [anon_sym_if] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_RPAREN] = ACTIONS(131), + [anon_sym_else] = ACTIONS(133), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_for] = ACTIONS(133), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_while] = ACTIONS(133), + [anon_sym_next] = ACTIONS(133), + [anon_sym_break] = ACTIONS(133), + [anon_sym_fallthrough] = ACTIONS(133), + [anon_sym_return] = ACTIONS(133), + [anon_sym_add] = ACTIONS(133), + [anon_sym_delete] = ACTIONS(133), + [anon_sym_local] = ACTIONS(133), + [anon_sym_when] = ACTIONS(133), + [anon_sym_assert] = ACTIONS(133), + [anon_sym_case] = ACTIONS(133), + [anon_sym_default] = ACTIONS(133), + [anon_sym_table] = ACTIONS(133), + [anon_sym_set] = ACTIONS(133), + [anon_sym_vector] = ACTIONS(133), + [anon_sym_function] = ACTIONS(133), + [anon_sym_hook] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(131), + [anon_sym_PLUS_PLUS] = ACTIONS(131), + [anon_sym_DASH_DASH] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(131), + [anon_sym_TILDE] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_copy] = ACTIONS(133), + [anon_sym_schedule] = ACTIONS(133), + [aux_sym_constant_token1] = ACTIONS(133), + [anon_sym_T] = ACTIONS(133), + [anon_sym_F] = ACTIONS(133), + [anon_sym_ATdeprecated] = ACTIONS(131), + [anon_sym_ATload] = ACTIONS(133), + [anon_sym_ATload_DASHsigs] = ACTIONS(131), + [anon_sym_ATload_DASHplugin] = ACTIONS(131), + [anon_sym_ATunload] = ACTIONS(131), + [anon_sym_ATprefixes] = ACTIONS(131), + [anon_sym_ATif] = ACTIONS(133), + [anon_sym_ATifdef] = ACTIONS(131), + [anon_sym_ATifndef] = ACTIONS(131), + [anon_sym_ATendif] = ACTIONS(131), + [anon_sym_ATelse] = ACTIONS(131), + [anon_sym_ATpragma] = ACTIONS(131), + [anon_sym_ATDIR] = ACTIONS(131), + [anon_sym_ATFILENAME] = ACTIONS(131), + [sym_id] = ACTIONS(133), + [sym_pattern] = ACTIONS(131), [sym_ipv6] = ACTIONS(131), - [sym_ipv4] = ACTIONS(131), - [sym_port] = ACTIONS(129), - [sym_floatp] = ACTIONS(131), - [sym_hex] = ACTIONS(131), - [sym_hostname] = ACTIONS(131), - [aux_sym_string_token1] = ACTIONS(129), + [sym_ipv4] = ACTIONS(133), + [sym_port] = ACTIONS(131), + [sym_floatp] = ACTIONS(133), + [sym_hex] = ACTIONS(133), + [sym_hostname] = ACTIONS(133), + [aux_sym_string_token1] = ACTIONS(131), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -48816,73 +48050,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(409)] = { - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_RBRACE] = ACTIONS(125), - [anon_sym_const] = ACTIONS(127), - [anon_sym_record] = ACTIONS(127), - [anon_sym_print] = ACTIONS(127), - [anon_sym_event] = ACTIONS(127), - [anon_sym_if] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_RPAREN] = ACTIONS(125), - [anon_sym_else] = ACTIONS(127), - [anon_sym_switch] = ACTIONS(127), - [anon_sym_for] = ACTIONS(127), - [anon_sym_LBRACK] = ACTIONS(125), - [anon_sym_while] = ACTIONS(127), - [anon_sym_next] = ACTIONS(127), - [anon_sym_break] = ACTIONS(127), - [anon_sym_fallthrough] = ACTIONS(127), - [anon_sym_return] = ACTIONS(127), - [anon_sym_add] = ACTIONS(127), - [anon_sym_delete] = ACTIONS(127), - [anon_sym_local] = ACTIONS(127), - [anon_sym_when] = ACTIONS(127), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(127), - [anon_sym_table] = ACTIONS(127), - [anon_sym_set] = ACTIONS(127), - [anon_sym_vector] = ACTIONS(127), - [anon_sym_function] = ACTIONS(127), - [anon_sym_hook] = ACTIONS(127), - [anon_sym_DOLLAR] = ACTIONS(125), - [anon_sym_PIPE] = ACTIONS(125), - [anon_sym_PLUS_PLUS] = ACTIONS(125), - [anon_sym_DASH_DASH] = ACTIONS(125), - [anon_sym_BANG] = ACTIONS(125), - [anon_sym_TILDE] = ACTIONS(125), - [anon_sym_DASH] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(127), - [anon_sym_copy] = ACTIONS(127), - [anon_sym_schedule] = ACTIONS(127), - [aux_sym_constant_token1] = ACTIONS(127), - [anon_sym_T] = ACTIONS(127), - [anon_sym_F] = ACTIONS(127), - [anon_sym_ATdeprecated] = ACTIONS(125), - [anon_sym_ATload] = ACTIONS(127), - [anon_sym_ATload_DASHsigs] = ACTIONS(125), - [anon_sym_ATload_DASHplugin] = ACTIONS(125), - [anon_sym_ATunload] = ACTIONS(125), - [anon_sym_ATprefixes] = ACTIONS(125), - [anon_sym_ATif] = ACTIONS(127), - [anon_sym_ATifdef] = ACTIONS(125), - [anon_sym_ATifndef] = ACTIONS(125), - [anon_sym_ATendif] = ACTIONS(125), - [anon_sym_ATelse] = ACTIONS(125), - [anon_sym_ATpragma] = ACTIONS(125), - [anon_sym_ATDIR] = ACTIONS(125), - [anon_sym_ATFILENAME] = ACTIONS(125), - [sym_id] = ACTIONS(127), - [sym_pattern] = ACTIONS(125), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_const] = ACTIONS(129), + [anon_sym_record] = ACTIONS(129), + [anon_sym_print] = ACTIONS(129), + [anon_sym_event] = ACTIONS(129), + [anon_sym_if] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_else] = ACTIONS(129), + [anon_sym_switch] = ACTIONS(129), + [anon_sym_for] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_while] = ACTIONS(129), + [anon_sym_next] = ACTIONS(129), + [anon_sym_break] = ACTIONS(129), + [anon_sym_fallthrough] = ACTIONS(129), + [anon_sym_return] = ACTIONS(129), + [anon_sym_add] = ACTIONS(129), + [anon_sym_delete] = ACTIONS(129), + [anon_sym_local] = ACTIONS(129), + [anon_sym_when] = ACTIONS(129), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_case] = ACTIONS(129), + [anon_sym_default] = ACTIONS(129), + [anon_sym_table] = ACTIONS(129), + [anon_sym_set] = ACTIONS(129), + [anon_sym_vector] = ACTIONS(129), + [anon_sym_function] = ACTIONS(129), + [anon_sym_hook] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_DASH_DASH] = ACTIONS(127), + [anon_sym_BANG] = ACTIONS(127), + [anon_sym_TILDE] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_copy] = ACTIONS(129), + [anon_sym_schedule] = ACTIONS(129), + [aux_sym_constant_token1] = ACTIONS(129), + [anon_sym_T] = ACTIONS(129), + [anon_sym_F] = ACTIONS(129), + [anon_sym_ATdeprecated] = ACTIONS(127), + [anon_sym_ATload] = ACTIONS(129), + [anon_sym_ATload_DASHsigs] = ACTIONS(127), + [anon_sym_ATload_DASHplugin] = ACTIONS(127), + [anon_sym_ATunload] = ACTIONS(127), + [anon_sym_ATprefixes] = ACTIONS(127), + [anon_sym_ATif] = ACTIONS(129), + [anon_sym_ATifdef] = ACTIONS(127), + [anon_sym_ATifndef] = ACTIONS(127), + [anon_sym_ATendif] = ACTIONS(127), + [anon_sym_ATelse] = ACTIONS(127), + [anon_sym_ATpragma] = ACTIONS(127), + [anon_sym_ATDIR] = ACTIONS(127), + [anon_sym_ATFILENAME] = ACTIONS(127), + [sym_id] = ACTIONS(129), + [sym_pattern] = ACTIONS(127), [sym_ipv6] = ACTIONS(127), - [sym_ipv4] = ACTIONS(127), - [sym_port] = ACTIONS(125), - [sym_floatp] = ACTIONS(127), - [sym_hex] = ACTIONS(127), - [sym_hostname] = ACTIONS(127), - [aux_sym_string_token1] = ACTIONS(125), + [sym_ipv4] = ACTIONS(129), + [sym_port] = ACTIONS(127), + [sym_floatp] = ACTIONS(129), + [sym_hex] = ACTIONS(129), + [sym_hostname] = ACTIONS(129), + [aux_sym_string_token1] = ACTIONS(127), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -48890,73 +48124,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(410)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_timeout] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_RPAREN] = ACTIONS(1741), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_timeout] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_case] = ACTIONS(1501), + [anon_sym_default] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -48964,73 +48198,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(411)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1736), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_timeout] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_case] = ACTIONS(1538), - [anon_sym_default] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_RPAREN] = ACTIONS(1743), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_timeout] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -49038,73 +48272,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(412)] = { - [anon_sym_SEMI] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_RBRACE] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1658), - [anon_sym_record] = ACTIONS(1658), - [anon_sym_print] = ACTIONS(1658), - [anon_sym_event] = ACTIONS(1658), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1656), - [anon_sym_else] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1658), - [anon_sym_next] = ACTIONS(1658), - [anon_sym_break] = ACTIONS(1658), - [anon_sym_fallthrough] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1658), - [anon_sym_add] = ACTIONS(1658), - [anon_sym_delete] = ACTIONS(1658), - [anon_sym_local] = ACTIONS(1658), - [anon_sym_when] = ACTIONS(1658), - [anon_sym_timeout] = ACTIONS(1658), - [anon_sym_assert] = ACTIONS(1658), - [anon_sym_case] = ACTIONS(1658), - [anon_sym_default] = ACTIONS(1658), - [anon_sym_table] = ACTIONS(1658), - [anon_sym_set] = ACTIONS(1658), - [anon_sym_vector] = ACTIONS(1658), - [anon_sym_function] = ACTIONS(1658), - [anon_sym_hook] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1656), - [anon_sym_PIPE] = ACTIONS(1656), - [anon_sym_PLUS_PLUS] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1656), - [anon_sym_BANG] = ACTIONS(1656), - [anon_sym_TILDE] = ACTIONS(1656), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_copy] = ACTIONS(1658), - [anon_sym_schedule] = ACTIONS(1658), - [aux_sym_constant_token1] = ACTIONS(1658), - [anon_sym_T] = ACTIONS(1658), - [anon_sym_F] = ACTIONS(1658), - [anon_sym_ATdeprecated] = ACTIONS(1656), - [anon_sym_ATload] = ACTIONS(1658), - [anon_sym_ATload_DASHsigs] = ACTIONS(1656), - [anon_sym_ATload_DASHplugin] = ACTIONS(1656), - [anon_sym_ATunload] = ACTIONS(1656), - [anon_sym_ATprefixes] = ACTIONS(1656), - [anon_sym_ATif] = ACTIONS(1658), - [anon_sym_ATifdef] = ACTIONS(1656), - [anon_sym_ATifndef] = ACTIONS(1656), - [anon_sym_ATendif] = ACTIONS(1656), - [anon_sym_ATelse] = ACTIONS(1656), - [anon_sym_ATpragma] = ACTIONS(1656), - [anon_sym_ATDIR] = ACTIONS(1656), - [anon_sym_ATFILENAME] = ACTIONS(1656), - [sym_id] = ACTIONS(1658), - [sym_pattern] = ACTIONS(1656), - [sym_ipv6] = ACTIONS(1658), - [sym_ipv4] = ACTIONS(1658), - [sym_port] = ACTIONS(1656), - [sym_floatp] = ACTIONS(1658), - [sym_hex] = ACTIONS(1658), - [sym_hostname] = ACTIONS(1658), - [aux_sym_string_token1] = ACTIONS(1656), + [anon_sym_SEMI] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1663), + [anon_sym_RBRACE] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1665), + [anon_sym_record] = ACTIONS(1665), + [anon_sym_print] = ACTIONS(1665), + [anon_sym_event] = ACTIONS(1665), + [anon_sym_if] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1663), + [anon_sym_else] = ACTIONS(1665), + [anon_sym_switch] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_while] = ACTIONS(1665), + [anon_sym_next] = ACTIONS(1665), + [anon_sym_break] = ACTIONS(1665), + [anon_sym_fallthrough] = ACTIONS(1665), + [anon_sym_return] = ACTIONS(1665), + [anon_sym_add] = ACTIONS(1665), + [anon_sym_delete] = ACTIONS(1665), + [anon_sym_local] = ACTIONS(1665), + [anon_sym_when] = ACTIONS(1665), + [anon_sym_timeout] = ACTIONS(1665), + [anon_sym_assert] = ACTIONS(1665), + [anon_sym_case] = ACTIONS(1665), + [anon_sym_default] = ACTIONS(1665), + [anon_sym_table] = ACTIONS(1665), + [anon_sym_set] = ACTIONS(1665), + [anon_sym_vector] = ACTIONS(1665), + [anon_sym_function] = ACTIONS(1665), + [anon_sym_hook] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(1663), + [anon_sym_PIPE] = ACTIONS(1663), + [anon_sym_PLUS_PLUS] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1663), + [anon_sym_BANG] = ACTIONS(1663), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1665), + [anon_sym_copy] = ACTIONS(1665), + [anon_sym_schedule] = ACTIONS(1665), + [aux_sym_constant_token1] = ACTIONS(1665), + [anon_sym_T] = ACTIONS(1665), + [anon_sym_F] = ACTIONS(1665), + [anon_sym_ATdeprecated] = ACTIONS(1663), + [anon_sym_ATload] = ACTIONS(1665), + [anon_sym_ATload_DASHsigs] = ACTIONS(1663), + [anon_sym_ATload_DASHplugin] = ACTIONS(1663), + [anon_sym_ATunload] = ACTIONS(1663), + [anon_sym_ATprefixes] = ACTIONS(1663), + [anon_sym_ATif] = ACTIONS(1665), + [anon_sym_ATifdef] = ACTIONS(1663), + [anon_sym_ATifndef] = ACTIONS(1663), + [anon_sym_ATendif] = ACTIONS(1663), + [anon_sym_ATelse] = ACTIONS(1663), + [anon_sym_ATpragma] = ACTIONS(1663), + [anon_sym_ATDIR] = ACTIONS(1663), + [anon_sym_ATFILENAME] = ACTIONS(1663), + [sym_id] = ACTIONS(1665), + [sym_pattern] = ACTIONS(1663), + [sym_ipv6] = ACTIONS(1663), + [sym_ipv4] = ACTIONS(1665), + [sym_port] = ACTIONS(1663), + [sym_floatp] = ACTIONS(1665), + [sym_hex] = ACTIONS(1665), + [sym_hostname] = ACTIONS(1665), + [aux_sym_string_token1] = ACTIONS(1663), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -49112,73 +48346,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(413)] = { - [anon_sym_SEMI] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_RBRACE] = ACTIONS(129), - [anon_sym_const] = ACTIONS(131), - [anon_sym_record] = ACTIONS(131), - [anon_sym_print] = ACTIONS(131), - [anon_sym_event] = ACTIONS(131), - [anon_sym_if] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(129), - [anon_sym_switch] = ACTIONS(131), - [anon_sym_for] = ACTIONS(131), - [anon_sym_LBRACK] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_next] = ACTIONS(131), - [anon_sym_break] = ACTIONS(131), - [anon_sym_fallthrough] = ACTIONS(131), - [anon_sym_return] = ACTIONS(131), - [anon_sym_add] = ACTIONS(131), - [anon_sym_delete] = ACTIONS(131), - [anon_sym_local] = ACTIONS(131), - [anon_sym_when] = ACTIONS(131), - [anon_sym_timeout] = ACTIONS(131), - [anon_sym_assert] = ACTIONS(131), - [anon_sym_case] = ACTIONS(131), - [anon_sym_default] = ACTIONS(131), - [anon_sym_table] = ACTIONS(131), - [anon_sym_set] = ACTIONS(131), - [anon_sym_vector] = ACTIONS(131), - [anon_sym_function] = ACTIONS(131), - [anon_sym_hook] = ACTIONS(131), - [anon_sym_DOLLAR] = ACTIONS(129), - [anon_sym_PIPE] = ACTIONS(129), - [anon_sym_PLUS_PLUS] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(129), - [anon_sym_BANG] = ACTIONS(129), - [anon_sym_TILDE] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(131), - [anon_sym_PLUS] = ACTIONS(131), - [anon_sym_copy] = ACTIONS(131), - [anon_sym_schedule] = ACTIONS(131), - [aux_sym_constant_token1] = ACTIONS(131), - [anon_sym_T] = ACTIONS(131), - [anon_sym_F] = ACTIONS(131), - [anon_sym_ATdeprecated] = ACTIONS(129), - [anon_sym_ATload] = ACTIONS(131), - [anon_sym_ATload_DASHsigs] = ACTIONS(129), - [anon_sym_ATload_DASHplugin] = ACTIONS(129), - [anon_sym_ATunload] = ACTIONS(129), - [anon_sym_ATprefixes] = ACTIONS(129), - [anon_sym_ATif] = ACTIONS(131), - [anon_sym_ATifdef] = ACTIONS(129), - [anon_sym_ATifndef] = ACTIONS(129), - [anon_sym_ATendif] = ACTIONS(129), - [anon_sym_ATelse] = ACTIONS(129), - [anon_sym_ATpragma] = ACTIONS(129), - [anon_sym_ATDIR] = ACTIONS(129), - [anon_sym_ATFILENAME] = ACTIONS(129), - [sym_id] = ACTIONS(131), - [sym_pattern] = ACTIONS(129), + [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_RBRACE] = ACTIONS(131), + [anon_sym_const] = ACTIONS(133), + [anon_sym_record] = ACTIONS(133), + [anon_sym_print] = ACTIONS(133), + [anon_sym_event] = ACTIONS(133), + [anon_sym_if] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_RPAREN] = ACTIONS(131), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_for] = ACTIONS(133), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_while] = ACTIONS(133), + [anon_sym_next] = ACTIONS(133), + [anon_sym_break] = ACTIONS(133), + [anon_sym_fallthrough] = ACTIONS(133), + [anon_sym_return] = ACTIONS(133), + [anon_sym_add] = ACTIONS(133), + [anon_sym_delete] = ACTIONS(133), + [anon_sym_local] = ACTIONS(133), + [anon_sym_when] = ACTIONS(133), + [anon_sym_timeout] = ACTIONS(133), + [anon_sym_assert] = ACTIONS(133), + [anon_sym_case] = ACTIONS(133), + [anon_sym_default] = ACTIONS(133), + [anon_sym_table] = ACTIONS(133), + [anon_sym_set] = ACTIONS(133), + [anon_sym_vector] = ACTIONS(133), + [anon_sym_function] = ACTIONS(133), + [anon_sym_hook] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(131), + [anon_sym_PLUS_PLUS] = ACTIONS(131), + [anon_sym_DASH_DASH] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(131), + [anon_sym_TILDE] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_copy] = ACTIONS(133), + [anon_sym_schedule] = ACTIONS(133), + [aux_sym_constant_token1] = ACTIONS(133), + [anon_sym_T] = ACTIONS(133), + [anon_sym_F] = ACTIONS(133), + [anon_sym_ATdeprecated] = ACTIONS(131), + [anon_sym_ATload] = ACTIONS(133), + [anon_sym_ATload_DASHsigs] = ACTIONS(131), + [anon_sym_ATload_DASHplugin] = ACTIONS(131), + [anon_sym_ATunload] = ACTIONS(131), + [anon_sym_ATprefixes] = ACTIONS(131), + [anon_sym_ATif] = ACTIONS(133), + [anon_sym_ATifdef] = ACTIONS(131), + [anon_sym_ATifndef] = ACTIONS(131), + [anon_sym_ATendif] = ACTIONS(131), + [anon_sym_ATelse] = ACTIONS(131), + [anon_sym_ATpragma] = ACTIONS(131), + [anon_sym_ATDIR] = ACTIONS(131), + [anon_sym_ATFILENAME] = ACTIONS(131), + [sym_id] = ACTIONS(133), + [sym_pattern] = ACTIONS(131), [sym_ipv6] = ACTIONS(131), - [sym_ipv4] = ACTIONS(131), - [sym_port] = ACTIONS(129), - [sym_floatp] = ACTIONS(131), - [sym_hex] = ACTIONS(131), - [sym_hostname] = ACTIONS(131), - [aux_sym_string_token1] = ACTIONS(129), + [sym_ipv4] = ACTIONS(133), + [sym_port] = ACTIONS(131), + [sym_floatp] = ACTIONS(133), + [sym_hex] = ACTIONS(133), + [sym_hostname] = ACTIONS(133), + [aux_sym_string_token1] = ACTIONS(131), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -49186,73 +48420,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(414)] = { - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_RBRACE] = ACTIONS(125), - [anon_sym_const] = ACTIONS(127), - [anon_sym_record] = ACTIONS(127), - [anon_sym_print] = ACTIONS(127), - [anon_sym_event] = ACTIONS(127), - [anon_sym_if] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_RPAREN] = ACTIONS(125), - [anon_sym_switch] = ACTIONS(127), - [anon_sym_for] = ACTIONS(127), - [anon_sym_LBRACK] = ACTIONS(125), - [anon_sym_while] = ACTIONS(127), - [anon_sym_next] = ACTIONS(127), - [anon_sym_break] = ACTIONS(127), - [anon_sym_fallthrough] = ACTIONS(127), - [anon_sym_return] = ACTIONS(127), - [anon_sym_add] = ACTIONS(127), - [anon_sym_delete] = ACTIONS(127), - [anon_sym_local] = ACTIONS(127), - [anon_sym_when] = ACTIONS(127), - [anon_sym_timeout] = ACTIONS(127), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(127), - [anon_sym_table] = ACTIONS(127), - [anon_sym_set] = ACTIONS(127), - [anon_sym_vector] = ACTIONS(127), - [anon_sym_function] = ACTIONS(127), - [anon_sym_hook] = ACTIONS(127), - [anon_sym_DOLLAR] = ACTIONS(125), - [anon_sym_PIPE] = ACTIONS(125), - [anon_sym_PLUS_PLUS] = ACTIONS(125), - [anon_sym_DASH_DASH] = ACTIONS(125), - [anon_sym_BANG] = ACTIONS(125), - [anon_sym_TILDE] = ACTIONS(125), - [anon_sym_DASH] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(127), - [anon_sym_copy] = ACTIONS(127), - [anon_sym_schedule] = ACTIONS(127), - [aux_sym_constant_token1] = ACTIONS(127), - [anon_sym_T] = ACTIONS(127), - [anon_sym_F] = ACTIONS(127), - [anon_sym_ATdeprecated] = ACTIONS(125), - [anon_sym_ATload] = ACTIONS(127), - [anon_sym_ATload_DASHsigs] = ACTIONS(125), - [anon_sym_ATload_DASHplugin] = ACTIONS(125), - [anon_sym_ATunload] = ACTIONS(125), - [anon_sym_ATprefixes] = ACTIONS(125), - [anon_sym_ATif] = ACTIONS(127), - [anon_sym_ATifdef] = ACTIONS(125), - [anon_sym_ATifndef] = ACTIONS(125), - [anon_sym_ATendif] = ACTIONS(125), - [anon_sym_ATelse] = ACTIONS(125), - [anon_sym_ATpragma] = ACTIONS(125), - [anon_sym_ATDIR] = ACTIONS(125), - [anon_sym_ATFILENAME] = ACTIONS(125), - [sym_id] = ACTIONS(127), - [sym_pattern] = ACTIONS(125), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_const] = ACTIONS(129), + [anon_sym_record] = ACTIONS(129), + [anon_sym_print] = ACTIONS(129), + [anon_sym_event] = ACTIONS(129), + [anon_sym_if] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_switch] = ACTIONS(129), + [anon_sym_for] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_while] = ACTIONS(129), + [anon_sym_next] = ACTIONS(129), + [anon_sym_break] = ACTIONS(129), + [anon_sym_fallthrough] = ACTIONS(129), + [anon_sym_return] = ACTIONS(129), + [anon_sym_add] = ACTIONS(129), + [anon_sym_delete] = ACTIONS(129), + [anon_sym_local] = ACTIONS(129), + [anon_sym_when] = ACTIONS(129), + [anon_sym_timeout] = ACTIONS(129), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_case] = ACTIONS(129), + [anon_sym_default] = ACTIONS(129), + [anon_sym_table] = ACTIONS(129), + [anon_sym_set] = ACTIONS(129), + [anon_sym_vector] = ACTIONS(129), + [anon_sym_function] = ACTIONS(129), + [anon_sym_hook] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_DASH_DASH] = ACTIONS(127), + [anon_sym_BANG] = ACTIONS(127), + [anon_sym_TILDE] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_copy] = ACTIONS(129), + [anon_sym_schedule] = ACTIONS(129), + [aux_sym_constant_token1] = ACTIONS(129), + [anon_sym_T] = ACTIONS(129), + [anon_sym_F] = ACTIONS(129), + [anon_sym_ATdeprecated] = ACTIONS(127), + [anon_sym_ATload] = ACTIONS(129), + [anon_sym_ATload_DASHsigs] = ACTIONS(127), + [anon_sym_ATload_DASHplugin] = ACTIONS(127), + [anon_sym_ATunload] = ACTIONS(127), + [anon_sym_ATprefixes] = ACTIONS(127), + [anon_sym_ATif] = ACTIONS(129), + [anon_sym_ATifdef] = ACTIONS(127), + [anon_sym_ATifndef] = ACTIONS(127), + [anon_sym_ATendif] = ACTIONS(127), + [anon_sym_ATelse] = ACTIONS(127), + [anon_sym_ATpragma] = ACTIONS(127), + [anon_sym_ATDIR] = ACTIONS(127), + [anon_sym_ATFILENAME] = ACTIONS(127), + [sym_id] = ACTIONS(129), + [sym_pattern] = ACTIONS(127), [sym_ipv6] = ACTIONS(127), - [sym_ipv4] = ACTIONS(127), - [sym_port] = ACTIONS(125), - [sym_floatp] = ACTIONS(127), - [sym_hex] = ACTIONS(127), - [sym_hostname] = ACTIONS(127), - [aux_sym_string_token1] = ACTIONS(125), + [sym_ipv4] = ACTIONS(129), + [sym_port] = ACTIONS(127), + [sym_floatp] = ACTIONS(129), + [sym_hex] = ACTIONS(129), + [sym_hostname] = ACTIONS(129), + [aux_sym_string_token1] = ACTIONS(127), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -49260,73 +48494,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(415)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_timeout] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_case] = ACTIONS(1732), - [anon_sym_default] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_else] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_timeout] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1739), + [anon_sym_default] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -49334,73 +48568,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(416)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_else] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_timeout] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_else] = ACTIONS(1501), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_timeout] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_case] = ACTIONS(1501), + [anon_sym_default] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -49408,73 +48642,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(417)] = { - [anon_sym_SEMI] = ACTIONS(137), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_record] = ACTIONS(139), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(137), - [anon_sym_else] = ACTIONS(139), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_LBRACK] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_timeout] = ACTIONS(139), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_case] = ACTIONS(139), - [anon_sym_default] = ACTIONS(139), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(137), - [anon_sym_PIPE] = ACTIONS(137), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(137), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_record] = ACTIONS(141), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_else] = ACTIONS(141), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_LBRACK] = ACTIONS(141), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_timeout] = ACTIONS(141), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_case] = ACTIONS(141), + [anon_sym_default] = ACTIONS(141), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(139), + [anon_sym_PIPE] = ACTIONS(139), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(139), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -49482,73 +48716,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(418)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_else] = ACTIONS(1538), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_timeout] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_case] = ACTIONS(1538), - [anon_sym_default] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_timeout] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -49556,73 +48790,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(419)] = { - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_RBRACE] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_record] = ACTIONS(1570), - [anon_sym_print] = ACTIONS(1570), - [anon_sym_event] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_else] = ACTIONS(1570), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_LBRACK] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_next] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_fallthrough] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_add] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_local] = ACTIONS(1570), - [anon_sym_when] = ACTIONS(1570), - [anon_sym_timeout] = ACTIONS(1570), - [anon_sym_assert] = ACTIONS(1570), - [anon_sym_case] = ACTIONS(1570), - [anon_sym_default] = ACTIONS(1570), - [anon_sym_table] = ACTIONS(1570), - [anon_sym_set] = ACTIONS(1570), - [anon_sym_vector] = ACTIONS(1570), - [anon_sym_function] = ACTIONS(1570), - [anon_sym_hook] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_copy] = ACTIONS(1570), - [anon_sym_schedule] = ACTIONS(1570), - [aux_sym_constant_token1] = ACTIONS(1570), - [anon_sym_T] = ACTIONS(1570), - [anon_sym_F] = ACTIONS(1570), - [anon_sym_ATdeprecated] = ACTIONS(1568), - [anon_sym_ATload] = ACTIONS(1570), - [anon_sym_ATload_DASHsigs] = ACTIONS(1568), - [anon_sym_ATload_DASHplugin] = ACTIONS(1568), - [anon_sym_ATunload] = ACTIONS(1568), - [anon_sym_ATprefixes] = ACTIONS(1568), - [anon_sym_ATif] = ACTIONS(1570), - [anon_sym_ATifdef] = ACTIONS(1568), - [anon_sym_ATifndef] = ACTIONS(1568), - [anon_sym_ATendif] = ACTIONS(1568), - [anon_sym_ATelse] = ACTIONS(1568), - [anon_sym_ATpragma] = ACTIONS(1568), - [anon_sym_ATDIR] = ACTIONS(1568), - [anon_sym_ATFILENAME] = ACTIONS(1568), - [sym_id] = ACTIONS(1570), - [sym_pattern] = ACTIONS(1568), - [sym_ipv6] = ACTIONS(1570), - [sym_ipv4] = ACTIONS(1570), - [sym_port] = ACTIONS(1568), - [sym_floatp] = ACTIONS(1570), - [sym_hex] = ACTIONS(1570), - [sym_hostname] = ACTIONS(1570), - [aux_sym_string_token1] = ACTIONS(1568), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_RBRACE] = ACTIONS(1575), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_record] = ACTIONS(1577), + [anon_sym_print] = ACTIONS(1577), + [anon_sym_event] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_LPAREN] = ACTIONS(1575), + [anon_sym_else] = ACTIONS(1577), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_next] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_fallthrough] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_add] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_local] = ACTIONS(1577), + [anon_sym_when] = ACTIONS(1577), + [anon_sym_timeout] = ACTIONS(1577), + [anon_sym_assert] = ACTIONS(1577), + [anon_sym_case] = ACTIONS(1577), + [anon_sym_default] = ACTIONS(1577), + [anon_sym_table] = ACTIONS(1577), + [anon_sym_set] = ACTIONS(1577), + [anon_sym_vector] = ACTIONS(1577), + [anon_sym_function] = ACTIONS(1577), + [anon_sym_hook] = ACTIONS(1577), + [anon_sym_DOLLAR] = ACTIONS(1575), + [anon_sym_PIPE] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_copy] = ACTIONS(1577), + [anon_sym_schedule] = ACTIONS(1577), + [aux_sym_constant_token1] = ACTIONS(1577), + [anon_sym_T] = ACTIONS(1577), + [anon_sym_F] = ACTIONS(1577), + [anon_sym_ATdeprecated] = ACTIONS(1575), + [anon_sym_ATload] = ACTIONS(1577), + [anon_sym_ATload_DASHsigs] = ACTIONS(1575), + [anon_sym_ATload_DASHplugin] = ACTIONS(1575), + [anon_sym_ATunload] = ACTIONS(1575), + [anon_sym_ATprefixes] = ACTIONS(1575), + [anon_sym_ATif] = ACTIONS(1577), + [anon_sym_ATifdef] = ACTIONS(1575), + [anon_sym_ATifndef] = ACTIONS(1575), + [anon_sym_ATendif] = ACTIONS(1575), + [anon_sym_ATelse] = ACTIONS(1575), + [anon_sym_ATpragma] = ACTIONS(1575), + [anon_sym_ATDIR] = ACTIONS(1575), + [anon_sym_ATFILENAME] = ACTIONS(1575), + [sym_id] = ACTIONS(1577), + [sym_pattern] = ACTIONS(1575), + [sym_ipv6] = ACTIONS(1575), + [sym_ipv4] = ACTIONS(1577), + [sym_port] = ACTIONS(1575), + [sym_floatp] = ACTIONS(1577), + [sym_hex] = ACTIONS(1577), + [sym_hostname] = ACTIONS(1577), + [aux_sym_string_token1] = ACTIONS(1575), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -49630,73 +48864,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(420)] = { - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_RBRACE] = ACTIONS(1600), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_record] = ACTIONS(1602), - [anon_sym_print] = ACTIONS(1602), - [anon_sym_event] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_else] = ACTIONS(1602), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1600), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_next] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_fallthrough] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_add] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_local] = ACTIONS(1602), - [anon_sym_when] = ACTIONS(1602), - [anon_sym_timeout] = ACTIONS(1602), - [anon_sym_assert] = ACTIONS(1602), - [anon_sym_case] = ACTIONS(1602), - [anon_sym_default] = ACTIONS(1602), - [anon_sym_table] = ACTIONS(1602), - [anon_sym_set] = ACTIONS(1602), - [anon_sym_vector] = ACTIONS(1602), - [anon_sym_function] = ACTIONS(1602), - [anon_sym_hook] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_copy] = ACTIONS(1602), - [anon_sym_schedule] = ACTIONS(1602), - [aux_sym_constant_token1] = ACTIONS(1602), - [anon_sym_T] = ACTIONS(1602), - [anon_sym_F] = ACTIONS(1602), - [anon_sym_ATdeprecated] = ACTIONS(1600), - [anon_sym_ATload] = ACTIONS(1602), - [anon_sym_ATload_DASHsigs] = ACTIONS(1600), - [anon_sym_ATload_DASHplugin] = ACTIONS(1600), - [anon_sym_ATunload] = ACTIONS(1600), - [anon_sym_ATprefixes] = ACTIONS(1600), - [anon_sym_ATif] = ACTIONS(1602), - [anon_sym_ATifdef] = ACTIONS(1600), - [anon_sym_ATifndef] = ACTIONS(1600), - [anon_sym_ATendif] = ACTIONS(1600), - [anon_sym_ATelse] = ACTIONS(1600), - [anon_sym_ATpragma] = ACTIONS(1600), - [anon_sym_ATDIR] = ACTIONS(1600), - [anon_sym_ATFILENAME] = ACTIONS(1600), - [sym_id] = ACTIONS(1602), - [sym_pattern] = ACTIONS(1600), - [sym_ipv6] = ACTIONS(1602), - [sym_ipv4] = ACTIONS(1602), - [sym_port] = ACTIONS(1600), - [sym_floatp] = ACTIONS(1602), - [sym_hex] = ACTIONS(1602), - [sym_hostname] = ACTIONS(1602), - [aux_sym_string_token1] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_RBRACE] = ACTIONS(1607), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_record] = ACTIONS(1609), + [anon_sym_print] = ACTIONS(1609), + [anon_sym_event] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1607), + [anon_sym_else] = ACTIONS(1609), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_next] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_fallthrough] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_add] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_local] = ACTIONS(1609), + [anon_sym_when] = ACTIONS(1609), + [anon_sym_timeout] = ACTIONS(1609), + [anon_sym_assert] = ACTIONS(1609), + [anon_sym_case] = ACTIONS(1609), + [anon_sym_default] = ACTIONS(1609), + [anon_sym_table] = ACTIONS(1609), + [anon_sym_set] = ACTIONS(1609), + [anon_sym_vector] = ACTIONS(1609), + [anon_sym_function] = ACTIONS(1609), + [anon_sym_hook] = ACTIONS(1609), + [anon_sym_DOLLAR] = ACTIONS(1607), + [anon_sym_PIPE] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_copy] = ACTIONS(1609), + [anon_sym_schedule] = ACTIONS(1609), + [aux_sym_constant_token1] = ACTIONS(1609), + [anon_sym_T] = ACTIONS(1609), + [anon_sym_F] = ACTIONS(1609), + [anon_sym_ATdeprecated] = ACTIONS(1607), + [anon_sym_ATload] = ACTIONS(1609), + [anon_sym_ATload_DASHsigs] = ACTIONS(1607), + [anon_sym_ATload_DASHplugin] = ACTIONS(1607), + [anon_sym_ATunload] = ACTIONS(1607), + [anon_sym_ATprefixes] = ACTIONS(1607), + [anon_sym_ATif] = ACTIONS(1609), + [anon_sym_ATifdef] = ACTIONS(1607), + [anon_sym_ATifndef] = ACTIONS(1607), + [anon_sym_ATendif] = ACTIONS(1607), + [anon_sym_ATelse] = ACTIONS(1607), + [anon_sym_ATpragma] = ACTIONS(1607), + [anon_sym_ATDIR] = ACTIONS(1607), + [anon_sym_ATFILENAME] = ACTIONS(1607), + [sym_id] = ACTIONS(1609), + [sym_pattern] = ACTIONS(1607), + [sym_ipv6] = ACTIONS(1607), + [sym_ipv4] = ACTIONS(1609), + [sym_port] = ACTIONS(1607), + [sym_floatp] = ACTIONS(1609), + [sym_hex] = ACTIONS(1609), + [sym_hostname] = ACTIONS(1609), + [aux_sym_string_token1] = ACTIONS(1607), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -49704,73 +48938,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(421)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1738), - [anon_sym_else] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_RPAREN] = ACTIONS(1745), + [anon_sym_else] = ACTIONS(1501), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_case] = ACTIONS(1501), + [anon_sym_default] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -49778,73 +49012,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(422)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_else] = ACTIONS(1700), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_timeout] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_case] = ACTIONS(1700), - [anon_sym_default] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_else] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_timeout] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_case] = ACTIONS(1707), + [anon_sym_default] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -49852,73 +49086,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(423)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1740), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1747), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -49926,73 +49160,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(424)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1742), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1749), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -50000,73 +49234,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(425)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1744), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1751), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -50074,73 +49308,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(426)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1746), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_case] = ACTIONS(1712), - [anon_sym_default] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1753), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -50148,73 +49382,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(427)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1748), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1755), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -50222,73 +49456,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(428)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1750), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1757), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -50296,73 +49530,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(429)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1752), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_case] = ACTIONS(1712), - [anon_sym_default] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1759), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -50370,73 +49604,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(430)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1754), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1761), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -50447,70 +49681,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_attr_list] = STATE(302), [sym_attr] = STATE(499), [aux_sym_attr_list_repeat1] = STATE(499), - [anon_sym_LBRACE] = ACTIONS(113), - [anon_sym_PLUS_EQ] = ACTIONS(113), - [anon_sym_DASH_EQ] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_in] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(113), - [anon_sym_EQ] = ACTIONS(115), - [anon_sym_as] = ACTIONS(113), - [anon_sym_AMPdeprecated] = ACTIONS(113), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(113), - [anon_sym_AMPerror_handler] = ACTIONS(113), - [anon_sym_AMPis_assigned] = ACTIONS(113), - [anon_sym_AMPis_used] = ACTIONS(113), - [anon_sym_AMPlog] = ACTIONS(113), - [anon_sym_AMPoptional] = ACTIONS(113), - [anon_sym_AMPordered] = ACTIONS(113), - [anon_sym_AMPraw_output] = ACTIONS(113), - [anon_sym_AMPredef] = ACTIONS(113), - [anon_sym_AMPadd_func] = ACTIONS(113), - [anon_sym_AMPbackend] = ACTIONS(113), - [anon_sym_AMPbroker_store] = ACTIONS(113), - [anon_sym_AMPcreate_expire] = ACTIONS(113), - [anon_sym_AMPdefault] = ACTIONS(113), - [anon_sym_AMPdelete_func] = ACTIONS(113), - [anon_sym_AMPexpire_func] = ACTIONS(113), - [anon_sym_AMPgroup] = ACTIONS(113), - [anon_sym_AMPon_change] = ACTIONS(113), - [anon_sym_AMPpriority] = ACTIONS(113), - [anon_sym_AMPread_expire] = ACTIONS(113), - [anon_sym_AMPtype_column] = ACTIONS(113), - [anon_sym_AMPwrite_expire] = ACTIONS(113), - [anon_sym_DOLLAR] = ACTIONS(113), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_BANG] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_is] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(113), - [anon_sym_SLASH] = ACTIONS(113), - [anon_sym_PERCENT] = ACTIONS(113), - [anon_sym_LT] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(113), - [anon_sym_AMP] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(113), - [anon_sym_QMARK] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(113), - [anon_sym_BANG_EQ] = ACTIONS(113), - [anon_sym_AMP_AMP] = ACTIONS(113), - [anon_sym_PIPE_PIPE] = ACTIONS(113), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), - [anon_sym_ATdeprecated] = ACTIONS(113), - [anon_sym_ATload] = ACTIONS(115), - [anon_sym_ATload_DASHsigs] = ACTIONS(113), - [anon_sym_ATload_DASHplugin] = ACTIONS(113), - [anon_sym_ATunload] = ACTIONS(113), - [anon_sym_ATprefixes] = ACTIONS(113), - [anon_sym_ATif] = ACTIONS(115), - [anon_sym_ATifdef] = ACTIONS(113), - [anon_sym_ATifndef] = ACTIONS(113), - [anon_sym_ATendif] = ACTIONS(113), - [anon_sym_ATelse] = ACTIONS(113), - [anon_sym_ATpragma] = ACTIONS(113), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_PLUS_EQ] = ACTIONS(115), + [anon_sym_DASH_EQ] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_in] = ACTIONS(115), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_as] = ACTIONS(115), + [anon_sym_AMPdeprecated] = ACTIONS(115), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(115), + [anon_sym_AMPerror_handler] = ACTIONS(115), + [anon_sym_AMPis_assigned] = ACTIONS(115), + [anon_sym_AMPis_used] = ACTIONS(115), + [anon_sym_AMPlog] = ACTIONS(115), + [anon_sym_AMPoptional] = ACTIONS(115), + [anon_sym_AMPordered] = ACTIONS(115), + [anon_sym_AMPraw_output] = ACTIONS(115), + [anon_sym_AMPredef] = ACTIONS(115), + [anon_sym_AMPadd_func] = ACTIONS(115), + [anon_sym_AMPbackend] = ACTIONS(115), + [anon_sym_AMPbroker_store] = ACTIONS(115), + [anon_sym_AMPcreate_expire] = ACTIONS(115), + [anon_sym_AMPdefault] = ACTIONS(115), + [anon_sym_AMPdelete_func] = ACTIONS(115), + [anon_sym_AMPexpire_func] = ACTIONS(115), + [anon_sym_AMPgroup] = ACTIONS(115), + [anon_sym_AMPon_change] = ACTIONS(115), + [anon_sym_AMPpriority] = ACTIONS(115), + [anon_sym_AMPread_expire] = ACTIONS(115), + [anon_sym_AMPtype_column] = ACTIONS(115), + [anon_sym_AMPwrite_expire] = ACTIONS(115), + [anon_sym_DOLLAR] = ACTIONS(115), + [anon_sym_PIPE] = ACTIONS(117), + [anon_sym_BANG] = ACTIONS(117), + [anon_sym_DASH] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_is] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(115), + [anon_sym_SLASH] = ACTIONS(115), + [anon_sym_PERCENT] = ACTIONS(115), + [anon_sym_LT] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(115), + [anon_sym_GT] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(115), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(115), + [anon_sym_QMARK] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(115), + [anon_sym_BANG_EQ] = ACTIONS(115), + [anon_sym_AMP_AMP] = ACTIONS(115), + [anon_sym_PIPE_PIPE] = ACTIONS(115), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), + [anon_sym_ATdeprecated] = ACTIONS(115), + [anon_sym_ATload] = ACTIONS(117), + [anon_sym_ATload_DASHsigs] = ACTIONS(115), + [anon_sym_ATload_DASHplugin] = ACTIONS(115), + [anon_sym_ATunload] = ACTIONS(115), + [anon_sym_ATprefixes] = ACTIONS(115), + [anon_sym_ATif] = ACTIONS(117), + [anon_sym_ATifdef] = ACTIONS(115), + [anon_sym_ATifndef] = ACTIONS(115), + [anon_sym_ATendif] = ACTIONS(115), + [anon_sym_ATelse] = ACTIONS(115), + [anon_sym_ATpragma] = ACTIONS(115), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -50518,73 +49752,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(432)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_timeout] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_case] = ACTIONS(1694), - [anon_sym_default] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_else] = ACTIONS(1701), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_timeout] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_case] = ACTIONS(1701), + [anon_sym_default] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -50592,72 +49826,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(433)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_case] = ACTIONS(1712), - [anon_sym_default] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -50665,72 +49899,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(434)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -50738,72 +49972,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(435)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -50811,72 +50045,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(436)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1756), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_case] = ACTIONS(1712), - [anon_sym_default] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1763), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -50884,72 +50118,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(437)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_case] = ACTIONS(1712), - [anon_sym_default] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -50957,72 +50191,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(438)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_case] = ACTIONS(1712), - [anon_sym_default] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -51030,72 +50264,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(439)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -51103,72 +50337,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(440)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -51176,72 +50410,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(441)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -51249,72 +50483,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(442)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_timeout] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_case] = ACTIONS(1720), - [anon_sym_default] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_timeout] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_case] = ACTIONS(1727), + [anon_sym_default] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -51322,72 +50556,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(443)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_timeout] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_case] = ACTIONS(1720), - [anon_sym_default] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_timeout] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_case] = ACTIONS(1727), + [anon_sym_default] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -51395,72 +50629,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(444)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_timeout] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_case] = ACTIONS(1724), - [anon_sym_default] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_timeout] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_case] = ACTIONS(1731), + [anon_sym_default] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -51468,72 +50702,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(445)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_timeout] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_case] = ACTIONS(1724), - [anon_sym_default] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_timeout] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_case] = ACTIONS(1731), + [anon_sym_default] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -51541,72 +50775,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(446)] = { - [anon_sym_SEMI] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_RBRACE] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1658), - [anon_sym_record] = ACTIONS(1658), - [anon_sym_print] = ACTIONS(1658), - [anon_sym_event] = ACTIONS(1658), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1656), - [anon_sym_switch] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1658), - [anon_sym_next] = ACTIONS(1658), - [anon_sym_break] = ACTIONS(1658), - [anon_sym_fallthrough] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1658), - [anon_sym_add] = ACTIONS(1658), - [anon_sym_delete] = ACTIONS(1658), - [anon_sym_local] = ACTIONS(1658), - [anon_sym_when] = ACTIONS(1658), - [anon_sym_timeout] = ACTIONS(1658), - [anon_sym_assert] = ACTIONS(1658), - [anon_sym_case] = ACTIONS(1658), - [anon_sym_default] = ACTIONS(1658), - [anon_sym_table] = ACTIONS(1658), - [anon_sym_set] = ACTIONS(1658), - [anon_sym_vector] = ACTIONS(1658), - [anon_sym_function] = ACTIONS(1658), - [anon_sym_hook] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1656), - [anon_sym_PIPE] = ACTIONS(1656), - [anon_sym_PLUS_PLUS] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1656), - [anon_sym_BANG] = ACTIONS(1656), - [anon_sym_TILDE] = ACTIONS(1656), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_copy] = ACTIONS(1658), - [anon_sym_schedule] = ACTIONS(1658), - [aux_sym_constant_token1] = ACTIONS(1658), - [anon_sym_T] = ACTIONS(1658), - [anon_sym_F] = ACTIONS(1658), - [anon_sym_ATdeprecated] = ACTIONS(1656), - [anon_sym_ATload] = ACTIONS(1658), - [anon_sym_ATload_DASHsigs] = ACTIONS(1656), - [anon_sym_ATload_DASHplugin] = ACTIONS(1656), - [anon_sym_ATunload] = ACTIONS(1656), - [anon_sym_ATprefixes] = ACTIONS(1656), - [anon_sym_ATif] = ACTIONS(1658), - [anon_sym_ATifdef] = ACTIONS(1656), - [anon_sym_ATifndef] = ACTIONS(1656), - [anon_sym_ATendif] = ACTIONS(1656), - [anon_sym_ATelse] = ACTIONS(1656), - [anon_sym_ATpragma] = ACTIONS(1656), - [anon_sym_ATDIR] = ACTIONS(1656), - [anon_sym_ATFILENAME] = ACTIONS(1656), - [sym_id] = ACTIONS(1658), - [sym_pattern] = ACTIONS(1656), - [sym_ipv6] = ACTIONS(1658), - [sym_ipv4] = ACTIONS(1658), - [sym_port] = ACTIONS(1656), - [sym_floatp] = ACTIONS(1658), - [sym_hex] = ACTIONS(1658), - [sym_hostname] = ACTIONS(1658), - [aux_sym_string_token1] = ACTIONS(1656), + [anon_sym_SEMI] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1663), + [anon_sym_RBRACE] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1665), + [anon_sym_record] = ACTIONS(1665), + [anon_sym_print] = ACTIONS(1665), + [anon_sym_event] = ACTIONS(1665), + [anon_sym_if] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_while] = ACTIONS(1665), + [anon_sym_next] = ACTIONS(1665), + [anon_sym_break] = ACTIONS(1665), + [anon_sym_fallthrough] = ACTIONS(1665), + [anon_sym_return] = ACTIONS(1665), + [anon_sym_add] = ACTIONS(1665), + [anon_sym_delete] = ACTIONS(1665), + [anon_sym_local] = ACTIONS(1665), + [anon_sym_when] = ACTIONS(1665), + [anon_sym_timeout] = ACTIONS(1665), + [anon_sym_assert] = ACTIONS(1665), + [anon_sym_case] = ACTIONS(1665), + [anon_sym_default] = ACTIONS(1665), + [anon_sym_table] = ACTIONS(1665), + [anon_sym_set] = ACTIONS(1665), + [anon_sym_vector] = ACTIONS(1665), + [anon_sym_function] = ACTIONS(1665), + [anon_sym_hook] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(1663), + [anon_sym_PIPE] = ACTIONS(1663), + [anon_sym_PLUS_PLUS] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1663), + [anon_sym_BANG] = ACTIONS(1663), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1665), + [anon_sym_copy] = ACTIONS(1665), + [anon_sym_schedule] = ACTIONS(1665), + [aux_sym_constant_token1] = ACTIONS(1665), + [anon_sym_T] = ACTIONS(1665), + [anon_sym_F] = ACTIONS(1665), + [anon_sym_ATdeprecated] = ACTIONS(1663), + [anon_sym_ATload] = ACTIONS(1665), + [anon_sym_ATload_DASHsigs] = ACTIONS(1663), + [anon_sym_ATload_DASHplugin] = ACTIONS(1663), + [anon_sym_ATunload] = ACTIONS(1663), + [anon_sym_ATprefixes] = ACTIONS(1663), + [anon_sym_ATif] = ACTIONS(1665), + [anon_sym_ATifdef] = ACTIONS(1663), + [anon_sym_ATifndef] = ACTIONS(1663), + [anon_sym_ATendif] = ACTIONS(1663), + [anon_sym_ATelse] = ACTIONS(1663), + [anon_sym_ATpragma] = ACTIONS(1663), + [anon_sym_ATDIR] = ACTIONS(1663), + [anon_sym_ATFILENAME] = ACTIONS(1663), + [sym_id] = ACTIONS(1665), + [sym_pattern] = ACTIONS(1663), + [sym_ipv6] = ACTIONS(1663), + [sym_ipv4] = ACTIONS(1665), + [sym_port] = ACTIONS(1663), + [sym_floatp] = ACTIONS(1665), + [sym_hex] = ACTIONS(1665), + [sym_hostname] = ACTIONS(1665), + [aux_sym_string_token1] = ACTIONS(1663), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -51614,72 +50848,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(447)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_timeout] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_case] = ACTIONS(1728), - [anon_sym_default] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_timeout] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_case] = ACTIONS(1735), + [anon_sym_default] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -51687,72 +50921,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(448)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_timeout] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_case] = ACTIONS(1728), - [anon_sym_default] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_timeout] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_case] = ACTIONS(1735), + [anon_sym_default] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -51760,72 +50994,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(449)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_timeout] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_case] = ACTIONS(1694), - [anon_sym_default] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_timeout] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_case] = ACTIONS(1701), + [anon_sym_default] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -51833,72 +51067,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(450)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_timeout] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_timeout] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_case] = ACTIONS(1501), + [anon_sym_default] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -51906,72 +51140,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(451)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_timeout] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_case] = ACTIONS(1694), - [anon_sym_default] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_timeout] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_case] = ACTIONS(1701), + [anon_sym_default] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -51979,72 +51213,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(452)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_timeout] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_case] = ACTIONS(1538), - [anon_sym_default] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_timeout] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -52052,72 +51286,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(453)] = { - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_RBRACE] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_record] = ACTIONS(1570), - [anon_sym_print] = ACTIONS(1570), - [anon_sym_event] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_LBRACK] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_next] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_fallthrough] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_add] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_local] = ACTIONS(1570), - [anon_sym_when] = ACTIONS(1570), - [anon_sym_timeout] = ACTIONS(1570), - [anon_sym_assert] = ACTIONS(1570), - [anon_sym_case] = ACTIONS(1570), - [anon_sym_default] = ACTIONS(1570), - [anon_sym_table] = ACTIONS(1570), - [anon_sym_set] = ACTIONS(1570), - [anon_sym_vector] = ACTIONS(1570), - [anon_sym_function] = ACTIONS(1570), - [anon_sym_hook] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_copy] = ACTIONS(1570), - [anon_sym_schedule] = ACTIONS(1570), - [aux_sym_constant_token1] = ACTIONS(1570), - [anon_sym_T] = ACTIONS(1570), - [anon_sym_F] = ACTIONS(1570), - [anon_sym_ATdeprecated] = ACTIONS(1568), - [anon_sym_ATload] = ACTIONS(1570), - [anon_sym_ATload_DASHsigs] = ACTIONS(1568), - [anon_sym_ATload_DASHplugin] = ACTIONS(1568), - [anon_sym_ATunload] = ACTIONS(1568), - [anon_sym_ATprefixes] = ACTIONS(1568), - [anon_sym_ATif] = ACTIONS(1570), - [anon_sym_ATifdef] = ACTIONS(1568), - [anon_sym_ATifndef] = ACTIONS(1568), - [anon_sym_ATendif] = ACTIONS(1568), - [anon_sym_ATelse] = ACTIONS(1568), - [anon_sym_ATpragma] = ACTIONS(1568), - [anon_sym_ATDIR] = ACTIONS(1568), - [anon_sym_ATFILENAME] = ACTIONS(1568), - [sym_id] = ACTIONS(1570), - [sym_pattern] = ACTIONS(1568), - [sym_ipv6] = ACTIONS(1570), - [sym_ipv4] = ACTIONS(1570), - [sym_port] = ACTIONS(1568), - [sym_floatp] = ACTIONS(1570), - [sym_hex] = ACTIONS(1570), - [sym_hostname] = ACTIONS(1570), - [aux_sym_string_token1] = ACTIONS(1568), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_RBRACE] = ACTIONS(1575), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_record] = ACTIONS(1577), + [anon_sym_print] = ACTIONS(1577), + [anon_sym_event] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_LPAREN] = ACTIONS(1575), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_next] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_fallthrough] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_add] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_local] = ACTIONS(1577), + [anon_sym_when] = ACTIONS(1577), + [anon_sym_timeout] = ACTIONS(1577), + [anon_sym_assert] = ACTIONS(1577), + [anon_sym_case] = ACTIONS(1577), + [anon_sym_default] = ACTIONS(1577), + [anon_sym_table] = ACTIONS(1577), + [anon_sym_set] = ACTIONS(1577), + [anon_sym_vector] = ACTIONS(1577), + [anon_sym_function] = ACTIONS(1577), + [anon_sym_hook] = ACTIONS(1577), + [anon_sym_DOLLAR] = ACTIONS(1575), + [anon_sym_PIPE] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_copy] = ACTIONS(1577), + [anon_sym_schedule] = ACTIONS(1577), + [aux_sym_constant_token1] = ACTIONS(1577), + [anon_sym_T] = ACTIONS(1577), + [anon_sym_F] = ACTIONS(1577), + [anon_sym_ATdeprecated] = ACTIONS(1575), + [anon_sym_ATload] = ACTIONS(1577), + [anon_sym_ATload_DASHsigs] = ACTIONS(1575), + [anon_sym_ATload_DASHplugin] = ACTIONS(1575), + [anon_sym_ATunload] = ACTIONS(1575), + [anon_sym_ATprefixes] = ACTIONS(1575), + [anon_sym_ATif] = ACTIONS(1577), + [anon_sym_ATifdef] = ACTIONS(1575), + [anon_sym_ATifndef] = ACTIONS(1575), + [anon_sym_ATendif] = ACTIONS(1575), + [anon_sym_ATelse] = ACTIONS(1575), + [anon_sym_ATpragma] = ACTIONS(1575), + [anon_sym_ATDIR] = ACTIONS(1575), + [anon_sym_ATFILENAME] = ACTIONS(1575), + [sym_id] = ACTIONS(1577), + [sym_pattern] = ACTIONS(1575), + [sym_ipv6] = ACTIONS(1575), + [sym_ipv4] = ACTIONS(1577), + [sym_port] = ACTIONS(1575), + [sym_floatp] = ACTIONS(1577), + [sym_hex] = ACTIONS(1577), + [sym_hostname] = ACTIONS(1577), + [aux_sym_string_token1] = ACTIONS(1575), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -52125,72 +51359,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(454)] = { - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_RBRACE] = ACTIONS(1600), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_record] = ACTIONS(1602), - [anon_sym_print] = ACTIONS(1602), - [anon_sym_event] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1600), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_next] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_fallthrough] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_add] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_local] = ACTIONS(1602), - [anon_sym_when] = ACTIONS(1602), - [anon_sym_timeout] = ACTIONS(1602), - [anon_sym_assert] = ACTIONS(1602), - [anon_sym_case] = ACTIONS(1602), - [anon_sym_default] = ACTIONS(1602), - [anon_sym_table] = ACTIONS(1602), - [anon_sym_set] = ACTIONS(1602), - [anon_sym_vector] = ACTIONS(1602), - [anon_sym_function] = ACTIONS(1602), - [anon_sym_hook] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_copy] = ACTIONS(1602), - [anon_sym_schedule] = ACTIONS(1602), - [aux_sym_constant_token1] = ACTIONS(1602), - [anon_sym_T] = ACTIONS(1602), - [anon_sym_F] = ACTIONS(1602), - [anon_sym_ATdeprecated] = ACTIONS(1600), - [anon_sym_ATload] = ACTIONS(1602), - [anon_sym_ATload_DASHsigs] = ACTIONS(1600), - [anon_sym_ATload_DASHplugin] = ACTIONS(1600), - [anon_sym_ATunload] = ACTIONS(1600), - [anon_sym_ATprefixes] = ACTIONS(1600), - [anon_sym_ATif] = ACTIONS(1602), - [anon_sym_ATifdef] = ACTIONS(1600), - [anon_sym_ATifndef] = ACTIONS(1600), - [anon_sym_ATendif] = ACTIONS(1600), - [anon_sym_ATelse] = ACTIONS(1600), - [anon_sym_ATpragma] = ACTIONS(1600), - [anon_sym_ATDIR] = ACTIONS(1600), - [anon_sym_ATFILENAME] = ACTIONS(1600), - [sym_id] = ACTIONS(1602), - [sym_pattern] = ACTIONS(1600), - [sym_ipv6] = ACTIONS(1602), - [sym_ipv4] = ACTIONS(1602), - [sym_port] = ACTIONS(1600), - [sym_floatp] = ACTIONS(1602), - [sym_hex] = ACTIONS(1602), - [sym_hostname] = ACTIONS(1602), - [aux_sym_string_token1] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_RBRACE] = ACTIONS(1607), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_record] = ACTIONS(1609), + [anon_sym_print] = ACTIONS(1609), + [anon_sym_event] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1607), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_next] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_fallthrough] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_add] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_local] = ACTIONS(1609), + [anon_sym_when] = ACTIONS(1609), + [anon_sym_timeout] = ACTIONS(1609), + [anon_sym_assert] = ACTIONS(1609), + [anon_sym_case] = ACTIONS(1609), + [anon_sym_default] = ACTIONS(1609), + [anon_sym_table] = ACTIONS(1609), + [anon_sym_set] = ACTIONS(1609), + [anon_sym_vector] = ACTIONS(1609), + [anon_sym_function] = ACTIONS(1609), + [anon_sym_hook] = ACTIONS(1609), + [anon_sym_DOLLAR] = ACTIONS(1607), + [anon_sym_PIPE] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_copy] = ACTIONS(1609), + [anon_sym_schedule] = ACTIONS(1609), + [aux_sym_constant_token1] = ACTIONS(1609), + [anon_sym_T] = ACTIONS(1609), + [anon_sym_F] = ACTIONS(1609), + [anon_sym_ATdeprecated] = ACTIONS(1607), + [anon_sym_ATload] = ACTIONS(1609), + [anon_sym_ATload_DASHsigs] = ACTIONS(1607), + [anon_sym_ATload_DASHplugin] = ACTIONS(1607), + [anon_sym_ATunload] = ACTIONS(1607), + [anon_sym_ATprefixes] = ACTIONS(1607), + [anon_sym_ATif] = ACTIONS(1609), + [anon_sym_ATifdef] = ACTIONS(1607), + [anon_sym_ATifndef] = ACTIONS(1607), + [anon_sym_ATendif] = ACTIONS(1607), + [anon_sym_ATelse] = ACTIONS(1607), + [anon_sym_ATpragma] = ACTIONS(1607), + [anon_sym_ATDIR] = ACTIONS(1607), + [anon_sym_ATFILENAME] = ACTIONS(1607), + [sym_id] = ACTIONS(1609), + [sym_pattern] = ACTIONS(1607), + [sym_ipv6] = ACTIONS(1607), + [sym_ipv4] = ACTIONS(1609), + [sym_port] = ACTIONS(1607), + [sym_floatp] = ACTIONS(1609), + [sym_hex] = ACTIONS(1609), + [sym_hostname] = ACTIONS(1609), + [aux_sym_string_token1] = ACTIONS(1607), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -52198,72 +51432,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(455)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_case] = ACTIONS(1694), - [anon_sym_default] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_else] = ACTIONS(1701), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_case] = ACTIONS(1701), + [anon_sym_default] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -52271,72 +51505,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(456)] = { - [anon_sym_SEMI] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_RBRACE] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1658), - [anon_sym_record] = ACTIONS(1658), - [anon_sym_print] = ACTIONS(1658), - [anon_sym_event] = ACTIONS(1658), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1656), - [anon_sym_else] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1658), - [anon_sym_next] = ACTIONS(1658), - [anon_sym_break] = ACTIONS(1658), - [anon_sym_fallthrough] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1658), - [anon_sym_add] = ACTIONS(1658), - [anon_sym_delete] = ACTIONS(1658), - [anon_sym_local] = ACTIONS(1658), - [anon_sym_when] = ACTIONS(1658), - [anon_sym_assert] = ACTIONS(1658), - [anon_sym_case] = ACTIONS(1658), - [anon_sym_default] = ACTIONS(1658), - [anon_sym_table] = ACTIONS(1658), - [anon_sym_set] = ACTIONS(1658), - [anon_sym_vector] = ACTIONS(1658), - [anon_sym_function] = ACTIONS(1658), - [anon_sym_hook] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1656), - [anon_sym_PIPE] = ACTIONS(1656), - [anon_sym_PLUS_PLUS] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1656), - [anon_sym_BANG] = ACTIONS(1656), - [anon_sym_TILDE] = ACTIONS(1656), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_copy] = ACTIONS(1658), - [anon_sym_schedule] = ACTIONS(1658), - [aux_sym_constant_token1] = ACTIONS(1658), - [anon_sym_T] = ACTIONS(1658), - [anon_sym_F] = ACTIONS(1658), - [anon_sym_ATdeprecated] = ACTIONS(1656), - [anon_sym_ATload] = ACTIONS(1658), - [anon_sym_ATload_DASHsigs] = ACTIONS(1656), - [anon_sym_ATload_DASHplugin] = ACTIONS(1656), - [anon_sym_ATunload] = ACTIONS(1656), - [anon_sym_ATprefixes] = ACTIONS(1656), - [anon_sym_ATif] = ACTIONS(1658), - [anon_sym_ATifdef] = ACTIONS(1656), - [anon_sym_ATifndef] = ACTIONS(1656), - [anon_sym_ATendif] = ACTIONS(1656), - [anon_sym_ATelse] = ACTIONS(1656), - [anon_sym_ATpragma] = ACTIONS(1656), - [anon_sym_ATDIR] = ACTIONS(1656), - [anon_sym_ATFILENAME] = ACTIONS(1656), - [sym_id] = ACTIONS(1658), - [sym_pattern] = ACTIONS(1656), - [sym_ipv6] = ACTIONS(1658), - [sym_ipv4] = ACTIONS(1658), - [sym_port] = ACTIONS(1656), - [sym_floatp] = ACTIONS(1658), - [sym_hex] = ACTIONS(1658), - [sym_hostname] = ACTIONS(1658), - [aux_sym_string_token1] = ACTIONS(1656), + [anon_sym_SEMI] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1663), + [anon_sym_RBRACE] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1665), + [anon_sym_record] = ACTIONS(1665), + [anon_sym_print] = ACTIONS(1665), + [anon_sym_event] = ACTIONS(1665), + [anon_sym_if] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1663), + [anon_sym_else] = ACTIONS(1665), + [anon_sym_switch] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_while] = ACTIONS(1665), + [anon_sym_next] = ACTIONS(1665), + [anon_sym_break] = ACTIONS(1665), + [anon_sym_fallthrough] = ACTIONS(1665), + [anon_sym_return] = ACTIONS(1665), + [anon_sym_add] = ACTIONS(1665), + [anon_sym_delete] = ACTIONS(1665), + [anon_sym_local] = ACTIONS(1665), + [anon_sym_when] = ACTIONS(1665), + [anon_sym_assert] = ACTIONS(1665), + [anon_sym_case] = ACTIONS(1665), + [anon_sym_default] = ACTIONS(1665), + [anon_sym_table] = ACTIONS(1665), + [anon_sym_set] = ACTIONS(1665), + [anon_sym_vector] = ACTIONS(1665), + [anon_sym_function] = ACTIONS(1665), + [anon_sym_hook] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(1663), + [anon_sym_PIPE] = ACTIONS(1663), + [anon_sym_PLUS_PLUS] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1663), + [anon_sym_BANG] = ACTIONS(1663), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1665), + [anon_sym_copy] = ACTIONS(1665), + [anon_sym_schedule] = ACTIONS(1665), + [aux_sym_constant_token1] = ACTIONS(1665), + [anon_sym_T] = ACTIONS(1665), + [anon_sym_F] = ACTIONS(1665), + [anon_sym_ATdeprecated] = ACTIONS(1663), + [anon_sym_ATload] = ACTIONS(1665), + [anon_sym_ATload_DASHsigs] = ACTIONS(1663), + [anon_sym_ATload_DASHplugin] = ACTIONS(1663), + [anon_sym_ATunload] = ACTIONS(1663), + [anon_sym_ATprefixes] = ACTIONS(1663), + [anon_sym_ATif] = ACTIONS(1665), + [anon_sym_ATifdef] = ACTIONS(1663), + [anon_sym_ATifndef] = ACTIONS(1663), + [anon_sym_ATendif] = ACTIONS(1663), + [anon_sym_ATelse] = ACTIONS(1663), + [anon_sym_ATpragma] = ACTIONS(1663), + [anon_sym_ATDIR] = ACTIONS(1663), + [anon_sym_ATFILENAME] = ACTIONS(1663), + [sym_id] = ACTIONS(1665), + [sym_pattern] = ACTIONS(1663), + [sym_ipv6] = ACTIONS(1663), + [sym_ipv4] = ACTIONS(1665), + [sym_port] = ACTIONS(1663), + [sym_floatp] = ACTIONS(1665), + [sym_hex] = ACTIONS(1665), + [sym_hostname] = ACTIONS(1665), + [aux_sym_string_token1] = ACTIONS(1663), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -52344,72 +51578,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(457)] = { - [anon_sym_SEMI] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_RBRACE] = ACTIONS(129), - [anon_sym_const] = ACTIONS(131), - [anon_sym_record] = ACTIONS(131), - [anon_sym_print] = ACTIONS(131), - [anon_sym_event] = ACTIONS(131), - [anon_sym_if] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(129), - [anon_sym_else] = ACTIONS(131), - [anon_sym_switch] = ACTIONS(131), - [anon_sym_for] = ACTIONS(131), - [anon_sym_LBRACK] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_next] = ACTIONS(131), - [anon_sym_break] = ACTIONS(131), - [anon_sym_fallthrough] = ACTIONS(131), - [anon_sym_return] = ACTIONS(131), - [anon_sym_add] = ACTIONS(131), - [anon_sym_delete] = ACTIONS(131), - [anon_sym_local] = ACTIONS(131), - [anon_sym_when] = ACTIONS(131), - [anon_sym_timeout] = ACTIONS(131), - [anon_sym_assert] = ACTIONS(131), - [anon_sym_table] = ACTIONS(131), - [anon_sym_set] = ACTIONS(131), - [anon_sym_vector] = ACTIONS(131), - [anon_sym_function] = ACTIONS(131), - [anon_sym_hook] = ACTIONS(131), - [anon_sym_DOLLAR] = ACTIONS(129), - [anon_sym_PIPE] = ACTIONS(129), - [anon_sym_PLUS_PLUS] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(129), - [anon_sym_BANG] = ACTIONS(129), - [anon_sym_TILDE] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(131), - [anon_sym_PLUS] = ACTIONS(131), - [anon_sym_copy] = ACTIONS(131), - [anon_sym_schedule] = ACTIONS(131), - [aux_sym_constant_token1] = ACTIONS(131), - [anon_sym_T] = ACTIONS(131), - [anon_sym_F] = ACTIONS(131), - [anon_sym_ATdeprecated] = ACTIONS(129), - [anon_sym_ATload] = ACTIONS(131), - [anon_sym_ATload_DASHsigs] = ACTIONS(129), - [anon_sym_ATload_DASHplugin] = ACTIONS(129), - [anon_sym_ATunload] = ACTIONS(129), - [anon_sym_ATprefixes] = ACTIONS(129), - [anon_sym_ATif] = ACTIONS(131), - [anon_sym_ATifdef] = ACTIONS(129), - [anon_sym_ATifndef] = ACTIONS(129), - [anon_sym_ATendif] = ACTIONS(129), - [anon_sym_ATelse] = ACTIONS(129), - [anon_sym_ATpragma] = ACTIONS(129), - [anon_sym_ATDIR] = ACTIONS(129), - [anon_sym_ATFILENAME] = ACTIONS(129), - [sym_id] = ACTIONS(131), - [sym_pattern] = ACTIONS(129), + [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_RBRACE] = ACTIONS(131), + [anon_sym_const] = ACTIONS(133), + [anon_sym_record] = ACTIONS(133), + [anon_sym_print] = ACTIONS(133), + [anon_sym_event] = ACTIONS(133), + [anon_sym_if] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_RPAREN] = ACTIONS(131), + [anon_sym_else] = ACTIONS(133), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_for] = ACTIONS(133), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_while] = ACTIONS(133), + [anon_sym_next] = ACTIONS(133), + [anon_sym_break] = ACTIONS(133), + [anon_sym_fallthrough] = ACTIONS(133), + [anon_sym_return] = ACTIONS(133), + [anon_sym_add] = ACTIONS(133), + [anon_sym_delete] = ACTIONS(133), + [anon_sym_local] = ACTIONS(133), + [anon_sym_when] = ACTIONS(133), + [anon_sym_timeout] = ACTIONS(133), + [anon_sym_assert] = ACTIONS(133), + [anon_sym_table] = ACTIONS(133), + [anon_sym_set] = ACTIONS(133), + [anon_sym_vector] = ACTIONS(133), + [anon_sym_function] = ACTIONS(133), + [anon_sym_hook] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(131), + [anon_sym_PLUS_PLUS] = ACTIONS(131), + [anon_sym_DASH_DASH] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(131), + [anon_sym_TILDE] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_copy] = ACTIONS(133), + [anon_sym_schedule] = ACTIONS(133), + [aux_sym_constant_token1] = ACTIONS(133), + [anon_sym_T] = ACTIONS(133), + [anon_sym_F] = ACTIONS(133), + [anon_sym_ATdeprecated] = ACTIONS(131), + [anon_sym_ATload] = ACTIONS(133), + [anon_sym_ATload_DASHsigs] = ACTIONS(131), + [anon_sym_ATload_DASHplugin] = ACTIONS(131), + [anon_sym_ATunload] = ACTIONS(131), + [anon_sym_ATprefixes] = ACTIONS(131), + [anon_sym_ATif] = ACTIONS(133), + [anon_sym_ATifdef] = ACTIONS(131), + [anon_sym_ATifndef] = ACTIONS(131), + [anon_sym_ATendif] = ACTIONS(131), + [anon_sym_ATelse] = ACTIONS(131), + [anon_sym_ATpragma] = ACTIONS(131), + [anon_sym_ATDIR] = ACTIONS(131), + [anon_sym_ATFILENAME] = ACTIONS(131), + [sym_id] = ACTIONS(133), + [sym_pattern] = ACTIONS(131), [sym_ipv6] = ACTIONS(131), - [sym_ipv4] = ACTIONS(131), - [sym_port] = ACTIONS(129), - [sym_floatp] = ACTIONS(131), - [sym_hex] = ACTIONS(131), - [sym_hostname] = ACTIONS(131), - [aux_sym_string_token1] = ACTIONS(129), + [sym_ipv4] = ACTIONS(133), + [sym_port] = ACTIONS(131), + [sym_floatp] = ACTIONS(133), + [sym_hex] = ACTIONS(133), + [sym_hostname] = ACTIONS(133), + [aux_sym_string_token1] = ACTIONS(131), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -52417,72 +51651,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(458)] = { - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_RBRACE] = ACTIONS(125), - [anon_sym_const] = ACTIONS(127), - [anon_sym_record] = ACTIONS(127), - [anon_sym_print] = ACTIONS(127), - [anon_sym_event] = ACTIONS(127), - [anon_sym_if] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_RPAREN] = ACTIONS(125), - [anon_sym_else] = ACTIONS(127), - [anon_sym_switch] = ACTIONS(127), - [anon_sym_for] = ACTIONS(127), - [anon_sym_LBRACK] = ACTIONS(125), - [anon_sym_while] = ACTIONS(127), - [anon_sym_next] = ACTIONS(127), - [anon_sym_break] = ACTIONS(127), - [anon_sym_fallthrough] = ACTIONS(127), - [anon_sym_return] = ACTIONS(127), - [anon_sym_add] = ACTIONS(127), - [anon_sym_delete] = ACTIONS(127), - [anon_sym_local] = ACTIONS(127), - [anon_sym_when] = ACTIONS(127), - [anon_sym_timeout] = ACTIONS(127), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_table] = ACTIONS(127), - [anon_sym_set] = ACTIONS(127), - [anon_sym_vector] = ACTIONS(127), - [anon_sym_function] = ACTIONS(127), - [anon_sym_hook] = ACTIONS(127), - [anon_sym_DOLLAR] = ACTIONS(125), - [anon_sym_PIPE] = ACTIONS(125), - [anon_sym_PLUS_PLUS] = ACTIONS(125), - [anon_sym_DASH_DASH] = ACTIONS(125), - [anon_sym_BANG] = ACTIONS(125), - [anon_sym_TILDE] = ACTIONS(125), - [anon_sym_DASH] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(127), - [anon_sym_copy] = ACTIONS(127), - [anon_sym_schedule] = ACTIONS(127), - [aux_sym_constant_token1] = ACTIONS(127), - [anon_sym_T] = ACTIONS(127), - [anon_sym_F] = ACTIONS(127), - [anon_sym_ATdeprecated] = ACTIONS(125), - [anon_sym_ATload] = ACTIONS(127), - [anon_sym_ATload_DASHsigs] = ACTIONS(125), - [anon_sym_ATload_DASHplugin] = ACTIONS(125), - [anon_sym_ATunload] = ACTIONS(125), - [anon_sym_ATprefixes] = ACTIONS(125), - [anon_sym_ATif] = ACTIONS(127), - [anon_sym_ATifdef] = ACTIONS(125), - [anon_sym_ATifndef] = ACTIONS(125), - [anon_sym_ATendif] = ACTIONS(125), - [anon_sym_ATelse] = ACTIONS(125), - [anon_sym_ATpragma] = ACTIONS(125), - [anon_sym_ATDIR] = ACTIONS(125), - [anon_sym_ATFILENAME] = ACTIONS(125), - [sym_id] = ACTIONS(127), - [sym_pattern] = ACTIONS(125), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_const] = ACTIONS(129), + [anon_sym_record] = ACTIONS(129), + [anon_sym_print] = ACTIONS(129), + [anon_sym_event] = ACTIONS(129), + [anon_sym_if] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_else] = ACTIONS(129), + [anon_sym_switch] = ACTIONS(129), + [anon_sym_for] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_while] = ACTIONS(129), + [anon_sym_next] = ACTIONS(129), + [anon_sym_break] = ACTIONS(129), + [anon_sym_fallthrough] = ACTIONS(129), + [anon_sym_return] = ACTIONS(129), + [anon_sym_add] = ACTIONS(129), + [anon_sym_delete] = ACTIONS(129), + [anon_sym_local] = ACTIONS(129), + [anon_sym_when] = ACTIONS(129), + [anon_sym_timeout] = ACTIONS(129), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_table] = ACTIONS(129), + [anon_sym_set] = ACTIONS(129), + [anon_sym_vector] = ACTIONS(129), + [anon_sym_function] = ACTIONS(129), + [anon_sym_hook] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_DASH_DASH] = ACTIONS(127), + [anon_sym_BANG] = ACTIONS(127), + [anon_sym_TILDE] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_copy] = ACTIONS(129), + [anon_sym_schedule] = ACTIONS(129), + [aux_sym_constant_token1] = ACTIONS(129), + [anon_sym_T] = ACTIONS(129), + [anon_sym_F] = ACTIONS(129), + [anon_sym_ATdeprecated] = ACTIONS(127), + [anon_sym_ATload] = ACTIONS(129), + [anon_sym_ATload_DASHsigs] = ACTIONS(127), + [anon_sym_ATload_DASHplugin] = ACTIONS(127), + [anon_sym_ATunload] = ACTIONS(127), + [anon_sym_ATprefixes] = ACTIONS(127), + [anon_sym_ATif] = ACTIONS(129), + [anon_sym_ATifdef] = ACTIONS(127), + [anon_sym_ATifndef] = ACTIONS(127), + [anon_sym_ATendif] = ACTIONS(127), + [anon_sym_ATelse] = ACTIONS(127), + [anon_sym_ATpragma] = ACTIONS(127), + [anon_sym_ATDIR] = ACTIONS(127), + [anon_sym_ATFILENAME] = ACTIONS(127), + [sym_id] = ACTIONS(129), + [sym_pattern] = ACTIONS(127), [sym_ipv6] = ACTIONS(127), - [sym_ipv4] = ACTIONS(127), - [sym_port] = ACTIONS(125), - [sym_floatp] = ACTIONS(127), - [sym_hex] = ACTIONS(127), - [sym_hostname] = ACTIONS(127), - [aux_sym_string_token1] = ACTIONS(125), + [sym_ipv4] = ACTIONS(129), + [sym_port] = ACTIONS(127), + [sym_floatp] = ACTIONS(129), + [sym_hex] = ACTIONS(129), + [sym_hostname] = ACTIONS(129), + [aux_sym_string_token1] = ACTIONS(127), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -52490,72 +51724,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(459)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1758), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1765), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -52563,72 +51797,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(460)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_case] = ACTIONS(1694), - [anon_sym_default] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_else] = ACTIONS(1701), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_case] = ACTIONS(1701), + [anon_sym_default] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -52636,72 +51870,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(461)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_timeout] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_case] = ACTIONS(1732), - [anon_sym_default] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_timeout] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1739), + [anon_sym_default] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -52709,72 +51943,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(462)] = { - [ts_builtin_sym_end] = ACTIONS(129), - [anon_sym_SEMI] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_const] = ACTIONS(131), - [anon_sym_record] = ACTIONS(131), - [anon_sym_print] = ACTIONS(131), - [anon_sym_event] = ACTIONS(131), - [anon_sym_if] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(129), - [anon_sym_else] = ACTIONS(131), - [anon_sym_switch] = ACTIONS(131), - [anon_sym_for] = ACTIONS(131), - [anon_sym_LBRACK] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_next] = ACTIONS(131), - [anon_sym_break] = ACTIONS(131), - [anon_sym_fallthrough] = ACTIONS(131), - [anon_sym_return] = ACTIONS(131), - [anon_sym_add] = ACTIONS(131), - [anon_sym_delete] = ACTIONS(131), - [anon_sym_local] = ACTIONS(131), - [anon_sym_when] = ACTIONS(131), - [anon_sym_timeout] = ACTIONS(131), - [anon_sym_assert] = ACTIONS(131), - [anon_sym_table] = ACTIONS(131), - [anon_sym_set] = ACTIONS(131), - [anon_sym_vector] = ACTIONS(131), - [anon_sym_function] = ACTIONS(131), - [anon_sym_hook] = ACTIONS(131), - [anon_sym_DOLLAR] = ACTIONS(129), - [anon_sym_PIPE] = ACTIONS(129), - [anon_sym_PLUS_PLUS] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(129), - [anon_sym_BANG] = ACTIONS(129), - [anon_sym_TILDE] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(131), - [anon_sym_PLUS] = ACTIONS(131), - [anon_sym_copy] = ACTIONS(131), - [anon_sym_schedule] = ACTIONS(131), - [aux_sym_constant_token1] = ACTIONS(131), - [anon_sym_T] = ACTIONS(131), - [anon_sym_F] = ACTIONS(131), - [anon_sym_ATdeprecated] = ACTIONS(129), - [anon_sym_ATload] = ACTIONS(131), - [anon_sym_ATload_DASHsigs] = ACTIONS(129), - [anon_sym_ATload_DASHplugin] = ACTIONS(129), - [anon_sym_ATunload] = ACTIONS(129), - [anon_sym_ATprefixes] = ACTIONS(129), - [anon_sym_ATif] = ACTIONS(131), - [anon_sym_ATifdef] = ACTIONS(129), - [anon_sym_ATifndef] = ACTIONS(129), - [anon_sym_ATendif] = ACTIONS(129), - [anon_sym_ATelse] = ACTIONS(129), - [anon_sym_ATpragma] = ACTIONS(129), - [anon_sym_ATDIR] = ACTIONS(129), - [anon_sym_ATFILENAME] = ACTIONS(129), - [sym_id] = ACTIONS(131), - [sym_pattern] = ACTIONS(129), + [ts_builtin_sym_end] = ACTIONS(131), + [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_const] = ACTIONS(133), + [anon_sym_record] = ACTIONS(133), + [anon_sym_print] = ACTIONS(133), + [anon_sym_event] = ACTIONS(133), + [anon_sym_if] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_RPAREN] = ACTIONS(131), + [anon_sym_else] = ACTIONS(133), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_for] = ACTIONS(133), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_while] = ACTIONS(133), + [anon_sym_next] = ACTIONS(133), + [anon_sym_break] = ACTIONS(133), + [anon_sym_fallthrough] = ACTIONS(133), + [anon_sym_return] = ACTIONS(133), + [anon_sym_add] = ACTIONS(133), + [anon_sym_delete] = ACTIONS(133), + [anon_sym_local] = ACTIONS(133), + [anon_sym_when] = ACTIONS(133), + [anon_sym_timeout] = ACTIONS(133), + [anon_sym_assert] = ACTIONS(133), + [anon_sym_table] = ACTIONS(133), + [anon_sym_set] = ACTIONS(133), + [anon_sym_vector] = ACTIONS(133), + [anon_sym_function] = ACTIONS(133), + [anon_sym_hook] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(131), + [anon_sym_PLUS_PLUS] = ACTIONS(131), + [anon_sym_DASH_DASH] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(131), + [anon_sym_TILDE] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_copy] = ACTIONS(133), + [anon_sym_schedule] = ACTIONS(133), + [aux_sym_constant_token1] = ACTIONS(133), + [anon_sym_T] = ACTIONS(133), + [anon_sym_F] = ACTIONS(133), + [anon_sym_ATdeprecated] = ACTIONS(131), + [anon_sym_ATload] = ACTIONS(133), + [anon_sym_ATload_DASHsigs] = ACTIONS(131), + [anon_sym_ATload_DASHplugin] = ACTIONS(131), + [anon_sym_ATunload] = ACTIONS(131), + [anon_sym_ATprefixes] = ACTIONS(131), + [anon_sym_ATif] = ACTIONS(133), + [anon_sym_ATifdef] = ACTIONS(131), + [anon_sym_ATifndef] = ACTIONS(131), + [anon_sym_ATendif] = ACTIONS(131), + [anon_sym_ATelse] = ACTIONS(131), + [anon_sym_ATpragma] = ACTIONS(131), + [anon_sym_ATDIR] = ACTIONS(131), + [anon_sym_ATFILENAME] = ACTIONS(131), + [sym_id] = ACTIONS(133), + [sym_pattern] = ACTIONS(131), [sym_ipv6] = ACTIONS(131), - [sym_ipv4] = ACTIONS(131), - [sym_port] = ACTIONS(129), - [sym_floatp] = ACTIONS(131), - [sym_hex] = ACTIONS(131), - [sym_hostname] = ACTIONS(131), - [aux_sym_string_token1] = ACTIONS(129), + [sym_ipv4] = ACTIONS(133), + [sym_port] = ACTIONS(131), + [sym_floatp] = ACTIONS(133), + [sym_hex] = ACTIONS(133), + [sym_hostname] = ACTIONS(133), + [aux_sym_string_token1] = ACTIONS(131), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -52782,72 +52016,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(463)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_else] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_else] = ACTIONS(1501), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_case] = ACTIONS(1501), + [anon_sym_default] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -52855,72 +52089,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(464)] = { - [ts_builtin_sym_end] = ACTIONS(125), - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_const] = ACTIONS(127), - [anon_sym_record] = ACTIONS(127), - [anon_sym_print] = ACTIONS(127), - [anon_sym_event] = ACTIONS(127), - [anon_sym_if] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_RPAREN] = ACTIONS(125), - [anon_sym_else] = ACTIONS(127), - [anon_sym_switch] = ACTIONS(127), - [anon_sym_for] = ACTIONS(127), - [anon_sym_LBRACK] = ACTIONS(125), - [anon_sym_while] = ACTIONS(127), - [anon_sym_next] = ACTIONS(127), - [anon_sym_break] = ACTIONS(127), - [anon_sym_fallthrough] = ACTIONS(127), - [anon_sym_return] = ACTIONS(127), - [anon_sym_add] = ACTIONS(127), - [anon_sym_delete] = ACTIONS(127), - [anon_sym_local] = ACTIONS(127), - [anon_sym_when] = ACTIONS(127), - [anon_sym_timeout] = ACTIONS(127), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_table] = ACTIONS(127), - [anon_sym_set] = ACTIONS(127), - [anon_sym_vector] = ACTIONS(127), - [anon_sym_function] = ACTIONS(127), - [anon_sym_hook] = ACTIONS(127), - [anon_sym_DOLLAR] = ACTIONS(125), - [anon_sym_PIPE] = ACTIONS(125), - [anon_sym_PLUS_PLUS] = ACTIONS(125), - [anon_sym_DASH_DASH] = ACTIONS(125), - [anon_sym_BANG] = ACTIONS(125), - [anon_sym_TILDE] = ACTIONS(125), - [anon_sym_DASH] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(127), - [anon_sym_copy] = ACTIONS(127), - [anon_sym_schedule] = ACTIONS(127), - [aux_sym_constant_token1] = ACTIONS(127), - [anon_sym_T] = ACTIONS(127), - [anon_sym_F] = ACTIONS(127), - [anon_sym_ATdeprecated] = ACTIONS(125), - [anon_sym_ATload] = ACTIONS(127), - [anon_sym_ATload_DASHsigs] = ACTIONS(125), - [anon_sym_ATload_DASHplugin] = ACTIONS(125), - [anon_sym_ATunload] = ACTIONS(125), - [anon_sym_ATprefixes] = ACTIONS(125), - [anon_sym_ATif] = ACTIONS(127), - [anon_sym_ATifdef] = ACTIONS(125), - [anon_sym_ATifndef] = ACTIONS(125), - [anon_sym_ATendif] = ACTIONS(125), - [anon_sym_ATelse] = ACTIONS(125), - [anon_sym_ATpragma] = ACTIONS(125), - [anon_sym_ATDIR] = ACTIONS(125), - [anon_sym_ATFILENAME] = ACTIONS(125), - [sym_id] = ACTIONS(127), - [sym_pattern] = ACTIONS(125), + [ts_builtin_sym_end] = ACTIONS(127), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_const] = ACTIONS(129), + [anon_sym_record] = ACTIONS(129), + [anon_sym_print] = ACTIONS(129), + [anon_sym_event] = ACTIONS(129), + [anon_sym_if] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_else] = ACTIONS(129), + [anon_sym_switch] = ACTIONS(129), + [anon_sym_for] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_while] = ACTIONS(129), + [anon_sym_next] = ACTIONS(129), + [anon_sym_break] = ACTIONS(129), + [anon_sym_fallthrough] = ACTIONS(129), + [anon_sym_return] = ACTIONS(129), + [anon_sym_add] = ACTIONS(129), + [anon_sym_delete] = ACTIONS(129), + [anon_sym_local] = ACTIONS(129), + [anon_sym_when] = ACTIONS(129), + [anon_sym_timeout] = ACTIONS(129), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_table] = ACTIONS(129), + [anon_sym_set] = ACTIONS(129), + [anon_sym_vector] = ACTIONS(129), + [anon_sym_function] = ACTIONS(129), + [anon_sym_hook] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_DASH_DASH] = ACTIONS(127), + [anon_sym_BANG] = ACTIONS(127), + [anon_sym_TILDE] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_copy] = ACTIONS(129), + [anon_sym_schedule] = ACTIONS(129), + [aux_sym_constant_token1] = ACTIONS(129), + [anon_sym_T] = ACTIONS(129), + [anon_sym_F] = ACTIONS(129), + [anon_sym_ATdeprecated] = ACTIONS(127), + [anon_sym_ATload] = ACTIONS(129), + [anon_sym_ATload_DASHsigs] = ACTIONS(127), + [anon_sym_ATload_DASHplugin] = ACTIONS(127), + [anon_sym_ATunload] = ACTIONS(127), + [anon_sym_ATprefixes] = ACTIONS(127), + [anon_sym_ATif] = ACTIONS(129), + [anon_sym_ATifdef] = ACTIONS(127), + [anon_sym_ATifndef] = ACTIONS(127), + [anon_sym_ATendif] = ACTIONS(127), + [anon_sym_ATelse] = ACTIONS(127), + [anon_sym_ATpragma] = ACTIONS(127), + [anon_sym_ATDIR] = ACTIONS(127), + [anon_sym_ATFILENAME] = ACTIONS(127), + [sym_id] = ACTIONS(129), + [sym_pattern] = ACTIONS(127), [sym_ipv6] = ACTIONS(127), - [sym_ipv4] = ACTIONS(127), - [sym_port] = ACTIONS(125), - [sym_floatp] = ACTIONS(127), - [sym_hex] = ACTIONS(127), - [sym_hostname] = ACTIONS(127), - [aux_sym_string_token1] = ACTIONS(125), + [sym_ipv4] = ACTIONS(129), + [sym_port] = ACTIONS(127), + [sym_floatp] = ACTIONS(129), + [sym_hex] = ACTIONS(129), + [sym_hostname] = ACTIONS(129), + [aux_sym_string_token1] = ACTIONS(127), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -52928,72 +52162,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(465)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_timeout] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_case] = ACTIONS(1732), - [anon_sym_default] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_timeout] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1739), + [anon_sym_default] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -53001,72 +52235,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(466)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1760), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1767), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -53074,72 +52308,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(467)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_else] = ACTIONS(1538), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_case] = ACTIONS(1538), - [anon_sym_default] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -53147,72 +52381,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(468)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1762), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1769), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -53220,72 +52454,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(469)] = { - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_RBRACE] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_record] = ACTIONS(1570), - [anon_sym_print] = ACTIONS(1570), - [anon_sym_event] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_else] = ACTIONS(1570), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_LBRACK] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_next] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_fallthrough] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_add] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_local] = ACTIONS(1570), - [anon_sym_when] = ACTIONS(1570), - [anon_sym_assert] = ACTIONS(1570), - [anon_sym_case] = ACTIONS(1570), - [anon_sym_default] = ACTIONS(1570), - [anon_sym_table] = ACTIONS(1570), - [anon_sym_set] = ACTIONS(1570), - [anon_sym_vector] = ACTIONS(1570), - [anon_sym_function] = ACTIONS(1570), - [anon_sym_hook] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_copy] = ACTIONS(1570), - [anon_sym_schedule] = ACTIONS(1570), - [aux_sym_constant_token1] = ACTIONS(1570), - [anon_sym_T] = ACTIONS(1570), - [anon_sym_F] = ACTIONS(1570), - [anon_sym_ATdeprecated] = ACTIONS(1568), - [anon_sym_ATload] = ACTIONS(1570), - [anon_sym_ATload_DASHsigs] = ACTIONS(1568), - [anon_sym_ATload_DASHplugin] = ACTIONS(1568), - [anon_sym_ATunload] = ACTIONS(1568), - [anon_sym_ATprefixes] = ACTIONS(1568), - [anon_sym_ATif] = ACTIONS(1570), - [anon_sym_ATifdef] = ACTIONS(1568), - [anon_sym_ATifndef] = ACTIONS(1568), - [anon_sym_ATendif] = ACTIONS(1568), - [anon_sym_ATelse] = ACTIONS(1568), - [anon_sym_ATpragma] = ACTIONS(1568), - [anon_sym_ATDIR] = ACTIONS(1568), - [anon_sym_ATFILENAME] = ACTIONS(1568), - [sym_id] = ACTIONS(1570), - [sym_pattern] = ACTIONS(1568), - [sym_ipv6] = ACTIONS(1570), - [sym_ipv4] = ACTIONS(1570), - [sym_port] = ACTIONS(1568), - [sym_floatp] = ACTIONS(1570), - [sym_hex] = ACTIONS(1570), - [sym_hostname] = ACTIONS(1570), - [aux_sym_string_token1] = ACTIONS(1568), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_RBRACE] = ACTIONS(1575), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_record] = ACTIONS(1577), + [anon_sym_print] = ACTIONS(1577), + [anon_sym_event] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_LPAREN] = ACTIONS(1575), + [anon_sym_else] = ACTIONS(1577), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_next] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_fallthrough] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_add] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_local] = ACTIONS(1577), + [anon_sym_when] = ACTIONS(1577), + [anon_sym_assert] = ACTIONS(1577), + [anon_sym_case] = ACTIONS(1577), + [anon_sym_default] = ACTIONS(1577), + [anon_sym_table] = ACTIONS(1577), + [anon_sym_set] = ACTIONS(1577), + [anon_sym_vector] = ACTIONS(1577), + [anon_sym_function] = ACTIONS(1577), + [anon_sym_hook] = ACTIONS(1577), + [anon_sym_DOLLAR] = ACTIONS(1575), + [anon_sym_PIPE] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_copy] = ACTIONS(1577), + [anon_sym_schedule] = ACTIONS(1577), + [aux_sym_constant_token1] = ACTIONS(1577), + [anon_sym_T] = ACTIONS(1577), + [anon_sym_F] = ACTIONS(1577), + [anon_sym_ATdeprecated] = ACTIONS(1575), + [anon_sym_ATload] = ACTIONS(1577), + [anon_sym_ATload_DASHsigs] = ACTIONS(1575), + [anon_sym_ATload_DASHplugin] = ACTIONS(1575), + [anon_sym_ATunload] = ACTIONS(1575), + [anon_sym_ATprefixes] = ACTIONS(1575), + [anon_sym_ATif] = ACTIONS(1577), + [anon_sym_ATifdef] = ACTIONS(1575), + [anon_sym_ATifndef] = ACTIONS(1575), + [anon_sym_ATendif] = ACTIONS(1575), + [anon_sym_ATelse] = ACTIONS(1575), + [anon_sym_ATpragma] = ACTIONS(1575), + [anon_sym_ATDIR] = ACTIONS(1575), + [anon_sym_ATFILENAME] = ACTIONS(1575), + [sym_id] = ACTIONS(1577), + [sym_pattern] = ACTIONS(1575), + [sym_ipv6] = ACTIONS(1575), + [sym_ipv4] = ACTIONS(1577), + [sym_port] = ACTIONS(1575), + [sym_floatp] = ACTIONS(1577), + [sym_hex] = ACTIONS(1577), + [sym_hostname] = ACTIONS(1577), + [aux_sym_string_token1] = ACTIONS(1575), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -53293,72 +52527,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(470)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1764), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_RPAREN] = ACTIONS(1771), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_case] = ACTIONS(1501), + [anon_sym_default] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -53366,72 +52600,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(471)] = { - [anon_sym_SEMI] = ACTIONS(113), - [anon_sym_LBRACE] = ACTIONS(1466), - [anon_sym_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(113), - [anon_sym_DASH_EQ] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_in] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(113), - [anon_sym_EQ] = ACTIONS(115), - [anon_sym_as] = ACTIONS(113), - [anon_sym_AMPdeprecated] = ACTIONS(1466), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1466), - [anon_sym_AMPerror_handler] = ACTIONS(1466), - [anon_sym_AMPis_assigned] = ACTIONS(1466), - [anon_sym_AMPis_used] = ACTIONS(1466), - [anon_sym_AMPlog] = ACTIONS(1466), - [anon_sym_AMPoptional] = ACTIONS(1466), - [anon_sym_AMPordered] = ACTIONS(1466), - [anon_sym_AMPraw_output] = ACTIONS(1466), - [anon_sym_AMPredef] = ACTIONS(1466), - [anon_sym_AMPadd_func] = ACTIONS(1466), - [anon_sym_AMPbackend] = ACTIONS(1466), - [anon_sym_AMPbroker_store] = ACTIONS(1466), - [anon_sym_AMPcreate_expire] = ACTIONS(1466), - [anon_sym_AMPdefault] = ACTIONS(1466), - [anon_sym_AMPdelete_func] = ACTIONS(1466), - [anon_sym_AMPexpire_func] = ACTIONS(1466), - [anon_sym_AMPgroup] = ACTIONS(1466), - [anon_sym_AMPon_change] = ACTIONS(1466), - [anon_sym_AMPpriority] = ACTIONS(1466), - [anon_sym_AMPread_expire] = ACTIONS(1466), - [anon_sym_AMPtype_column] = ACTIONS(1466), - [anon_sym_AMPwrite_expire] = ACTIONS(1466), - [anon_sym_DOLLAR] = ACTIONS(113), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_BANG] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_is] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(113), - [anon_sym_SLASH] = ACTIONS(113), - [anon_sym_PERCENT] = ACTIONS(113), - [anon_sym_LT] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(113), - [anon_sym_AMP] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(113), - [anon_sym_QMARK] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(113), - [anon_sym_BANG_EQ] = ACTIONS(113), - [anon_sym_AMP_AMP] = ACTIONS(113), - [anon_sym_PIPE_PIPE] = ACTIONS(113), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), - [anon_sym_ATdeprecated] = ACTIONS(1466), - [anon_sym_ATload] = ACTIONS(1470), - [anon_sym_ATload_DASHsigs] = ACTIONS(1466), - [anon_sym_ATload_DASHplugin] = ACTIONS(1466), - [anon_sym_ATunload] = ACTIONS(1466), - [anon_sym_ATprefixes] = ACTIONS(1466), - [anon_sym_ATif] = ACTIONS(1470), - [anon_sym_ATifdef] = ACTIONS(1466), - [anon_sym_ATifndef] = ACTIONS(1466), - [anon_sym_ATendif] = ACTIONS(1466), - [anon_sym_ATelse] = ACTIONS(1466), - [anon_sym_ATpragma] = ACTIONS(1466), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1473), + [anon_sym_COLON] = ACTIONS(1773), + [anon_sym_PLUS_EQ] = ACTIONS(115), + [anon_sym_DASH_EQ] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_in] = ACTIONS(115), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_as] = ACTIONS(115), + [anon_sym_AMPdeprecated] = ACTIONS(1473), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1473), + [anon_sym_AMPerror_handler] = ACTIONS(1473), + [anon_sym_AMPis_assigned] = ACTIONS(1473), + [anon_sym_AMPis_used] = ACTIONS(1473), + [anon_sym_AMPlog] = ACTIONS(1473), + [anon_sym_AMPoptional] = ACTIONS(1473), + [anon_sym_AMPordered] = ACTIONS(1473), + [anon_sym_AMPraw_output] = ACTIONS(1473), + [anon_sym_AMPredef] = ACTIONS(1473), + [anon_sym_AMPadd_func] = ACTIONS(1473), + [anon_sym_AMPbackend] = ACTIONS(1473), + [anon_sym_AMPbroker_store] = ACTIONS(1473), + [anon_sym_AMPcreate_expire] = ACTIONS(1473), + [anon_sym_AMPdefault] = ACTIONS(1473), + [anon_sym_AMPdelete_func] = ACTIONS(1473), + [anon_sym_AMPexpire_func] = ACTIONS(1473), + [anon_sym_AMPgroup] = ACTIONS(1473), + [anon_sym_AMPon_change] = ACTIONS(1473), + [anon_sym_AMPpriority] = ACTIONS(1473), + [anon_sym_AMPread_expire] = ACTIONS(1473), + [anon_sym_AMPtype_column] = ACTIONS(1473), + [anon_sym_AMPwrite_expire] = ACTIONS(1473), + [anon_sym_DOLLAR] = ACTIONS(115), + [anon_sym_PIPE] = ACTIONS(117), + [anon_sym_BANG] = ACTIONS(117), + [anon_sym_DASH] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_is] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(115), + [anon_sym_SLASH] = ACTIONS(115), + [anon_sym_PERCENT] = ACTIONS(115), + [anon_sym_LT] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(115), + [anon_sym_GT] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(115), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(115), + [anon_sym_QMARK] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(115), + [anon_sym_BANG_EQ] = ACTIONS(115), + [anon_sym_AMP_AMP] = ACTIONS(115), + [anon_sym_PIPE_PIPE] = ACTIONS(115), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), + [anon_sym_ATdeprecated] = ACTIONS(1473), + [anon_sym_ATload] = ACTIONS(1477), + [anon_sym_ATload_DASHsigs] = ACTIONS(1473), + [anon_sym_ATload_DASHplugin] = ACTIONS(1473), + [anon_sym_ATunload] = ACTIONS(1473), + [anon_sym_ATprefixes] = ACTIONS(1473), + [anon_sym_ATif] = ACTIONS(1477), + [anon_sym_ATifdef] = ACTIONS(1473), + [anon_sym_ATifndef] = ACTIONS(1473), + [anon_sym_ATendif] = ACTIONS(1473), + [anon_sym_ATelse] = ACTIONS(1473), + [anon_sym_ATpragma] = ACTIONS(1473), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -53439,72 +52673,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(472)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1768), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_case] = ACTIONS(1538), - [anon_sym_default] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_RPAREN] = ACTIONS(1775), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -53512,72 +52746,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(473)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_else] = ACTIONS(1728), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_case] = ACTIONS(1728), - [anon_sym_default] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_else] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_case] = ACTIONS(1735), + [anon_sym_default] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -53585,72 +52819,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(474)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_timeout] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_RPAREN] = ACTIONS(1777), + [anon_sym_else] = ACTIONS(1501), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_timeout] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -53658,72 +52892,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(475)] = { - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_RBRACE] = ACTIONS(1600), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_record] = ACTIONS(1602), - [anon_sym_print] = ACTIONS(1602), - [anon_sym_event] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_else] = ACTIONS(1602), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1600), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_next] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_fallthrough] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_add] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_local] = ACTIONS(1602), - [anon_sym_when] = ACTIONS(1602), - [anon_sym_assert] = ACTIONS(1602), - [anon_sym_case] = ACTIONS(1602), - [anon_sym_default] = ACTIONS(1602), - [anon_sym_table] = ACTIONS(1602), - [anon_sym_set] = ACTIONS(1602), - [anon_sym_vector] = ACTIONS(1602), - [anon_sym_function] = ACTIONS(1602), - [anon_sym_hook] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_copy] = ACTIONS(1602), - [anon_sym_schedule] = ACTIONS(1602), - [aux_sym_constant_token1] = ACTIONS(1602), - [anon_sym_T] = ACTIONS(1602), - [anon_sym_F] = ACTIONS(1602), - [anon_sym_ATdeprecated] = ACTIONS(1600), - [anon_sym_ATload] = ACTIONS(1602), - [anon_sym_ATload_DASHsigs] = ACTIONS(1600), - [anon_sym_ATload_DASHplugin] = ACTIONS(1600), - [anon_sym_ATunload] = ACTIONS(1600), - [anon_sym_ATprefixes] = ACTIONS(1600), - [anon_sym_ATif] = ACTIONS(1602), - [anon_sym_ATifdef] = ACTIONS(1600), - [anon_sym_ATifndef] = ACTIONS(1600), - [anon_sym_ATendif] = ACTIONS(1600), - [anon_sym_ATelse] = ACTIONS(1600), - [anon_sym_ATpragma] = ACTIONS(1600), - [anon_sym_ATDIR] = ACTIONS(1600), - [anon_sym_ATFILENAME] = ACTIONS(1600), - [sym_id] = ACTIONS(1602), - [sym_pattern] = ACTIONS(1600), - [sym_ipv6] = ACTIONS(1602), - [sym_ipv4] = ACTIONS(1602), - [sym_port] = ACTIONS(1600), - [sym_floatp] = ACTIONS(1602), - [sym_hex] = ACTIONS(1602), - [sym_hostname] = ACTIONS(1602), - [aux_sym_string_token1] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_RBRACE] = ACTIONS(1607), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_record] = ACTIONS(1609), + [anon_sym_print] = ACTIONS(1609), + [anon_sym_event] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1607), + [anon_sym_else] = ACTIONS(1609), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_next] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_fallthrough] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_add] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_local] = ACTIONS(1609), + [anon_sym_when] = ACTIONS(1609), + [anon_sym_assert] = ACTIONS(1609), + [anon_sym_case] = ACTIONS(1609), + [anon_sym_default] = ACTIONS(1609), + [anon_sym_table] = ACTIONS(1609), + [anon_sym_set] = ACTIONS(1609), + [anon_sym_vector] = ACTIONS(1609), + [anon_sym_function] = ACTIONS(1609), + [anon_sym_hook] = ACTIONS(1609), + [anon_sym_DOLLAR] = ACTIONS(1607), + [anon_sym_PIPE] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_copy] = ACTIONS(1609), + [anon_sym_schedule] = ACTIONS(1609), + [aux_sym_constant_token1] = ACTIONS(1609), + [anon_sym_T] = ACTIONS(1609), + [anon_sym_F] = ACTIONS(1609), + [anon_sym_ATdeprecated] = ACTIONS(1607), + [anon_sym_ATload] = ACTIONS(1609), + [anon_sym_ATload_DASHsigs] = ACTIONS(1607), + [anon_sym_ATload_DASHplugin] = ACTIONS(1607), + [anon_sym_ATunload] = ACTIONS(1607), + [anon_sym_ATprefixes] = ACTIONS(1607), + [anon_sym_ATif] = ACTIONS(1609), + [anon_sym_ATifdef] = ACTIONS(1607), + [anon_sym_ATifndef] = ACTIONS(1607), + [anon_sym_ATendif] = ACTIONS(1607), + [anon_sym_ATelse] = ACTIONS(1607), + [anon_sym_ATpragma] = ACTIONS(1607), + [anon_sym_ATDIR] = ACTIONS(1607), + [anon_sym_ATFILENAME] = ACTIONS(1607), + [sym_id] = ACTIONS(1609), + [sym_pattern] = ACTIONS(1607), + [sym_ipv6] = ACTIONS(1607), + [sym_ipv4] = ACTIONS(1609), + [sym_port] = ACTIONS(1607), + [sym_floatp] = ACTIONS(1609), + [sym_hex] = ACTIONS(1609), + [sym_hostname] = ACTIONS(1609), + [aux_sym_string_token1] = ACTIONS(1607), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -53731,72 +52965,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(476)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_case] = ACTIONS(1732), - [anon_sym_default] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_else] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1739), + [anon_sym_default] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -53804,72 +53038,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(477)] = { - [anon_sym_SEMI] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_RBRACE] = ACTIONS(129), - [anon_sym_const] = ACTIONS(131), - [anon_sym_record] = ACTIONS(131), - [anon_sym_print] = ACTIONS(131), - [anon_sym_event] = ACTIONS(131), - [anon_sym_if] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(129), - [anon_sym_switch] = ACTIONS(131), - [anon_sym_for] = ACTIONS(131), - [anon_sym_LBRACK] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_next] = ACTIONS(131), - [anon_sym_break] = ACTIONS(131), - [anon_sym_fallthrough] = ACTIONS(131), - [anon_sym_return] = ACTIONS(131), - [anon_sym_add] = ACTIONS(131), - [anon_sym_delete] = ACTIONS(131), - [anon_sym_local] = ACTIONS(131), - [anon_sym_when] = ACTIONS(131), - [anon_sym_assert] = ACTIONS(131), - [anon_sym_case] = ACTIONS(131), - [anon_sym_default] = ACTIONS(131), - [anon_sym_table] = ACTIONS(131), - [anon_sym_set] = ACTIONS(131), - [anon_sym_vector] = ACTIONS(131), - [anon_sym_function] = ACTIONS(131), - [anon_sym_hook] = ACTIONS(131), - [anon_sym_DOLLAR] = ACTIONS(129), - [anon_sym_PIPE] = ACTIONS(129), - [anon_sym_PLUS_PLUS] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(129), - [anon_sym_BANG] = ACTIONS(129), - [anon_sym_TILDE] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(131), - [anon_sym_PLUS] = ACTIONS(131), - [anon_sym_copy] = ACTIONS(131), - [anon_sym_schedule] = ACTIONS(131), - [aux_sym_constant_token1] = ACTIONS(131), - [anon_sym_T] = ACTIONS(131), - [anon_sym_F] = ACTIONS(131), - [anon_sym_ATdeprecated] = ACTIONS(129), - [anon_sym_ATload] = ACTIONS(131), - [anon_sym_ATload_DASHsigs] = ACTIONS(129), - [anon_sym_ATload_DASHplugin] = ACTIONS(129), - [anon_sym_ATunload] = ACTIONS(129), - [anon_sym_ATprefixes] = ACTIONS(129), - [anon_sym_ATif] = ACTIONS(131), - [anon_sym_ATifdef] = ACTIONS(129), - [anon_sym_ATifndef] = ACTIONS(129), - [anon_sym_ATendif] = ACTIONS(129), - [anon_sym_ATelse] = ACTIONS(129), - [anon_sym_ATpragma] = ACTIONS(129), - [anon_sym_ATDIR] = ACTIONS(129), - [anon_sym_ATFILENAME] = ACTIONS(129), - [sym_id] = ACTIONS(131), - [sym_pattern] = ACTIONS(129), + [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_RBRACE] = ACTIONS(131), + [anon_sym_const] = ACTIONS(133), + [anon_sym_record] = ACTIONS(133), + [anon_sym_print] = ACTIONS(133), + [anon_sym_event] = ACTIONS(133), + [anon_sym_if] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_RPAREN] = ACTIONS(131), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_for] = ACTIONS(133), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_while] = ACTIONS(133), + [anon_sym_next] = ACTIONS(133), + [anon_sym_break] = ACTIONS(133), + [anon_sym_fallthrough] = ACTIONS(133), + [anon_sym_return] = ACTIONS(133), + [anon_sym_add] = ACTIONS(133), + [anon_sym_delete] = ACTIONS(133), + [anon_sym_local] = ACTIONS(133), + [anon_sym_when] = ACTIONS(133), + [anon_sym_assert] = ACTIONS(133), + [anon_sym_case] = ACTIONS(133), + [anon_sym_default] = ACTIONS(133), + [anon_sym_table] = ACTIONS(133), + [anon_sym_set] = ACTIONS(133), + [anon_sym_vector] = ACTIONS(133), + [anon_sym_function] = ACTIONS(133), + [anon_sym_hook] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(131), + [anon_sym_PLUS_PLUS] = ACTIONS(131), + [anon_sym_DASH_DASH] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(131), + [anon_sym_TILDE] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_copy] = ACTIONS(133), + [anon_sym_schedule] = ACTIONS(133), + [aux_sym_constant_token1] = ACTIONS(133), + [anon_sym_T] = ACTIONS(133), + [anon_sym_F] = ACTIONS(133), + [anon_sym_ATdeprecated] = ACTIONS(131), + [anon_sym_ATload] = ACTIONS(133), + [anon_sym_ATload_DASHsigs] = ACTIONS(131), + [anon_sym_ATload_DASHplugin] = ACTIONS(131), + [anon_sym_ATunload] = ACTIONS(131), + [anon_sym_ATprefixes] = ACTIONS(131), + [anon_sym_ATif] = ACTIONS(133), + [anon_sym_ATifdef] = ACTIONS(131), + [anon_sym_ATifndef] = ACTIONS(131), + [anon_sym_ATendif] = ACTIONS(131), + [anon_sym_ATelse] = ACTIONS(131), + [anon_sym_ATpragma] = ACTIONS(131), + [anon_sym_ATDIR] = ACTIONS(131), + [anon_sym_ATFILENAME] = ACTIONS(131), + [sym_id] = ACTIONS(133), + [sym_pattern] = ACTIONS(131), [sym_ipv6] = ACTIONS(131), - [sym_ipv4] = ACTIONS(131), - [sym_port] = ACTIONS(129), - [sym_floatp] = ACTIONS(131), - [sym_hex] = ACTIONS(131), - [sym_hostname] = ACTIONS(131), - [aux_sym_string_token1] = ACTIONS(129), + [sym_ipv4] = ACTIONS(133), + [sym_port] = ACTIONS(131), + [sym_floatp] = ACTIONS(133), + [sym_hex] = ACTIONS(133), + [sym_hostname] = ACTIONS(133), + [aux_sym_string_token1] = ACTIONS(131), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -53877,72 +53111,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(478)] = { - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_RBRACE] = ACTIONS(125), - [anon_sym_const] = ACTIONS(127), - [anon_sym_record] = ACTIONS(127), - [anon_sym_print] = ACTIONS(127), - [anon_sym_event] = ACTIONS(127), - [anon_sym_if] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_RPAREN] = ACTIONS(125), - [anon_sym_switch] = ACTIONS(127), - [anon_sym_for] = ACTIONS(127), - [anon_sym_LBRACK] = ACTIONS(125), - [anon_sym_while] = ACTIONS(127), - [anon_sym_next] = ACTIONS(127), - [anon_sym_break] = ACTIONS(127), - [anon_sym_fallthrough] = ACTIONS(127), - [anon_sym_return] = ACTIONS(127), - [anon_sym_add] = ACTIONS(127), - [anon_sym_delete] = ACTIONS(127), - [anon_sym_local] = ACTIONS(127), - [anon_sym_when] = ACTIONS(127), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(127), - [anon_sym_table] = ACTIONS(127), - [anon_sym_set] = ACTIONS(127), - [anon_sym_vector] = ACTIONS(127), - [anon_sym_function] = ACTIONS(127), - [anon_sym_hook] = ACTIONS(127), - [anon_sym_DOLLAR] = ACTIONS(125), - [anon_sym_PIPE] = ACTIONS(125), - [anon_sym_PLUS_PLUS] = ACTIONS(125), - [anon_sym_DASH_DASH] = ACTIONS(125), - [anon_sym_BANG] = ACTIONS(125), - [anon_sym_TILDE] = ACTIONS(125), - [anon_sym_DASH] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(127), - [anon_sym_copy] = ACTIONS(127), - [anon_sym_schedule] = ACTIONS(127), - [aux_sym_constant_token1] = ACTIONS(127), - [anon_sym_T] = ACTIONS(127), - [anon_sym_F] = ACTIONS(127), - [anon_sym_ATdeprecated] = ACTIONS(125), - [anon_sym_ATload] = ACTIONS(127), - [anon_sym_ATload_DASHsigs] = ACTIONS(125), - [anon_sym_ATload_DASHplugin] = ACTIONS(125), - [anon_sym_ATunload] = ACTIONS(125), - [anon_sym_ATprefixes] = ACTIONS(125), - [anon_sym_ATif] = ACTIONS(127), - [anon_sym_ATifdef] = ACTIONS(125), - [anon_sym_ATifndef] = ACTIONS(125), - [anon_sym_ATendif] = ACTIONS(125), - [anon_sym_ATelse] = ACTIONS(125), - [anon_sym_ATpragma] = ACTIONS(125), - [anon_sym_ATDIR] = ACTIONS(125), - [anon_sym_ATFILENAME] = ACTIONS(125), - [sym_id] = ACTIONS(127), - [sym_pattern] = ACTIONS(125), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_const] = ACTIONS(129), + [anon_sym_record] = ACTIONS(129), + [anon_sym_print] = ACTIONS(129), + [anon_sym_event] = ACTIONS(129), + [anon_sym_if] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_switch] = ACTIONS(129), + [anon_sym_for] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_while] = ACTIONS(129), + [anon_sym_next] = ACTIONS(129), + [anon_sym_break] = ACTIONS(129), + [anon_sym_fallthrough] = ACTIONS(129), + [anon_sym_return] = ACTIONS(129), + [anon_sym_add] = ACTIONS(129), + [anon_sym_delete] = ACTIONS(129), + [anon_sym_local] = ACTIONS(129), + [anon_sym_when] = ACTIONS(129), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_case] = ACTIONS(129), + [anon_sym_default] = ACTIONS(129), + [anon_sym_table] = ACTIONS(129), + [anon_sym_set] = ACTIONS(129), + [anon_sym_vector] = ACTIONS(129), + [anon_sym_function] = ACTIONS(129), + [anon_sym_hook] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_DASH_DASH] = ACTIONS(127), + [anon_sym_BANG] = ACTIONS(127), + [anon_sym_TILDE] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_copy] = ACTIONS(129), + [anon_sym_schedule] = ACTIONS(129), + [aux_sym_constant_token1] = ACTIONS(129), + [anon_sym_T] = ACTIONS(129), + [anon_sym_F] = ACTIONS(129), + [anon_sym_ATdeprecated] = ACTIONS(127), + [anon_sym_ATload] = ACTIONS(129), + [anon_sym_ATload_DASHsigs] = ACTIONS(127), + [anon_sym_ATload_DASHplugin] = ACTIONS(127), + [anon_sym_ATunload] = ACTIONS(127), + [anon_sym_ATprefixes] = ACTIONS(127), + [anon_sym_ATif] = ACTIONS(129), + [anon_sym_ATifdef] = ACTIONS(127), + [anon_sym_ATifndef] = ACTIONS(127), + [anon_sym_ATendif] = ACTIONS(127), + [anon_sym_ATelse] = ACTIONS(127), + [anon_sym_ATpragma] = ACTIONS(127), + [anon_sym_ATDIR] = ACTIONS(127), + [anon_sym_ATFILENAME] = ACTIONS(127), + [sym_id] = ACTIONS(129), + [sym_pattern] = ACTIONS(127), [sym_ipv6] = ACTIONS(127), - [sym_ipv4] = ACTIONS(127), - [sym_port] = ACTIONS(125), - [sym_floatp] = ACTIONS(127), - [sym_hex] = ACTIONS(127), - [sym_hostname] = ACTIONS(127), - [aux_sym_string_token1] = ACTIONS(125), + [sym_ipv4] = ACTIONS(129), + [sym_port] = ACTIONS(127), + [sym_floatp] = ACTIONS(129), + [sym_hex] = ACTIONS(129), + [sym_hostname] = ACTIONS(129), + [aux_sym_string_token1] = ACTIONS(127), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -53950,72 +53184,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(479)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_case] = ACTIONS(1732), - [anon_sym_default] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_else] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1739), + [anon_sym_default] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -54023,72 +53257,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(480)] = { - [anon_sym_SEMI] = ACTIONS(137), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_record] = ACTIONS(139), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(137), - [anon_sym_else] = ACTIONS(139), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_LBRACK] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_case] = ACTIONS(139), - [anon_sym_default] = ACTIONS(139), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(137), - [anon_sym_PIPE] = ACTIONS(137), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(137), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_record] = ACTIONS(141), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_else] = ACTIONS(141), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_LBRACK] = ACTIONS(141), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_case] = ACTIONS(141), + [anon_sym_default] = ACTIONS(141), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(139), + [anon_sym_PIPE] = ACTIONS(139), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(139), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -54096,72 +53330,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(481)] = { - [ts_builtin_sym_end] = ACTIONS(1492), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_timeout] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [ts_builtin_sym_end] = ACTIONS(1499), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_RPAREN] = ACTIONS(1779), + [anon_sym_else] = ACTIONS(1501), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_timeout] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -54169,72 +53403,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(482)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_else] = ACTIONS(1700), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_case] = ACTIONS(1700), - [anon_sym_default] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_else] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_case] = ACTIONS(1707), + [anon_sym_default] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -54242,72 +53476,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(483)] = { - [ts_builtin_sym_end] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1774), - [anon_sym_else] = ACTIONS(1538), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_timeout] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [ts_builtin_sym_end] = ACTIONS(1543), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_RPAREN] = ACTIONS(1781), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_timeout] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -54315,72 +53549,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(484)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_else] = ACTIONS(1700), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_case] = ACTIONS(1700), - [anon_sym_default] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_else] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_case] = ACTIONS(1707), + [anon_sym_default] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -54388,72 +53622,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(485)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_else] = ACTIONS(1704), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_case] = ACTIONS(1704), - [anon_sym_default] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_else] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -54461,72 +53695,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(486)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_else] = ACTIONS(1704), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_case] = ACTIONS(1704), - [anon_sym_default] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_else] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -54534,72 +53768,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(487)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -54607,72 +53841,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(488)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -54680,72 +53914,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(489)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1783), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -54753,72 +53987,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(490)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_case] = ACTIONS(1712), - [anon_sym_default] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -54826,72 +54060,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(491)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_else] = ACTIONS(1728), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_case] = ACTIONS(1728), - [anon_sym_default] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_else] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_case] = ACTIONS(1735), + [anon_sym_default] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -54899,72 +54133,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(492)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -54972,72 +54206,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(493)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -55045,72 +54279,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(494)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -55118,72 +54352,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(495)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_case] = ACTIONS(1720), - [anon_sym_default] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_case] = ACTIONS(1727), + [anon_sym_default] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -55191,72 +54425,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(496)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_case] = ACTIONS(1720), - [anon_sym_default] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_case] = ACTIONS(1727), + [anon_sym_default] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -55264,72 +54498,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(497)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_else] = ACTIONS(1724), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_case] = ACTIONS(1724), - [anon_sym_default] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_else] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_case] = ACTIONS(1731), + [anon_sym_default] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -55339,70 +54573,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [STATE(498)] = { [sym_attr] = STATE(498), [aux_sym_attr_list_repeat1] = STATE(498), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1778), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_EQ] = ACTIONS(1780), - [anon_sym_as] = ACTIONS(1778), - [anon_sym_AMPdeprecated] = ACTIONS(1782), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1785), - [anon_sym_AMPerror_handler] = ACTIONS(1785), - [anon_sym_AMPis_assigned] = ACTIONS(1785), - [anon_sym_AMPis_used] = ACTIONS(1785), - [anon_sym_AMPlog] = ACTIONS(1785), - [anon_sym_AMPoptional] = ACTIONS(1785), - [anon_sym_AMPordered] = ACTIONS(1785), - [anon_sym_AMPraw_output] = ACTIONS(1785), - [anon_sym_AMPredef] = ACTIONS(1785), - [anon_sym_AMPadd_func] = ACTIONS(1788), - [anon_sym_AMPbackend] = ACTIONS(1788), - [anon_sym_AMPbroker_store] = ACTIONS(1788), - [anon_sym_AMPcreate_expire] = ACTIONS(1788), - [anon_sym_AMPdefault] = ACTIONS(1788), - [anon_sym_AMPdelete_func] = ACTIONS(1788), - [anon_sym_AMPexpire_func] = ACTIONS(1788), - [anon_sym_AMPgroup] = ACTIONS(1788), - [anon_sym_AMPon_change] = ACTIONS(1788), - [anon_sym_AMPpriority] = ACTIONS(1788), - [anon_sym_AMPread_expire] = ACTIONS(1788), - [anon_sym_AMPtype_column] = ACTIONS(1788), - [anon_sym_AMPwrite_expire] = ACTIONS(1788), - [anon_sym_DOLLAR] = ACTIONS(1778), - [anon_sym_PIPE] = ACTIONS(1780), - [anon_sym_BANG] = ACTIONS(1780), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_is] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1778), - [anon_sym_SLASH] = ACTIONS(1778), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1780), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT] = ACTIONS(1780), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_AMP] = ACTIONS(1780), - [anon_sym_CARET] = ACTIONS(1778), - [anon_sym_QMARK] = ACTIONS(1780), - [anon_sym_EQ_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1778), - [anon_sym_ATdeprecated] = ACTIONS(1778), - [anon_sym_ATload] = ACTIONS(1780), - [anon_sym_ATload_DASHsigs] = ACTIONS(1778), - [anon_sym_ATload_DASHplugin] = ACTIONS(1778), - [anon_sym_ATunload] = ACTIONS(1778), - [anon_sym_ATprefixes] = ACTIONS(1778), - [anon_sym_ATif] = ACTIONS(1780), - [anon_sym_ATifdef] = ACTIONS(1778), - [anon_sym_ATifndef] = ACTIONS(1778), - [anon_sym_ATendif] = ACTIONS(1778), - [anon_sym_ATelse] = ACTIONS(1778), - [anon_sym_ATpragma] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1785), + [anon_sym_PLUS_EQ] = ACTIONS(1785), + [anon_sym_DASH_EQ] = ACTIONS(1785), + [anon_sym_LPAREN] = ACTIONS(1785), + [anon_sym_in] = ACTIONS(1785), + [anon_sym_LBRACK] = ACTIONS(1785), + [anon_sym_EQ] = ACTIONS(1787), + [anon_sym_as] = ACTIONS(1785), + [anon_sym_AMPdeprecated] = ACTIONS(1789), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1792), + [anon_sym_AMPerror_handler] = ACTIONS(1792), + [anon_sym_AMPis_assigned] = ACTIONS(1792), + [anon_sym_AMPis_used] = ACTIONS(1792), + [anon_sym_AMPlog] = ACTIONS(1792), + [anon_sym_AMPoptional] = ACTIONS(1792), + [anon_sym_AMPordered] = ACTIONS(1792), + [anon_sym_AMPraw_output] = ACTIONS(1792), + [anon_sym_AMPredef] = ACTIONS(1792), + [anon_sym_AMPadd_func] = ACTIONS(1795), + [anon_sym_AMPbackend] = ACTIONS(1795), + [anon_sym_AMPbroker_store] = ACTIONS(1795), + [anon_sym_AMPcreate_expire] = ACTIONS(1795), + [anon_sym_AMPdefault] = ACTIONS(1795), + [anon_sym_AMPdelete_func] = ACTIONS(1795), + [anon_sym_AMPexpire_func] = ACTIONS(1795), + [anon_sym_AMPgroup] = ACTIONS(1795), + [anon_sym_AMPon_change] = ACTIONS(1795), + [anon_sym_AMPpriority] = ACTIONS(1795), + [anon_sym_AMPread_expire] = ACTIONS(1795), + [anon_sym_AMPtype_column] = ACTIONS(1795), + [anon_sym_AMPwrite_expire] = ACTIONS(1795), + [anon_sym_DOLLAR] = ACTIONS(1785), + [anon_sym_PIPE] = ACTIONS(1787), + [anon_sym_BANG] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_is] = ACTIONS(1785), + [anon_sym_STAR] = ACTIONS(1785), + [anon_sym_SLASH] = ACTIONS(1785), + [anon_sym_PERCENT] = ACTIONS(1785), + [anon_sym_LT] = ACTIONS(1787), + [anon_sym_LT_EQ] = ACTIONS(1785), + [anon_sym_GT] = ACTIONS(1787), + [anon_sym_GT_EQ] = ACTIONS(1785), + [anon_sym_AMP] = ACTIONS(1787), + [anon_sym_CARET] = ACTIONS(1785), + [anon_sym_QMARK] = ACTIONS(1787), + [anon_sym_EQ_EQ] = ACTIONS(1785), + [anon_sym_BANG_EQ] = ACTIONS(1785), + [anon_sym_AMP_AMP] = ACTIONS(1785), + [anon_sym_PIPE_PIPE] = ACTIONS(1785), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1785), + [anon_sym_ATdeprecated] = ACTIONS(1785), + [anon_sym_ATload] = ACTIONS(1787), + [anon_sym_ATload_DASHsigs] = ACTIONS(1785), + [anon_sym_ATload_DASHplugin] = ACTIONS(1785), + [anon_sym_ATunload] = ACTIONS(1785), + [anon_sym_ATprefixes] = ACTIONS(1785), + [anon_sym_ATif] = ACTIONS(1787), + [anon_sym_ATifdef] = ACTIONS(1785), + [anon_sym_ATifndef] = ACTIONS(1785), + [anon_sym_ATendif] = ACTIONS(1785), + [anon_sym_ATelse] = ACTIONS(1785), + [anon_sym_ATpragma] = ACTIONS(1785), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -55412,70 +54646,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [STATE(499)] = { [sym_attr] = STATE(498), [aux_sym_attr_list_repeat1] = STATE(498), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_PLUS_EQ] = ACTIONS(1791), - [anon_sym_DASH_EQ] = ACTIONS(1791), - [anon_sym_LPAREN] = ACTIONS(1791), - [anon_sym_in] = ACTIONS(1791), - [anon_sym_LBRACK] = ACTIONS(1791), - [anon_sym_EQ] = ACTIONS(1793), - [anon_sym_as] = ACTIONS(1791), - [anon_sym_AMPdeprecated] = ACTIONS(1791), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1791), - [anon_sym_AMPerror_handler] = ACTIONS(1791), - [anon_sym_AMPis_assigned] = ACTIONS(1791), - [anon_sym_AMPis_used] = ACTIONS(1791), - [anon_sym_AMPlog] = ACTIONS(1791), - [anon_sym_AMPoptional] = ACTIONS(1791), - [anon_sym_AMPordered] = ACTIONS(1791), - [anon_sym_AMPraw_output] = ACTIONS(1791), - [anon_sym_AMPredef] = ACTIONS(1791), - [anon_sym_AMPadd_func] = ACTIONS(1791), - [anon_sym_AMPbackend] = ACTIONS(1791), - [anon_sym_AMPbroker_store] = ACTIONS(1791), - [anon_sym_AMPcreate_expire] = ACTIONS(1791), - [anon_sym_AMPdefault] = ACTIONS(1791), - [anon_sym_AMPdelete_func] = ACTIONS(1791), - [anon_sym_AMPexpire_func] = ACTIONS(1791), - [anon_sym_AMPgroup] = ACTIONS(1791), - [anon_sym_AMPon_change] = ACTIONS(1791), - [anon_sym_AMPpriority] = ACTIONS(1791), - [anon_sym_AMPread_expire] = ACTIONS(1791), - [anon_sym_AMPtype_column] = ACTIONS(1791), - [anon_sym_AMPwrite_expire] = ACTIONS(1791), - [anon_sym_DOLLAR] = ACTIONS(1791), - [anon_sym_PIPE] = ACTIONS(1793), - [anon_sym_BANG] = ACTIONS(1793), - [anon_sym_DASH] = ACTIONS(1793), - [anon_sym_PLUS] = ACTIONS(1793), - [anon_sym_is] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(1791), - [anon_sym_SLASH] = ACTIONS(1791), - [anon_sym_PERCENT] = ACTIONS(1791), - [anon_sym_LT] = ACTIONS(1793), - [anon_sym_LT_EQ] = ACTIONS(1791), - [anon_sym_GT] = ACTIONS(1793), - [anon_sym_GT_EQ] = ACTIONS(1791), - [anon_sym_AMP] = ACTIONS(1793), - [anon_sym_CARET] = ACTIONS(1791), - [anon_sym_QMARK] = ACTIONS(1793), - [anon_sym_EQ_EQ] = ACTIONS(1791), - [anon_sym_BANG_EQ] = ACTIONS(1791), - [anon_sym_AMP_AMP] = ACTIONS(1791), - [anon_sym_PIPE_PIPE] = ACTIONS(1791), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1791), - [anon_sym_ATdeprecated] = ACTIONS(1791), - [anon_sym_ATload] = ACTIONS(1793), - [anon_sym_ATload_DASHsigs] = ACTIONS(1791), - [anon_sym_ATload_DASHplugin] = ACTIONS(1791), - [anon_sym_ATunload] = ACTIONS(1791), - [anon_sym_ATprefixes] = ACTIONS(1791), - [anon_sym_ATif] = ACTIONS(1793), - [anon_sym_ATifdef] = ACTIONS(1791), - [anon_sym_ATifndef] = ACTIONS(1791), - [anon_sym_ATendif] = ACTIONS(1791), - [anon_sym_ATelse] = ACTIONS(1791), - [anon_sym_ATpragma] = ACTIONS(1791), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1798), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_EQ] = ACTIONS(1800), + [anon_sym_as] = ACTIONS(1798), + [anon_sym_AMPdeprecated] = ACTIONS(1798), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1798), + [anon_sym_AMPerror_handler] = ACTIONS(1798), + [anon_sym_AMPis_assigned] = ACTIONS(1798), + [anon_sym_AMPis_used] = ACTIONS(1798), + [anon_sym_AMPlog] = ACTIONS(1798), + [anon_sym_AMPoptional] = ACTIONS(1798), + [anon_sym_AMPordered] = ACTIONS(1798), + [anon_sym_AMPraw_output] = ACTIONS(1798), + [anon_sym_AMPredef] = ACTIONS(1798), + [anon_sym_AMPadd_func] = ACTIONS(1798), + [anon_sym_AMPbackend] = ACTIONS(1798), + [anon_sym_AMPbroker_store] = ACTIONS(1798), + [anon_sym_AMPcreate_expire] = ACTIONS(1798), + [anon_sym_AMPdefault] = ACTIONS(1798), + [anon_sym_AMPdelete_func] = ACTIONS(1798), + [anon_sym_AMPexpire_func] = ACTIONS(1798), + [anon_sym_AMPgroup] = ACTIONS(1798), + [anon_sym_AMPon_change] = ACTIONS(1798), + [anon_sym_AMPpriority] = ACTIONS(1798), + [anon_sym_AMPread_expire] = ACTIONS(1798), + [anon_sym_AMPtype_column] = ACTIONS(1798), + [anon_sym_AMPwrite_expire] = ACTIONS(1798), + [anon_sym_DOLLAR] = ACTIONS(1798), + [anon_sym_PIPE] = ACTIONS(1800), + [anon_sym_BANG] = ACTIONS(1800), + [anon_sym_DASH] = ACTIONS(1800), + [anon_sym_PLUS] = ACTIONS(1800), + [anon_sym_is] = ACTIONS(1798), + [anon_sym_STAR] = ACTIONS(1798), + [anon_sym_SLASH] = ACTIONS(1798), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1800), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT] = ACTIONS(1800), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_AMP] = ACTIONS(1800), + [anon_sym_CARET] = ACTIONS(1798), + [anon_sym_QMARK] = ACTIONS(1800), + [anon_sym_EQ_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1798), + [anon_sym_ATdeprecated] = ACTIONS(1798), + [anon_sym_ATload] = ACTIONS(1800), + [anon_sym_ATload_DASHsigs] = ACTIONS(1798), + [anon_sym_ATload_DASHplugin] = ACTIONS(1798), + [anon_sym_ATunload] = ACTIONS(1798), + [anon_sym_ATprefixes] = ACTIONS(1798), + [anon_sym_ATif] = ACTIONS(1800), + [anon_sym_ATifdef] = ACTIONS(1798), + [anon_sym_ATifndef] = ACTIONS(1798), + [anon_sym_ATendif] = ACTIONS(1798), + [anon_sym_ATelse] = ACTIONS(1798), + [anon_sym_ATpragma] = ACTIONS(1798), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -55483,72 +54717,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(500)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1795), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1802), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -55556,72 +54790,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(501)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1797), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_case] = ACTIONS(1712), - [anon_sym_default] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1804), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -55629,72 +54863,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(502)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1799), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1806), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -55702,72 +54936,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(503)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_timeout] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_case] = ACTIONS(1700), - [anon_sym_default] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_timeout] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_case] = ACTIONS(1707), + [anon_sym_default] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -55775,72 +55009,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(504)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1801), - [anon_sym_else] = ACTIONS(1538), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_timeout] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_RPAREN] = ACTIONS(1808), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_timeout] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -55848,72 +55082,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(505)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_timeout] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_case] = ACTIONS(1700), - [anon_sym_default] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_timeout] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_case] = ACTIONS(1707), + [anon_sym_default] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -55921,72 +55155,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(506)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_else] = ACTIONS(1724), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_case] = ACTIONS(1724), - [anon_sym_default] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_else] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_case] = ACTIONS(1731), + [anon_sym_default] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -55994,72 +55228,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(507)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_timeout] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_case] = ACTIONS(1704), - [anon_sym_default] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_timeout] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -56067,72 +55301,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(508)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_timeout] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_case] = ACTIONS(1704), - [anon_sym_default] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_timeout] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -56140,72 +55374,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(509)] = { - [anon_sym_SEMI] = ACTIONS(137), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_record] = ACTIONS(139), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(137), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_LBRACK] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_timeout] = ACTIONS(139), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_case] = ACTIONS(139), - [anon_sym_default] = ACTIONS(139), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(137), - [anon_sym_PIPE] = ACTIONS(137), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(137), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_record] = ACTIONS(141), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_LBRACK] = ACTIONS(141), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_timeout] = ACTIONS(141), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_case] = ACTIONS(141), + [anon_sym_default] = ACTIONS(141), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(139), + [anon_sym_PIPE] = ACTIONS(139), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(139), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -56214,70 +55448,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [STATE(510)] = { [sym_index_slice] = STATE(309), - [anon_sym_LBRACE] = ACTIONS(113), - [anon_sym_PLUS_EQ] = ACTIONS(113), - [anon_sym_DASH_EQ] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_in] = ACTIONS(1803), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_EQ] = ACTIONS(115), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_AMPdeprecated] = ACTIONS(113), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(113), - [anon_sym_AMPerror_handler] = ACTIONS(113), - [anon_sym_AMPis_assigned] = ACTIONS(113), - [anon_sym_AMPis_used] = ACTIONS(113), - [anon_sym_AMPlog] = ACTIONS(113), - [anon_sym_AMPoptional] = ACTIONS(113), - [anon_sym_AMPordered] = ACTIONS(113), - [anon_sym_AMPraw_output] = ACTIONS(113), - [anon_sym_AMPredef] = ACTIONS(113), - [anon_sym_AMPadd_func] = ACTIONS(113), - [anon_sym_AMPbackend] = ACTIONS(113), - [anon_sym_AMPbroker_store] = ACTIONS(113), - [anon_sym_AMPcreate_expire] = ACTIONS(113), - [anon_sym_AMPdefault] = ACTIONS(113), - [anon_sym_AMPdelete_func] = ACTIONS(113), - [anon_sym_AMPexpire_func] = ACTIONS(113), - [anon_sym_AMPgroup] = ACTIONS(113), - [anon_sym_AMPon_change] = ACTIONS(113), - [anon_sym_AMPpriority] = ACTIONS(113), - [anon_sym_AMPread_expire] = ACTIONS(113), - [anon_sym_AMPtype_column] = ACTIONS(113), - [anon_sym_AMPwrite_expire] = ACTIONS(113), - [anon_sym_DOLLAR] = ACTIONS(1480), - [anon_sym_PIPE] = ACTIONS(1805), - [anon_sym_BANG] = ACTIONS(1807), - [anon_sym_DASH] = ACTIONS(1805), - [anon_sym_PLUS] = ACTIONS(1805), - [anon_sym_is] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_SLASH] = ACTIONS(1809), - [anon_sym_PERCENT] = ACTIONS(1809), - [anon_sym_LT] = ACTIONS(1805), - [anon_sym_LT_EQ] = ACTIONS(1803), - [anon_sym_GT] = ACTIONS(1805), - [anon_sym_GT_EQ] = ACTIONS(1803), - [anon_sym_AMP] = ACTIONS(1805), - [anon_sym_CARET] = ACTIONS(1803), - [anon_sym_QMARK] = ACTIONS(1811), - [anon_sym_EQ_EQ] = ACTIONS(113), - [anon_sym_BANG_EQ] = ACTIONS(113), - [anon_sym_AMP_AMP] = ACTIONS(113), - [anon_sym_PIPE_PIPE] = ACTIONS(113), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), - [anon_sym_ATdeprecated] = ACTIONS(113), - [anon_sym_ATload] = ACTIONS(115), - [anon_sym_ATload_DASHsigs] = ACTIONS(113), - [anon_sym_ATload_DASHplugin] = ACTIONS(113), - [anon_sym_ATunload] = ACTIONS(113), - [anon_sym_ATprefixes] = ACTIONS(113), - [anon_sym_ATif] = ACTIONS(115), - [anon_sym_ATifdef] = ACTIONS(113), - [anon_sym_ATifndef] = ACTIONS(113), - [anon_sym_ATendif] = ACTIONS(113), - [anon_sym_ATelse] = ACTIONS(113), - [anon_sym_ATpragma] = ACTIONS(113), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_PLUS_EQ] = ACTIONS(115), + [anon_sym_DASH_EQ] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1483), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_as] = ACTIONS(1485), + [anon_sym_AMPdeprecated] = ACTIONS(115), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(115), + [anon_sym_AMPerror_handler] = ACTIONS(115), + [anon_sym_AMPis_assigned] = ACTIONS(115), + [anon_sym_AMPis_used] = ACTIONS(115), + [anon_sym_AMPlog] = ACTIONS(115), + [anon_sym_AMPoptional] = ACTIONS(115), + [anon_sym_AMPordered] = ACTIONS(115), + [anon_sym_AMPraw_output] = ACTIONS(115), + [anon_sym_AMPredef] = ACTIONS(115), + [anon_sym_AMPadd_func] = ACTIONS(115), + [anon_sym_AMPbackend] = ACTIONS(115), + [anon_sym_AMPbroker_store] = ACTIONS(115), + [anon_sym_AMPcreate_expire] = ACTIONS(115), + [anon_sym_AMPdefault] = ACTIONS(115), + [anon_sym_AMPdelete_func] = ACTIONS(115), + [anon_sym_AMPexpire_func] = ACTIONS(115), + [anon_sym_AMPgroup] = ACTIONS(115), + [anon_sym_AMPon_change] = ACTIONS(115), + [anon_sym_AMPpriority] = ACTIONS(115), + [anon_sym_AMPread_expire] = ACTIONS(115), + [anon_sym_AMPtype_column] = ACTIONS(115), + [anon_sym_AMPwrite_expire] = ACTIONS(115), + [anon_sym_DOLLAR] = ACTIONS(1487), + [anon_sym_PIPE] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_DASH] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(1816), + [anon_sym_SLASH] = ACTIONS(1816), + [anon_sym_PERCENT] = ACTIONS(1816), + [anon_sym_LT] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1812), + [anon_sym_CARET] = ACTIONS(1810), + [anon_sym_QMARK] = ACTIONS(1818), + [anon_sym_EQ_EQ] = ACTIONS(115), + [anon_sym_BANG_EQ] = ACTIONS(115), + [anon_sym_AMP_AMP] = ACTIONS(115), + [anon_sym_PIPE_PIPE] = ACTIONS(115), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), + [anon_sym_ATdeprecated] = ACTIONS(115), + [anon_sym_ATload] = ACTIONS(117), + [anon_sym_ATload_DASHsigs] = ACTIONS(115), + [anon_sym_ATload_DASHplugin] = ACTIONS(115), + [anon_sym_ATunload] = ACTIONS(115), + [anon_sym_ATprefixes] = ACTIONS(115), + [anon_sym_ATif] = ACTIONS(117), + [anon_sym_ATifdef] = ACTIONS(115), + [anon_sym_ATifndef] = ACTIONS(115), + [anon_sym_ATendif] = ACTIONS(115), + [anon_sym_ATelse] = ACTIONS(115), + [anon_sym_ATpragma] = ACTIONS(115), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -56285,71 +55519,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(511)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_timeout] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_else] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_timeout] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -56357,71 +55591,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(512)] = { - [anon_sym_SEMI] = ACTIONS(137), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_record] = ACTIONS(139), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(137), - [anon_sym_else] = ACTIONS(139), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_LBRACK] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_timeout] = ACTIONS(139), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(137), - [anon_sym_PIPE] = ACTIONS(137), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(137), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_record] = ACTIONS(141), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_else] = ACTIONS(141), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_LBRACK] = ACTIONS(141), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_timeout] = ACTIONS(141), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(139), + [anon_sym_PIPE] = ACTIONS(139), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(139), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -56429,71 +55663,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(513)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_case] = ACTIONS(1501), + [anon_sym_default] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -56501,71 +55735,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(514)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_else] = ACTIONS(1700), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_timeout] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_else] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_timeout] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -56573,71 +55807,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(515)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_case] = ACTIONS(1538), - [anon_sym_default] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -56645,71 +55879,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(516)] = { - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_RBRACE] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_record] = ACTIONS(1570), - [anon_sym_print] = ACTIONS(1570), - [anon_sym_event] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_LBRACK] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_next] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_fallthrough] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_add] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_local] = ACTIONS(1570), - [anon_sym_when] = ACTIONS(1570), - [anon_sym_assert] = ACTIONS(1570), - [anon_sym_case] = ACTIONS(1570), - [anon_sym_default] = ACTIONS(1570), - [anon_sym_table] = ACTIONS(1570), - [anon_sym_set] = ACTIONS(1570), - [anon_sym_vector] = ACTIONS(1570), - [anon_sym_function] = ACTIONS(1570), - [anon_sym_hook] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_copy] = ACTIONS(1570), - [anon_sym_schedule] = ACTIONS(1570), - [aux_sym_constant_token1] = ACTIONS(1570), - [anon_sym_T] = ACTIONS(1570), - [anon_sym_F] = ACTIONS(1570), - [anon_sym_ATdeprecated] = ACTIONS(1568), - [anon_sym_ATload] = ACTIONS(1570), - [anon_sym_ATload_DASHsigs] = ACTIONS(1568), - [anon_sym_ATload_DASHplugin] = ACTIONS(1568), - [anon_sym_ATunload] = ACTIONS(1568), - [anon_sym_ATprefixes] = ACTIONS(1568), - [anon_sym_ATif] = ACTIONS(1570), - [anon_sym_ATifdef] = ACTIONS(1568), - [anon_sym_ATifndef] = ACTIONS(1568), - [anon_sym_ATendif] = ACTIONS(1568), - [anon_sym_ATelse] = ACTIONS(1568), - [anon_sym_ATpragma] = ACTIONS(1568), - [anon_sym_ATDIR] = ACTIONS(1568), - [anon_sym_ATFILENAME] = ACTIONS(1568), - [sym_id] = ACTIONS(1570), - [sym_pattern] = ACTIONS(1568), - [sym_ipv6] = ACTIONS(1570), - [sym_ipv4] = ACTIONS(1570), - [sym_port] = ACTIONS(1568), - [sym_floatp] = ACTIONS(1570), - [sym_hex] = ACTIONS(1570), - [sym_hostname] = ACTIONS(1570), - [aux_sym_string_token1] = ACTIONS(1568), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_RBRACE] = ACTIONS(1575), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_record] = ACTIONS(1577), + [anon_sym_print] = ACTIONS(1577), + [anon_sym_event] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_LPAREN] = ACTIONS(1575), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_next] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_fallthrough] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_add] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_local] = ACTIONS(1577), + [anon_sym_when] = ACTIONS(1577), + [anon_sym_assert] = ACTIONS(1577), + [anon_sym_case] = ACTIONS(1577), + [anon_sym_default] = ACTIONS(1577), + [anon_sym_table] = ACTIONS(1577), + [anon_sym_set] = ACTIONS(1577), + [anon_sym_vector] = ACTIONS(1577), + [anon_sym_function] = ACTIONS(1577), + [anon_sym_hook] = ACTIONS(1577), + [anon_sym_DOLLAR] = ACTIONS(1575), + [anon_sym_PIPE] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_copy] = ACTIONS(1577), + [anon_sym_schedule] = ACTIONS(1577), + [aux_sym_constant_token1] = ACTIONS(1577), + [anon_sym_T] = ACTIONS(1577), + [anon_sym_F] = ACTIONS(1577), + [anon_sym_ATdeprecated] = ACTIONS(1575), + [anon_sym_ATload] = ACTIONS(1577), + [anon_sym_ATload_DASHsigs] = ACTIONS(1575), + [anon_sym_ATload_DASHplugin] = ACTIONS(1575), + [anon_sym_ATunload] = ACTIONS(1575), + [anon_sym_ATprefixes] = ACTIONS(1575), + [anon_sym_ATif] = ACTIONS(1577), + [anon_sym_ATifdef] = ACTIONS(1575), + [anon_sym_ATifndef] = ACTIONS(1575), + [anon_sym_ATendif] = ACTIONS(1575), + [anon_sym_ATelse] = ACTIONS(1575), + [anon_sym_ATpragma] = ACTIONS(1575), + [anon_sym_ATDIR] = ACTIONS(1575), + [anon_sym_ATFILENAME] = ACTIONS(1575), + [sym_id] = ACTIONS(1577), + [sym_pattern] = ACTIONS(1575), + [sym_ipv6] = ACTIONS(1575), + [sym_ipv4] = ACTIONS(1577), + [sym_port] = ACTIONS(1575), + [sym_floatp] = ACTIONS(1577), + [sym_hex] = ACTIONS(1577), + [sym_hostname] = ACTIONS(1577), + [aux_sym_string_token1] = ACTIONS(1575), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -56717,71 +55951,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(517)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_else] = ACTIONS(1700), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_timeout] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_else] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_timeout] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -56789,71 +56023,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(518)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_else] = ACTIONS(1704), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_timeout] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_else] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_timeout] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -56861,71 +56095,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(519)] = { - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_RBRACE] = ACTIONS(1600), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_record] = ACTIONS(1602), - [anon_sym_print] = ACTIONS(1602), - [anon_sym_event] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1600), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_next] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_fallthrough] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_add] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_local] = ACTIONS(1602), - [anon_sym_when] = ACTIONS(1602), - [anon_sym_assert] = ACTIONS(1602), - [anon_sym_case] = ACTIONS(1602), - [anon_sym_default] = ACTIONS(1602), - [anon_sym_table] = ACTIONS(1602), - [anon_sym_set] = ACTIONS(1602), - [anon_sym_vector] = ACTIONS(1602), - [anon_sym_function] = ACTIONS(1602), - [anon_sym_hook] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_copy] = ACTIONS(1602), - [anon_sym_schedule] = ACTIONS(1602), - [aux_sym_constant_token1] = ACTIONS(1602), - [anon_sym_T] = ACTIONS(1602), - [anon_sym_F] = ACTIONS(1602), - [anon_sym_ATdeprecated] = ACTIONS(1600), - [anon_sym_ATload] = ACTIONS(1602), - [anon_sym_ATload_DASHsigs] = ACTIONS(1600), - [anon_sym_ATload_DASHplugin] = ACTIONS(1600), - [anon_sym_ATunload] = ACTIONS(1600), - [anon_sym_ATprefixes] = ACTIONS(1600), - [anon_sym_ATif] = ACTIONS(1602), - [anon_sym_ATifdef] = ACTIONS(1600), - [anon_sym_ATifndef] = ACTIONS(1600), - [anon_sym_ATendif] = ACTIONS(1600), - [anon_sym_ATelse] = ACTIONS(1600), - [anon_sym_ATpragma] = ACTIONS(1600), - [anon_sym_ATDIR] = ACTIONS(1600), - [anon_sym_ATFILENAME] = ACTIONS(1600), - [sym_id] = ACTIONS(1602), - [sym_pattern] = ACTIONS(1600), - [sym_ipv6] = ACTIONS(1602), - [sym_ipv4] = ACTIONS(1602), - [sym_port] = ACTIONS(1600), - [sym_floatp] = ACTIONS(1602), - [sym_hex] = ACTIONS(1602), - [sym_hostname] = ACTIONS(1602), - [aux_sym_string_token1] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_RBRACE] = ACTIONS(1607), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_record] = ACTIONS(1609), + [anon_sym_print] = ACTIONS(1609), + [anon_sym_event] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1607), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_next] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_fallthrough] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_add] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_local] = ACTIONS(1609), + [anon_sym_when] = ACTIONS(1609), + [anon_sym_assert] = ACTIONS(1609), + [anon_sym_case] = ACTIONS(1609), + [anon_sym_default] = ACTIONS(1609), + [anon_sym_table] = ACTIONS(1609), + [anon_sym_set] = ACTIONS(1609), + [anon_sym_vector] = ACTIONS(1609), + [anon_sym_function] = ACTIONS(1609), + [anon_sym_hook] = ACTIONS(1609), + [anon_sym_DOLLAR] = ACTIONS(1607), + [anon_sym_PIPE] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_copy] = ACTIONS(1609), + [anon_sym_schedule] = ACTIONS(1609), + [aux_sym_constant_token1] = ACTIONS(1609), + [anon_sym_T] = ACTIONS(1609), + [anon_sym_F] = ACTIONS(1609), + [anon_sym_ATdeprecated] = ACTIONS(1607), + [anon_sym_ATload] = ACTIONS(1609), + [anon_sym_ATload_DASHsigs] = ACTIONS(1607), + [anon_sym_ATload_DASHplugin] = ACTIONS(1607), + [anon_sym_ATunload] = ACTIONS(1607), + [anon_sym_ATprefixes] = ACTIONS(1607), + [anon_sym_ATif] = ACTIONS(1609), + [anon_sym_ATifdef] = ACTIONS(1607), + [anon_sym_ATifndef] = ACTIONS(1607), + [anon_sym_ATendif] = ACTIONS(1607), + [anon_sym_ATelse] = ACTIONS(1607), + [anon_sym_ATpragma] = ACTIONS(1607), + [anon_sym_ATDIR] = ACTIONS(1607), + [anon_sym_ATFILENAME] = ACTIONS(1607), + [sym_id] = ACTIONS(1609), + [sym_pattern] = ACTIONS(1607), + [sym_ipv6] = ACTIONS(1607), + [sym_ipv4] = ACTIONS(1609), + [sym_port] = ACTIONS(1607), + [sym_floatp] = ACTIONS(1609), + [sym_hex] = ACTIONS(1609), + [sym_hostname] = ACTIONS(1609), + [aux_sym_string_token1] = ACTIONS(1607), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -56933,71 +56167,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(520)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_else] = ACTIONS(1704), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_timeout] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_else] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_timeout] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -57005,71 +56239,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(521)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -57077,71 +56311,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(522)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -57149,71 +56383,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(523)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -57221,71 +56455,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(524)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -57293,71 +56527,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(525)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -57365,71 +56599,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(526)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -57437,71 +56671,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(527)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -57509,71 +56743,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(528)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_timeout] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_timeout] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -57581,71 +56815,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(529)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_timeout] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_timeout] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -57653,71 +56887,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(530)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_else] = ACTIONS(1724), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_timeout] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_else] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_timeout] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -57725,71 +56959,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(531)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_else] = ACTIONS(1724), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_timeout] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_else] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_timeout] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -57797,71 +57031,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(532)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_else] = ACTIONS(1728), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_timeout] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_else] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_timeout] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -57869,71 +57103,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(533)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_else] = ACTIONS(1728), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_timeout] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_else] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_timeout] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -57941,71 +57175,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(534)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_timeout] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_else] = ACTIONS(1701), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_timeout] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -58013,71 +57247,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(535)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_timeout] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_else] = ACTIONS(1701), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_timeout] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -58085,71 +57319,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(536)] = { - [ts_builtin_sym_end] = ACTIONS(1656), - [anon_sym_SEMI] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1658), - [anon_sym_record] = ACTIONS(1658), - [anon_sym_print] = ACTIONS(1658), - [anon_sym_event] = ACTIONS(1658), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1656), - [anon_sym_else] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1658), - [anon_sym_next] = ACTIONS(1658), - [anon_sym_break] = ACTIONS(1658), - [anon_sym_fallthrough] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1658), - [anon_sym_add] = ACTIONS(1658), - [anon_sym_delete] = ACTIONS(1658), - [anon_sym_local] = ACTIONS(1658), - [anon_sym_when] = ACTIONS(1658), - [anon_sym_timeout] = ACTIONS(1658), - [anon_sym_assert] = ACTIONS(1658), - [anon_sym_table] = ACTIONS(1658), - [anon_sym_set] = ACTIONS(1658), - [anon_sym_vector] = ACTIONS(1658), - [anon_sym_function] = ACTIONS(1658), - [anon_sym_hook] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1656), - [anon_sym_PIPE] = ACTIONS(1656), - [anon_sym_PLUS_PLUS] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1656), - [anon_sym_BANG] = ACTIONS(1656), - [anon_sym_TILDE] = ACTIONS(1656), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_copy] = ACTIONS(1658), - [anon_sym_schedule] = ACTIONS(1658), - [aux_sym_constant_token1] = ACTIONS(1658), - [anon_sym_T] = ACTIONS(1658), - [anon_sym_F] = ACTIONS(1658), - [anon_sym_ATdeprecated] = ACTIONS(1656), - [anon_sym_ATload] = ACTIONS(1658), - [anon_sym_ATload_DASHsigs] = ACTIONS(1656), - [anon_sym_ATload_DASHplugin] = ACTIONS(1656), - [anon_sym_ATunload] = ACTIONS(1656), - [anon_sym_ATprefixes] = ACTIONS(1656), - [anon_sym_ATif] = ACTIONS(1658), - [anon_sym_ATifdef] = ACTIONS(1656), - [anon_sym_ATifndef] = ACTIONS(1656), - [anon_sym_ATendif] = ACTIONS(1656), - [anon_sym_ATelse] = ACTIONS(1656), - [anon_sym_ATpragma] = ACTIONS(1656), - [anon_sym_ATDIR] = ACTIONS(1656), - [anon_sym_ATFILENAME] = ACTIONS(1656), - [sym_id] = ACTIONS(1658), - [sym_pattern] = ACTIONS(1656), - [sym_ipv6] = ACTIONS(1658), - [sym_ipv4] = ACTIONS(1658), - [sym_port] = ACTIONS(1656), - [sym_floatp] = ACTIONS(1658), - [sym_hex] = ACTIONS(1658), - [sym_hostname] = ACTIONS(1658), - [aux_sym_string_token1] = ACTIONS(1656), + [ts_builtin_sym_end] = ACTIONS(1663), + [anon_sym_SEMI] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1665), + [anon_sym_record] = ACTIONS(1665), + [anon_sym_print] = ACTIONS(1665), + [anon_sym_event] = ACTIONS(1665), + [anon_sym_if] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1663), + [anon_sym_else] = ACTIONS(1665), + [anon_sym_switch] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_while] = ACTIONS(1665), + [anon_sym_next] = ACTIONS(1665), + [anon_sym_break] = ACTIONS(1665), + [anon_sym_fallthrough] = ACTIONS(1665), + [anon_sym_return] = ACTIONS(1665), + [anon_sym_add] = ACTIONS(1665), + [anon_sym_delete] = ACTIONS(1665), + [anon_sym_local] = ACTIONS(1665), + [anon_sym_when] = ACTIONS(1665), + [anon_sym_timeout] = ACTIONS(1665), + [anon_sym_assert] = ACTIONS(1665), + [anon_sym_table] = ACTIONS(1665), + [anon_sym_set] = ACTIONS(1665), + [anon_sym_vector] = ACTIONS(1665), + [anon_sym_function] = ACTIONS(1665), + [anon_sym_hook] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(1663), + [anon_sym_PIPE] = ACTIONS(1663), + [anon_sym_PLUS_PLUS] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1663), + [anon_sym_BANG] = ACTIONS(1663), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1665), + [anon_sym_copy] = ACTIONS(1665), + [anon_sym_schedule] = ACTIONS(1665), + [aux_sym_constant_token1] = ACTIONS(1665), + [anon_sym_T] = ACTIONS(1665), + [anon_sym_F] = ACTIONS(1665), + [anon_sym_ATdeprecated] = ACTIONS(1663), + [anon_sym_ATload] = ACTIONS(1665), + [anon_sym_ATload_DASHsigs] = ACTIONS(1663), + [anon_sym_ATload_DASHplugin] = ACTIONS(1663), + [anon_sym_ATunload] = ACTIONS(1663), + [anon_sym_ATprefixes] = ACTIONS(1663), + [anon_sym_ATif] = ACTIONS(1665), + [anon_sym_ATifdef] = ACTIONS(1663), + [anon_sym_ATifndef] = ACTIONS(1663), + [anon_sym_ATendif] = ACTIONS(1663), + [anon_sym_ATelse] = ACTIONS(1663), + [anon_sym_ATpragma] = ACTIONS(1663), + [anon_sym_ATDIR] = ACTIONS(1663), + [anon_sym_ATFILENAME] = ACTIONS(1663), + [sym_id] = ACTIONS(1665), + [sym_pattern] = ACTIONS(1663), + [sym_ipv6] = ACTIONS(1663), + [sym_ipv4] = ACTIONS(1665), + [sym_port] = ACTIONS(1663), + [sym_floatp] = ACTIONS(1665), + [sym_hex] = ACTIONS(1665), + [sym_hostname] = ACTIONS(1665), + [aux_sym_string_token1] = ACTIONS(1663), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -58157,71 +57391,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(537)] = { - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_RBRACE] = ACTIONS(125), - [anon_sym_const] = ACTIONS(127), - [anon_sym_record] = ACTIONS(127), - [anon_sym_print] = ACTIONS(127), - [anon_sym_event] = ACTIONS(127), - [anon_sym_if] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_RPAREN] = ACTIONS(125), - [anon_sym_switch] = ACTIONS(127), - [anon_sym_for] = ACTIONS(127), - [anon_sym_LBRACK] = ACTIONS(125), - [anon_sym_while] = ACTIONS(127), - [anon_sym_next] = ACTIONS(127), - [anon_sym_break] = ACTIONS(127), - [anon_sym_fallthrough] = ACTIONS(127), - [anon_sym_return] = ACTIONS(127), - [anon_sym_add] = ACTIONS(127), - [anon_sym_delete] = ACTIONS(127), - [anon_sym_local] = ACTIONS(127), - [anon_sym_when] = ACTIONS(127), - [anon_sym_timeout] = ACTIONS(127), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_table] = ACTIONS(127), - [anon_sym_set] = ACTIONS(127), - [anon_sym_vector] = ACTIONS(127), - [anon_sym_function] = ACTIONS(127), - [anon_sym_hook] = ACTIONS(127), - [anon_sym_DOLLAR] = ACTIONS(125), - [anon_sym_PIPE] = ACTIONS(125), - [anon_sym_PLUS_PLUS] = ACTIONS(125), - [anon_sym_DASH_DASH] = ACTIONS(125), - [anon_sym_BANG] = ACTIONS(125), - [anon_sym_TILDE] = ACTIONS(125), - [anon_sym_DASH] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(127), - [anon_sym_copy] = ACTIONS(127), - [anon_sym_schedule] = ACTIONS(127), - [aux_sym_constant_token1] = ACTIONS(127), - [anon_sym_T] = ACTIONS(127), - [anon_sym_F] = ACTIONS(127), - [anon_sym_ATdeprecated] = ACTIONS(125), - [anon_sym_ATload] = ACTIONS(127), - [anon_sym_ATload_DASHsigs] = ACTIONS(125), - [anon_sym_ATload_DASHplugin] = ACTIONS(125), - [anon_sym_ATunload] = ACTIONS(125), - [anon_sym_ATprefixes] = ACTIONS(125), - [anon_sym_ATif] = ACTIONS(127), - [anon_sym_ATifdef] = ACTIONS(125), - [anon_sym_ATifndef] = ACTIONS(125), - [anon_sym_ATendif] = ACTIONS(125), - [anon_sym_ATelse] = ACTIONS(125), - [anon_sym_ATpragma] = ACTIONS(125), - [anon_sym_ATDIR] = ACTIONS(125), - [anon_sym_ATFILENAME] = ACTIONS(125), - [sym_id] = ACTIONS(127), - [sym_pattern] = ACTIONS(125), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_const] = ACTIONS(129), + [anon_sym_record] = ACTIONS(129), + [anon_sym_print] = ACTIONS(129), + [anon_sym_event] = ACTIONS(129), + [anon_sym_if] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_switch] = ACTIONS(129), + [anon_sym_for] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_while] = ACTIONS(129), + [anon_sym_next] = ACTIONS(129), + [anon_sym_break] = ACTIONS(129), + [anon_sym_fallthrough] = ACTIONS(129), + [anon_sym_return] = ACTIONS(129), + [anon_sym_add] = ACTIONS(129), + [anon_sym_delete] = ACTIONS(129), + [anon_sym_local] = ACTIONS(129), + [anon_sym_when] = ACTIONS(129), + [anon_sym_timeout] = ACTIONS(129), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_table] = ACTIONS(129), + [anon_sym_set] = ACTIONS(129), + [anon_sym_vector] = ACTIONS(129), + [anon_sym_function] = ACTIONS(129), + [anon_sym_hook] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_DASH_DASH] = ACTIONS(127), + [anon_sym_BANG] = ACTIONS(127), + [anon_sym_TILDE] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_copy] = ACTIONS(129), + [anon_sym_schedule] = ACTIONS(129), + [aux_sym_constant_token1] = ACTIONS(129), + [anon_sym_T] = ACTIONS(129), + [anon_sym_F] = ACTIONS(129), + [anon_sym_ATdeprecated] = ACTIONS(127), + [anon_sym_ATload] = ACTIONS(129), + [anon_sym_ATload_DASHsigs] = ACTIONS(127), + [anon_sym_ATload_DASHplugin] = ACTIONS(127), + [anon_sym_ATunload] = ACTIONS(127), + [anon_sym_ATprefixes] = ACTIONS(127), + [anon_sym_ATif] = ACTIONS(129), + [anon_sym_ATifdef] = ACTIONS(127), + [anon_sym_ATifndef] = ACTIONS(127), + [anon_sym_ATendif] = ACTIONS(127), + [anon_sym_ATelse] = ACTIONS(127), + [anon_sym_ATpragma] = ACTIONS(127), + [anon_sym_ATDIR] = ACTIONS(127), + [anon_sym_ATFILENAME] = ACTIONS(127), + [sym_id] = ACTIONS(129), + [sym_pattern] = ACTIONS(127), [sym_ipv6] = ACTIONS(127), - [sym_ipv4] = ACTIONS(127), - [sym_port] = ACTIONS(125), - [sym_floatp] = ACTIONS(127), - [sym_hex] = ACTIONS(127), - [sym_hostname] = ACTIONS(127), - [aux_sym_string_token1] = ACTIONS(125), + [sym_ipv4] = ACTIONS(129), + [sym_port] = ACTIONS(127), + [sym_floatp] = ACTIONS(129), + [sym_hex] = ACTIONS(129), + [sym_hostname] = ACTIONS(129), + [aux_sym_string_token1] = ACTIONS(127), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -58229,71 +57463,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(538)] = { - [ts_builtin_sym_end] = ACTIONS(1492), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_else] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_timeout] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [ts_builtin_sym_end] = ACTIONS(1499), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_else] = ACTIONS(1501), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_timeout] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -58301,71 +57535,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(539)] = { - [ts_builtin_sym_end] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_else] = ACTIONS(1538), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_timeout] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [ts_builtin_sym_end] = ACTIONS(1543), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_timeout] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -58373,71 +57607,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(540)] = { - [ts_builtin_sym_end] = ACTIONS(1568), - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_record] = ACTIONS(1570), - [anon_sym_print] = ACTIONS(1570), - [anon_sym_event] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_else] = ACTIONS(1570), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_LBRACK] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_next] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_fallthrough] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_add] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_local] = ACTIONS(1570), - [anon_sym_when] = ACTIONS(1570), - [anon_sym_timeout] = ACTIONS(1570), - [anon_sym_assert] = ACTIONS(1570), - [anon_sym_table] = ACTIONS(1570), - [anon_sym_set] = ACTIONS(1570), - [anon_sym_vector] = ACTIONS(1570), - [anon_sym_function] = ACTIONS(1570), - [anon_sym_hook] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_copy] = ACTIONS(1570), - [anon_sym_schedule] = ACTIONS(1570), - [aux_sym_constant_token1] = ACTIONS(1570), - [anon_sym_T] = ACTIONS(1570), - [anon_sym_F] = ACTIONS(1570), - [anon_sym_ATdeprecated] = ACTIONS(1568), - [anon_sym_ATload] = ACTIONS(1570), - [anon_sym_ATload_DASHsigs] = ACTIONS(1568), - [anon_sym_ATload_DASHplugin] = ACTIONS(1568), - [anon_sym_ATunload] = ACTIONS(1568), - [anon_sym_ATprefixes] = ACTIONS(1568), - [anon_sym_ATif] = ACTIONS(1570), - [anon_sym_ATifdef] = ACTIONS(1568), - [anon_sym_ATifndef] = ACTIONS(1568), - [anon_sym_ATendif] = ACTIONS(1568), - [anon_sym_ATelse] = ACTIONS(1568), - [anon_sym_ATpragma] = ACTIONS(1568), - [anon_sym_ATDIR] = ACTIONS(1568), - [anon_sym_ATFILENAME] = ACTIONS(1568), - [sym_id] = ACTIONS(1570), - [sym_pattern] = ACTIONS(1568), - [sym_ipv6] = ACTIONS(1570), - [sym_ipv4] = ACTIONS(1570), - [sym_port] = ACTIONS(1568), - [sym_floatp] = ACTIONS(1570), - [sym_hex] = ACTIONS(1570), - [sym_hostname] = ACTIONS(1570), - [aux_sym_string_token1] = ACTIONS(1568), + [ts_builtin_sym_end] = ACTIONS(1575), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_record] = ACTIONS(1577), + [anon_sym_print] = ACTIONS(1577), + [anon_sym_event] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_LPAREN] = ACTIONS(1575), + [anon_sym_else] = ACTIONS(1577), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_next] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_fallthrough] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_add] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_local] = ACTIONS(1577), + [anon_sym_when] = ACTIONS(1577), + [anon_sym_timeout] = ACTIONS(1577), + [anon_sym_assert] = ACTIONS(1577), + [anon_sym_table] = ACTIONS(1577), + [anon_sym_set] = ACTIONS(1577), + [anon_sym_vector] = ACTIONS(1577), + [anon_sym_function] = ACTIONS(1577), + [anon_sym_hook] = ACTIONS(1577), + [anon_sym_DOLLAR] = ACTIONS(1575), + [anon_sym_PIPE] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_copy] = ACTIONS(1577), + [anon_sym_schedule] = ACTIONS(1577), + [aux_sym_constant_token1] = ACTIONS(1577), + [anon_sym_T] = ACTIONS(1577), + [anon_sym_F] = ACTIONS(1577), + [anon_sym_ATdeprecated] = ACTIONS(1575), + [anon_sym_ATload] = ACTIONS(1577), + [anon_sym_ATload_DASHsigs] = ACTIONS(1575), + [anon_sym_ATload_DASHplugin] = ACTIONS(1575), + [anon_sym_ATunload] = ACTIONS(1575), + [anon_sym_ATprefixes] = ACTIONS(1575), + [anon_sym_ATif] = ACTIONS(1577), + [anon_sym_ATifdef] = ACTIONS(1575), + [anon_sym_ATifndef] = ACTIONS(1575), + [anon_sym_ATendif] = ACTIONS(1575), + [anon_sym_ATelse] = ACTIONS(1575), + [anon_sym_ATpragma] = ACTIONS(1575), + [anon_sym_ATDIR] = ACTIONS(1575), + [anon_sym_ATFILENAME] = ACTIONS(1575), + [sym_id] = ACTIONS(1577), + [sym_pattern] = ACTIONS(1575), + [sym_ipv6] = ACTIONS(1575), + [sym_ipv4] = ACTIONS(1577), + [sym_port] = ACTIONS(1575), + [sym_floatp] = ACTIONS(1577), + [sym_hex] = ACTIONS(1577), + [sym_hostname] = ACTIONS(1577), + [aux_sym_string_token1] = ACTIONS(1575), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -58445,71 +57679,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(541)] = { - [ts_builtin_sym_end] = ACTIONS(1600), - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_record] = ACTIONS(1602), - [anon_sym_print] = ACTIONS(1602), - [anon_sym_event] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_else] = ACTIONS(1602), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1600), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_next] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_fallthrough] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_add] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_local] = ACTIONS(1602), - [anon_sym_when] = ACTIONS(1602), - [anon_sym_timeout] = ACTIONS(1602), - [anon_sym_assert] = ACTIONS(1602), - [anon_sym_table] = ACTIONS(1602), - [anon_sym_set] = ACTIONS(1602), - [anon_sym_vector] = ACTIONS(1602), - [anon_sym_function] = ACTIONS(1602), - [anon_sym_hook] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_copy] = ACTIONS(1602), - [anon_sym_schedule] = ACTIONS(1602), - [aux_sym_constant_token1] = ACTIONS(1602), - [anon_sym_T] = ACTIONS(1602), - [anon_sym_F] = ACTIONS(1602), - [anon_sym_ATdeprecated] = ACTIONS(1600), - [anon_sym_ATload] = ACTIONS(1602), - [anon_sym_ATload_DASHsigs] = ACTIONS(1600), - [anon_sym_ATload_DASHplugin] = ACTIONS(1600), - [anon_sym_ATunload] = ACTIONS(1600), - [anon_sym_ATprefixes] = ACTIONS(1600), - [anon_sym_ATif] = ACTIONS(1602), - [anon_sym_ATifdef] = ACTIONS(1600), - [anon_sym_ATifndef] = ACTIONS(1600), - [anon_sym_ATendif] = ACTIONS(1600), - [anon_sym_ATelse] = ACTIONS(1600), - [anon_sym_ATpragma] = ACTIONS(1600), - [anon_sym_ATDIR] = ACTIONS(1600), - [anon_sym_ATFILENAME] = ACTIONS(1600), - [sym_id] = ACTIONS(1602), - [sym_pattern] = ACTIONS(1600), - [sym_ipv6] = ACTIONS(1602), - [sym_ipv4] = ACTIONS(1602), - [sym_port] = ACTIONS(1600), - [sym_floatp] = ACTIONS(1602), - [sym_hex] = ACTIONS(1602), - [sym_hostname] = ACTIONS(1602), - [aux_sym_string_token1] = ACTIONS(1600), + [ts_builtin_sym_end] = ACTIONS(1607), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_record] = ACTIONS(1609), + [anon_sym_print] = ACTIONS(1609), + [anon_sym_event] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1607), + [anon_sym_else] = ACTIONS(1609), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_next] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_fallthrough] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_add] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_local] = ACTIONS(1609), + [anon_sym_when] = ACTIONS(1609), + [anon_sym_timeout] = ACTIONS(1609), + [anon_sym_assert] = ACTIONS(1609), + [anon_sym_table] = ACTIONS(1609), + [anon_sym_set] = ACTIONS(1609), + [anon_sym_vector] = ACTIONS(1609), + [anon_sym_function] = ACTIONS(1609), + [anon_sym_hook] = ACTIONS(1609), + [anon_sym_DOLLAR] = ACTIONS(1607), + [anon_sym_PIPE] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_copy] = ACTIONS(1609), + [anon_sym_schedule] = ACTIONS(1609), + [aux_sym_constant_token1] = ACTIONS(1609), + [anon_sym_T] = ACTIONS(1609), + [anon_sym_F] = ACTIONS(1609), + [anon_sym_ATdeprecated] = ACTIONS(1607), + [anon_sym_ATload] = ACTIONS(1609), + [anon_sym_ATload_DASHsigs] = ACTIONS(1607), + [anon_sym_ATload_DASHplugin] = ACTIONS(1607), + [anon_sym_ATunload] = ACTIONS(1607), + [anon_sym_ATprefixes] = ACTIONS(1607), + [anon_sym_ATif] = ACTIONS(1609), + [anon_sym_ATifdef] = ACTIONS(1607), + [anon_sym_ATifndef] = ACTIONS(1607), + [anon_sym_ATendif] = ACTIONS(1607), + [anon_sym_ATelse] = ACTIONS(1607), + [anon_sym_ATpragma] = ACTIONS(1607), + [anon_sym_ATDIR] = ACTIONS(1607), + [anon_sym_ATFILENAME] = ACTIONS(1607), + [sym_id] = ACTIONS(1609), + [sym_pattern] = ACTIONS(1607), + [sym_ipv6] = ACTIONS(1607), + [sym_ipv4] = ACTIONS(1609), + [sym_port] = ACTIONS(1607), + [sym_floatp] = ACTIONS(1609), + [sym_hex] = ACTIONS(1609), + [sym_hostname] = ACTIONS(1609), + [aux_sym_string_token1] = ACTIONS(1607), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -58517,71 +57751,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(542)] = { - [ts_builtin_sym_end] = ACTIONS(129), - [anon_sym_SEMI] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_const] = ACTIONS(131), - [anon_sym_record] = ACTIONS(131), - [anon_sym_print] = ACTIONS(131), - [anon_sym_event] = ACTIONS(131), - [anon_sym_if] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(129), - [anon_sym_else] = ACTIONS(131), - [anon_sym_switch] = ACTIONS(131), - [anon_sym_for] = ACTIONS(131), - [anon_sym_LBRACK] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_next] = ACTIONS(131), - [anon_sym_break] = ACTIONS(131), - [anon_sym_fallthrough] = ACTIONS(131), - [anon_sym_return] = ACTIONS(131), - [anon_sym_add] = ACTIONS(131), - [anon_sym_delete] = ACTIONS(131), - [anon_sym_local] = ACTIONS(131), - [anon_sym_when] = ACTIONS(131), - [anon_sym_assert] = ACTIONS(131), - [anon_sym_table] = ACTIONS(131), - [anon_sym_set] = ACTIONS(131), - [anon_sym_vector] = ACTIONS(131), - [anon_sym_function] = ACTIONS(131), - [anon_sym_hook] = ACTIONS(131), - [anon_sym_DOLLAR] = ACTIONS(129), - [anon_sym_PIPE] = ACTIONS(129), - [anon_sym_PLUS_PLUS] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(129), - [anon_sym_BANG] = ACTIONS(129), - [anon_sym_TILDE] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(131), - [anon_sym_PLUS] = ACTIONS(131), - [anon_sym_copy] = ACTIONS(131), - [anon_sym_schedule] = ACTIONS(131), - [aux_sym_constant_token1] = ACTIONS(131), - [anon_sym_T] = ACTIONS(131), - [anon_sym_F] = ACTIONS(131), - [anon_sym_ATdeprecated] = ACTIONS(129), - [anon_sym_ATload] = ACTIONS(131), - [anon_sym_ATload_DASHsigs] = ACTIONS(129), - [anon_sym_ATload_DASHplugin] = ACTIONS(129), - [anon_sym_ATunload] = ACTIONS(129), - [anon_sym_ATprefixes] = ACTIONS(129), - [anon_sym_ATif] = ACTIONS(131), - [anon_sym_ATifdef] = ACTIONS(129), - [anon_sym_ATifndef] = ACTIONS(129), - [anon_sym_ATendif] = ACTIONS(129), - [anon_sym_ATelse] = ACTIONS(129), - [anon_sym_ATpragma] = ACTIONS(129), - [anon_sym_ATDIR] = ACTIONS(129), - [anon_sym_ATFILENAME] = ACTIONS(129), - [sym_id] = ACTIONS(131), - [sym_pattern] = ACTIONS(129), + [ts_builtin_sym_end] = ACTIONS(131), + [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_const] = ACTIONS(133), + [anon_sym_record] = ACTIONS(133), + [anon_sym_print] = ACTIONS(133), + [anon_sym_event] = ACTIONS(133), + [anon_sym_if] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_RPAREN] = ACTIONS(131), + [anon_sym_else] = ACTIONS(133), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_for] = ACTIONS(133), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_while] = ACTIONS(133), + [anon_sym_next] = ACTIONS(133), + [anon_sym_break] = ACTIONS(133), + [anon_sym_fallthrough] = ACTIONS(133), + [anon_sym_return] = ACTIONS(133), + [anon_sym_add] = ACTIONS(133), + [anon_sym_delete] = ACTIONS(133), + [anon_sym_local] = ACTIONS(133), + [anon_sym_when] = ACTIONS(133), + [anon_sym_assert] = ACTIONS(133), + [anon_sym_table] = ACTIONS(133), + [anon_sym_set] = ACTIONS(133), + [anon_sym_vector] = ACTIONS(133), + [anon_sym_function] = ACTIONS(133), + [anon_sym_hook] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(131), + [anon_sym_PLUS_PLUS] = ACTIONS(131), + [anon_sym_DASH_DASH] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(131), + [anon_sym_TILDE] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_copy] = ACTIONS(133), + [anon_sym_schedule] = ACTIONS(133), + [aux_sym_constant_token1] = ACTIONS(133), + [anon_sym_T] = ACTIONS(133), + [anon_sym_F] = ACTIONS(133), + [anon_sym_ATdeprecated] = ACTIONS(131), + [anon_sym_ATload] = ACTIONS(133), + [anon_sym_ATload_DASHsigs] = ACTIONS(131), + [anon_sym_ATload_DASHplugin] = ACTIONS(131), + [anon_sym_ATunload] = ACTIONS(131), + [anon_sym_ATprefixes] = ACTIONS(131), + [anon_sym_ATif] = ACTIONS(133), + [anon_sym_ATifdef] = ACTIONS(131), + [anon_sym_ATifndef] = ACTIONS(131), + [anon_sym_ATendif] = ACTIONS(131), + [anon_sym_ATelse] = ACTIONS(131), + [anon_sym_ATpragma] = ACTIONS(131), + [anon_sym_ATDIR] = ACTIONS(131), + [anon_sym_ATFILENAME] = ACTIONS(131), + [sym_id] = ACTIONS(133), + [sym_pattern] = ACTIONS(131), [sym_ipv6] = ACTIONS(131), - [sym_ipv4] = ACTIONS(131), - [sym_port] = ACTIONS(129), - [sym_floatp] = ACTIONS(131), - [sym_hex] = ACTIONS(131), - [sym_hostname] = ACTIONS(131), - [aux_sym_string_token1] = ACTIONS(129), + [sym_ipv4] = ACTIONS(133), + [sym_port] = ACTIONS(131), + [sym_floatp] = ACTIONS(133), + [sym_hex] = ACTIONS(133), + [sym_hostname] = ACTIONS(133), + [aux_sym_string_token1] = ACTIONS(131), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -58589,71 +57823,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(543)] = { - [ts_builtin_sym_end] = ACTIONS(125), - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_const] = ACTIONS(127), - [anon_sym_record] = ACTIONS(127), - [anon_sym_print] = ACTIONS(127), - [anon_sym_event] = ACTIONS(127), - [anon_sym_if] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_RPAREN] = ACTIONS(125), - [anon_sym_else] = ACTIONS(127), - [anon_sym_switch] = ACTIONS(127), - [anon_sym_for] = ACTIONS(127), - [anon_sym_LBRACK] = ACTIONS(125), - [anon_sym_while] = ACTIONS(127), - [anon_sym_next] = ACTIONS(127), - [anon_sym_break] = ACTIONS(127), - [anon_sym_fallthrough] = ACTIONS(127), - [anon_sym_return] = ACTIONS(127), - [anon_sym_add] = ACTIONS(127), - [anon_sym_delete] = ACTIONS(127), - [anon_sym_local] = ACTIONS(127), - [anon_sym_when] = ACTIONS(127), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_table] = ACTIONS(127), - [anon_sym_set] = ACTIONS(127), - [anon_sym_vector] = ACTIONS(127), - [anon_sym_function] = ACTIONS(127), - [anon_sym_hook] = ACTIONS(127), - [anon_sym_DOLLAR] = ACTIONS(125), - [anon_sym_PIPE] = ACTIONS(125), - [anon_sym_PLUS_PLUS] = ACTIONS(125), - [anon_sym_DASH_DASH] = ACTIONS(125), - [anon_sym_BANG] = ACTIONS(125), - [anon_sym_TILDE] = ACTIONS(125), - [anon_sym_DASH] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(127), - [anon_sym_copy] = ACTIONS(127), - [anon_sym_schedule] = ACTIONS(127), - [aux_sym_constant_token1] = ACTIONS(127), - [anon_sym_T] = ACTIONS(127), - [anon_sym_F] = ACTIONS(127), - [anon_sym_ATdeprecated] = ACTIONS(125), - [anon_sym_ATload] = ACTIONS(127), - [anon_sym_ATload_DASHsigs] = ACTIONS(125), - [anon_sym_ATload_DASHplugin] = ACTIONS(125), - [anon_sym_ATunload] = ACTIONS(125), - [anon_sym_ATprefixes] = ACTIONS(125), - [anon_sym_ATif] = ACTIONS(127), - [anon_sym_ATifdef] = ACTIONS(125), - [anon_sym_ATifndef] = ACTIONS(125), - [anon_sym_ATendif] = ACTIONS(125), - [anon_sym_ATelse] = ACTIONS(125), - [anon_sym_ATpragma] = ACTIONS(125), - [anon_sym_ATDIR] = ACTIONS(125), - [anon_sym_ATFILENAME] = ACTIONS(125), - [sym_id] = ACTIONS(127), - [sym_pattern] = ACTIONS(125), + [ts_builtin_sym_end] = ACTIONS(127), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_const] = ACTIONS(129), + [anon_sym_record] = ACTIONS(129), + [anon_sym_print] = ACTIONS(129), + [anon_sym_event] = ACTIONS(129), + [anon_sym_if] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_else] = ACTIONS(129), + [anon_sym_switch] = ACTIONS(129), + [anon_sym_for] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_while] = ACTIONS(129), + [anon_sym_next] = ACTIONS(129), + [anon_sym_break] = ACTIONS(129), + [anon_sym_fallthrough] = ACTIONS(129), + [anon_sym_return] = ACTIONS(129), + [anon_sym_add] = ACTIONS(129), + [anon_sym_delete] = ACTIONS(129), + [anon_sym_local] = ACTIONS(129), + [anon_sym_when] = ACTIONS(129), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_table] = ACTIONS(129), + [anon_sym_set] = ACTIONS(129), + [anon_sym_vector] = ACTIONS(129), + [anon_sym_function] = ACTIONS(129), + [anon_sym_hook] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_DASH_DASH] = ACTIONS(127), + [anon_sym_BANG] = ACTIONS(127), + [anon_sym_TILDE] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_copy] = ACTIONS(129), + [anon_sym_schedule] = ACTIONS(129), + [aux_sym_constant_token1] = ACTIONS(129), + [anon_sym_T] = ACTIONS(129), + [anon_sym_F] = ACTIONS(129), + [anon_sym_ATdeprecated] = ACTIONS(127), + [anon_sym_ATload] = ACTIONS(129), + [anon_sym_ATload_DASHsigs] = ACTIONS(127), + [anon_sym_ATload_DASHplugin] = ACTIONS(127), + [anon_sym_ATunload] = ACTIONS(127), + [anon_sym_ATprefixes] = ACTIONS(127), + [anon_sym_ATif] = ACTIONS(129), + [anon_sym_ATifdef] = ACTIONS(127), + [anon_sym_ATifndef] = ACTIONS(127), + [anon_sym_ATendif] = ACTIONS(127), + [anon_sym_ATelse] = ACTIONS(127), + [anon_sym_ATpragma] = ACTIONS(127), + [anon_sym_ATDIR] = ACTIONS(127), + [anon_sym_ATFILENAME] = ACTIONS(127), + [sym_id] = ACTIONS(129), + [sym_pattern] = ACTIONS(127), [sym_ipv6] = ACTIONS(127), - [sym_ipv4] = ACTIONS(127), - [sym_port] = ACTIONS(125), - [sym_floatp] = ACTIONS(127), - [sym_hex] = ACTIONS(127), - [sym_hostname] = ACTIONS(127), - [aux_sym_string_token1] = ACTIONS(125), + [sym_ipv4] = ACTIONS(129), + [sym_port] = ACTIONS(127), + [sym_floatp] = ACTIONS(129), + [sym_hex] = ACTIONS(129), + [sym_hostname] = ACTIONS(129), + [aux_sym_string_token1] = ACTIONS(127), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -58661,71 +57895,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(544)] = { - [anon_sym_SEMI] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_RBRACE] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1658), - [anon_sym_record] = ACTIONS(1658), - [anon_sym_print] = ACTIONS(1658), - [anon_sym_event] = ACTIONS(1658), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1656), - [anon_sym_else] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1658), - [anon_sym_next] = ACTIONS(1658), - [anon_sym_break] = ACTIONS(1658), - [anon_sym_fallthrough] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1658), - [anon_sym_add] = ACTIONS(1658), - [anon_sym_delete] = ACTIONS(1658), - [anon_sym_local] = ACTIONS(1658), - [anon_sym_when] = ACTIONS(1658), - [anon_sym_timeout] = ACTIONS(1658), - [anon_sym_assert] = ACTIONS(1658), - [anon_sym_table] = ACTIONS(1658), - [anon_sym_set] = ACTIONS(1658), - [anon_sym_vector] = ACTIONS(1658), - [anon_sym_function] = ACTIONS(1658), - [anon_sym_hook] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1656), - [anon_sym_PIPE] = ACTIONS(1656), - [anon_sym_PLUS_PLUS] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1656), - [anon_sym_BANG] = ACTIONS(1656), - [anon_sym_TILDE] = ACTIONS(1656), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_copy] = ACTIONS(1658), - [anon_sym_schedule] = ACTIONS(1658), - [aux_sym_constant_token1] = ACTIONS(1658), - [anon_sym_T] = ACTIONS(1658), - [anon_sym_F] = ACTIONS(1658), - [anon_sym_ATdeprecated] = ACTIONS(1656), - [anon_sym_ATload] = ACTIONS(1658), - [anon_sym_ATload_DASHsigs] = ACTIONS(1656), - [anon_sym_ATload_DASHplugin] = ACTIONS(1656), - [anon_sym_ATunload] = ACTIONS(1656), - [anon_sym_ATprefixes] = ACTIONS(1656), - [anon_sym_ATif] = ACTIONS(1658), - [anon_sym_ATifdef] = ACTIONS(1656), - [anon_sym_ATifndef] = ACTIONS(1656), - [anon_sym_ATendif] = ACTIONS(1656), - [anon_sym_ATelse] = ACTIONS(1656), - [anon_sym_ATpragma] = ACTIONS(1656), - [anon_sym_ATDIR] = ACTIONS(1656), - [anon_sym_ATFILENAME] = ACTIONS(1656), - [sym_id] = ACTIONS(1658), - [sym_pattern] = ACTIONS(1656), - [sym_ipv6] = ACTIONS(1658), - [sym_ipv4] = ACTIONS(1658), - [sym_port] = ACTIONS(1656), - [sym_floatp] = ACTIONS(1658), - [sym_hex] = ACTIONS(1658), - [sym_hostname] = ACTIONS(1658), - [aux_sym_string_token1] = ACTIONS(1656), + [anon_sym_SEMI] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1663), + [anon_sym_RBRACE] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1665), + [anon_sym_record] = ACTIONS(1665), + [anon_sym_print] = ACTIONS(1665), + [anon_sym_event] = ACTIONS(1665), + [anon_sym_if] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1663), + [anon_sym_else] = ACTIONS(1665), + [anon_sym_switch] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_while] = ACTIONS(1665), + [anon_sym_next] = ACTIONS(1665), + [anon_sym_break] = ACTIONS(1665), + [anon_sym_fallthrough] = ACTIONS(1665), + [anon_sym_return] = ACTIONS(1665), + [anon_sym_add] = ACTIONS(1665), + [anon_sym_delete] = ACTIONS(1665), + [anon_sym_local] = ACTIONS(1665), + [anon_sym_when] = ACTIONS(1665), + [anon_sym_timeout] = ACTIONS(1665), + [anon_sym_assert] = ACTIONS(1665), + [anon_sym_table] = ACTIONS(1665), + [anon_sym_set] = ACTIONS(1665), + [anon_sym_vector] = ACTIONS(1665), + [anon_sym_function] = ACTIONS(1665), + [anon_sym_hook] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(1663), + [anon_sym_PIPE] = ACTIONS(1663), + [anon_sym_PLUS_PLUS] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1663), + [anon_sym_BANG] = ACTIONS(1663), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1665), + [anon_sym_copy] = ACTIONS(1665), + [anon_sym_schedule] = ACTIONS(1665), + [aux_sym_constant_token1] = ACTIONS(1665), + [anon_sym_T] = ACTIONS(1665), + [anon_sym_F] = ACTIONS(1665), + [anon_sym_ATdeprecated] = ACTIONS(1663), + [anon_sym_ATload] = ACTIONS(1665), + [anon_sym_ATload_DASHsigs] = ACTIONS(1663), + [anon_sym_ATload_DASHplugin] = ACTIONS(1663), + [anon_sym_ATunload] = ACTIONS(1663), + [anon_sym_ATprefixes] = ACTIONS(1663), + [anon_sym_ATif] = ACTIONS(1665), + [anon_sym_ATifdef] = ACTIONS(1663), + [anon_sym_ATifndef] = ACTIONS(1663), + [anon_sym_ATendif] = ACTIONS(1663), + [anon_sym_ATelse] = ACTIONS(1663), + [anon_sym_ATpragma] = ACTIONS(1663), + [anon_sym_ATDIR] = ACTIONS(1663), + [anon_sym_ATFILENAME] = ACTIONS(1663), + [sym_id] = ACTIONS(1665), + [sym_pattern] = ACTIONS(1663), + [sym_ipv6] = ACTIONS(1663), + [sym_ipv4] = ACTIONS(1665), + [sym_port] = ACTIONS(1663), + [sym_floatp] = ACTIONS(1665), + [sym_hex] = ACTIONS(1665), + [sym_hostname] = ACTIONS(1665), + [aux_sym_string_token1] = ACTIONS(1663), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -58733,71 +57967,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(545)] = { - [ts_builtin_sym_end] = ACTIONS(1492), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1813), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_timeout] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [ts_builtin_sym_end] = ACTIONS(1499), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_timeout] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -58805,71 +58039,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(546)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_else] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_timeout] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_else] = ACTIONS(1501), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_timeout] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -58877,71 +58111,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(547)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_else] = ACTIONS(1538), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_timeout] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_timeout] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -58949,71 +58183,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(548)] = { - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_RBRACE] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_record] = ACTIONS(1570), - [anon_sym_print] = ACTIONS(1570), - [anon_sym_event] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_else] = ACTIONS(1570), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_LBRACK] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_next] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_fallthrough] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_add] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_local] = ACTIONS(1570), - [anon_sym_when] = ACTIONS(1570), - [anon_sym_timeout] = ACTIONS(1570), - [anon_sym_assert] = ACTIONS(1570), - [anon_sym_table] = ACTIONS(1570), - [anon_sym_set] = ACTIONS(1570), - [anon_sym_vector] = ACTIONS(1570), - [anon_sym_function] = ACTIONS(1570), - [anon_sym_hook] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_copy] = ACTIONS(1570), - [anon_sym_schedule] = ACTIONS(1570), - [aux_sym_constant_token1] = ACTIONS(1570), - [anon_sym_T] = ACTIONS(1570), - [anon_sym_F] = ACTIONS(1570), - [anon_sym_ATdeprecated] = ACTIONS(1568), - [anon_sym_ATload] = ACTIONS(1570), - [anon_sym_ATload_DASHsigs] = ACTIONS(1568), - [anon_sym_ATload_DASHplugin] = ACTIONS(1568), - [anon_sym_ATunload] = ACTIONS(1568), - [anon_sym_ATprefixes] = ACTIONS(1568), - [anon_sym_ATif] = ACTIONS(1570), - [anon_sym_ATifdef] = ACTIONS(1568), - [anon_sym_ATifndef] = ACTIONS(1568), - [anon_sym_ATendif] = ACTIONS(1568), - [anon_sym_ATelse] = ACTIONS(1568), - [anon_sym_ATpragma] = ACTIONS(1568), - [anon_sym_ATDIR] = ACTIONS(1568), - [anon_sym_ATFILENAME] = ACTIONS(1568), - [sym_id] = ACTIONS(1570), - [sym_pattern] = ACTIONS(1568), - [sym_ipv6] = ACTIONS(1570), - [sym_ipv4] = ACTIONS(1570), - [sym_port] = ACTIONS(1568), - [sym_floatp] = ACTIONS(1570), - [sym_hex] = ACTIONS(1570), - [sym_hostname] = ACTIONS(1570), - [aux_sym_string_token1] = ACTIONS(1568), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_RBRACE] = ACTIONS(1575), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_record] = ACTIONS(1577), + [anon_sym_print] = ACTIONS(1577), + [anon_sym_event] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_LPAREN] = ACTIONS(1575), + [anon_sym_else] = ACTIONS(1577), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_next] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_fallthrough] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_add] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_local] = ACTIONS(1577), + [anon_sym_when] = ACTIONS(1577), + [anon_sym_timeout] = ACTIONS(1577), + [anon_sym_assert] = ACTIONS(1577), + [anon_sym_table] = ACTIONS(1577), + [anon_sym_set] = ACTIONS(1577), + [anon_sym_vector] = ACTIONS(1577), + [anon_sym_function] = ACTIONS(1577), + [anon_sym_hook] = ACTIONS(1577), + [anon_sym_DOLLAR] = ACTIONS(1575), + [anon_sym_PIPE] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_copy] = ACTIONS(1577), + [anon_sym_schedule] = ACTIONS(1577), + [aux_sym_constant_token1] = ACTIONS(1577), + [anon_sym_T] = ACTIONS(1577), + [anon_sym_F] = ACTIONS(1577), + [anon_sym_ATdeprecated] = ACTIONS(1575), + [anon_sym_ATload] = ACTIONS(1577), + [anon_sym_ATload_DASHsigs] = ACTIONS(1575), + [anon_sym_ATload_DASHplugin] = ACTIONS(1575), + [anon_sym_ATunload] = ACTIONS(1575), + [anon_sym_ATprefixes] = ACTIONS(1575), + [anon_sym_ATif] = ACTIONS(1577), + [anon_sym_ATifdef] = ACTIONS(1575), + [anon_sym_ATifndef] = ACTIONS(1575), + [anon_sym_ATendif] = ACTIONS(1575), + [anon_sym_ATelse] = ACTIONS(1575), + [anon_sym_ATpragma] = ACTIONS(1575), + [anon_sym_ATDIR] = ACTIONS(1575), + [anon_sym_ATFILENAME] = ACTIONS(1575), + [sym_id] = ACTIONS(1577), + [sym_pattern] = ACTIONS(1575), + [sym_ipv6] = ACTIONS(1575), + [sym_ipv4] = ACTIONS(1577), + [sym_port] = ACTIONS(1575), + [sym_floatp] = ACTIONS(1577), + [sym_hex] = ACTIONS(1577), + [sym_hostname] = ACTIONS(1577), + [aux_sym_string_token1] = ACTIONS(1575), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -59021,71 +58255,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(549)] = { - [ts_builtin_sym_end] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1815), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_timeout] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [ts_builtin_sym_end] = ACTIONS(1543), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_RPAREN] = ACTIONS(1822), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_timeout] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -59093,71 +58327,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(550)] = { - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_RBRACE] = ACTIONS(1600), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_record] = ACTIONS(1602), - [anon_sym_print] = ACTIONS(1602), - [anon_sym_event] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_else] = ACTIONS(1602), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1600), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_next] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_fallthrough] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_add] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_local] = ACTIONS(1602), - [anon_sym_when] = ACTIONS(1602), - [anon_sym_timeout] = ACTIONS(1602), - [anon_sym_assert] = ACTIONS(1602), - [anon_sym_table] = ACTIONS(1602), - [anon_sym_set] = ACTIONS(1602), - [anon_sym_vector] = ACTIONS(1602), - [anon_sym_function] = ACTIONS(1602), - [anon_sym_hook] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_copy] = ACTIONS(1602), - [anon_sym_schedule] = ACTIONS(1602), - [aux_sym_constant_token1] = ACTIONS(1602), - [anon_sym_T] = ACTIONS(1602), - [anon_sym_F] = ACTIONS(1602), - [anon_sym_ATdeprecated] = ACTIONS(1600), - [anon_sym_ATload] = ACTIONS(1602), - [anon_sym_ATload_DASHsigs] = ACTIONS(1600), - [anon_sym_ATload_DASHplugin] = ACTIONS(1600), - [anon_sym_ATunload] = ACTIONS(1600), - [anon_sym_ATprefixes] = ACTIONS(1600), - [anon_sym_ATif] = ACTIONS(1602), - [anon_sym_ATifdef] = ACTIONS(1600), - [anon_sym_ATifndef] = ACTIONS(1600), - [anon_sym_ATendif] = ACTIONS(1600), - [anon_sym_ATelse] = ACTIONS(1600), - [anon_sym_ATpragma] = ACTIONS(1600), - [anon_sym_ATDIR] = ACTIONS(1600), - [anon_sym_ATFILENAME] = ACTIONS(1600), - [sym_id] = ACTIONS(1602), - [sym_pattern] = ACTIONS(1600), - [sym_ipv6] = ACTIONS(1602), - [sym_ipv4] = ACTIONS(1602), - [sym_port] = ACTIONS(1600), - [sym_floatp] = ACTIONS(1602), - [sym_hex] = ACTIONS(1602), - [sym_hostname] = ACTIONS(1602), - [aux_sym_string_token1] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_RBRACE] = ACTIONS(1607), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_record] = ACTIONS(1609), + [anon_sym_print] = ACTIONS(1609), + [anon_sym_event] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1607), + [anon_sym_else] = ACTIONS(1609), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_next] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_fallthrough] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_add] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_local] = ACTIONS(1609), + [anon_sym_when] = ACTIONS(1609), + [anon_sym_timeout] = ACTIONS(1609), + [anon_sym_assert] = ACTIONS(1609), + [anon_sym_table] = ACTIONS(1609), + [anon_sym_set] = ACTIONS(1609), + [anon_sym_vector] = ACTIONS(1609), + [anon_sym_function] = ACTIONS(1609), + [anon_sym_hook] = ACTIONS(1609), + [anon_sym_DOLLAR] = ACTIONS(1607), + [anon_sym_PIPE] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_copy] = ACTIONS(1609), + [anon_sym_schedule] = ACTIONS(1609), + [aux_sym_constant_token1] = ACTIONS(1609), + [anon_sym_T] = ACTIONS(1609), + [anon_sym_F] = ACTIONS(1609), + [anon_sym_ATdeprecated] = ACTIONS(1607), + [anon_sym_ATload] = ACTIONS(1609), + [anon_sym_ATload_DASHsigs] = ACTIONS(1607), + [anon_sym_ATload_DASHplugin] = ACTIONS(1607), + [anon_sym_ATunload] = ACTIONS(1607), + [anon_sym_ATprefixes] = ACTIONS(1607), + [anon_sym_ATif] = ACTIONS(1609), + [anon_sym_ATifdef] = ACTIONS(1607), + [anon_sym_ATifndef] = ACTIONS(1607), + [anon_sym_ATendif] = ACTIONS(1607), + [anon_sym_ATelse] = ACTIONS(1607), + [anon_sym_ATpragma] = ACTIONS(1607), + [anon_sym_ATDIR] = ACTIONS(1607), + [anon_sym_ATFILENAME] = ACTIONS(1607), + [sym_id] = ACTIONS(1609), + [sym_pattern] = ACTIONS(1607), + [sym_ipv6] = ACTIONS(1607), + [sym_ipv4] = ACTIONS(1609), + [sym_port] = ACTIONS(1607), + [sym_floatp] = ACTIONS(1609), + [sym_hex] = ACTIONS(1609), + [sym_hostname] = ACTIONS(1609), + [aux_sym_string_token1] = ACTIONS(1607), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -59165,71 +58399,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(551)] = { - [ts_builtin_sym_end] = ACTIONS(1492), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1817), - [anon_sym_else] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [ts_builtin_sym_end] = ACTIONS(1499), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_RPAREN] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1501), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -59237,71 +58471,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(552)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_case] = ACTIONS(1732), - [anon_sym_default] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1739), + [anon_sym_default] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -59309,71 +58543,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(553)] = { - [ts_builtin_sym_end] = ACTIONS(129), - [anon_sym_SEMI] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_const] = ACTIONS(131), - [anon_sym_record] = ACTIONS(131), - [anon_sym_print] = ACTIONS(131), - [anon_sym_event] = ACTIONS(131), - [anon_sym_if] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(129), - [anon_sym_switch] = ACTIONS(131), - [anon_sym_for] = ACTIONS(131), - [anon_sym_LBRACK] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_next] = ACTIONS(131), - [anon_sym_break] = ACTIONS(131), - [anon_sym_fallthrough] = ACTIONS(131), - [anon_sym_return] = ACTIONS(131), - [anon_sym_add] = ACTIONS(131), - [anon_sym_delete] = ACTIONS(131), - [anon_sym_local] = ACTIONS(131), - [anon_sym_when] = ACTIONS(131), - [anon_sym_timeout] = ACTIONS(131), - [anon_sym_assert] = ACTIONS(131), - [anon_sym_table] = ACTIONS(131), - [anon_sym_set] = ACTIONS(131), - [anon_sym_vector] = ACTIONS(131), - [anon_sym_function] = ACTIONS(131), - [anon_sym_hook] = ACTIONS(131), - [anon_sym_DOLLAR] = ACTIONS(129), - [anon_sym_PIPE] = ACTIONS(129), - [anon_sym_PLUS_PLUS] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(129), - [anon_sym_BANG] = ACTIONS(129), - [anon_sym_TILDE] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(131), - [anon_sym_PLUS] = ACTIONS(131), - [anon_sym_copy] = ACTIONS(131), - [anon_sym_schedule] = ACTIONS(131), - [aux_sym_constant_token1] = ACTIONS(131), - [anon_sym_T] = ACTIONS(131), - [anon_sym_F] = ACTIONS(131), - [anon_sym_ATdeprecated] = ACTIONS(129), - [anon_sym_ATload] = ACTIONS(131), - [anon_sym_ATload_DASHsigs] = ACTIONS(129), - [anon_sym_ATload_DASHplugin] = ACTIONS(129), - [anon_sym_ATunload] = ACTIONS(129), - [anon_sym_ATprefixes] = ACTIONS(129), - [anon_sym_ATif] = ACTIONS(131), - [anon_sym_ATifdef] = ACTIONS(129), - [anon_sym_ATifndef] = ACTIONS(129), - [anon_sym_ATendif] = ACTIONS(129), - [anon_sym_ATelse] = ACTIONS(129), - [anon_sym_ATpragma] = ACTIONS(129), - [anon_sym_ATDIR] = ACTIONS(129), - [anon_sym_ATFILENAME] = ACTIONS(129), - [sym_id] = ACTIONS(131), - [sym_pattern] = ACTIONS(129), + [ts_builtin_sym_end] = ACTIONS(131), + [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_const] = ACTIONS(133), + [anon_sym_record] = ACTIONS(133), + [anon_sym_print] = ACTIONS(133), + [anon_sym_event] = ACTIONS(133), + [anon_sym_if] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_RPAREN] = ACTIONS(131), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_for] = ACTIONS(133), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_while] = ACTIONS(133), + [anon_sym_next] = ACTIONS(133), + [anon_sym_break] = ACTIONS(133), + [anon_sym_fallthrough] = ACTIONS(133), + [anon_sym_return] = ACTIONS(133), + [anon_sym_add] = ACTIONS(133), + [anon_sym_delete] = ACTIONS(133), + [anon_sym_local] = ACTIONS(133), + [anon_sym_when] = ACTIONS(133), + [anon_sym_timeout] = ACTIONS(133), + [anon_sym_assert] = ACTIONS(133), + [anon_sym_table] = ACTIONS(133), + [anon_sym_set] = ACTIONS(133), + [anon_sym_vector] = ACTIONS(133), + [anon_sym_function] = ACTIONS(133), + [anon_sym_hook] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(131), + [anon_sym_PLUS_PLUS] = ACTIONS(131), + [anon_sym_DASH_DASH] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(131), + [anon_sym_TILDE] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_copy] = ACTIONS(133), + [anon_sym_schedule] = ACTIONS(133), + [aux_sym_constant_token1] = ACTIONS(133), + [anon_sym_T] = ACTIONS(133), + [anon_sym_F] = ACTIONS(133), + [anon_sym_ATdeprecated] = ACTIONS(131), + [anon_sym_ATload] = ACTIONS(133), + [anon_sym_ATload_DASHsigs] = ACTIONS(131), + [anon_sym_ATload_DASHplugin] = ACTIONS(131), + [anon_sym_ATunload] = ACTIONS(131), + [anon_sym_ATprefixes] = ACTIONS(131), + [anon_sym_ATif] = ACTIONS(133), + [anon_sym_ATifdef] = ACTIONS(131), + [anon_sym_ATifndef] = ACTIONS(131), + [anon_sym_ATendif] = ACTIONS(131), + [anon_sym_ATelse] = ACTIONS(131), + [anon_sym_ATpragma] = ACTIONS(131), + [anon_sym_ATDIR] = ACTIONS(131), + [anon_sym_ATFILENAME] = ACTIONS(131), + [sym_id] = ACTIONS(133), + [sym_pattern] = ACTIONS(131), [sym_ipv6] = ACTIONS(131), - [sym_ipv4] = ACTIONS(131), - [sym_port] = ACTIONS(129), - [sym_floatp] = ACTIONS(131), - [sym_hex] = ACTIONS(131), - [sym_hostname] = ACTIONS(131), - [aux_sym_string_token1] = ACTIONS(129), + [sym_ipv4] = ACTIONS(133), + [sym_port] = ACTIONS(131), + [sym_floatp] = ACTIONS(133), + [sym_hex] = ACTIONS(133), + [sym_hostname] = ACTIONS(133), + [aux_sym_string_token1] = ACTIONS(131), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -59381,71 +58615,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(554)] = { - [ts_builtin_sym_end] = ACTIONS(125), - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_const] = ACTIONS(127), - [anon_sym_record] = ACTIONS(127), - [anon_sym_print] = ACTIONS(127), - [anon_sym_event] = ACTIONS(127), - [anon_sym_if] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_RPAREN] = ACTIONS(125), - [anon_sym_switch] = ACTIONS(127), - [anon_sym_for] = ACTIONS(127), - [anon_sym_LBRACK] = ACTIONS(125), - [anon_sym_while] = ACTIONS(127), - [anon_sym_next] = ACTIONS(127), - [anon_sym_break] = ACTIONS(127), - [anon_sym_fallthrough] = ACTIONS(127), - [anon_sym_return] = ACTIONS(127), - [anon_sym_add] = ACTIONS(127), - [anon_sym_delete] = ACTIONS(127), - [anon_sym_local] = ACTIONS(127), - [anon_sym_when] = ACTIONS(127), - [anon_sym_timeout] = ACTIONS(127), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_table] = ACTIONS(127), - [anon_sym_set] = ACTIONS(127), - [anon_sym_vector] = ACTIONS(127), - [anon_sym_function] = ACTIONS(127), - [anon_sym_hook] = ACTIONS(127), - [anon_sym_DOLLAR] = ACTIONS(125), - [anon_sym_PIPE] = ACTIONS(125), - [anon_sym_PLUS_PLUS] = ACTIONS(125), - [anon_sym_DASH_DASH] = ACTIONS(125), - [anon_sym_BANG] = ACTIONS(125), - [anon_sym_TILDE] = ACTIONS(125), - [anon_sym_DASH] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(127), - [anon_sym_copy] = ACTIONS(127), - [anon_sym_schedule] = ACTIONS(127), - [aux_sym_constant_token1] = ACTIONS(127), - [anon_sym_T] = ACTIONS(127), - [anon_sym_F] = ACTIONS(127), - [anon_sym_ATdeprecated] = ACTIONS(125), - [anon_sym_ATload] = ACTIONS(127), - [anon_sym_ATload_DASHsigs] = ACTIONS(125), - [anon_sym_ATload_DASHplugin] = ACTIONS(125), - [anon_sym_ATunload] = ACTIONS(125), - [anon_sym_ATprefixes] = ACTIONS(125), - [anon_sym_ATif] = ACTIONS(127), - [anon_sym_ATifdef] = ACTIONS(125), - [anon_sym_ATifndef] = ACTIONS(125), - [anon_sym_ATendif] = ACTIONS(125), - [anon_sym_ATelse] = ACTIONS(125), - [anon_sym_ATpragma] = ACTIONS(125), - [anon_sym_ATDIR] = ACTIONS(125), - [anon_sym_ATFILENAME] = ACTIONS(125), - [sym_id] = ACTIONS(127), - [sym_pattern] = ACTIONS(125), + [ts_builtin_sym_end] = ACTIONS(127), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_const] = ACTIONS(129), + [anon_sym_record] = ACTIONS(129), + [anon_sym_print] = ACTIONS(129), + [anon_sym_event] = ACTIONS(129), + [anon_sym_if] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_switch] = ACTIONS(129), + [anon_sym_for] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_while] = ACTIONS(129), + [anon_sym_next] = ACTIONS(129), + [anon_sym_break] = ACTIONS(129), + [anon_sym_fallthrough] = ACTIONS(129), + [anon_sym_return] = ACTIONS(129), + [anon_sym_add] = ACTIONS(129), + [anon_sym_delete] = ACTIONS(129), + [anon_sym_local] = ACTIONS(129), + [anon_sym_when] = ACTIONS(129), + [anon_sym_timeout] = ACTIONS(129), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_table] = ACTIONS(129), + [anon_sym_set] = ACTIONS(129), + [anon_sym_vector] = ACTIONS(129), + [anon_sym_function] = ACTIONS(129), + [anon_sym_hook] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_DASH_DASH] = ACTIONS(127), + [anon_sym_BANG] = ACTIONS(127), + [anon_sym_TILDE] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_copy] = ACTIONS(129), + [anon_sym_schedule] = ACTIONS(129), + [aux_sym_constant_token1] = ACTIONS(129), + [anon_sym_T] = ACTIONS(129), + [anon_sym_F] = ACTIONS(129), + [anon_sym_ATdeprecated] = ACTIONS(127), + [anon_sym_ATload] = ACTIONS(129), + [anon_sym_ATload_DASHsigs] = ACTIONS(127), + [anon_sym_ATload_DASHplugin] = ACTIONS(127), + [anon_sym_ATunload] = ACTIONS(127), + [anon_sym_ATprefixes] = ACTIONS(127), + [anon_sym_ATif] = ACTIONS(129), + [anon_sym_ATifdef] = ACTIONS(127), + [anon_sym_ATifndef] = ACTIONS(127), + [anon_sym_ATendif] = ACTIONS(127), + [anon_sym_ATelse] = ACTIONS(127), + [anon_sym_ATpragma] = ACTIONS(127), + [anon_sym_ATDIR] = ACTIONS(127), + [anon_sym_ATFILENAME] = ACTIONS(127), + [sym_id] = ACTIONS(129), + [sym_pattern] = ACTIONS(127), [sym_ipv6] = ACTIONS(127), - [sym_ipv4] = ACTIONS(127), - [sym_port] = ACTIONS(125), - [sym_floatp] = ACTIONS(127), - [sym_hex] = ACTIONS(127), - [sym_hostname] = ACTIONS(127), - [aux_sym_string_token1] = ACTIONS(125), + [sym_ipv4] = ACTIONS(129), + [sym_port] = ACTIONS(127), + [sym_floatp] = ACTIONS(129), + [sym_hex] = ACTIONS(129), + [sym_hostname] = ACTIONS(129), + [aux_sym_string_token1] = ACTIONS(127), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -59453,71 +58687,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(555)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_case] = ACTIONS(1732), - [anon_sym_default] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_case] = ACTIONS(1739), + [anon_sym_default] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -59525,71 +58759,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(556)] = { - [anon_sym_SEMI] = ACTIONS(137), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_record] = ACTIONS(139), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(137), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_LBRACK] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_case] = ACTIONS(139), - [anon_sym_default] = ACTIONS(139), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(137), - [anon_sym_PIPE] = ACTIONS(137), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(137), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_record] = ACTIONS(141), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_LBRACK] = ACTIONS(141), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_case] = ACTIONS(141), + [anon_sym_default] = ACTIONS(141), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(139), + [anon_sym_PIPE] = ACTIONS(139), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(139), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -59597,71 +58831,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(557)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1819), - [anon_sym_else] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1501), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -59669,71 +58903,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(558)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_case] = ACTIONS(1700), - [anon_sym_default] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_case] = ACTIONS(1707), + [anon_sym_default] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -59741,71 +58975,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(559)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1821), - [anon_sym_else] = ACTIONS(1538), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_RPAREN] = ACTIONS(1828), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -59813,71 +59047,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(560)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_case] = ACTIONS(1700), - [anon_sym_default] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_case] = ACTIONS(1707), + [anon_sym_default] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -59885,71 +59119,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(561)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_case] = ACTIONS(1704), - [anon_sym_default] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -59957,71 +59191,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(562)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_case] = ACTIONS(1704), - [anon_sym_default] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -60029,71 +59263,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(563)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -60101,71 +59335,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(564)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1708), - [anon_sym_default] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_case] = ACTIONS(1715), + [anon_sym_default] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -60173,71 +59407,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(565)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_case] = ACTIONS(1712), - [anon_sym_default] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -60245,71 +59479,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(566)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_case] = ACTIONS(1712), - [anon_sym_default] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_case] = ACTIONS(1719), + [anon_sym_default] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -60317,71 +59551,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(567)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -60389,71 +59623,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(568)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -60461,71 +59695,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(569)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_case] = ACTIONS(1716), - [anon_sym_default] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_case] = ACTIONS(1723), + [anon_sym_default] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -60533,71 +59767,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(570)] = { - [ts_builtin_sym_end] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1823), - [anon_sym_else] = ACTIONS(1538), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [ts_builtin_sym_end] = ACTIONS(1543), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_RPAREN] = ACTIONS(1830), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -60605,71 +59839,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(571)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_case] = ACTIONS(1720), - [anon_sym_default] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_case] = ACTIONS(1727), + [anon_sym_default] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -60677,71 +59911,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(572)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_case] = ACTIONS(1720), - [anon_sym_default] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_case] = ACTIONS(1727), + [anon_sym_default] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -60749,71 +59983,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(573)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_case] = ACTIONS(1724), - [anon_sym_default] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_case] = ACTIONS(1731), + [anon_sym_default] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -60821,71 +60055,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(574)] = { - [anon_sym_SEMI] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_RBRACE] = ACTIONS(129), - [anon_sym_const] = ACTIONS(131), - [anon_sym_record] = ACTIONS(131), - [anon_sym_print] = ACTIONS(131), - [anon_sym_event] = ACTIONS(131), - [anon_sym_if] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(129), - [anon_sym_switch] = ACTIONS(131), - [anon_sym_for] = ACTIONS(131), - [anon_sym_LBRACK] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_next] = ACTIONS(131), - [anon_sym_break] = ACTIONS(131), - [anon_sym_fallthrough] = ACTIONS(131), - [anon_sym_return] = ACTIONS(131), - [anon_sym_add] = ACTIONS(131), - [anon_sym_delete] = ACTIONS(131), - [anon_sym_local] = ACTIONS(131), - [anon_sym_when] = ACTIONS(131), - [anon_sym_timeout] = ACTIONS(131), - [anon_sym_assert] = ACTIONS(131), - [anon_sym_table] = ACTIONS(131), - [anon_sym_set] = ACTIONS(131), - [anon_sym_vector] = ACTIONS(131), - [anon_sym_function] = ACTIONS(131), - [anon_sym_hook] = ACTIONS(131), - [anon_sym_DOLLAR] = ACTIONS(129), - [anon_sym_PIPE] = ACTIONS(129), - [anon_sym_PLUS_PLUS] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(129), - [anon_sym_BANG] = ACTIONS(129), - [anon_sym_TILDE] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(131), - [anon_sym_PLUS] = ACTIONS(131), - [anon_sym_copy] = ACTIONS(131), - [anon_sym_schedule] = ACTIONS(131), - [aux_sym_constant_token1] = ACTIONS(131), - [anon_sym_T] = ACTIONS(131), - [anon_sym_F] = ACTIONS(131), - [anon_sym_ATdeprecated] = ACTIONS(129), - [anon_sym_ATload] = ACTIONS(131), - [anon_sym_ATload_DASHsigs] = ACTIONS(129), - [anon_sym_ATload_DASHplugin] = ACTIONS(129), - [anon_sym_ATunload] = ACTIONS(129), - [anon_sym_ATprefixes] = ACTIONS(129), - [anon_sym_ATif] = ACTIONS(131), - [anon_sym_ATifdef] = ACTIONS(129), - [anon_sym_ATifndef] = ACTIONS(129), - [anon_sym_ATendif] = ACTIONS(129), - [anon_sym_ATelse] = ACTIONS(129), - [anon_sym_ATpragma] = ACTIONS(129), - [anon_sym_ATDIR] = ACTIONS(129), - [anon_sym_ATFILENAME] = ACTIONS(129), - [sym_id] = ACTIONS(131), - [sym_pattern] = ACTIONS(129), + [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_RBRACE] = ACTIONS(131), + [anon_sym_const] = ACTIONS(133), + [anon_sym_record] = ACTIONS(133), + [anon_sym_print] = ACTIONS(133), + [anon_sym_event] = ACTIONS(133), + [anon_sym_if] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_RPAREN] = ACTIONS(131), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_for] = ACTIONS(133), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_while] = ACTIONS(133), + [anon_sym_next] = ACTIONS(133), + [anon_sym_break] = ACTIONS(133), + [anon_sym_fallthrough] = ACTIONS(133), + [anon_sym_return] = ACTIONS(133), + [anon_sym_add] = ACTIONS(133), + [anon_sym_delete] = ACTIONS(133), + [anon_sym_local] = ACTIONS(133), + [anon_sym_when] = ACTIONS(133), + [anon_sym_timeout] = ACTIONS(133), + [anon_sym_assert] = ACTIONS(133), + [anon_sym_table] = ACTIONS(133), + [anon_sym_set] = ACTIONS(133), + [anon_sym_vector] = ACTIONS(133), + [anon_sym_function] = ACTIONS(133), + [anon_sym_hook] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(131), + [anon_sym_PLUS_PLUS] = ACTIONS(131), + [anon_sym_DASH_DASH] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(131), + [anon_sym_TILDE] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_copy] = ACTIONS(133), + [anon_sym_schedule] = ACTIONS(133), + [aux_sym_constant_token1] = ACTIONS(133), + [anon_sym_T] = ACTIONS(133), + [anon_sym_F] = ACTIONS(133), + [anon_sym_ATdeprecated] = ACTIONS(131), + [anon_sym_ATload] = ACTIONS(133), + [anon_sym_ATload_DASHsigs] = ACTIONS(131), + [anon_sym_ATload_DASHplugin] = ACTIONS(131), + [anon_sym_ATunload] = ACTIONS(131), + [anon_sym_ATprefixes] = ACTIONS(131), + [anon_sym_ATif] = ACTIONS(133), + [anon_sym_ATifdef] = ACTIONS(131), + [anon_sym_ATifndef] = ACTIONS(131), + [anon_sym_ATendif] = ACTIONS(131), + [anon_sym_ATelse] = ACTIONS(131), + [anon_sym_ATpragma] = ACTIONS(131), + [anon_sym_ATDIR] = ACTIONS(131), + [anon_sym_ATFILENAME] = ACTIONS(131), + [sym_id] = ACTIONS(133), + [sym_pattern] = ACTIONS(131), [sym_ipv6] = ACTIONS(131), - [sym_ipv4] = ACTIONS(131), - [sym_port] = ACTIONS(129), - [sym_floatp] = ACTIONS(131), - [sym_hex] = ACTIONS(131), - [sym_hostname] = ACTIONS(131), - [aux_sym_string_token1] = ACTIONS(129), + [sym_ipv4] = ACTIONS(133), + [sym_port] = ACTIONS(131), + [sym_floatp] = ACTIONS(133), + [sym_hex] = ACTIONS(133), + [sym_hostname] = ACTIONS(133), + [aux_sym_string_token1] = ACTIONS(131), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -60893,71 +60127,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(575)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_case] = ACTIONS(1728), - [anon_sym_default] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_case] = ACTIONS(1735), + [anon_sym_default] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -60965,71 +60199,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(576)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_case] = ACTIONS(1728), - [anon_sym_default] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_case] = ACTIONS(1735), + [anon_sym_default] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -61037,71 +60271,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(577)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_case] = ACTIONS(1694), - [anon_sym_default] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_case] = ACTIONS(1701), + [anon_sym_default] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -61109,71 +60343,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(578)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_case] = ACTIONS(1694), - [anon_sym_default] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_case] = ACTIONS(1701), + [anon_sym_default] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -61181,71 +60415,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(579)] = { - [ts_builtin_sym_end] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_timeout] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [ts_builtin_sym_end] = ACTIONS(1737), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_else] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_timeout] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -61253,71 +60487,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(580)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1825), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1832), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -61325,71 +60559,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(581)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1827), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1834), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -61397,71 +60631,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(582)] = { - [anon_sym_SEMI] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_RBRACE] = ACTIONS(129), - [anon_sym_const] = ACTIONS(131), - [anon_sym_record] = ACTIONS(131), - [anon_sym_print] = ACTIONS(131), - [anon_sym_event] = ACTIONS(131), - [anon_sym_if] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(129), - [anon_sym_else] = ACTIONS(131), - [anon_sym_switch] = ACTIONS(131), - [anon_sym_for] = ACTIONS(131), - [anon_sym_LBRACK] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_next] = ACTIONS(131), - [anon_sym_break] = ACTIONS(131), - [anon_sym_fallthrough] = ACTIONS(131), - [anon_sym_return] = ACTIONS(131), - [anon_sym_add] = ACTIONS(131), - [anon_sym_delete] = ACTIONS(131), - [anon_sym_local] = ACTIONS(131), - [anon_sym_when] = ACTIONS(131), - [anon_sym_assert] = ACTIONS(131), - [anon_sym_table] = ACTIONS(131), - [anon_sym_set] = ACTIONS(131), - [anon_sym_vector] = ACTIONS(131), - [anon_sym_function] = ACTIONS(131), - [anon_sym_hook] = ACTIONS(131), - [anon_sym_DOLLAR] = ACTIONS(129), - [anon_sym_PIPE] = ACTIONS(129), - [anon_sym_PLUS_PLUS] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(129), - [anon_sym_BANG] = ACTIONS(129), - [anon_sym_TILDE] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(131), - [anon_sym_PLUS] = ACTIONS(131), - [anon_sym_copy] = ACTIONS(131), - [anon_sym_schedule] = ACTIONS(131), - [aux_sym_constant_token1] = ACTIONS(131), - [anon_sym_T] = ACTIONS(131), - [anon_sym_F] = ACTIONS(131), - [anon_sym_ATdeprecated] = ACTIONS(129), - [anon_sym_ATload] = ACTIONS(131), - [anon_sym_ATload_DASHsigs] = ACTIONS(129), - [anon_sym_ATload_DASHplugin] = ACTIONS(129), - [anon_sym_ATunload] = ACTIONS(129), - [anon_sym_ATprefixes] = ACTIONS(129), - [anon_sym_ATif] = ACTIONS(131), - [anon_sym_ATifdef] = ACTIONS(129), - [anon_sym_ATifndef] = ACTIONS(129), - [anon_sym_ATendif] = ACTIONS(129), - [anon_sym_ATelse] = ACTIONS(129), - [anon_sym_ATpragma] = ACTIONS(129), - [anon_sym_ATDIR] = ACTIONS(129), - [anon_sym_ATFILENAME] = ACTIONS(129), - [sym_id] = ACTIONS(131), - [sym_pattern] = ACTIONS(129), + [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_RBRACE] = ACTIONS(131), + [anon_sym_const] = ACTIONS(133), + [anon_sym_record] = ACTIONS(133), + [anon_sym_print] = ACTIONS(133), + [anon_sym_event] = ACTIONS(133), + [anon_sym_if] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_RPAREN] = ACTIONS(131), + [anon_sym_else] = ACTIONS(133), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_for] = ACTIONS(133), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_while] = ACTIONS(133), + [anon_sym_next] = ACTIONS(133), + [anon_sym_break] = ACTIONS(133), + [anon_sym_fallthrough] = ACTIONS(133), + [anon_sym_return] = ACTIONS(133), + [anon_sym_add] = ACTIONS(133), + [anon_sym_delete] = ACTIONS(133), + [anon_sym_local] = ACTIONS(133), + [anon_sym_when] = ACTIONS(133), + [anon_sym_assert] = ACTIONS(133), + [anon_sym_table] = ACTIONS(133), + [anon_sym_set] = ACTIONS(133), + [anon_sym_vector] = ACTIONS(133), + [anon_sym_function] = ACTIONS(133), + [anon_sym_hook] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(131), + [anon_sym_PLUS_PLUS] = ACTIONS(131), + [anon_sym_DASH_DASH] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(131), + [anon_sym_TILDE] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_copy] = ACTIONS(133), + [anon_sym_schedule] = ACTIONS(133), + [aux_sym_constant_token1] = ACTIONS(133), + [anon_sym_T] = ACTIONS(133), + [anon_sym_F] = ACTIONS(133), + [anon_sym_ATdeprecated] = ACTIONS(131), + [anon_sym_ATload] = ACTIONS(133), + [anon_sym_ATload_DASHsigs] = ACTIONS(131), + [anon_sym_ATload_DASHplugin] = ACTIONS(131), + [anon_sym_ATunload] = ACTIONS(131), + [anon_sym_ATprefixes] = ACTIONS(131), + [anon_sym_ATif] = ACTIONS(133), + [anon_sym_ATifdef] = ACTIONS(131), + [anon_sym_ATifndef] = ACTIONS(131), + [anon_sym_ATendif] = ACTIONS(131), + [anon_sym_ATelse] = ACTIONS(131), + [anon_sym_ATpragma] = ACTIONS(131), + [anon_sym_ATDIR] = ACTIONS(131), + [anon_sym_ATFILENAME] = ACTIONS(131), + [sym_id] = ACTIONS(133), + [sym_pattern] = ACTIONS(131), [sym_ipv6] = ACTIONS(131), - [sym_ipv4] = ACTIONS(131), - [sym_port] = ACTIONS(129), - [sym_floatp] = ACTIONS(131), - [sym_hex] = ACTIONS(131), - [sym_hostname] = ACTIONS(131), - [aux_sym_string_token1] = ACTIONS(129), + [sym_ipv4] = ACTIONS(133), + [sym_port] = ACTIONS(131), + [sym_floatp] = ACTIONS(133), + [sym_hex] = ACTIONS(133), + [sym_hostname] = ACTIONS(133), + [aux_sym_string_token1] = ACTIONS(131), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -61469,71 +60703,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(583)] = { - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_RBRACE] = ACTIONS(125), - [anon_sym_const] = ACTIONS(127), - [anon_sym_record] = ACTIONS(127), - [anon_sym_print] = ACTIONS(127), - [anon_sym_event] = ACTIONS(127), - [anon_sym_if] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_RPAREN] = ACTIONS(125), - [anon_sym_else] = ACTIONS(127), - [anon_sym_switch] = ACTIONS(127), - [anon_sym_for] = ACTIONS(127), - [anon_sym_LBRACK] = ACTIONS(125), - [anon_sym_while] = ACTIONS(127), - [anon_sym_next] = ACTIONS(127), - [anon_sym_break] = ACTIONS(127), - [anon_sym_fallthrough] = ACTIONS(127), - [anon_sym_return] = ACTIONS(127), - [anon_sym_add] = ACTIONS(127), - [anon_sym_delete] = ACTIONS(127), - [anon_sym_local] = ACTIONS(127), - [anon_sym_when] = ACTIONS(127), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_table] = ACTIONS(127), - [anon_sym_set] = ACTIONS(127), - [anon_sym_vector] = ACTIONS(127), - [anon_sym_function] = ACTIONS(127), - [anon_sym_hook] = ACTIONS(127), - [anon_sym_DOLLAR] = ACTIONS(125), - [anon_sym_PIPE] = ACTIONS(125), - [anon_sym_PLUS_PLUS] = ACTIONS(125), - [anon_sym_DASH_DASH] = ACTIONS(125), - [anon_sym_BANG] = ACTIONS(125), - [anon_sym_TILDE] = ACTIONS(125), - [anon_sym_DASH] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(127), - [anon_sym_copy] = ACTIONS(127), - [anon_sym_schedule] = ACTIONS(127), - [aux_sym_constant_token1] = ACTIONS(127), - [anon_sym_T] = ACTIONS(127), - [anon_sym_F] = ACTIONS(127), - [anon_sym_ATdeprecated] = ACTIONS(125), - [anon_sym_ATload] = ACTIONS(127), - [anon_sym_ATload_DASHsigs] = ACTIONS(125), - [anon_sym_ATload_DASHplugin] = ACTIONS(125), - [anon_sym_ATunload] = ACTIONS(125), - [anon_sym_ATprefixes] = ACTIONS(125), - [anon_sym_ATif] = ACTIONS(127), - [anon_sym_ATifdef] = ACTIONS(125), - [anon_sym_ATifndef] = ACTIONS(125), - [anon_sym_ATendif] = ACTIONS(125), - [anon_sym_ATelse] = ACTIONS(125), - [anon_sym_ATpragma] = ACTIONS(125), - [anon_sym_ATDIR] = ACTIONS(125), - [anon_sym_ATFILENAME] = ACTIONS(125), - [sym_id] = ACTIONS(127), - [sym_pattern] = ACTIONS(125), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_const] = ACTIONS(129), + [anon_sym_record] = ACTIONS(129), + [anon_sym_print] = ACTIONS(129), + [anon_sym_event] = ACTIONS(129), + [anon_sym_if] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_else] = ACTIONS(129), + [anon_sym_switch] = ACTIONS(129), + [anon_sym_for] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_while] = ACTIONS(129), + [anon_sym_next] = ACTIONS(129), + [anon_sym_break] = ACTIONS(129), + [anon_sym_fallthrough] = ACTIONS(129), + [anon_sym_return] = ACTIONS(129), + [anon_sym_add] = ACTIONS(129), + [anon_sym_delete] = ACTIONS(129), + [anon_sym_local] = ACTIONS(129), + [anon_sym_when] = ACTIONS(129), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_table] = ACTIONS(129), + [anon_sym_set] = ACTIONS(129), + [anon_sym_vector] = ACTIONS(129), + [anon_sym_function] = ACTIONS(129), + [anon_sym_hook] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_DASH_DASH] = ACTIONS(127), + [anon_sym_BANG] = ACTIONS(127), + [anon_sym_TILDE] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_copy] = ACTIONS(129), + [anon_sym_schedule] = ACTIONS(129), + [aux_sym_constant_token1] = ACTIONS(129), + [anon_sym_T] = ACTIONS(129), + [anon_sym_F] = ACTIONS(129), + [anon_sym_ATdeprecated] = ACTIONS(127), + [anon_sym_ATload] = ACTIONS(129), + [anon_sym_ATload_DASHsigs] = ACTIONS(127), + [anon_sym_ATload_DASHplugin] = ACTIONS(127), + [anon_sym_ATunload] = ACTIONS(127), + [anon_sym_ATprefixes] = ACTIONS(127), + [anon_sym_ATif] = ACTIONS(129), + [anon_sym_ATifdef] = ACTIONS(127), + [anon_sym_ATifndef] = ACTIONS(127), + [anon_sym_ATendif] = ACTIONS(127), + [anon_sym_ATelse] = ACTIONS(127), + [anon_sym_ATpragma] = ACTIONS(127), + [anon_sym_ATDIR] = ACTIONS(127), + [anon_sym_ATFILENAME] = ACTIONS(127), + [sym_id] = ACTIONS(129), + [sym_pattern] = ACTIONS(127), [sym_ipv6] = ACTIONS(127), - [sym_ipv4] = ACTIONS(127), - [sym_port] = ACTIONS(125), - [sym_floatp] = ACTIONS(127), - [sym_hex] = ACTIONS(127), - [sym_hostname] = ACTIONS(127), - [aux_sym_string_token1] = ACTIONS(125), + [sym_ipv4] = ACTIONS(129), + [sym_port] = ACTIONS(127), + [sym_floatp] = ACTIONS(129), + [sym_hex] = ACTIONS(129), + [sym_hostname] = ACTIONS(129), + [aux_sym_string_token1] = ACTIONS(127), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -61541,71 +60775,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(584)] = { - [ts_builtin_sym_end] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_timeout] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [ts_builtin_sym_end] = ACTIONS(1737), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_else] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_timeout] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -61613,71 +60847,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(585)] = { - [ts_builtin_sym_end] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(137), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_record] = ACTIONS(139), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(137), - [anon_sym_else] = ACTIONS(139), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_LBRACK] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_timeout] = ACTIONS(139), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(137), - [anon_sym_PIPE] = ACTIONS(137), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(137), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [ts_builtin_sym_end] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_record] = ACTIONS(141), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_else] = ACTIONS(141), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_LBRACK] = ACTIONS(141), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_timeout] = ACTIONS(141), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(139), + [anon_sym_PIPE] = ACTIONS(139), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(139), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -61685,71 +60919,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(586)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1829), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_timeout] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_RPAREN] = ACTIONS(1836), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_timeout] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -61757,71 +60991,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(587)] = { - [ts_builtin_sym_end] = ACTIONS(1698), - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_else] = ACTIONS(1700), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_timeout] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [ts_builtin_sym_end] = ACTIONS(1705), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_else] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_timeout] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -61829,71 +61063,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(588)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1831), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_timeout] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_RPAREN] = ACTIONS(1838), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_timeout] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -61901,71 +61135,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(589)] = { - [ts_builtin_sym_end] = ACTIONS(1698), - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_else] = ACTIONS(1700), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_timeout] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [ts_builtin_sym_end] = ACTIONS(1705), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_else] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_timeout] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -61973,71 +61207,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(590)] = { - [ts_builtin_sym_end] = ACTIONS(1702), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_else] = ACTIONS(1704), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_timeout] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [ts_builtin_sym_end] = ACTIONS(1709), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_else] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_timeout] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -62045,71 +61279,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(591)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1833), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1840), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -62117,71 +61351,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(592)] = { - [ts_builtin_sym_end] = ACTIONS(1702), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_else] = ACTIONS(1704), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_timeout] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [ts_builtin_sym_end] = ACTIONS(1709), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_else] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_timeout] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -62189,71 +61423,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(593)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1835), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1842), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -62261,71 +61495,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(594)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -62333,71 +61567,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(595)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -62405,71 +61639,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(596)] = { - [ts_builtin_sym_end] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1837), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [ts_builtin_sym_end] = ACTIONS(1717), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1844), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -62477,71 +61711,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(597)] = { - [ts_builtin_sym_end] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [ts_builtin_sym_end] = ACTIONS(1717), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -62549,71 +61783,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(598)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1839), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1846), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -62621,71 +61855,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(599)] = { - [ts_builtin_sym_end] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [ts_builtin_sym_end] = ACTIONS(1717), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -62693,71 +61927,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(600)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -62765,71 +61999,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(601)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -62837,71 +62071,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(602)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -62909,71 +62143,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(603)] = { - [ts_builtin_sym_end] = ACTIONS(1718), - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_timeout] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [ts_builtin_sym_end] = ACTIONS(1725), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_timeout] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -62981,71 +62215,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(604)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1841), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1848), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -63053,71 +62287,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(605)] = { - [ts_builtin_sym_end] = ACTIONS(1718), - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_timeout] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [ts_builtin_sym_end] = ACTIONS(1725), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_timeout] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -63126,70 +62360,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [STATE(606)] = { [sym_index_slice] = STATE(309), - [anon_sym_LBRACE] = ACTIONS(113), - [anon_sym_PLUS_EQ] = ACTIONS(1843), - [anon_sym_DASH_EQ] = ACTIONS(1843), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_in] = ACTIONS(1803), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_EQ] = ACTIONS(1845), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_AMPdeprecated] = ACTIONS(113), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(113), - [anon_sym_AMPerror_handler] = ACTIONS(113), - [anon_sym_AMPis_assigned] = ACTIONS(113), - [anon_sym_AMPis_used] = ACTIONS(113), - [anon_sym_AMPlog] = ACTIONS(113), - [anon_sym_AMPoptional] = ACTIONS(113), - [anon_sym_AMPordered] = ACTIONS(113), - [anon_sym_AMPraw_output] = ACTIONS(113), - [anon_sym_AMPredef] = ACTIONS(113), - [anon_sym_AMPadd_func] = ACTIONS(113), - [anon_sym_AMPbackend] = ACTIONS(113), - [anon_sym_AMPbroker_store] = ACTIONS(113), - [anon_sym_AMPcreate_expire] = ACTIONS(113), - [anon_sym_AMPdefault] = ACTIONS(113), - [anon_sym_AMPdelete_func] = ACTIONS(113), - [anon_sym_AMPexpire_func] = ACTIONS(113), - [anon_sym_AMPgroup] = ACTIONS(113), - [anon_sym_AMPon_change] = ACTIONS(113), - [anon_sym_AMPpriority] = ACTIONS(113), - [anon_sym_AMPread_expire] = ACTIONS(113), - [anon_sym_AMPtype_column] = ACTIONS(113), - [anon_sym_AMPwrite_expire] = ACTIONS(113), - [anon_sym_DOLLAR] = ACTIONS(1480), - [anon_sym_PIPE] = ACTIONS(1805), - [anon_sym_BANG] = ACTIONS(1807), - [anon_sym_DASH] = ACTIONS(1805), - [anon_sym_PLUS] = ACTIONS(1805), - [anon_sym_is] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_SLASH] = ACTIONS(1809), - [anon_sym_PERCENT] = ACTIONS(1809), - [anon_sym_LT] = ACTIONS(1805), - [anon_sym_LT_EQ] = ACTIONS(1803), - [anon_sym_GT] = ACTIONS(1805), - [anon_sym_GT_EQ] = ACTIONS(1803), - [anon_sym_AMP] = ACTIONS(1805), - [anon_sym_CARET] = ACTIONS(1803), - [anon_sym_QMARK] = ACTIONS(1811), - [anon_sym_EQ_EQ] = ACTIONS(1847), - [anon_sym_BANG_EQ] = ACTIONS(1847), - [anon_sym_AMP_AMP] = ACTIONS(1849), - [anon_sym_PIPE_PIPE] = ACTIONS(1849), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), - [anon_sym_ATdeprecated] = ACTIONS(113), - [anon_sym_ATload] = ACTIONS(115), - [anon_sym_ATload_DASHsigs] = ACTIONS(113), - [anon_sym_ATload_DASHplugin] = ACTIONS(113), - [anon_sym_ATunload] = ACTIONS(113), - [anon_sym_ATprefixes] = ACTIONS(113), - [anon_sym_ATif] = ACTIONS(115), - [anon_sym_ATifdef] = ACTIONS(113), - [anon_sym_ATifndef] = ACTIONS(113), - [anon_sym_ATendif] = ACTIONS(113), - [anon_sym_ATelse] = ACTIONS(113), - [anon_sym_ATpragma] = ACTIONS(113), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_PLUS_EQ] = ACTIONS(1850), + [anon_sym_DASH_EQ] = ACTIONS(1850), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1483), + [anon_sym_EQ] = ACTIONS(1852), + [anon_sym_as] = ACTIONS(1485), + [anon_sym_AMPdeprecated] = ACTIONS(115), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(115), + [anon_sym_AMPerror_handler] = ACTIONS(115), + [anon_sym_AMPis_assigned] = ACTIONS(115), + [anon_sym_AMPis_used] = ACTIONS(115), + [anon_sym_AMPlog] = ACTIONS(115), + [anon_sym_AMPoptional] = ACTIONS(115), + [anon_sym_AMPordered] = ACTIONS(115), + [anon_sym_AMPraw_output] = ACTIONS(115), + [anon_sym_AMPredef] = ACTIONS(115), + [anon_sym_AMPadd_func] = ACTIONS(115), + [anon_sym_AMPbackend] = ACTIONS(115), + [anon_sym_AMPbroker_store] = ACTIONS(115), + [anon_sym_AMPcreate_expire] = ACTIONS(115), + [anon_sym_AMPdefault] = ACTIONS(115), + [anon_sym_AMPdelete_func] = ACTIONS(115), + [anon_sym_AMPexpire_func] = ACTIONS(115), + [anon_sym_AMPgroup] = ACTIONS(115), + [anon_sym_AMPon_change] = ACTIONS(115), + [anon_sym_AMPpriority] = ACTIONS(115), + [anon_sym_AMPread_expire] = ACTIONS(115), + [anon_sym_AMPtype_column] = ACTIONS(115), + [anon_sym_AMPwrite_expire] = ACTIONS(115), + [anon_sym_DOLLAR] = ACTIONS(1487), + [anon_sym_PIPE] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_DASH] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(1816), + [anon_sym_SLASH] = ACTIONS(1816), + [anon_sym_PERCENT] = ACTIONS(1816), + [anon_sym_LT] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1812), + [anon_sym_CARET] = ACTIONS(1810), + [anon_sym_QMARK] = ACTIONS(1818), + [anon_sym_EQ_EQ] = ACTIONS(1854), + [anon_sym_BANG_EQ] = ACTIONS(1854), + [anon_sym_AMP_AMP] = ACTIONS(1856), + [anon_sym_PIPE_PIPE] = ACTIONS(1856), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), + [anon_sym_ATdeprecated] = ACTIONS(115), + [anon_sym_ATload] = ACTIONS(117), + [anon_sym_ATload_DASHsigs] = ACTIONS(115), + [anon_sym_ATload_DASHplugin] = ACTIONS(115), + [anon_sym_ATunload] = ACTIONS(115), + [anon_sym_ATprefixes] = ACTIONS(115), + [anon_sym_ATif] = ACTIONS(117), + [anon_sym_ATifdef] = ACTIONS(115), + [anon_sym_ATifndef] = ACTIONS(115), + [anon_sym_ATendif] = ACTIONS(115), + [anon_sym_ATelse] = ACTIONS(115), + [anon_sym_ATpragma] = ACTIONS(115), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -63198,70 +62432,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [STATE(607)] = { [sym_index_slice] = STATE(309), - [anon_sym_LBRACE] = ACTIONS(113), - [anon_sym_PLUS_EQ] = ACTIONS(113), - [anon_sym_DASH_EQ] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_in] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_EQ] = ACTIONS(115), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_AMPdeprecated] = ACTIONS(113), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(113), - [anon_sym_AMPerror_handler] = ACTIONS(113), - [anon_sym_AMPis_assigned] = ACTIONS(113), - [anon_sym_AMPis_used] = ACTIONS(113), - [anon_sym_AMPlog] = ACTIONS(113), - [anon_sym_AMPoptional] = ACTIONS(113), - [anon_sym_AMPordered] = ACTIONS(113), - [anon_sym_AMPraw_output] = ACTIONS(113), - [anon_sym_AMPredef] = ACTIONS(113), - [anon_sym_AMPadd_func] = ACTIONS(113), - [anon_sym_AMPbackend] = ACTIONS(113), - [anon_sym_AMPbroker_store] = ACTIONS(113), - [anon_sym_AMPcreate_expire] = ACTIONS(113), - [anon_sym_AMPdefault] = ACTIONS(113), - [anon_sym_AMPdelete_func] = ACTIONS(113), - [anon_sym_AMPexpire_func] = ACTIONS(113), - [anon_sym_AMPgroup] = ACTIONS(113), - [anon_sym_AMPon_change] = ACTIONS(113), - [anon_sym_AMPpriority] = ACTIONS(113), - [anon_sym_AMPread_expire] = ACTIONS(113), - [anon_sym_AMPtype_column] = ACTIONS(113), - [anon_sym_AMPwrite_expire] = ACTIONS(113), - [anon_sym_DOLLAR] = ACTIONS(1480), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_BANG] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_is] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_SLASH] = ACTIONS(1809), - [anon_sym_PERCENT] = ACTIONS(1809), - [anon_sym_LT] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(113), - [anon_sym_AMP] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(113), - [anon_sym_QMARK] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(113), - [anon_sym_BANG_EQ] = ACTIONS(113), - [anon_sym_AMP_AMP] = ACTIONS(113), - [anon_sym_PIPE_PIPE] = ACTIONS(113), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), - [anon_sym_ATdeprecated] = ACTIONS(113), - [anon_sym_ATload] = ACTIONS(115), - [anon_sym_ATload_DASHsigs] = ACTIONS(113), - [anon_sym_ATload_DASHplugin] = ACTIONS(113), - [anon_sym_ATunload] = ACTIONS(113), - [anon_sym_ATprefixes] = ACTIONS(113), - [anon_sym_ATif] = ACTIONS(115), - [anon_sym_ATifdef] = ACTIONS(113), - [anon_sym_ATifndef] = ACTIONS(113), - [anon_sym_ATendif] = ACTIONS(113), - [anon_sym_ATelse] = ACTIONS(113), - [anon_sym_ATpragma] = ACTIONS(113), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_PLUS_EQ] = ACTIONS(115), + [anon_sym_DASH_EQ] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_in] = ACTIONS(115), + [anon_sym_LBRACK] = ACTIONS(1483), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_as] = ACTIONS(1485), + [anon_sym_AMPdeprecated] = ACTIONS(115), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(115), + [anon_sym_AMPerror_handler] = ACTIONS(115), + [anon_sym_AMPis_assigned] = ACTIONS(115), + [anon_sym_AMPis_used] = ACTIONS(115), + [anon_sym_AMPlog] = ACTIONS(115), + [anon_sym_AMPoptional] = ACTIONS(115), + [anon_sym_AMPordered] = ACTIONS(115), + [anon_sym_AMPraw_output] = ACTIONS(115), + [anon_sym_AMPredef] = ACTIONS(115), + [anon_sym_AMPadd_func] = ACTIONS(115), + [anon_sym_AMPbackend] = ACTIONS(115), + [anon_sym_AMPbroker_store] = ACTIONS(115), + [anon_sym_AMPcreate_expire] = ACTIONS(115), + [anon_sym_AMPdefault] = ACTIONS(115), + [anon_sym_AMPdelete_func] = ACTIONS(115), + [anon_sym_AMPexpire_func] = ACTIONS(115), + [anon_sym_AMPgroup] = ACTIONS(115), + [anon_sym_AMPon_change] = ACTIONS(115), + [anon_sym_AMPpriority] = ACTIONS(115), + [anon_sym_AMPread_expire] = ACTIONS(115), + [anon_sym_AMPtype_column] = ACTIONS(115), + [anon_sym_AMPwrite_expire] = ACTIONS(115), + [anon_sym_DOLLAR] = ACTIONS(1487), + [anon_sym_PIPE] = ACTIONS(117), + [anon_sym_BANG] = ACTIONS(117), + [anon_sym_DASH] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_is] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(1816), + [anon_sym_SLASH] = ACTIONS(1816), + [anon_sym_PERCENT] = ACTIONS(1816), + [anon_sym_LT] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(115), + [anon_sym_GT] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(115), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(115), + [anon_sym_QMARK] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(115), + [anon_sym_BANG_EQ] = ACTIONS(115), + [anon_sym_AMP_AMP] = ACTIONS(115), + [anon_sym_PIPE_PIPE] = ACTIONS(115), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), + [anon_sym_ATdeprecated] = ACTIONS(115), + [anon_sym_ATload] = ACTIONS(117), + [anon_sym_ATload_DASHsigs] = ACTIONS(115), + [anon_sym_ATload_DASHplugin] = ACTIONS(115), + [anon_sym_ATunload] = ACTIONS(115), + [anon_sym_ATprefixes] = ACTIONS(115), + [anon_sym_ATif] = ACTIONS(117), + [anon_sym_ATifdef] = ACTIONS(115), + [anon_sym_ATifndef] = ACTIONS(115), + [anon_sym_ATendif] = ACTIONS(115), + [anon_sym_ATelse] = ACTIONS(115), + [anon_sym_ATpragma] = ACTIONS(115), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -63270,70 +62504,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [STATE(608)] = { [sym_index_slice] = STATE(309), - [anon_sym_LBRACE] = ACTIONS(113), - [anon_sym_PLUS_EQ] = ACTIONS(113), - [anon_sym_DASH_EQ] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_in] = ACTIONS(1803), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_EQ] = ACTIONS(115), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_AMPdeprecated] = ACTIONS(113), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(113), - [anon_sym_AMPerror_handler] = ACTIONS(113), - [anon_sym_AMPis_assigned] = ACTIONS(113), - [anon_sym_AMPis_used] = ACTIONS(113), - [anon_sym_AMPlog] = ACTIONS(113), - [anon_sym_AMPoptional] = ACTIONS(113), - [anon_sym_AMPordered] = ACTIONS(113), - [anon_sym_AMPraw_output] = ACTIONS(113), - [anon_sym_AMPredef] = ACTIONS(113), - [anon_sym_AMPadd_func] = ACTIONS(113), - [anon_sym_AMPbackend] = ACTIONS(113), - [anon_sym_AMPbroker_store] = ACTIONS(113), - [anon_sym_AMPcreate_expire] = ACTIONS(113), - [anon_sym_AMPdefault] = ACTIONS(113), - [anon_sym_AMPdelete_func] = ACTIONS(113), - [anon_sym_AMPexpire_func] = ACTIONS(113), - [anon_sym_AMPgroup] = ACTIONS(113), - [anon_sym_AMPon_change] = ACTIONS(113), - [anon_sym_AMPpriority] = ACTIONS(113), - [anon_sym_AMPread_expire] = ACTIONS(113), - [anon_sym_AMPtype_column] = ACTIONS(113), - [anon_sym_AMPwrite_expire] = ACTIONS(113), - [anon_sym_DOLLAR] = ACTIONS(1480), - [anon_sym_PIPE] = ACTIONS(1805), - [anon_sym_BANG] = ACTIONS(1807), - [anon_sym_DASH] = ACTIONS(1805), - [anon_sym_PLUS] = ACTIONS(1805), - [anon_sym_is] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_SLASH] = ACTIONS(1809), - [anon_sym_PERCENT] = ACTIONS(1809), - [anon_sym_LT] = ACTIONS(1805), - [anon_sym_LT_EQ] = ACTIONS(1803), - [anon_sym_GT] = ACTIONS(1805), - [anon_sym_GT_EQ] = ACTIONS(1803), - [anon_sym_AMP] = ACTIONS(1805), - [anon_sym_CARET] = ACTIONS(1803), - [anon_sym_QMARK] = ACTIONS(1811), - [anon_sym_EQ_EQ] = ACTIONS(1847), - [anon_sym_BANG_EQ] = ACTIONS(1847), - [anon_sym_AMP_AMP] = ACTIONS(113), - [anon_sym_PIPE_PIPE] = ACTIONS(113), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), - [anon_sym_ATdeprecated] = ACTIONS(113), - [anon_sym_ATload] = ACTIONS(115), - [anon_sym_ATload_DASHsigs] = ACTIONS(113), - [anon_sym_ATload_DASHplugin] = ACTIONS(113), - [anon_sym_ATunload] = ACTIONS(113), - [anon_sym_ATprefixes] = ACTIONS(113), - [anon_sym_ATif] = ACTIONS(115), - [anon_sym_ATifdef] = ACTIONS(113), - [anon_sym_ATifndef] = ACTIONS(113), - [anon_sym_ATendif] = ACTIONS(113), - [anon_sym_ATelse] = ACTIONS(113), - [anon_sym_ATpragma] = ACTIONS(113), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_PLUS_EQ] = ACTIONS(115), + [anon_sym_DASH_EQ] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1483), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_as] = ACTIONS(1485), + [anon_sym_AMPdeprecated] = ACTIONS(115), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(115), + [anon_sym_AMPerror_handler] = ACTIONS(115), + [anon_sym_AMPis_assigned] = ACTIONS(115), + [anon_sym_AMPis_used] = ACTIONS(115), + [anon_sym_AMPlog] = ACTIONS(115), + [anon_sym_AMPoptional] = ACTIONS(115), + [anon_sym_AMPordered] = ACTIONS(115), + [anon_sym_AMPraw_output] = ACTIONS(115), + [anon_sym_AMPredef] = ACTIONS(115), + [anon_sym_AMPadd_func] = ACTIONS(115), + [anon_sym_AMPbackend] = ACTIONS(115), + [anon_sym_AMPbroker_store] = ACTIONS(115), + [anon_sym_AMPcreate_expire] = ACTIONS(115), + [anon_sym_AMPdefault] = ACTIONS(115), + [anon_sym_AMPdelete_func] = ACTIONS(115), + [anon_sym_AMPexpire_func] = ACTIONS(115), + [anon_sym_AMPgroup] = ACTIONS(115), + [anon_sym_AMPon_change] = ACTIONS(115), + [anon_sym_AMPpriority] = ACTIONS(115), + [anon_sym_AMPread_expire] = ACTIONS(115), + [anon_sym_AMPtype_column] = ACTIONS(115), + [anon_sym_AMPwrite_expire] = ACTIONS(115), + [anon_sym_DOLLAR] = ACTIONS(1487), + [anon_sym_PIPE] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_DASH] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(1816), + [anon_sym_SLASH] = ACTIONS(1816), + [anon_sym_PERCENT] = ACTIONS(1816), + [anon_sym_LT] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1812), + [anon_sym_CARET] = ACTIONS(1810), + [anon_sym_QMARK] = ACTIONS(1818), + [anon_sym_EQ_EQ] = ACTIONS(1854), + [anon_sym_BANG_EQ] = ACTIONS(1854), + [anon_sym_AMP_AMP] = ACTIONS(115), + [anon_sym_PIPE_PIPE] = ACTIONS(115), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), + [anon_sym_ATdeprecated] = ACTIONS(115), + [anon_sym_ATload] = ACTIONS(117), + [anon_sym_ATload_DASHsigs] = ACTIONS(115), + [anon_sym_ATload_DASHplugin] = ACTIONS(115), + [anon_sym_ATunload] = ACTIONS(115), + [anon_sym_ATprefixes] = ACTIONS(115), + [anon_sym_ATif] = ACTIONS(117), + [anon_sym_ATifdef] = ACTIONS(115), + [anon_sym_ATifndef] = ACTIONS(115), + [anon_sym_ATendif] = ACTIONS(115), + [anon_sym_ATelse] = ACTIONS(115), + [anon_sym_ATpragma] = ACTIONS(115), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -63342,70 +62576,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [STATE(609)] = { [sym_index_slice] = STATE(309), - [anon_sym_LBRACE] = ACTIONS(1482), - [anon_sym_PLUS_EQ] = ACTIONS(1843), - [anon_sym_DASH_EQ] = ACTIONS(1843), - [anon_sym_LPAREN] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1803), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_EQ] = ACTIONS(1845), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_AMPdeprecated] = ACTIONS(1482), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1482), - [anon_sym_AMPerror_handler] = ACTIONS(1482), - [anon_sym_AMPis_assigned] = ACTIONS(1482), - [anon_sym_AMPis_used] = ACTIONS(1482), - [anon_sym_AMPlog] = ACTIONS(1482), - [anon_sym_AMPoptional] = ACTIONS(1482), - [anon_sym_AMPordered] = ACTIONS(1482), - [anon_sym_AMPraw_output] = ACTIONS(1482), - [anon_sym_AMPredef] = ACTIONS(1482), - [anon_sym_AMPadd_func] = ACTIONS(1482), - [anon_sym_AMPbackend] = ACTIONS(1482), - [anon_sym_AMPbroker_store] = ACTIONS(1482), - [anon_sym_AMPcreate_expire] = ACTIONS(1482), - [anon_sym_AMPdefault] = ACTIONS(1482), - [anon_sym_AMPdelete_func] = ACTIONS(1482), - [anon_sym_AMPexpire_func] = ACTIONS(1482), - [anon_sym_AMPgroup] = ACTIONS(1482), - [anon_sym_AMPon_change] = ACTIONS(1482), - [anon_sym_AMPpriority] = ACTIONS(1482), - [anon_sym_AMPread_expire] = ACTIONS(1482), - [anon_sym_AMPtype_column] = ACTIONS(1482), - [anon_sym_AMPwrite_expire] = ACTIONS(1482), - [anon_sym_DOLLAR] = ACTIONS(1480), - [anon_sym_PIPE] = ACTIONS(1805), - [anon_sym_BANG] = ACTIONS(1807), - [anon_sym_DASH] = ACTIONS(1805), - [anon_sym_PLUS] = ACTIONS(1805), - [anon_sym_is] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_SLASH] = ACTIONS(1809), - [anon_sym_PERCENT] = ACTIONS(1809), - [anon_sym_LT] = ACTIONS(1805), - [anon_sym_LT_EQ] = ACTIONS(1803), - [anon_sym_GT] = ACTIONS(1805), - [anon_sym_GT_EQ] = ACTIONS(1803), - [anon_sym_AMP] = ACTIONS(1805), - [anon_sym_CARET] = ACTIONS(1803), - [anon_sym_QMARK] = ACTIONS(1811), - [anon_sym_EQ_EQ] = ACTIONS(1847), - [anon_sym_BANG_EQ] = ACTIONS(1847), - [anon_sym_AMP_AMP] = ACTIONS(1849), - [anon_sym_PIPE_PIPE] = ACTIONS(1849), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1851), - [anon_sym_ATdeprecated] = ACTIONS(1482), - [anon_sym_ATload] = ACTIONS(1484), - [anon_sym_ATload_DASHsigs] = ACTIONS(1482), - [anon_sym_ATload_DASHplugin] = ACTIONS(1482), - [anon_sym_ATunload] = ACTIONS(1482), - [anon_sym_ATprefixes] = ACTIONS(1482), - [anon_sym_ATif] = ACTIONS(1484), - [anon_sym_ATifdef] = ACTIONS(1482), - [anon_sym_ATifndef] = ACTIONS(1482), - [anon_sym_ATendif] = ACTIONS(1482), - [anon_sym_ATelse] = ACTIONS(1482), - [anon_sym_ATpragma] = ACTIONS(1482), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_PLUS_EQ] = ACTIONS(1850), + [anon_sym_DASH_EQ] = ACTIONS(1850), + [anon_sym_LPAREN] = ACTIONS(1549), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1483), + [anon_sym_EQ] = ACTIONS(1852), + [anon_sym_as] = ACTIONS(1485), + [anon_sym_AMPdeprecated] = ACTIONS(1489), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1489), + [anon_sym_AMPerror_handler] = ACTIONS(1489), + [anon_sym_AMPis_assigned] = ACTIONS(1489), + [anon_sym_AMPis_used] = ACTIONS(1489), + [anon_sym_AMPlog] = ACTIONS(1489), + [anon_sym_AMPoptional] = ACTIONS(1489), + [anon_sym_AMPordered] = ACTIONS(1489), + [anon_sym_AMPraw_output] = ACTIONS(1489), + [anon_sym_AMPredef] = ACTIONS(1489), + [anon_sym_AMPadd_func] = ACTIONS(1489), + [anon_sym_AMPbackend] = ACTIONS(1489), + [anon_sym_AMPbroker_store] = ACTIONS(1489), + [anon_sym_AMPcreate_expire] = ACTIONS(1489), + [anon_sym_AMPdefault] = ACTIONS(1489), + [anon_sym_AMPdelete_func] = ACTIONS(1489), + [anon_sym_AMPexpire_func] = ACTIONS(1489), + [anon_sym_AMPgroup] = ACTIONS(1489), + [anon_sym_AMPon_change] = ACTIONS(1489), + [anon_sym_AMPpriority] = ACTIONS(1489), + [anon_sym_AMPread_expire] = ACTIONS(1489), + [anon_sym_AMPtype_column] = ACTIONS(1489), + [anon_sym_AMPwrite_expire] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1487), + [anon_sym_PIPE] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_DASH] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(1816), + [anon_sym_SLASH] = ACTIONS(1816), + [anon_sym_PERCENT] = ACTIONS(1816), + [anon_sym_LT] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1812), + [anon_sym_CARET] = ACTIONS(1810), + [anon_sym_QMARK] = ACTIONS(1818), + [anon_sym_EQ_EQ] = ACTIONS(1854), + [anon_sym_BANG_EQ] = ACTIONS(1854), + [anon_sym_AMP_AMP] = ACTIONS(1856), + [anon_sym_PIPE_PIPE] = ACTIONS(1856), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1858), + [anon_sym_ATdeprecated] = ACTIONS(1489), + [anon_sym_ATload] = ACTIONS(1491), + [anon_sym_ATload_DASHsigs] = ACTIONS(1489), + [anon_sym_ATload_DASHplugin] = ACTIONS(1489), + [anon_sym_ATunload] = ACTIONS(1489), + [anon_sym_ATprefixes] = ACTIONS(1489), + [anon_sym_ATif] = ACTIONS(1491), + [anon_sym_ATifdef] = ACTIONS(1489), + [anon_sym_ATifndef] = ACTIONS(1489), + [anon_sym_ATendif] = ACTIONS(1489), + [anon_sym_ATelse] = ACTIONS(1489), + [anon_sym_ATpragma] = ACTIONS(1489), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -63414,70 +62648,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [STATE(610)] = { [sym_index_slice] = STATE(309), - [anon_sym_LBRACE] = ACTIONS(1482), - [anon_sym_PLUS_EQ] = ACTIONS(1843), - [anon_sym_DASH_EQ] = ACTIONS(1843), - [anon_sym_LPAREN] = ACTIONS(1482), - [anon_sym_in] = ACTIONS(1803), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_EQ] = ACTIONS(1845), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_AMPdeprecated] = ACTIONS(1482), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1482), - [anon_sym_AMPerror_handler] = ACTIONS(1482), - [anon_sym_AMPis_assigned] = ACTIONS(1482), - [anon_sym_AMPis_used] = ACTIONS(1482), - [anon_sym_AMPlog] = ACTIONS(1482), - [anon_sym_AMPoptional] = ACTIONS(1482), - [anon_sym_AMPordered] = ACTIONS(1482), - [anon_sym_AMPraw_output] = ACTIONS(1482), - [anon_sym_AMPredef] = ACTIONS(1482), - [anon_sym_AMPadd_func] = ACTIONS(1482), - [anon_sym_AMPbackend] = ACTIONS(1482), - [anon_sym_AMPbroker_store] = ACTIONS(1482), - [anon_sym_AMPcreate_expire] = ACTIONS(1482), - [anon_sym_AMPdefault] = ACTIONS(1482), - [anon_sym_AMPdelete_func] = ACTIONS(1482), - [anon_sym_AMPexpire_func] = ACTIONS(1482), - [anon_sym_AMPgroup] = ACTIONS(1482), - [anon_sym_AMPon_change] = ACTIONS(1482), - [anon_sym_AMPpriority] = ACTIONS(1482), - [anon_sym_AMPread_expire] = ACTIONS(1482), - [anon_sym_AMPtype_column] = ACTIONS(1482), - [anon_sym_AMPwrite_expire] = ACTIONS(1482), - [anon_sym_DOLLAR] = ACTIONS(1480), - [anon_sym_PIPE] = ACTIONS(1805), - [anon_sym_BANG] = ACTIONS(1807), - [anon_sym_DASH] = ACTIONS(1805), - [anon_sym_PLUS] = ACTIONS(1805), - [anon_sym_is] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_SLASH] = ACTIONS(1809), - [anon_sym_PERCENT] = ACTIONS(1809), - [anon_sym_LT] = ACTIONS(1805), - [anon_sym_LT_EQ] = ACTIONS(1803), - [anon_sym_GT] = ACTIONS(1805), - [anon_sym_GT_EQ] = ACTIONS(1803), - [anon_sym_AMP] = ACTIONS(1805), - [anon_sym_CARET] = ACTIONS(1803), - [anon_sym_QMARK] = ACTIONS(1811), - [anon_sym_EQ_EQ] = ACTIONS(1847), - [anon_sym_BANG_EQ] = ACTIONS(1847), - [anon_sym_AMP_AMP] = ACTIONS(1849), - [anon_sym_PIPE_PIPE] = ACTIONS(1849), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1482), - [anon_sym_ATdeprecated] = ACTIONS(1482), - [anon_sym_ATload] = ACTIONS(1484), - [anon_sym_ATload_DASHsigs] = ACTIONS(1482), - [anon_sym_ATload_DASHplugin] = ACTIONS(1482), - [anon_sym_ATunload] = ACTIONS(1482), - [anon_sym_ATprefixes] = ACTIONS(1482), - [anon_sym_ATif] = ACTIONS(1484), - [anon_sym_ATifdef] = ACTIONS(1482), - [anon_sym_ATifndef] = ACTIONS(1482), - [anon_sym_ATendif] = ACTIONS(1482), - [anon_sym_ATelse] = ACTIONS(1482), - [anon_sym_ATpragma] = ACTIONS(1482), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_PLUS_EQ] = ACTIONS(1850), + [anon_sym_DASH_EQ] = ACTIONS(1850), + [anon_sym_LPAREN] = ACTIONS(1489), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1483), + [anon_sym_EQ] = ACTIONS(1852), + [anon_sym_as] = ACTIONS(1485), + [anon_sym_AMPdeprecated] = ACTIONS(1489), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1489), + [anon_sym_AMPerror_handler] = ACTIONS(1489), + [anon_sym_AMPis_assigned] = ACTIONS(1489), + [anon_sym_AMPis_used] = ACTIONS(1489), + [anon_sym_AMPlog] = ACTIONS(1489), + [anon_sym_AMPoptional] = ACTIONS(1489), + [anon_sym_AMPordered] = ACTIONS(1489), + [anon_sym_AMPraw_output] = ACTIONS(1489), + [anon_sym_AMPredef] = ACTIONS(1489), + [anon_sym_AMPadd_func] = ACTIONS(1489), + [anon_sym_AMPbackend] = ACTIONS(1489), + [anon_sym_AMPbroker_store] = ACTIONS(1489), + [anon_sym_AMPcreate_expire] = ACTIONS(1489), + [anon_sym_AMPdefault] = ACTIONS(1489), + [anon_sym_AMPdelete_func] = ACTIONS(1489), + [anon_sym_AMPexpire_func] = ACTIONS(1489), + [anon_sym_AMPgroup] = ACTIONS(1489), + [anon_sym_AMPon_change] = ACTIONS(1489), + [anon_sym_AMPpriority] = ACTIONS(1489), + [anon_sym_AMPread_expire] = ACTIONS(1489), + [anon_sym_AMPtype_column] = ACTIONS(1489), + [anon_sym_AMPwrite_expire] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1487), + [anon_sym_PIPE] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_DASH] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(1816), + [anon_sym_SLASH] = ACTIONS(1816), + [anon_sym_PERCENT] = ACTIONS(1816), + [anon_sym_LT] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1812), + [anon_sym_CARET] = ACTIONS(1810), + [anon_sym_QMARK] = ACTIONS(1818), + [anon_sym_EQ_EQ] = ACTIONS(1854), + [anon_sym_BANG_EQ] = ACTIONS(1854), + [anon_sym_AMP_AMP] = ACTIONS(1856), + [anon_sym_PIPE_PIPE] = ACTIONS(1856), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1489), + [anon_sym_ATdeprecated] = ACTIONS(1489), + [anon_sym_ATload] = ACTIONS(1491), + [anon_sym_ATload_DASHsigs] = ACTIONS(1489), + [anon_sym_ATload_DASHplugin] = ACTIONS(1489), + [anon_sym_ATunload] = ACTIONS(1489), + [anon_sym_ATprefixes] = ACTIONS(1489), + [anon_sym_ATif] = ACTIONS(1491), + [anon_sym_ATifdef] = ACTIONS(1489), + [anon_sym_ATifndef] = ACTIONS(1489), + [anon_sym_ATendif] = ACTIONS(1489), + [anon_sym_ATelse] = ACTIONS(1489), + [anon_sym_ATpragma] = ACTIONS(1489), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -63486,70 +62720,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [STATE(611)] = { [sym_index_slice] = STATE(309), - [anon_sym_LBRACE] = ACTIONS(1482), - [anon_sym_PLUS_EQ] = ACTIONS(1482), - [anon_sym_DASH_EQ] = ACTIONS(1482), - [anon_sym_LPAREN] = ACTIONS(1482), - [anon_sym_in] = ACTIONS(1482), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_EQ] = ACTIONS(1484), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_AMPdeprecated] = ACTIONS(1482), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1482), - [anon_sym_AMPerror_handler] = ACTIONS(1482), - [anon_sym_AMPis_assigned] = ACTIONS(1482), - [anon_sym_AMPis_used] = ACTIONS(1482), - [anon_sym_AMPlog] = ACTIONS(1482), - [anon_sym_AMPoptional] = ACTIONS(1482), - [anon_sym_AMPordered] = ACTIONS(1482), - [anon_sym_AMPraw_output] = ACTIONS(1482), - [anon_sym_AMPredef] = ACTIONS(1482), - [anon_sym_AMPadd_func] = ACTIONS(1482), - [anon_sym_AMPbackend] = ACTIONS(1482), - [anon_sym_AMPbroker_store] = ACTIONS(1482), - [anon_sym_AMPcreate_expire] = ACTIONS(1482), - [anon_sym_AMPdefault] = ACTIONS(1482), - [anon_sym_AMPdelete_func] = ACTIONS(1482), - [anon_sym_AMPexpire_func] = ACTIONS(1482), - [anon_sym_AMPgroup] = ACTIONS(1482), - [anon_sym_AMPon_change] = ACTIONS(1482), - [anon_sym_AMPpriority] = ACTIONS(1482), - [anon_sym_AMPread_expire] = ACTIONS(1482), - [anon_sym_AMPtype_column] = ACTIONS(1482), - [anon_sym_AMPwrite_expire] = ACTIONS(1482), - [anon_sym_DOLLAR] = ACTIONS(1480), - [anon_sym_PIPE] = ACTIONS(1484), - [anon_sym_BANG] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_is] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_SLASH] = ACTIONS(1809), - [anon_sym_PERCENT] = ACTIONS(1809), - [anon_sym_LT] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1482), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_GT_EQ] = ACTIONS(1482), - [anon_sym_AMP] = ACTIONS(1484), - [anon_sym_CARET] = ACTIONS(1482), - [anon_sym_QMARK] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1482), - [anon_sym_BANG_EQ] = ACTIONS(1482), - [anon_sym_AMP_AMP] = ACTIONS(1482), - [anon_sym_PIPE_PIPE] = ACTIONS(1482), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1482), - [anon_sym_ATdeprecated] = ACTIONS(1482), - [anon_sym_ATload] = ACTIONS(1484), - [anon_sym_ATload_DASHsigs] = ACTIONS(1482), - [anon_sym_ATload_DASHplugin] = ACTIONS(1482), - [anon_sym_ATunload] = ACTIONS(1482), - [anon_sym_ATprefixes] = ACTIONS(1482), - [anon_sym_ATif] = ACTIONS(1484), - [anon_sym_ATifdef] = ACTIONS(1482), - [anon_sym_ATifndef] = ACTIONS(1482), - [anon_sym_ATendif] = ACTIONS(1482), - [anon_sym_ATelse] = ACTIONS(1482), - [anon_sym_ATpragma] = ACTIONS(1482), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_PLUS_EQ] = ACTIONS(1489), + [anon_sym_DASH_EQ] = ACTIONS(1489), + [anon_sym_LPAREN] = ACTIONS(1489), + [anon_sym_in] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1483), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_as] = ACTIONS(1485), + [anon_sym_AMPdeprecated] = ACTIONS(1489), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1489), + [anon_sym_AMPerror_handler] = ACTIONS(1489), + [anon_sym_AMPis_assigned] = ACTIONS(1489), + [anon_sym_AMPis_used] = ACTIONS(1489), + [anon_sym_AMPlog] = ACTIONS(1489), + [anon_sym_AMPoptional] = ACTIONS(1489), + [anon_sym_AMPordered] = ACTIONS(1489), + [anon_sym_AMPraw_output] = ACTIONS(1489), + [anon_sym_AMPredef] = ACTIONS(1489), + [anon_sym_AMPadd_func] = ACTIONS(1489), + [anon_sym_AMPbackend] = ACTIONS(1489), + [anon_sym_AMPbroker_store] = ACTIONS(1489), + [anon_sym_AMPcreate_expire] = ACTIONS(1489), + [anon_sym_AMPdefault] = ACTIONS(1489), + [anon_sym_AMPdelete_func] = ACTIONS(1489), + [anon_sym_AMPexpire_func] = ACTIONS(1489), + [anon_sym_AMPgroup] = ACTIONS(1489), + [anon_sym_AMPon_change] = ACTIONS(1489), + [anon_sym_AMPpriority] = ACTIONS(1489), + [anon_sym_AMPread_expire] = ACTIONS(1489), + [anon_sym_AMPtype_column] = ACTIONS(1489), + [anon_sym_AMPwrite_expire] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1487), + [anon_sym_PIPE] = ACTIONS(1491), + [anon_sym_BANG] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_is] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(1816), + [anon_sym_SLASH] = ACTIONS(1816), + [anon_sym_PERCENT] = ACTIONS(1816), + [anon_sym_LT] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1489), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_GT_EQ] = ACTIONS(1489), + [anon_sym_AMP] = ACTIONS(1491), + [anon_sym_CARET] = ACTIONS(1489), + [anon_sym_QMARK] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1489), + [anon_sym_BANG_EQ] = ACTIONS(1489), + [anon_sym_AMP_AMP] = ACTIONS(1489), + [anon_sym_PIPE_PIPE] = ACTIONS(1489), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1489), + [anon_sym_ATdeprecated] = ACTIONS(1489), + [anon_sym_ATload] = ACTIONS(1491), + [anon_sym_ATload_DASHsigs] = ACTIONS(1489), + [anon_sym_ATload_DASHplugin] = ACTIONS(1489), + [anon_sym_ATunload] = ACTIONS(1489), + [anon_sym_ATprefixes] = ACTIONS(1489), + [anon_sym_ATif] = ACTIONS(1491), + [anon_sym_ATifdef] = ACTIONS(1489), + [anon_sym_ATifndef] = ACTIONS(1489), + [anon_sym_ATendif] = ACTIONS(1489), + [anon_sym_ATelse] = ACTIONS(1489), + [anon_sym_ATpragma] = ACTIONS(1489), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -63558,70 +62792,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [STATE(612)] = { [sym_index_slice] = STATE(309), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_PLUS_EQ] = ACTIONS(1843), - [anon_sym_DASH_EQ] = ACTIONS(1843), - [anon_sym_LPAREN] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1803), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_EQ] = ACTIONS(1845), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_AMPdeprecated] = ACTIONS(1472), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1472), - [anon_sym_AMPerror_handler] = ACTIONS(1472), - [anon_sym_AMPis_assigned] = ACTIONS(1472), - [anon_sym_AMPis_used] = ACTIONS(1472), - [anon_sym_AMPlog] = ACTIONS(1472), - [anon_sym_AMPoptional] = ACTIONS(1472), - [anon_sym_AMPordered] = ACTIONS(1472), - [anon_sym_AMPraw_output] = ACTIONS(1472), - [anon_sym_AMPredef] = ACTIONS(1472), - [anon_sym_AMPadd_func] = ACTIONS(1472), - [anon_sym_AMPbackend] = ACTIONS(1472), - [anon_sym_AMPbroker_store] = ACTIONS(1472), - [anon_sym_AMPcreate_expire] = ACTIONS(1472), - [anon_sym_AMPdefault] = ACTIONS(1472), - [anon_sym_AMPdelete_func] = ACTIONS(1472), - [anon_sym_AMPexpire_func] = ACTIONS(1472), - [anon_sym_AMPgroup] = ACTIONS(1472), - [anon_sym_AMPon_change] = ACTIONS(1472), - [anon_sym_AMPpriority] = ACTIONS(1472), - [anon_sym_AMPread_expire] = ACTIONS(1472), - [anon_sym_AMPtype_column] = ACTIONS(1472), - [anon_sym_AMPwrite_expire] = ACTIONS(1472), - [anon_sym_DOLLAR] = ACTIONS(1480), - [anon_sym_PIPE] = ACTIONS(1805), - [anon_sym_BANG] = ACTIONS(1807), - [anon_sym_DASH] = ACTIONS(1805), - [anon_sym_PLUS] = ACTIONS(1805), - [anon_sym_is] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_SLASH] = ACTIONS(1809), - [anon_sym_PERCENT] = ACTIONS(1809), - [anon_sym_LT] = ACTIONS(1805), - [anon_sym_LT_EQ] = ACTIONS(1803), - [anon_sym_GT] = ACTIONS(1805), - [anon_sym_GT_EQ] = ACTIONS(1803), - [anon_sym_AMP] = ACTIONS(1805), - [anon_sym_CARET] = ACTIONS(1803), - [anon_sym_QMARK] = ACTIONS(1811), - [anon_sym_EQ_EQ] = ACTIONS(1847), - [anon_sym_BANG_EQ] = ACTIONS(1847), - [anon_sym_AMP_AMP] = ACTIONS(1849), - [anon_sym_PIPE_PIPE] = ACTIONS(1849), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1472), - [anon_sym_ATdeprecated] = ACTIONS(1472), - [anon_sym_ATload] = ACTIONS(1474), - [anon_sym_ATload_DASHsigs] = ACTIONS(1472), - [anon_sym_ATload_DASHplugin] = ACTIONS(1472), - [anon_sym_ATunload] = ACTIONS(1472), - [anon_sym_ATprefixes] = ACTIONS(1472), - [anon_sym_ATif] = ACTIONS(1474), - [anon_sym_ATifdef] = ACTIONS(1472), - [anon_sym_ATifndef] = ACTIONS(1472), - [anon_sym_ATendif] = ACTIONS(1472), - [anon_sym_ATelse] = ACTIONS(1472), - [anon_sym_ATpragma] = ACTIONS(1472), + [anon_sym_LBRACE] = ACTIONS(1479), + [anon_sym_PLUS_EQ] = ACTIONS(1850), + [anon_sym_DASH_EQ] = ACTIONS(1850), + [anon_sym_LPAREN] = ACTIONS(1549), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1483), + [anon_sym_EQ] = ACTIONS(1852), + [anon_sym_as] = ACTIONS(1485), + [anon_sym_AMPdeprecated] = ACTIONS(1479), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1479), + [anon_sym_AMPerror_handler] = ACTIONS(1479), + [anon_sym_AMPis_assigned] = ACTIONS(1479), + [anon_sym_AMPis_used] = ACTIONS(1479), + [anon_sym_AMPlog] = ACTIONS(1479), + [anon_sym_AMPoptional] = ACTIONS(1479), + [anon_sym_AMPordered] = ACTIONS(1479), + [anon_sym_AMPraw_output] = ACTIONS(1479), + [anon_sym_AMPredef] = ACTIONS(1479), + [anon_sym_AMPadd_func] = ACTIONS(1479), + [anon_sym_AMPbackend] = ACTIONS(1479), + [anon_sym_AMPbroker_store] = ACTIONS(1479), + [anon_sym_AMPcreate_expire] = ACTIONS(1479), + [anon_sym_AMPdefault] = ACTIONS(1479), + [anon_sym_AMPdelete_func] = ACTIONS(1479), + [anon_sym_AMPexpire_func] = ACTIONS(1479), + [anon_sym_AMPgroup] = ACTIONS(1479), + [anon_sym_AMPon_change] = ACTIONS(1479), + [anon_sym_AMPpriority] = ACTIONS(1479), + [anon_sym_AMPread_expire] = ACTIONS(1479), + [anon_sym_AMPtype_column] = ACTIONS(1479), + [anon_sym_AMPwrite_expire] = ACTIONS(1479), + [anon_sym_DOLLAR] = ACTIONS(1487), + [anon_sym_PIPE] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_DASH] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(1816), + [anon_sym_SLASH] = ACTIONS(1816), + [anon_sym_PERCENT] = ACTIONS(1816), + [anon_sym_LT] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1812), + [anon_sym_CARET] = ACTIONS(1810), + [anon_sym_QMARK] = ACTIONS(1818), + [anon_sym_EQ_EQ] = ACTIONS(1854), + [anon_sym_BANG_EQ] = ACTIONS(1854), + [anon_sym_AMP_AMP] = ACTIONS(1856), + [anon_sym_PIPE_PIPE] = ACTIONS(1856), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1479), + [anon_sym_ATdeprecated] = ACTIONS(1479), + [anon_sym_ATload] = ACTIONS(1481), + [anon_sym_ATload_DASHsigs] = ACTIONS(1479), + [anon_sym_ATload_DASHplugin] = ACTIONS(1479), + [anon_sym_ATunload] = ACTIONS(1479), + [anon_sym_ATprefixes] = ACTIONS(1479), + [anon_sym_ATif] = ACTIONS(1481), + [anon_sym_ATifdef] = ACTIONS(1479), + [anon_sym_ATifndef] = ACTIONS(1479), + [anon_sym_ATendif] = ACTIONS(1479), + [anon_sym_ATelse] = ACTIONS(1479), + [anon_sym_ATpragma] = ACTIONS(1479), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -63630,70 +62864,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [STATE(613)] = { [sym_index_slice] = STATE(309), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_PLUS_EQ] = ACTIONS(1510), - [anon_sym_DASH_EQ] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1803), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_EQ] = ACTIONS(1512), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_AMPdeprecated] = ACTIONS(1510), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1510), - [anon_sym_AMPerror_handler] = ACTIONS(1510), - [anon_sym_AMPis_assigned] = ACTIONS(1510), - [anon_sym_AMPis_used] = ACTIONS(1510), - [anon_sym_AMPlog] = ACTIONS(1510), - [anon_sym_AMPoptional] = ACTIONS(1510), - [anon_sym_AMPordered] = ACTIONS(1510), - [anon_sym_AMPraw_output] = ACTIONS(1510), - [anon_sym_AMPredef] = ACTIONS(1510), - [anon_sym_AMPadd_func] = ACTIONS(1510), - [anon_sym_AMPbackend] = ACTIONS(1510), - [anon_sym_AMPbroker_store] = ACTIONS(1510), - [anon_sym_AMPcreate_expire] = ACTIONS(1510), - [anon_sym_AMPdefault] = ACTIONS(1510), - [anon_sym_AMPdelete_func] = ACTIONS(1510), - [anon_sym_AMPexpire_func] = ACTIONS(1510), - [anon_sym_AMPgroup] = ACTIONS(1510), - [anon_sym_AMPon_change] = ACTIONS(1510), - [anon_sym_AMPpriority] = ACTIONS(1510), - [anon_sym_AMPread_expire] = ACTIONS(1510), - [anon_sym_AMPtype_column] = ACTIONS(1510), - [anon_sym_AMPwrite_expire] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1480), - [anon_sym_PIPE] = ACTIONS(1805), - [anon_sym_BANG] = ACTIONS(1807), - [anon_sym_DASH] = ACTIONS(1805), - [anon_sym_PLUS] = ACTIONS(1805), - [anon_sym_is] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_SLASH] = ACTIONS(1809), - [anon_sym_PERCENT] = ACTIONS(1809), - [anon_sym_LT] = ACTIONS(1805), - [anon_sym_LT_EQ] = ACTIONS(1803), - [anon_sym_GT] = ACTIONS(1805), - [anon_sym_GT_EQ] = ACTIONS(1803), - [anon_sym_AMP] = ACTIONS(1805), - [anon_sym_CARET] = ACTIONS(1803), - [anon_sym_QMARK] = ACTIONS(1811), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_AMP_AMP] = ACTIONS(1510), - [anon_sym_PIPE_PIPE] = ACTIONS(1510), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1510), - [anon_sym_ATdeprecated] = ACTIONS(1510), - [anon_sym_ATload] = ACTIONS(1512), - [anon_sym_ATload_DASHsigs] = ACTIONS(1510), - [anon_sym_ATload_DASHplugin] = ACTIONS(1510), - [anon_sym_ATunload] = ACTIONS(1510), - [anon_sym_ATprefixes] = ACTIONS(1510), - [anon_sym_ATif] = ACTIONS(1512), - [anon_sym_ATifdef] = ACTIONS(1510), - [anon_sym_ATifndef] = ACTIONS(1510), - [anon_sym_ATendif] = ACTIONS(1510), - [anon_sym_ATelse] = ACTIONS(1510), - [anon_sym_ATpragma] = ACTIONS(1510), + [anon_sym_LBRACE] = ACTIONS(1517), + [anon_sym_PLUS_EQ] = ACTIONS(1517), + [anon_sym_DASH_EQ] = ACTIONS(1517), + [anon_sym_LPAREN] = ACTIONS(1517), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1483), + [anon_sym_EQ] = ACTIONS(1519), + [anon_sym_as] = ACTIONS(1485), + [anon_sym_AMPdeprecated] = ACTIONS(1517), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1517), + [anon_sym_AMPerror_handler] = ACTIONS(1517), + [anon_sym_AMPis_assigned] = ACTIONS(1517), + [anon_sym_AMPis_used] = ACTIONS(1517), + [anon_sym_AMPlog] = ACTIONS(1517), + [anon_sym_AMPoptional] = ACTIONS(1517), + [anon_sym_AMPordered] = ACTIONS(1517), + [anon_sym_AMPraw_output] = ACTIONS(1517), + [anon_sym_AMPredef] = ACTIONS(1517), + [anon_sym_AMPadd_func] = ACTIONS(1517), + [anon_sym_AMPbackend] = ACTIONS(1517), + [anon_sym_AMPbroker_store] = ACTIONS(1517), + [anon_sym_AMPcreate_expire] = ACTIONS(1517), + [anon_sym_AMPdefault] = ACTIONS(1517), + [anon_sym_AMPdelete_func] = ACTIONS(1517), + [anon_sym_AMPexpire_func] = ACTIONS(1517), + [anon_sym_AMPgroup] = ACTIONS(1517), + [anon_sym_AMPon_change] = ACTIONS(1517), + [anon_sym_AMPpriority] = ACTIONS(1517), + [anon_sym_AMPread_expire] = ACTIONS(1517), + [anon_sym_AMPtype_column] = ACTIONS(1517), + [anon_sym_AMPwrite_expire] = ACTIONS(1517), + [anon_sym_DOLLAR] = ACTIONS(1487), + [anon_sym_PIPE] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_DASH] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(1816), + [anon_sym_SLASH] = ACTIONS(1816), + [anon_sym_PERCENT] = ACTIONS(1816), + [anon_sym_LT] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1812), + [anon_sym_CARET] = ACTIONS(1810), + [anon_sym_QMARK] = ACTIONS(1818), + [anon_sym_EQ_EQ] = ACTIONS(1517), + [anon_sym_BANG_EQ] = ACTIONS(1517), + [anon_sym_AMP_AMP] = ACTIONS(1517), + [anon_sym_PIPE_PIPE] = ACTIONS(1517), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1517), + [anon_sym_ATdeprecated] = ACTIONS(1517), + [anon_sym_ATload] = ACTIONS(1519), + [anon_sym_ATload_DASHsigs] = ACTIONS(1517), + [anon_sym_ATload_DASHplugin] = ACTIONS(1517), + [anon_sym_ATunload] = ACTIONS(1517), + [anon_sym_ATprefixes] = ACTIONS(1517), + [anon_sym_ATif] = ACTIONS(1519), + [anon_sym_ATifdef] = ACTIONS(1517), + [anon_sym_ATifndef] = ACTIONS(1517), + [anon_sym_ATendif] = ACTIONS(1517), + [anon_sym_ATelse] = ACTIONS(1517), + [anon_sym_ATpragma] = ACTIONS(1517), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -63702,70 +62936,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [STATE(614)] = { [sym_index_slice] = STATE(309), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_PLUS_EQ] = ACTIONS(1843), - [anon_sym_DASH_EQ] = ACTIONS(1843), - [anon_sym_LPAREN] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1803), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_EQ] = ACTIONS(1845), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_AMPdeprecated] = ACTIONS(1472), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1472), - [anon_sym_AMPerror_handler] = ACTIONS(1472), - [anon_sym_AMPis_assigned] = ACTIONS(1472), - [anon_sym_AMPis_used] = ACTIONS(1472), - [anon_sym_AMPlog] = ACTIONS(1472), - [anon_sym_AMPoptional] = ACTIONS(1472), - [anon_sym_AMPordered] = ACTIONS(1472), - [anon_sym_AMPraw_output] = ACTIONS(1472), - [anon_sym_AMPredef] = ACTIONS(1472), - [anon_sym_AMPadd_func] = ACTIONS(1472), - [anon_sym_AMPbackend] = ACTIONS(1472), - [anon_sym_AMPbroker_store] = ACTIONS(1472), - [anon_sym_AMPcreate_expire] = ACTIONS(1472), - [anon_sym_AMPdefault] = ACTIONS(1472), - [anon_sym_AMPdelete_func] = ACTIONS(1472), - [anon_sym_AMPexpire_func] = ACTIONS(1472), - [anon_sym_AMPgroup] = ACTIONS(1472), - [anon_sym_AMPon_change] = ACTIONS(1472), - [anon_sym_AMPpriority] = ACTIONS(1472), - [anon_sym_AMPread_expire] = ACTIONS(1472), - [anon_sym_AMPtype_column] = ACTIONS(1472), - [anon_sym_AMPwrite_expire] = ACTIONS(1472), - [anon_sym_DOLLAR] = ACTIONS(1480), - [anon_sym_PIPE] = ACTIONS(1805), - [anon_sym_BANG] = ACTIONS(1807), - [anon_sym_DASH] = ACTIONS(1805), - [anon_sym_PLUS] = ACTIONS(1805), - [anon_sym_is] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_SLASH] = ACTIONS(1809), - [anon_sym_PERCENT] = ACTIONS(1809), - [anon_sym_LT] = ACTIONS(1805), - [anon_sym_LT_EQ] = ACTIONS(1803), - [anon_sym_GT] = ACTIONS(1805), - [anon_sym_GT_EQ] = ACTIONS(1803), - [anon_sym_AMP] = ACTIONS(1805), - [anon_sym_CARET] = ACTIONS(1803), - [anon_sym_QMARK] = ACTIONS(1811), - [anon_sym_EQ_EQ] = ACTIONS(1847), - [anon_sym_BANG_EQ] = ACTIONS(1847), - [anon_sym_AMP_AMP] = ACTIONS(1849), - [anon_sym_PIPE_PIPE] = ACTIONS(1849), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1851), - [anon_sym_ATdeprecated] = ACTIONS(1472), - [anon_sym_ATload] = ACTIONS(1474), - [anon_sym_ATload_DASHsigs] = ACTIONS(1472), - [anon_sym_ATload_DASHplugin] = ACTIONS(1472), - [anon_sym_ATunload] = ACTIONS(1472), - [anon_sym_ATprefixes] = ACTIONS(1472), - [anon_sym_ATif] = ACTIONS(1474), - [anon_sym_ATifdef] = ACTIONS(1472), - [anon_sym_ATifndef] = ACTIONS(1472), - [anon_sym_ATendif] = ACTIONS(1472), - [anon_sym_ATelse] = ACTIONS(1472), - [anon_sym_ATpragma] = ACTIONS(1472), + [anon_sym_LBRACE] = ACTIONS(1479), + [anon_sym_PLUS_EQ] = ACTIONS(1850), + [anon_sym_DASH_EQ] = ACTIONS(1850), + [anon_sym_LPAREN] = ACTIONS(1549), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1483), + [anon_sym_EQ] = ACTIONS(1852), + [anon_sym_as] = ACTIONS(1485), + [anon_sym_AMPdeprecated] = ACTIONS(1479), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1479), + [anon_sym_AMPerror_handler] = ACTIONS(1479), + [anon_sym_AMPis_assigned] = ACTIONS(1479), + [anon_sym_AMPis_used] = ACTIONS(1479), + [anon_sym_AMPlog] = ACTIONS(1479), + [anon_sym_AMPoptional] = ACTIONS(1479), + [anon_sym_AMPordered] = ACTIONS(1479), + [anon_sym_AMPraw_output] = ACTIONS(1479), + [anon_sym_AMPredef] = ACTIONS(1479), + [anon_sym_AMPadd_func] = ACTIONS(1479), + [anon_sym_AMPbackend] = ACTIONS(1479), + [anon_sym_AMPbroker_store] = ACTIONS(1479), + [anon_sym_AMPcreate_expire] = ACTIONS(1479), + [anon_sym_AMPdefault] = ACTIONS(1479), + [anon_sym_AMPdelete_func] = ACTIONS(1479), + [anon_sym_AMPexpire_func] = ACTIONS(1479), + [anon_sym_AMPgroup] = ACTIONS(1479), + [anon_sym_AMPon_change] = ACTIONS(1479), + [anon_sym_AMPpriority] = ACTIONS(1479), + [anon_sym_AMPread_expire] = ACTIONS(1479), + [anon_sym_AMPtype_column] = ACTIONS(1479), + [anon_sym_AMPwrite_expire] = ACTIONS(1479), + [anon_sym_DOLLAR] = ACTIONS(1487), + [anon_sym_PIPE] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_DASH] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(1816), + [anon_sym_SLASH] = ACTIONS(1816), + [anon_sym_PERCENT] = ACTIONS(1816), + [anon_sym_LT] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1812), + [anon_sym_CARET] = ACTIONS(1810), + [anon_sym_QMARK] = ACTIONS(1818), + [anon_sym_EQ_EQ] = ACTIONS(1854), + [anon_sym_BANG_EQ] = ACTIONS(1854), + [anon_sym_AMP_AMP] = ACTIONS(1856), + [anon_sym_PIPE_PIPE] = ACTIONS(1856), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1858), + [anon_sym_ATdeprecated] = ACTIONS(1479), + [anon_sym_ATload] = ACTIONS(1481), + [anon_sym_ATload_DASHsigs] = ACTIONS(1479), + [anon_sym_ATload_DASHplugin] = ACTIONS(1479), + [anon_sym_ATunload] = ACTIONS(1479), + [anon_sym_ATprefixes] = ACTIONS(1479), + [anon_sym_ATif] = ACTIONS(1481), + [anon_sym_ATifdef] = ACTIONS(1479), + [anon_sym_ATifndef] = ACTIONS(1479), + [anon_sym_ATendif] = ACTIONS(1479), + [anon_sym_ATelse] = ACTIONS(1479), + [anon_sym_ATpragma] = ACTIONS(1479), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -63774,70 +63008,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [STATE(615)] = { [sym_index_slice] = STATE(309), - [anon_sym_LBRACE] = ACTIONS(135), - [anon_sym_PLUS_EQ] = ACTIONS(1843), - [anon_sym_DASH_EQ] = ACTIONS(1843), - [anon_sym_LPAREN] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1803), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_EQ] = ACTIONS(1845), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_AMPdeprecated] = ACTIONS(135), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(135), - [anon_sym_AMPerror_handler] = ACTIONS(135), - [anon_sym_AMPis_assigned] = ACTIONS(135), - [anon_sym_AMPis_used] = ACTIONS(135), - [anon_sym_AMPlog] = ACTIONS(135), - [anon_sym_AMPoptional] = ACTIONS(135), - [anon_sym_AMPordered] = ACTIONS(135), - [anon_sym_AMPraw_output] = ACTIONS(135), - [anon_sym_AMPredef] = ACTIONS(135), - [anon_sym_AMPadd_func] = ACTIONS(135), - [anon_sym_AMPbackend] = ACTIONS(135), - [anon_sym_AMPbroker_store] = ACTIONS(135), - [anon_sym_AMPcreate_expire] = ACTIONS(135), - [anon_sym_AMPdefault] = ACTIONS(135), - [anon_sym_AMPdelete_func] = ACTIONS(135), - [anon_sym_AMPexpire_func] = ACTIONS(135), - [anon_sym_AMPgroup] = ACTIONS(135), - [anon_sym_AMPon_change] = ACTIONS(135), - [anon_sym_AMPpriority] = ACTIONS(135), - [anon_sym_AMPread_expire] = ACTIONS(135), - [anon_sym_AMPtype_column] = ACTIONS(135), - [anon_sym_AMPwrite_expire] = ACTIONS(135), - [anon_sym_DOLLAR] = ACTIONS(1480), - [anon_sym_PIPE] = ACTIONS(1805), - [anon_sym_BANG] = ACTIONS(1807), - [anon_sym_DASH] = ACTIONS(1805), - [anon_sym_PLUS] = ACTIONS(1805), - [anon_sym_is] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1809), - [anon_sym_SLASH] = ACTIONS(1809), - [anon_sym_PERCENT] = ACTIONS(1809), - [anon_sym_LT] = ACTIONS(1805), - [anon_sym_LT_EQ] = ACTIONS(1803), - [anon_sym_GT] = ACTIONS(1805), - [anon_sym_GT_EQ] = ACTIONS(1803), - [anon_sym_AMP] = ACTIONS(1805), - [anon_sym_CARET] = ACTIONS(1803), - [anon_sym_QMARK] = ACTIONS(1811), - [anon_sym_EQ_EQ] = ACTIONS(1847), - [anon_sym_BANG_EQ] = ACTIONS(1847), - [anon_sym_AMP_AMP] = ACTIONS(1849), - [anon_sym_PIPE_PIPE] = ACTIONS(1849), - [anon_sym_QMARK_DOLLAR] = ACTIONS(1851), - [anon_sym_ATdeprecated] = ACTIONS(135), - [anon_sym_ATload] = ACTIONS(141), - [anon_sym_ATload_DASHsigs] = ACTIONS(135), - [anon_sym_ATload_DASHplugin] = ACTIONS(135), - [anon_sym_ATunload] = ACTIONS(135), - [anon_sym_ATprefixes] = ACTIONS(135), - [anon_sym_ATif] = ACTIONS(141), - [anon_sym_ATifdef] = ACTIONS(135), - [anon_sym_ATifndef] = ACTIONS(135), - [anon_sym_ATendif] = ACTIONS(135), - [anon_sym_ATelse] = ACTIONS(135), - [anon_sym_ATpragma] = ACTIONS(135), + [anon_sym_LBRACE] = ACTIONS(137), + [anon_sym_PLUS_EQ] = ACTIONS(1850), + [anon_sym_DASH_EQ] = ACTIONS(1850), + [anon_sym_LPAREN] = ACTIONS(1549), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1483), + [anon_sym_EQ] = ACTIONS(1852), + [anon_sym_as] = ACTIONS(1485), + [anon_sym_AMPdeprecated] = ACTIONS(137), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(137), + [anon_sym_AMPerror_handler] = ACTIONS(137), + [anon_sym_AMPis_assigned] = ACTIONS(137), + [anon_sym_AMPis_used] = ACTIONS(137), + [anon_sym_AMPlog] = ACTIONS(137), + [anon_sym_AMPoptional] = ACTIONS(137), + [anon_sym_AMPordered] = ACTIONS(137), + [anon_sym_AMPraw_output] = ACTIONS(137), + [anon_sym_AMPredef] = ACTIONS(137), + [anon_sym_AMPadd_func] = ACTIONS(137), + [anon_sym_AMPbackend] = ACTIONS(137), + [anon_sym_AMPbroker_store] = ACTIONS(137), + [anon_sym_AMPcreate_expire] = ACTIONS(137), + [anon_sym_AMPdefault] = ACTIONS(137), + [anon_sym_AMPdelete_func] = ACTIONS(137), + [anon_sym_AMPexpire_func] = ACTIONS(137), + [anon_sym_AMPgroup] = ACTIONS(137), + [anon_sym_AMPon_change] = ACTIONS(137), + [anon_sym_AMPpriority] = ACTIONS(137), + [anon_sym_AMPread_expire] = ACTIONS(137), + [anon_sym_AMPtype_column] = ACTIONS(137), + [anon_sym_AMPwrite_expire] = ACTIONS(137), + [anon_sym_DOLLAR] = ACTIONS(1487), + [anon_sym_PIPE] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_DASH] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(1816), + [anon_sym_SLASH] = ACTIONS(1816), + [anon_sym_PERCENT] = ACTIONS(1816), + [anon_sym_LT] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1812), + [anon_sym_CARET] = ACTIONS(1810), + [anon_sym_QMARK] = ACTIONS(1818), + [anon_sym_EQ_EQ] = ACTIONS(1854), + [anon_sym_BANG_EQ] = ACTIONS(1854), + [anon_sym_AMP_AMP] = ACTIONS(1856), + [anon_sym_PIPE_PIPE] = ACTIONS(1856), + [anon_sym_QMARK_DOLLAR] = ACTIONS(1858), + [anon_sym_ATdeprecated] = ACTIONS(137), + [anon_sym_ATload] = ACTIONS(143), + [anon_sym_ATload_DASHsigs] = ACTIONS(137), + [anon_sym_ATload_DASHplugin] = ACTIONS(137), + [anon_sym_ATunload] = ACTIONS(137), + [anon_sym_ATprefixes] = ACTIONS(137), + [anon_sym_ATif] = ACTIONS(143), + [anon_sym_ATifdef] = ACTIONS(137), + [anon_sym_ATifndef] = ACTIONS(137), + [anon_sym_ATendif] = ACTIONS(137), + [anon_sym_ATelse] = ACTIONS(137), + [anon_sym_ATpragma] = ACTIONS(137), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -63845,71 +63079,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(616)] = { - [ts_builtin_sym_end] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_else] = ACTIONS(1724), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_timeout] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [ts_builtin_sym_end] = ACTIONS(1729), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_else] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_timeout] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -63917,71 +63151,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(617)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1853), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1860), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -63989,71 +63223,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(618)] = { - [ts_builtin_sym_end] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1855), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [ts_builtin_sym_end] = ACTIONS(1717), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1862), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -64061,71 +63295,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(619)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1857), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1864), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -64133,71 +63367,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(620)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1859), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1866), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -64205,71 +63439,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(621)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1861), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1868), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -64277,71 +63511,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(622)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1863), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1870), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -64349,71 +63583,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(623)] = { - [ts_builtin_sym_end] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_else] = ACTIONS(1724), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_timeout] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [ts_builtin_sym_end] = ACTIONS(1729), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_else] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_timeout] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -64421,71 +63655,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(624)] = { - [ts_builtin_sym_end] = ACTIONS(1726), - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_else] = ACTIONS(1728), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_timeout] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [ts_builtin_sym_end] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_else] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_timeout] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -64493,71 +63727,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(625)] = { - [ts_builtin_sym_end] = ACTIONS(1726), - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_else] = ACTIONS(1728), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_timeout] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [ts_builtin_sym_end] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_else] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_timeout] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -64565,71 +63799,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(626)] = { - [ts_builtin_sym_end] = ACTIONS(1692), - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_timeout] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [ts_builtin_sym_end] = ACTIONS(1699), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_else] = ACTIONS(1701), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_timeout] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -64637,71 +63871,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(627)] = { - [ts_builtin_sym_end] = ACTIONS(1692), - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_timeout] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [ts_builtin_sym_end] = ACTIONS(1699), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_else] = ACTIONS(1701), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_timeout] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -64709,71 +63943,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(628)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1865), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1872), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -64781,71 +64015,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(629)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_timeout] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_else] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_timeout] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -64853,71 +64087,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(630)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1867), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1874), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -64925,71 +64159,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(631)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1869), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1876), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -64997,71 +64231,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(632)] = { - [anon_sym_SEMI] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_RBRACE] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1658), - [anon_sym_record] = ACTIONS(1658), - [anon_sym_print] = ACTIONS(1658), - [anon_sym_event] = ACTIONS(1658), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1656), - [anon_sym_switch] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1658), - [anon_sym_next] = ACTIONS(1658), - [anon_sym_break] = ACTIONS(1658), - [anon_sym_fallthrough] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1658), - [anon_sym_add] = ACTIONS(1658), - [anon_sym_delete] = ACTIONS(1658), - [anon_sym_local] = ACTIONS(1658), - [anon_sym_when] = ACTIONS(1658), - [anon_sym_assert] = ACTIONS(1658), - [anon_sym_case] = ACTIONS(1658), - [anon_sym_default] = ACTIONS(1658), - [anon_sym_table] = ACTIONS(1658), - [anon_sym_set] = ACTIONS(1658), - [anon_sym_vector] = ACTIONS(1658), - [anon_sym_function] = ACTIONS(1658), - [anon_sym_hook] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1656), - [anon_sym_PIPE] = ACTIONS(1656), - [anon_sym_PLUS_PLUS] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1656), - [anon_sym_BANG] = ACTIONS(1656), - [anon_sym_TILDE] = ACTIONS(1656), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_copy] = ACTIONS(1658), - [anon_sym_schedule] = ACTIONS(1658), - [aux_sym_constant_token1] = ACTIONS(1658), - [anon_sym_T] = ACTIONS(1658), - [anon_sym_F] = ACTIONS(1658), - [anon_sym_ATdeprecated] = ACTIONS(1656), - [anon_sym_ATload] = ACTIONS(1658), - [anon_sym_ATload_DASHsigs] = ACTIONS(1656), - [anon_sym_ATload_DASHplugin] = ACTIONS(1656), - [anon_sym_ATunload] = ACTIONS(1656), - [anon_sym_ATprefixes] = ACTIONS(1656), - [anon_sym_ATif] = ACTIONS(1658), - [anon_sym_ATifdef] = ACTIONS(1656), - [anon_sym_ATifndef] = ACTIONS(1656), - [anon_sym_ATendif] = ACTIONS(1656), - [anon_sym_ATelse] = ACTIONS(1656), - [anon_sym_ATpragma] = ACTIONS(1656), - [anon_sym_ATDIR] = ACTIONS(1656), - [anon_sym_ATFILENAME] = ACTIONS(1656), - [sym_id] = ACTIONS(1658), - [sym_pattern] = ACTIONS(1656), - [sym_ipv6] = ACTIONS(1658), - [sym_ipv4] = ACTIONS(1658), - [sym_port] = ACTIONS(1656), - [sym_floatp] = ACTIONS(1658), - [sym_hex] = ACTIONS(1658), - [sym_hostname] = ACTIONS(1658), - [aux_sym_string_token1] = ACTIONS(1656), + [anon_sym_SEMI] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1663), + [anon_sym_RBRACE] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1665), + [anon_sym_record] = ACTIONS(1665), + [anon_sym_print] = ACTIONS(1665), + [anon_sym_event] = ACTIONS(1665), + [anon_sym_if] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_while] = ACTIONS(1665), + [anon_sym_next] = ACTIONS(1665), + [anon_sym_break] = ACTIONS(1665), + [anon_sym_fallthrough] = ACTIONS(1665), + [anon_sym_return] = ACTIONS(1665), + [anon_sym_add] = ACTIONS(1665), + [anon_sym_delete] = ACTIONS(1665), + [anon_sym_local] = ACTIONS(1665), + [anon_sym_when] = ACTIONS(1665), + [anon_sym_assert] = ACTIONS(1665), + [anon_sym_case] = ACTIONS(1665), + [anon_sym_default] = ACTIONS(1665), + [anon_sym_table] = ACTIONS(1665), + [anon_sym_set] = ACTIONS(1665), + [anon_sym_vector] = ACTIONS(1665), + [anon_sym_function] = ACTIONS(1665), + [anon_sym_hook] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(1663), + [anon_sym_PIPE] = ACTIONS(1663), + [anon_sym_PLUS_PLUS] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1663), + [anon_sym_BANG] = ACTIONS(1663), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1665), + [anon_sym_copy] = ACTIONS(1665), + [anon_sym_schedule] = ACTIONS(1665), + [aux_sym_constant_token1] = ACTIONS(1665), + [anon_sym_T] = ACTIONS(1665), + [anon_sym_F] = ACTIONS(1665), + [anon_sym_ATdeprecated] = ACTIONS(1663), + [anon_sym_ATload] = ACTIONS(1665), + [anon_sym_ATload_DASHsigs] = ACTIONS(1663), + [anon_sym_ATload_DASHplugin] = ACTIONS(1663), + [anon_sym_ATunload] = ACTIONS(1663), + [anon_sym_ATprefixes] = ACTIONS(1663), + [anon_sym_ATif] = ACTIONS(1665), + [anon_sym_ATifdef] = ACTIONS(1663), + [anon_sym_ATifndef] = ACTIONS(1663), + [anon_sym_ATendif] = ACTIONS(1663), + [anon_sym_ATelse] = ACTIONS(1663), + [anon_sym_ATpragma] = ACTIONS(1663), + [anon_sym_ATDIR] = ACTIONS(1663), + [anon_sym_ATFILENAME] = ACTIONS(1663), + [sym_id] = ACTIONS(1665), + [sym_pattern] = ACTIONS(1663), + [sym_ipv6] = ACTIONS(1663), + [sym_ipv4] = ACTIONS(1665), + [sym_port] = ACTIONS(1663), + [sym_floatp] = ACTIONS(1665), + [sym_hex] = ACTIONS(1665), + [sym_hostname] = ACTIONS(1665), + [aux_sym_string_token1] = ACTIONS(1663), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -65069,71 +64303,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(633)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_case] = ACTIONS(1724), - [anon_sym_default] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_case] = ACTIONS(1731), + [anon_sym_default] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -65141,70 +64375,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(634)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_else] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -65212,70 +64446,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(635)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_timeout] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_timeout] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -65283,70 +64517,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(636)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_timeout] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_timeout] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -65354,70 +64588,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(637)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_timeout] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_timeout] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -65425,70 +64659,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(638)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_timeout] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_timeout] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -65496,70 +64730,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(639)] = { - [ts_builtin_sym_end] = ACTIONS(1656), - [anon_sym_SEMI] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1658), - [anon_sym_record] = ACTIONS(1658), - [anon_sym_print] = ACTIONS(1658), - [anon_sym_event] = ACTIONS(1658), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1656), - [anon_sym_else] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1658), - [anon_sym_next] = ACTIONS(1658), - [anon_sym_break] = ACTIONS(1658), - [anon_sym_fallthrough] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1658), - [anon_sym_add] = ACTIONS(1658), - [anon_sym_delete] = ACTIONS(1658), - [anon_sym_local] = ACTIONS(1658), - [anon_sym_when] = ACTIONS(1658), - [anon_sym_assert] = ACTIONS(1658), - [anon_sym_table] = ACTIONS(1658), - [anon_sym_set] = ACTIONS(1658), - [anon_sym_vector] = ACTIONS(1658), - [anon_sym_function] = ACTIONS(1658), - [anon_sym_hook] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1656), - [anon_sym_PIPE] = ACTIONS(1656), - [anon_sym_PLUS_PLUS] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1656), - [anon_sym_BANG] = ACTIONS(1656), - [anon_sym_TILDE] = ACTIONS(1656), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_copy] = ACTIONS(1658), - [anon_sym_schedule] = ACTIONS(1658), - [aux_sym_constant_token1] = ACTIONS(1658), - [anon_sym_T] = ACTIONS(1658), - [anon_sym_F] = ACTIONS(1658), - [anon_sym_ATdeprecated] = ACTIONS(1656), - [anon_sym_ATload] = ACTIONS(1658), - [anon_sym_ATload_DASHsigs] = ACTIONS(1656), - [anon_sym_ATload_DASHplugin] = ACTIONS(1656), - [anon_sym_ATunload] = ACTIONS(1656), - [anon_sym_ATprefixes] = ACTIONS(1656), - [anon_sym_ATif] = ACTIONS(1658), - [anon_sym_ATifdef] = ACTIONS(1656), - [anon_sym_ATifndef] = ACTIONS(1656), - [anon_sym_ATendif] = ACTIONS(1656), - [anon_sym_ATelse] = ACTIONS(1656), - [anon_sym_ATpragma] = ACTIONS(1656), - [anon_sym_ATDIR] = ACTIONS(1656), - [anon_sym_ATFILENAME] = ACTIONS(1656), - [sym_id] = ACTIONS(1658), - [sym_pattern] = ACTIONS(1656), - [sym_ipv6] = ACTIONS(1658), - [sym_ipv4] = ACTIONS(1658), - [sym_port] = ACTIONS(1656), - [sym_floatp] = ACTIONS(1658), - [sym_hex] = ACTIONS(1658), - [sym_hostname] = ACTIONS(1658), - [aux_sym_string_token1] = ACTIONS(1656), + [ts_builtin_sym_end] = ACTIONS(1663), + [anon_sym_SEMI] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1665), + [anon_sym_record] = ACTIONS(1665), + [anon_sym_print] = ACTIONS(1665), + [anon_sym_event] = ACTIONS(1665), + [anon_sym_if] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1663), + [anon_sym_else] = ACTIONS(1665), + [anon_sym_switch] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_while] = ACTIONS(1665), + [anon_sym_next] = ACTIONS(1665), + [anon_sym_break] = ACTIONS(1665), + [anon_sym_fallthrough] = ACTIONS(1665), + [anon_sym_return] = ACTIONS(1665), + [anon_sym_add] = ACTIONS(1665), + [anon_sym_delete] = ACTIONS(1665), + [anon_sym_local] = ACTIONS(1665), + [anon_sym_when] = ACTIONS(1665), + [anon_sym_assert] = ACTIONS(1665), + [anon_sym_table] = ACTIONS(1665), + [anon_sym_set] = ACTIONS(1665), + [anon_sym_vector] = ACTIONS(1665), + [anon_sym_function] = ACTIONS(1665), + [anon_sym_hook] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(1663), + [anon_sym_PIPE] = ACTIONS(1663), + [anon_sym_PLUS_PLUS] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1663), + [anon_sym_BANG] = ACTIONS(1663), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1665), + [anon_sym_copy] = ACTIONS(1665), + [anon_sym_schedule] = ACTIONS(1665), + [aux_sym_constant_token1] = ACTIONS(1665), + [anon_sym_T] = ACTIONS(1665), + [anon_sym_F] = ACTIONS(1665), + [anon_sym_ATdeprecated] = ACTIONS(1663), + [anon_sym_ATload] = ACTIONS(1665), + [anon_sym_ATload_DASHsigs] = ACTIONS(1663), + [anon_sym_ATload_DASHplugin] = ACTIONS(1663), + [anon_sym_ATunload] = ACTIONS(1663), + [anon_sym_ATprefixes] = ACTIONS(1663), + [anon_sym_ATif] = ACTIONS(1665), + [anon_sym_ATifdef] = ACTIONS(1663), + [anon_sym_ATifndef] = ACTIONS(1663), + [anon_sym_ATendif] = ACTIONS(1663), + [anon_sym_ATelse] = ACTIONS(1663), + [anon_sym_ATpragma] = ACTIONS(1663), + [anon_sym_ATDIR] = ACTIONS(1663), + [anon_sym_ATFILENAME] = ACTIONS(1663), + [sym_id] = ACTIONS(1665), + [sym_pattern] = ACTIONS(1663), + [sym_ipv6] = ACTIONS(1663), + [sym_ipv4] = ACTIONS(1665), + [sym_port] = ACTIONS(1663), + [sym_floatp] = ACTIONS(1665), + [sym_hex] = ACTIONS(1665), + [sym_hostname] = ACTIONS(1665), + [aux_sym_string_token1] = ACTIONS(1663), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -65567,70 +64801,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(640)] = { - [anon_sym_SEMI] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_RBRACE] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1658), - [anon_sym_record] = ACTIONS(1658), - [anon_sym_print] = ACTIONS(1658), - [anon_sym_event] = ACTIONS(1658), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1656), - [anon_sym_else] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1658), - [anon_sym_next] = ACTIONS(1658), - [anon_sym_break] = ACTIONS(1658), - [anon_sym_fallthrough] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1658), - [anon_sym_add] = ACTIONS(1658), - [anon_sym_delete] = ACTIONS(1658), - [anon_sym_local] = ACTIONS(1658), - [anon_sym_when] = ACTIONS(1658), - [anon_sym_assert] = ACTIONS(1658), - [anon_sym_table] = ACTIONS(1658), - [anon_sym_set] = ACTIONS(1658), - [anon_sym_vector] = ACTIONS(1658), - [anon_sym_function] = ACTIONS(1658), - [anon_sym_hook] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1656), - [anon_sym_PIPE] = ACTIONS(1656), - [anon_sym_PLUS_PLUS] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1656), - [anon_sym_BANG] = ACTIONS(1656), - [anon_sym_TILDE] = ACTIONS(1656), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_copy] = ACTIONS(1658), - [anon_sym_schedule] = ACTIONS(1658), - [aux_sym_constant_token1] = ACTIONS(1658), - [anon_sym_T] = ACTIONS(1658), - [anon_sym_F] = ACTIONS(1658), - [anon_sym_ATdeprecated] = ACTIONS(1656), - [anon_sym_ATload] = ACTIONS(1658), - [anon_sym_ATload_DASHsigs] = ACTIONS(1656), - [anon_sym_ATload_DASHplugin] = ACTIONS(1656), - [anon_sym_ATunload] = ACTIONS(1656), - [anon_sym_ATprefixes] = ACTIONS(1656), - [anon_sym_ATif] = ACTIONS(1658), - [anon_sym_ATifdef] = ACTIONS(1656), - [anon_sym_ATifndef] = ACTIONS(1656), - [anon_sym_ATendif] = ACTIONS(1656), - [anon_sym_ATelse] = ACTIONS(1656), - [anon_sym_ATpragma] = ACTIONS(1656), - [anon_sym_ATDIR] = ACTIONS(1656), - [anon_sym_ATFILENAME] = ACTIONS(1656), - [sym_id] = ACTIONS(1658), - [sym_pattern] = ACTIONS(1656), - [sym_ipv6] = ACTIONS(1658), - [sym_ipv4] = ACTIONS(1658), - [sym_port] = ACTIONS(1656), - [sym_floatp] = ACTIONS(1658), - [sym_hex] = ACTIONS(1658), - [sym_hostname] = ACTIONS(1658), - [aux_sym_string_token1] = ACTIONS(1656), + [anon_sym_SEMI] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1663), + [anon_sym_RBRACE] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1665), + [anon_sym_record] = ACTIONS(1665), + [anon_sym_print] = ACTIONS(1665), + [anon_sym_event] = ACTIONS(1665), + [anon_sym_if] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1663), + [anon_sym_else] = ACTIONS(1665), + [anon_sym_switch] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_while] = ACTIONS(1665), + [anon_sym_next] = ACTIONS(1665), + [anon_sym_break] = ACTIONS(1665), + [anon_sym_fallthrough] = ACTIONS(1665), + [anon_sym_return] = ACTIONS(1665), + [anon_sym_add] = ACTIONS(1665), + [anon_sym_delete] = ACTIONS(1665), + [anon_sym_local] = ACTIONS(1665), + [anon_sym_when] = ACTIONS(1665), + [anon_sym_assert] = ACTIONS(1665), + [anon_sym_table] = ACTIONS(1665), + [anon_sym_set] = ACTIONS(1665), + [anon_sym_vector] = ACTIONS(1665), + [anon_sym_function] = ACTIONS(1665), + [anon_sym_hook] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(1663), + [anon_sym_PIPE] = ACTIONS(1663), + [anon_sym_PLUS_PLUS] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1663), + [anon_sym_BANG] = ACTIONS(1663), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1665), + [anon_sym_copy] = ACTIONS(1665), + [anon_sym_schedule] = ACTIONS(1665), + [aux_sym_constant_token1] = ACTIONS(1665), + [anon_sym_T] = ACTIONS(1665), + [anon_sym_F] = ACTIONS(1665), + [anon_sym_ATdeprecated] = ACTIONS(1663), + [anon_sym_ATload] = ACTIONS(1665), + [anon_sym_ATload_DASHsigs] = ACTIONS(1663), + [anon_sym_ATload_DASHplugin] = ACTIONS(1663), + [anon_sym_ATunload] = ACTIONS(1663), + [anon_sym_ATprefixes] = ACTIONS(1663), + [anon_sym_ATif] = ACTIONS(1665), + [anon_sym_ATifdef] = ACTIONS(1663), + [anon_sym_ATifndef] = ACTIONS(1663), + [anon_sym_ATendif] = ACTIONS(1663), + [anon_sym_ATelse] = ACTIONS(1663), + [anon_sym_ATpragma] = ACTIONS(1663), + [anon_sym_ATDIR] = ACTIONS(1663), + [anon_sym_ATFILENAME] = ACTIONS(1663), + [sym_id] = ACTIONS(1665), + [sym_pattern] = ACTIONS(1663), + [sym_ipv6] = ACTIONS(1663), + [sym_ipv4] = ACTIONS(1665), + [sym_port] = ACTIONS(1663), + [sym_floatp] = ACTIONS(1665), + [sym_hex] = ACTIONS(1665), + [sym_hostname] = ACTIONS(1665), + [aux_sym_string_token1] = ACTIONS(1663), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -65638,70 +64872,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(641)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_else] = ACTIONS(1704), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_else] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -65709,70 +64943,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(642)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -65780,70 +65014,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(643)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -65851,70 +65085,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(644)] = { - [ts_builtin_sym_end] = ACTIONS(1600), - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_record] = ACTIONS(1602), - [anon_sym_print] = ACTIONS(1602), - [anon_sym_event] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_else] = ACTIONS(1602), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1600), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_next] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_fallthrough] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_add] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_local] = ACTIONS(1602), - [anon_sym_when] = ACTIONS(1602), - [anon_sym_assert] = ACTIONS(1602), - [anon_sym_table] = ACTIONS(1602), - [anon_sym_set] = ACTIONS(1602), - [anon_sym_vector] = ACTIONS(1602), - [anon_sym_function] = ACTIONS(1602), - [anon_sym_hook] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_copy] = ACTIONS(1602), - [anon_sym_schedule] = ACTIONS(1602), - [aux_sym_constant_token1] = ACTIONS(1602), - [anon_sym_T] = ACTIONS(1602), - [anon_sym_F] = ACTIONS(1602), - [anon_sym_ATdeprecated] = ACTIONS(1600), - [anon_sym_ATload] = ACTIONS(1602), - [anon_sym_ATload_DASHsigs] = ACTIONS(1600), - [anon_sym_ATload_DASHplugin] = ACTIONS(1600), - [anon_sym_ATunload] = ACTIONS(1600), - [anon_sym_ATprefixes] = ACTIONS(1600), - [anon_sym_ATif] = ACTIONS(1602), - [anon_sym_ATifdef] = ACTIONS(1600), - [anon_sym_ATifndef] = ACTIONS(1600), - [anon_sym_ATendif] = ACTIONS(1600), - [anon_sym_ATelse] = ACTIONS(1600), - [anon_sym_ATpragma] = ACTIONS(1600), - [anon_sym_ATDIR] = ACTIONS(1600), - [anon_sym_ATFILENAME] = ACTIONS(1600), - [sym_id] = ACTIONS(1602), - [sym_pattern] = ACTIONS(1600), - [sym_ipv6] = ACTIONS(1602), - [sym_ipv4] = ACTIONS(1602), - [sym_port] = ACTIONS(1600), - [sym_floatp] = ACTIONS(1602), - [sym_hex] = ACTIONS(1602), - [sym_hostname] = ACTIONS(1602), - [aux_sym_string_token1] = ACTIONS(1600), + [ts_builtin_sym_end] = ACTIONS(1607), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_record] = ACTIONS(1609), + [anon_sym_print] = ACTIONS(1609), + [anon_sym_event] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1607), + [anon_sym_else] = ACTIONS(1609), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_next] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_fallthrough] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_add] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_local] = ACTIONS(1609), + [anon_sym_when] = ACTIONS(1609), + [anon_sym_assert] = ACTIONS(1609), + [anon_sym_table] = ACTIONS(1609), + [anon_sym_set] = ACTIONS(1609), + [anon_sym_vector] = ACTIONS(1609), + [anon_sym_function] = ACTIONS(1609), + [anon_sym_hook] = ACTIONS(1609), + [anon_sym_DOLLAR] = ACTIONS(1607), + [anon_sym_PIPE] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_copy] = ACTIONS(1609), + [anon_sym_schedule] = ACTIONS(1609), + [aux_sym_constant_token1] = ACTIONS(1609), + [anon_sym_T] = ACTIONS(1609), + [anon_sym_F] = ACTIONS(1609), + [anon_sym_ATdeprecated] = ACTIONS(1607), + [anon_sym_ATload] = ACTIONS(1609), + [anon_sym_ATload_DASHsigs] = ACTIONS(1607), + [anon_sym_ATload_DASHplugin] = ACTIONS(1607), + [anon_sym_ATunload] = ACTIONS(1607), + [anon_sym_ATprefixes] = ACTIONS(1607), + [anon_sym_ATif] = ACTIONS(1609), + [anon_sym_ATifdef] = ACTIONS(1607), + [anon_sym_ATifndef] = ACTIONS(1607), + [anon_sym_ATendif] = ACTIONS(1607), + [anon_sym_ATelse] = ACTIONS(1607), + [anon_sym_ATpragma] = ACTIONS(1607), + [anon_sym_ATDIR] = ACTIONS(1607), + [anon_sym_ATFILENAME] = ACTIONS(1607), + [sym_id] = ACTIONS(1609), + [sym_pattern] = ACTIONS(1607), + [sym_ipv6] = ACTIONS(1607), + [sym_ipv4] = ACTIONS(1609), + [sym_port] = ACTIONS(1607), + [sym_floatp] = ACTIONS(1609), + [sym_hex] = ACTIONS(1609), + [sym_hostname] = ACTIONS(1609), + [aux_sym_string_token1] = ACTIONS(1607), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -65922,70 +65156,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(645)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_else] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_else] = ACTIONS(1501), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -65993,70 +65227,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(646)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -66064,70 +65298,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(647)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -66135,70 +65369,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(648)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_else] = ACTIONS(1538), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -66206,70 +65440,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(649)] = { - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_RBRACE] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_record] = ACTIONS(1570), - [anon_sym_print] = ACTIONS(1570), - [anon_sym_event] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_else] = ACTIONS(1570), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_LBRACK] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_next] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_fallthrough] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_add] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_local] = ACTIONS(1570), - [anon_sym_when] = ACTIONS(1570), - [anon_sym_assert] = ACTIONS(1570), - [anon_sym_table] = ACTIONS(1570), - [anon_sym_set] = ACTIONS(1570), - [anon_sym_vector] = ACTIONS(1570), - [anon_sym_function] = ACTIONS(1570), - [anon_sym_hook] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_copy] = ACTIONS(1570), - [anon_sym_schedule] = ACTIONS(1570), - [aux_sym_constant_token1] = ACTIONS(1570), - [anon_sym_T] = ACTIONS(1570), - [anon_sym_F] = ACTIONS(1570), - [anon_sym_ATdeprecated] = ACTIONS(1568), - [anon_sym_ATload] = ACTIONS(1570), - [anon_sym_ATload_DASHsigs] = ACTIONS(1568), - [anon_sym_ATload_DASHplugin] = ACTIONS(1568), - [anon_sym_ATunload] = ACTIONS(1568), - [anon_sym_ATprefixes] = ACTIONS(1568), - [anon_sym_ATif] = ACTIONS(1570), - [anon_sym_ATifdef] = ACTIONS(1568), - [anon_sym_ATifndef] = ACTIONS(1568), - [anon_sym_ATendif] = ACTIONS(1568), - [anon_sym_ATelse] = ACTIONS(1568), - [anon_sym_ATpragma] = ACTIONS(1568), - [anon_sym_ATDIR] = ACTIONS(1568), - [anon_sym_ATFILENAME] = ACTIONS(1568), - [sym_id] = ACTIONS(1570), - [sym_pattern] = ACTIONS(1568), - [sym_ipv6] = ACTIONS(1570), - [sym_ipv4] = ACTIONS(1570), - [sym_port] = ACTIONS(1568), - [sym_floatp] = ACTIONS(1570), - [sym_hex] = ACTIONS(1570), - [sym_hostname] = ACTIONS(1570), - [aux_sym_string_token1] = ACTIONS(1568), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_RBRACE] = ACTIONS(1575), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_record] = ACTIONS(1577), + [anon_sym_print] = ACTIONS(1577), + [anon_sym_event] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_LPAREN] = ACTIONS(1575), + [anon_sym_else] = ACTIONS(1577), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_next] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_fallthrough] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_add] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_local] = ACTIONS(1577), + [anon_sym_when] = ACTIONS(1577), + [anon_sym_assert] = ACTIONS(1577), + [anon_sym_table] = ACTIONS(1577), + [anon_sym_set] = ACTIONS(1577), + [anon_sym_vector] = ACTIONS(1577), + [anon_sym_function] = ACTIONS(1577), + [anon_sym_hook] = ACTIONS(1577), + [anon_sym_DOLLAR] = ACTIONS(1575), + [anon_sym_PIPE] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_copy] = ACTIONS(1577), + [anon_sym_schedule] = ACTIONS(1577), + [aux_sym_constant_token1] = ACTIONS(1577), + [anon_sym_T] = ACTIONS(1577), + [anon_sym_F] = ACTIONS(1577), + [anon_sym_ATdeprecated] = ACTIONS(1575), + [anon_sym_ATload] = ACTIONS(1577), + [anon_sym_ATload_DASHsigs] = ACTIONS(1575), + [anon_sym_ATload_DASHplugin] = ACTIONS(1575), + [anon_sym_ATunload] = ACTIONS(1575), + [anon_sym_ATprefixes] = ACTIONS(1575), + [anon_sym_ATif] = ACTIONS(1577), + [anon_sym_ATifdef] = ACTIONS(1575), + [anon_sym_ATifndef] = ACTIONS(1575), + [anon_sym_ATendif] = ACTIONS(1575), + [anon_sym_ATelse] = ACTIONS(1575), + [anon_sym_ATpragma] = ACTIONS(1575), + [anon_sym_ATDIR] = ACTIONS(1575), + [anon_sym_ATFILENAME] = ACTIONS(1575), + [sym_id] = ACTIONS(1577), + [sym_pattern] = ACTIONS(1575), + [sym_ipv6] = ACTIONS(1575), + [sym_ipv4] = ACTIONS(1577), + [sym_port] = ACTIONS(1575), + [sym_floatp] = ACTIONS(1577), + [sym_hex] = ACTIONS(1577), + [sym_hostname] = ACTIONS(1577), + [aux_sym_string_token1] = ACTIONS(1575), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -66277,70 +65511,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(650)] = { - [ts_builtin_sym_end] = ACTIONS(1492), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_else] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [ts_builtin_sym_end] = ACTIONS(1499), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_else] = ACTIONS(1501), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -66348,70 +65582,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(651)] = { - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_RBRACE] = ACTIONS(1600), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_record] = ACTIONS(1602), - [anon_sym_print] = ACTIONS(1602), - [anon_sym_event] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_else] = ACTIONS(1602), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1600), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_next] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_fallthrough] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_add] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_local] = ACTIONS(1602), - [anon_sym_when] = ACTIONS(1602), - [anon_sym_assert] = ACTIONS(1602), - [anon_sym_table] = ACTIONS(1602), - [anon_sym_set] = ACTIONS(1602), - [anon_sym_vector] = ACTIONS(1602), - [anon_sym_function] = ACTIONS(1602), - [anon_sym_hook] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_copy] = ACTIONS(1602), - [anon_sym_schedule] = ACTIONS(1602), - [aux_sym_constant_token1] = ACTIONS(1602), - [anon_sym_T] = ACTIONS(1602), - [anon_sym_F] = ACTIONS(1602), - [anon_sym_ATdeprecated] = ACTIONS(1600), - [anon_sym_ATload] = ACTIONS(1602), - [anon_sym_ATload_DASHsigs] = ACTIONS(1600), - [anon_sym_ATload_DASHplugin] = ACTIONS(1600), - [anon_sym_ATunload] = ACTIONS(1600), - [anon_sym_ATprefixes] = ACTIONS(1600), - [anon_sym_ATif] = ACTIONS(1602), - [anon_sym_ATifdef] = ACTIONS(1600), - [anon_sym_ATifndef] = ACTIONS(1600), - [anon_sym_ATendif] = ACTIONS(1600), - [anon_sym_ATelse] = ACTIONS(1600), - [anon_sym_ATpragma] = ACTIONS(1600), - [anon_sym_ATDIR] = ACTIONS(1600), - [anon_sym_ATFILENAME] = ACTIONS(1600), - [sym_id] = ACTIONS(1602), - [sym_pattern] = ACTIONS(1600), - [sym_ipv6] = ACTIONS(1602), - [sym_ipv4] = ACTIONS(1602), - [sym_port] = ACTIONS(1600), - [sym_floatp] = ACTIONS(1602), - [sym_hex] = ACTIONS(1602), - [sym_hostname] = ACTIONS(1602), - [aux_sym_string_token1] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_RBRACE] = ACTIONS(1607), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_record] = ACTIONS(1609), + [anon_sym_print] = ACTIONS(1609), + [anon_sym_event] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1607), + [anon_sym_else] = ACTIONS(1609), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_next] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_fallthrough] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_add] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_local] = ACTIONS(1609), + [anon_sym_when] = ACTIONS(1609), + [anon_sym_assert] = ACTIONS(1609), + [anon_sym_table] = ACTIONS(1609), + [anon_sym_set] = ACTIONS(1609), + [anon_sym_vector] = ACTIONS(1609), + [anon_sym_function] = ACTIONS(1609), + [anon_sym_hook] = ACTIONS(1609), + [anon_sym_DOLLAR] = ACTIONS(1607), + [anon_sym_PIPE] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_copy] = ACTIONS(1609), + [anon_sym_schedule] = ACTIONS(1609), + [aux_sym_constant_token1] = ACTIONS(1609), + [anon_sym_T] = ACTIONS(1609), + [anon_sym_F] = ACTIONS(1609), + [anon_sym_ATdeprecated] = ACTIONS(1607), + [anon_sym_ATload] = ACTIONS(1609), + [anon_sym_ATload_DASHsigs] = ACTIONS(1607), + [anon_sym_ATload_DASHplugin] = ACTIONS(1607), + [anon_sym_ATunload] = ACTIONS(1607), + [anon_sym_ATprefixes] = ACTIONS(1607), + [anon_sym_ATif] = ACTIONS(1609), + [anon_sym_ATifdef] = ACTIONS(1607), + [anon_sym_ATifndef] = ACTIONS(1607), + [anon_sym_ATendif] = ACTIONS(1607), + [anon_sym_ATelse] = ACTIONS(1607), + [anon_sym_ATpragma] = ACTIONS(1607), + [anon_sym_ATDIR] = ACTIONS(1607), + [anon_sym_ATFILENAME] = ACTIONS(1607), + [sym_id] = ACTIONS(1609), + [sym_pattern] = ACTIONS(1607), + [sym_ipv6] = ACTIONS(1607), + [sym_ipv4] = ACTIONS(1609), + [sym_port] = ACTIONS(1607), + [sym_floatp] = ACTIONS(1609), + [sym_hex] = ACTIONS(1609), + [sym_hostname] = ACTIONS(1609), + [aux_sym_string_token1] = ACTIONS(1607), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -66419,70 +65653,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(652)] = { - [ts_builtin_sym_end] = ACTIONS(129), - [anon_sym_SEMI] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_const] = ACTIONS(131), - [anon_sym_record] = ACTIONS(131), - [anon_sym_print] = ACTIONS(131), - [anon_sym_event] = ACTIONS(131), - [anon_sym_if] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(129), - [anon_sym_switch] = ACTIONS(131), - [anon_sym_for] = ACTIONS(131), - [anon_sym_LBRACK] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_next] = ACTIONS(131), - [anon_sym_break] = ACTIONS(131), - [anon_sym_fallthrough] = ACTIONS(131), - [anon_sym_return] = ACTIONS(131), - [anon_sym_add] = ACTIONS(131), - [anon_sym_delete] = ACTIONS(131), - [anon_sym_local] = ACTIONS(131), - [anon_sym_when] = ACTIONS(131), - [anon_sym_assert] = ACTIONS(131), - [anon_sym_table] = ACTIONS(131), - [anon_sym_set] = ACTIONS(131), - [anon_sym_vector] = ACTIONS(131), - [anon_sym_function] = ACTIONS(131), - [anon_sym_hook] = ACTIONS(131), - [anon_sym_DOLLAR] = ACTIONS(129), - [anon_sym_PIPE] = ACTIONS(129), - [anon_sym_PLUS_PLUS] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(129), - [anon_sym_BANG] = ACTIONS(129), - [anon_sym_TILDE] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(131), - [anon_sym_PLUS] = ACTIONS(131), - [anon_sym_copy] = ACTIONS(131), - [anon_sym_schedule] = ACTIONS(131), - [aux_sym_constant_token1] = ACTIONS(131), - [anon_sym_T] = ACTIONS(131), - [anon_sym_F] = ACTIONS(131), - [anon_sym_ATdeprecated] = ACTIONS(129), - [anon_sym_ATload] = ACTIONS(131), - [anon_sym_ATload_DASHsigs] = ACTIONS(129), - [anon_sym_ATload_DASHplugin] = ACTIONS(129), - [anon_sym_ATunload] = ACTIONS(129), - [anon_sym_ATprefixes] = ACTIONS(129), - [anon_sym_ATif] = ACTIONS(131), - [anon_sym_ATifdef] = ACTIONS(129), - [anon_sym_ATifndef] = ACTIONS(129), - [anon_sym_ATendif] = ACTIONS(129), - [anon_sym_ATelse] = ACTIONS(129), - [anon_sym_ATpragma] = ACTIONS(129), - [anon_sym_ATDIR] = ACTIONS(129), - [anon_sym_ATFILENAME] = ACTIONS(129), - [sym_id] = ACTIONS(131), - [sym_pattern] = ACTIONS(129), + [ts_builtin_sym_end] = ACTIONS(131), + [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_const] = ACTIONS(133), + [anon_sym_record] = ACTIONS(133), + [anon_sym_print] = ACTIONS(133), + [anon_sym_event] = ACTIONS(133), + [anon_sym_if] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_RPAREN] = ACTIONS(131), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_for] = ACTIONS(133), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_while] = ACTIONS(133), + [anon_sym_next] = ACTIONS(133), + [anon_sym_break] = ACTIONS(133), + [anon_sym_fallthrough] = ACTIONS(133), + [anon_sym_return] = ACTIONS(133), + [anon_sym_add] = ACTIONS(133), + [anon_sym_delete] = ACTIONS(133), + [anon_sym_local] = ACTIONS(133), + [anon_sym_when] = ACTIONS(133), + [anon_sym_assert] = ACTIONS(133), + [anon_sym_table] = ACTIONS(133), + [anon_sym_set] = ACTIONS(133), + [anon_sym_vector] = ACTIONS(133), + [anon_sym_function] = ACTIONS(133), + [anon_sym_hook] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(131), + [anon_sym_PLUS_PLUS] = ACTIONS(131), + [anon_sym_DASH_DASH] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(131), + [anon_sym_TILDE] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_copy] = ACTIONS(133), + [anon_sym_schedule] = ACTIONS(133), + [aux_sym_constant_token1] = ACTIONS(133), + [anon_sym_T] = ACTIONS(133), + [anon_sym_F] = ACTIONS(133), + [anon_sym_ATdeprecated] = ACTIONS(131), + [anon_sym_ATload] = ACTIONS(133), + [anon_sym_ATload_DASHsigs] = ACTIONS(131), + [anon_sym_ATload_DASHplugin] = ACTIONS(131), + [anon_sym_ATunload] = ACTIONS(131), + [anon_sym_ATprefixes] = ACTIONS(131), + [anon_sym_ATif] = ACTIONS(133), + [anon_sym_ATifdef] = ACTIONS(131), + [anon_sym_ATifndef] = ACTIONS(131), + [anon_sym_ATendif] = ACTIONS(131), + [anon_sym_ATelse] = ACTIONS(131), + [anon_sym_ATpragma] = ACTIONS(131), + [anon_sym_ATDIR] = ACTIONS(131), + [anon_sym_ATFILENAME] = ACTIONS(131), + [sym_id] = ACTIONS(133), + [sym_pattern] = ACTIONS(131), [sym_ipv6] = ACTIONS(131), - [sym_ipv4] = ACTIONS(131), - [sym_port] = ACTIONS(129), - [sym_floatp] = ACTIONS(131), - [sym_hex] = ACTIONS(131), - [sym_hostname] = ACTIONS(131), - [aux_sym_string_token1] = ACTIONS(129), + [sym_ipv4] = ACTIONS(133), + [sym_port] = ACTIONS(131), + [sym_floatp] = ACTIONS(133), + [sym_hex] = ACTIONS(133), + [sym_hostname] = ACTIONS(133), + [aux_sym_string_token1] = ACTIONS(131), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -66490,70 +65724,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(653)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -66561,70 +65795,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(654)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_else] = ACTIONS(1700), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_else] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -66632,70 +65866,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(655)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -66703,70 +65937,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(656)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -66774,70 +66008,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(657)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_else] = ACTIONS(1724), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_else] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -66845,70 +66079,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(658)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_else] = ACTIONS(1724), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_else] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -66916,70 +66150,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(659)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_else] = ACTIONS(1728), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_else] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -66987,70 +66221,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(660)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_else] = ACTIONS(1728), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_else] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -67058,70 +66292,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(661)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_else] = ACTIONS(1701), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -67129,70 +66363,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(662)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_else] = ACTIONS(1701), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -67200,70 +66434,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(663)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1871), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1878), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -67271,70 +66505,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(664)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1873), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1880), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -67342,70 +66576,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(665)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1875), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1882), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -67413,70 +66647,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(666)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1877), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1884), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -67484,70 +66718,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(667)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1879), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_RPAREN] = ACTIONS(1886), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -67555,70 +66789,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(668)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_timeout] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_timeout] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -67626,70 +66860,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(669)] = { - [anon_sym_SEMI] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_RBRACE] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1658), - [anon_sym_record] = ACTIONS(1658), - [anon_sym_print] = ACTIONS(1658), - [anon_sym_event] = ACTIONS(1658), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1656), - [anon_sym_switch] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1658), - [anon_sym_next] = ACTIONS(1658), - [anon_sym_break] = ACTIONS(1658), - [anon_sym_fallthrough] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1658), - [anon_sym_add] = ACTIONS(1658), - [anon_sym_delete] = ACTIONS(1658), - [anon_sym_local] = ACTIONS(1658), - [anon_sym_when] = ACTIONS(1658), - [anon_sym_timeout] = ACTIONS(1658), - [anon_sym_assert] = ACTIONS(1658), - [anon_sym_table] = ACTIONS(1658), - [anon_sym_set] = ACTIONS(1658), - [anon_sym_vector] = ACTIONS(1658), - [anon_sym_function] = ACTIONS(1658), - [anon_sym_hook] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1656), - [anon_sym_PIPE] = ACTIONS(1656), - [anon_sym_PLUS_PLUS] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1656), - [anon_sym_BANG] = ACTIONS(1656), - [anon_sym_TILDE] = ACTIONS(1656), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_copy] = ACTIONS(1658), - [anon_sym_schedule] = ACTIONS(1658), - [aux_sym_constant_token1] = ACTIONS(1658), - [anon_sym_T] = ACTIONS(1658), - [anon_sym_F] = ACTIONS(1658), - [anon_sym_ATdeprecated] = ACTIONS(1656), - [anon_sym_ATload] = ACTIONS(1658), - [anon_sym_ATload_DASHsigs] = ACTIONS(1656), - [anon_sym_ATload_DASHplugin] = ACTIONS(1656), - [anon_sym_ATunload] = ACTIONS(1656), - [anon_sym_ATprefixes] = ACTIONS(1656), - [anon_sym_ATif] = ACTIONS(1658), - [anon_sym_ATifdef] = ACTIONS(1656), - [anon_sym_ATifndef] = ACTIONS(1656), - [anon_sym_ATendif] = ACTIONS(1656), - [anon_sym_ATelse] = ACTIONS(1656), - [anon_sym_ATpragma] = ACTIONS(1656), - [anon_sym_ATDIR] = ACTIONS(1656), - [anon_sym_ATFILENAME] = ACTIONS(1656), - [sym_id] = ACTIONS(1658), - [sym_pattern] = ACTIONS(1656), - [sym_ipv6] = ACTIONS(1658), - [sym_ipv4] = ACTIONS(1658), - [sym_port] = ACTIONS(1656), - [sym_floatp] = ACTIONS(1658), - [sym_hex] = ACTIONS(1658), - [sym_hostname] = ACTIONS(1658), - [aux_sym_string_token1] = ACTIONS(1656), + [anon_sym_SEMI] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1663), + [anon_sym_RBRACE] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1665), + [anon_sym_record] = ACTIONS(1665), + [anon_sym_print] = ACTIONS(1665), + [anon_sym_event] = ACTIONS(1665), + [anon_sym_if] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_while] = ACTIONS(1665), + [anon_sym_next] = ACTIONS(1665), + [anon_sym_break] = ACTIONS(1665), + [anon_sym_fallthrough] = ACTIONS(1665), + [anon_sym_return] = ACTIONS(1665), + [anon_sym_add] = ACTIONS(1665), + [anon_sym_delete] = ACTIONS(1665), + [anon_sym_local] = ACTIONS(1665), + [anon_sym_when] = ACTIONS(1665), + [anon_sym_timeout] = ACTIONS(1665), + [anon_sym_assert] = ACTIONS(1665), + [anon_sym_table] = ACTIONS(1665), + [anon_sym_set] = ACTIONS(1665), + [anon_sym_vector] = ACTIONS(1665), + [anon_sym_function] = ACTIONS(1665), + [anon_sym_hook] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(1663), + [anon_sym_PIPE] = ACTIONS(1663), + [anon_sym_PLUS_PLUS] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1663), + [anon_sym_BANG] = ACTIONS(1663), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1665), + [anon_sym_copy] = ACTIONS(1665), + [anon_sym_schedule] = ACTIONS(1665), + [aux_sym_constant_token1] = ACTIONS(1665), + [anon_sym_T] = ACTIONS(1665), + [anon_sym_F] = ACTIONS(1665), + [anon_sym_ATdeprecated] = ACTIONS(1663), + [anon_sym_ATload] = ACTIONS(1665), + [anon_sym_ATload_DASHsigs] = ACTIONS(1663), + [anon_sym_ATload_DASHplugin] = ACTIONS(1663), + [anon_sym_ATunload] = ACTIONS(1663), + [anon_sym_ATprefixes] = ACTIONS(1663), + [anon_sym_ATif] = ACTIONS(1665), + [anon_sym_ATifdef] = ACTIONS(1663), + [anon_sym_ATifndef] = ACTIONS(1663), + [anon_sym_ATendif] = ACTIONS(1663), + [anon_sym_ATelse] = ACTIONS(1663), + [anon_sym_ATpragma] = ACTIONS(1663), + [anon_sym_ATDIR] = ACTIONS(1663), + [anon_sym_ATFILENAME] = ACTIONS(1663), + [sym_id] = ACTIONS(1665), + [sym_pattern] = ACTIONS(1663), + [sym_ipv6] = ACTIONS(1663), + [sym_ipv4] = ACTIONS(1665), + [sym_port] = ACTIONS(1663), + [sym_floatp] = ACTIONS(1665), + [sym_hex] = ACTIONS(1665), + [sym_hostname] = ACTIONS(1665), + [aux_sym_string_token1] = ACTIONS(1663), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -67697,70 +66931,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(670)] = { - [ts_builtin_sym_end] = ACTIONS(1656), - [anon_sym_SEMI] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1658), - [anon_sym_record] = ACTIONS(1658), - [anon_sym_print] = ACTIONS(1658), - [anon_sym_event] = ACTIONS(1658), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1656), - [anon_sym_switch] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1658), - [anon_sym_next] = ACTIONS(1658), - [anon_sym_break] = ACTIONS(1658), - [anon_sym_fallthrough] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1658), - [anon_sym_add] = ACTIONS(1658), - [anon_sym_delete] = ACTIONS(1658), - [anon_sym_local] = ACTIONS(1658), - [anon_sym_when] = ACTIONS(1658), - [anon_sym_timeout] = ACTIONS(1658), - [anon_sym_assert] = ACTIONS(1658), - [anon_sym_table] = ACTIONS(1658), - [anon_sym_set] = ACTIONS(1658), - [anon_sym_vector] = ACTIONS(1658), - [anon_sym_function] = ACTIONS(1658), - [anon_sym_hook] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1656), - [anon_sym_PIPE] = ACTIONS(1656), - [anon_sym_PLUS_PLUS] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1656), - [anon_sym_BANG] = ACTIONS(1656), - [anon_sym_TILDE] = ACTIONS(1656), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_copy] = ACTIONS(1658), - [anon_sym_schedule] = ACTIONS(1658), - [aux_sym_constant_token1] = ACTIONS(1658), - [anon_sym_T] = ACTIONS(1658), - [anon_sym_F] = ACTIONS(1658), - [anon_sym_ATdeprecated] = ACTIONS(1656), - [anon_sym_ATload] = ACTIONS(1658), - [anon_sym_ATload_DASHsigs] = ACTIONS(1656), - [anon_sym_ATload_DASHplugin] = ACTIONS(1656), - [anon_sym_ATunload] = ACTIONS(1656), - [anon_sym_ATprefixes] = ACTIONS(1656), - [anon_sym_ATif] = ACTIONS(1658), - [anon_sym_ATifdef] = ACTIONS(1656), - [anon_sym_ATifndef] = ACTIONS(1656), - [anon_sym_ATendif] = ACTIONS(1656), - [anon_sym_ATelse] = ACTIONS(1656), - [anon_sym_ATpragma] = ACTIONS(1656), - [anon_sym_ATDIR] = ACTIONS(1656), - [anon_sym_ATFILENAME] = ACTIONS(1656), - [sym_id] = ACTIONS(1658), - [sym_pattern] = ACTIONS(1656), - [sym_ipv6] = ACTIONS(1658), - [sym_ipv4] = ACTIONS(1658), - [sym_port] = ACTIONS(1656), - [sym_floatp] = ACTIONS(1658), - [sym_hex] = ACTIONS(1658), - [sym_hostname] = ACTIONS(1658), - [aux_sym_string_token1] = ACTIONS(1656), + [ts_builtin_sym_end] = ACTIONS(1663), + [anon_sym_SEMI] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1665), + [anon_sym_record] = ACTIONS(1665), + [anon_sym_print] = ACTIONS(1665), + [anon_sym_event] = ACTIONS(1665), + [anon_sym_if] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_while] = ACTIONS(1665), + [anon_sym_next] = ACTIONS(1665), + [anon_sym_break] = ACTIONS(1665), + [anon_sym_fallthrough] = ACTIONS(1665), + [anon_sym_return] = ACTIONS(1665), + [anon_sym_add] = ACTIONS(1665), + [anon_sym_delete] = ACTIONS(1665), + [anon_sym_local] = ACTIONS(1665), + [anon_sym_when] = ACTIONS(1665), + [anon_sym_timeout] = ACTIONS(1665), + [anon_sym_assert] = ACTIONS(1665), + [anon_sym_table] = ACTIONS(1665), + [anon_sym_set] = ACTIONS(1665), + [anon_sym_vector] = ACTIONS(1665), + [anon_sym_function] = ACTIONS(1665), + [anon_sym_hook] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(1663), + [anon_sym_PIPE] = ACTIONS(1663), + [anon_sym_PLUS_PLUS] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1663), + [anon_sym_BANG] = ACTIONS(1663), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1665), + [anon_sym_copy] = ACTIONS(1665), + [anon_sym_schedule] = ACTIONS(1665), + [aux_sym_constant_token1] = ACTIONS(1665), + [anon_sym_T] = ACTIONS(1665), + [anon_sym_F] = ACTIONS(1665), + [anon_sym_ATdeprecated] = ACTIONS(1663), + [anon_sym_ATload] = ACTIONS(1665), + [anon_sym_ATload_DASHsigs] = ACTIONS(1663), + [anon_sym_ATload_DASHplugin] = ACTIONS(1663), + [anon_sym_ATunload] = ACTIONS(1663), + [anon_sym_ATprefixes] = ACTIONS(1663), + [anon_sym_ATif] = ACTIONS(1665), + [anon_sym_ATifdef] = ACTIONS(1663), + [anon_sym_ATifndef] = ACTIONS(1663), + [anon_sym_ATendif] = ACTIONS(1663), + [anon_sym_ATelse] = ACTIONS(1663), + [anon_sym_ATpragma] = ACTIONS(1663), + [anon_sym_ATDIR] = ACTIONS(1663), + [anon_sym_ATFILENAME] = ACTIONS(1663), + [sym_id] = ACTIONS(1665), + [sym_pattern] = ACTIONS(1663), + [sym_ipv6] = ACTIONS(1663), + [sym_ipv4] = ACTIONS(1665), + [sym_port] = ACTIONS(1663), + [sym_floatp] = ACTIONS(1665), + [sym_hex] = ACTIONS(1665), + [sym_hostname] = ACTIONS(1665), + [aux_sym_string_token1] = ACTIONS(1663), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -67768,70 +67002,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(671)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_else] = ACTIONS(1704), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_else] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -67839,70 +67073,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(672)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1881), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1888), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -67910,70 +67144,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(673)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1883), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1890), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -67981,70 +67215,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(674)] = { - [ts_builtin_sym_end] = ACTIONS(125), - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_const] = ACTIONS(127), - [anon_sym_record] = ACTIONS(127), - [anon_sym_print] = ACTIONS(127), - [anon_sym_event] = ACTIONS(127), - [anon_sym_if] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_RPAREN] = ACTIONS(125), - [anon_sym_switch] = ACTIONS(127), - [anon_sym_for] = ACTIONS(127), - [anon_sym_LBRACK] = ACTIONS(125), - [anon_sym_while] = ACTIONS(127), - [anon_sym_next] = ACTIONS(127), - [anon_sym_break] = ACTIONS(127), - [anon_sym_fallthrough] = ACTIONS(127), - [anon_sym_return] = ACTIONS(127), - [anon_sym_add] = ACTIONS(127), - [anon_sym_delete] = ACTIONS(127), - [anon_sym_local] = ACTIONS(127), - [anon_sym_when] = ACTIONS(127), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_table] = ACTIONS(127), - [anon_sym_set] = ACTIONS(127), - [anon_sym_vector] = ACTIONS(127), - [anon_sym_function] = ACTIONS(127), - [anon_sym_hook] = ACTIONS(127), - [anon_sym_DOLLAR] = ACTIONS(125), - [anon_sym_PIPE] = ACTIONS(125), - [anon_sym_PLUS_PLUS] = ACTIONS(125), - [anon_sym_DASH_DASH] = ACTIONS(125), - [anon_sym_BANG] = ACTIONS(125), - [anon_sym_TILDE] = ACTIONS(125), - [anon_sym_DASH] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(127), - [anon_sym_copy] = ACTIONS(127), - [anon_sym_schedule] = ACTIONS(127), - [aux_sym_constant_token1] = ACTIONS(127), - [anon_sym_T] = ACTIONS(127), - [anon_sym_F] = ACTIONS(127), - [anon_sym_ATdeprecated] = ACTIONS(125), - [anon_sym_ATload] = ACTIONS(127), - [anon_sym_ATload_DASHsigs] = ACTIONS(125), - [anon_sym_ATload_DASHplugin] = ACTIONS(125), - [anon_sym_ATunload] = ACTIONS(125), - [anon_sym_ATprefixes] = ACTIONS(125), - [anon_sym_ATif] = ACTIONS(127), - [anon_sym_ATifdef] = ACTIONS(125), - [anon_sym_ATifndef] = ACTIONS(125), - [anon_sym_ATendif] = ACTIONS(125), - [anon_sym_ATelse] = ACTIONS(125), - [anon_sym_ATpragma] = ACTIONS(125), - [anon_sym_ATDIR] = ACTIONS(125), - [anon_sym_ATFILENAME] = ACTIONS(125), - [sym_id] = ACTIONS(127), - [sym_pattern] = ACTIONS(125), + [ts_builtin_sym_end] = ACTIONS(127), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_const] = ACTIONS(129), + [anon_sym_record] = ACTIONS(129), + [anon_sym_print] = ACTIONS(129), + [anon_sym_event] = ACTIONS(129), + [anon_sym_if] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_switch] = ACTIONS(129), + [anon_sym_for] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_while] = ACTIONS(129), + [anon_sym_next] = ACTIONS(129), + [anon_sym_break] = ACTIONS(129), + [anon_sym_fallthrough] = ACTIONS(129), + [anon_sym_return] = ACTIONS(129), + [anon_sym_add] = ACTIONS(129), + [anon_sym_delete] = ACTIONS(129), + [anon_sym_local] = ACTIONS(129), + [anon_sym_when] = ACTIONS(129), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_table] = ACTIONS(129), + [anon_sym_set] = ACTIONS(129), + [anon_sym_vector] = ACTIONS(129), + [anon_sym_function] = ACTIONS(129), + [anon_sym_hook] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_DASH_DASH] = ACTIONS(127), + [anon_sym_BANG] = ACTIONS(127), + [anon_sym_TILDE] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_copy] = ACTIONS(129), + [anon_sym_schedule] = ACTIONS(129), + [aux_sym_constant_token1] = ACTIONS(129), + [anon_sym_T] = ACTIONS(129), + [anon_sym_F] = ACTIONS(129), + [anon_sym_ATdeprecated] = ACTIONS(127), + [anon_sym_ATload] = ACTIONS(129), + [anon_sym_ATload_DASHsigs] = ACTIONS(127), + [anon_sym_ATload_DASHplugin] = ACTIONS(127), + [anon_sym_ATunload] = ACTIONS(127), + [anon_sym_ATprefixes] = ACTIONS(127), + [anon_sym_ATif] = ACTIONS(129), + [anon_sym_ATifdef] = ACTIONS(127), + [anon_sym_ATifndef] = ACTIONS(127), + [anon_sym_ATendif] = ACTIONS(127), + [anon_sym_ATelse] = ACTIONS(127), + [anon_sym_ATpragma] = ACTIONS(127), + [anon_sym_ATDIR] = ACTIONS(127), + [anon_sym_ATFILENAME] = ACTIONS(127), + [sym_id] = ACTIONS(129), + [sym_pattern] = ACTIONS(127), [sym_ipv6] = ACTIONS(127), - [sym_ipv4] = ACTIONS(127), - [sym_port] = ACTIONS(125), - [sym_floatp] = ACTIONS(127), - [sym_hex] = ACTIONS(127), - [sym_hostname] = ACTIONS(127), - [aux_sym_string_token1] = ACTIONS(125), + [sym_ipv4] = ACTIONS(129), + [sym_port] = ACTIONS(127), + [sym_floatp] = ACTIONS(129), + [sym_hex] = ACTIONS(129), + [sym_hostname] = ACTIONS(129), + [aux_sym_string_token1] = ACTIONS(127), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -68052,70 +67286,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(675)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_timeout] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_timeout] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -68123,70 +67357,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(676)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_timeout] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_timeout] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -68194,70 +67428,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(677)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_timeout] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_timeout] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -68265,70 +67499,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(678)] = { - [ts_builtin_sym_end] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [ts_builtin_sym_end] = ACTIONS(1737), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_else] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -68336,70 +67570,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(679)] = { - [anon_sym_SEMI] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_RBRACE] = ACTIONS(129), - [anon_sym_const] = ACTIONS(131), - [anon_sym_record] = ACTIONS(131), - [anon_sym_print] = ACTIONS(131), - [anon_sym_event] = ACTIONS(131), - [anon_sym_if] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(129), - [anon_sym_switch] = ACTIONS(131), - [anon_sym_for] = ACTIONS(131), - [anon_sym_LBRACK] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_next] = ACTIONS(131), - [anon_sym_break] = ACTIONS(131), - [anon_sym_fallthrough] = ACTIONS(131), - [anon_sym_return] = ACTIONS(131), - [anon_sym_add] = ACTIONS(131), - [anon_sym_delete] = ACTIONS(131), - [anon_sym_local] = ACTIONS(131), - [anon_sym_when] = ACTIONS(131), - [anon_sym_assert] = ACTIONS(131), - [anon_sym_table] = ACTIONS(131), - [anon_sym_set] = ACTIONS(131), - [anon_sym_vector] = ACTIONS(131), - [anon_sym_function] = ACTIONS(131), - [anon_sym_hook] = ACTIONS(131), - [anon_sym_DOLLAR] = ACTIONS(129), - [anon_sym_PIPE] = ACTIONS(129), - [anon_sym_PLUS_PLUS] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(129), - [anon_sym_BANG] = ACTIONS(129), - [anon_sym_TILDE] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(131), - [anon_sym_PLUS] = ACTIONS(131), - [anon_sym_copy] = ACTIONS(131), - [anon_sym_schedule] = ACTIONS(131), - [aux_sym_constant_token1] = ACTIONS(131), - [anon_sym_T] = ACTIONS(131), - [anon_sym_F] = ACTIONS(131), - [anon_sym_ATdeprecated] = ACTIONS(129), - [anon_sym_ATload] = ACTIONS(131), - [anon_sym_ATload_DASHsigs] = ACTIONS(129), - [anon_sym_ATload_DASHplugin] = ACTIONS(129), - [anon_sym_ATunload] = ACTIONS(129), - [anon_sym_ATprefixes] = ACTIONS(129), - [anon_sym_ATif] = ACTIONS(131), - [anon_sym_ATifdef] = ACTIONS(129), - [anon_sym_ATifndef] = ACTIONS(129), - [anon_sym_ATendif] = ACTIONS(129), - [anon_sym_ATelse] = ACTIONS(129), - [anon_sym_ATpragma] = ACTIONS(129), - [anon_sym_ATDIR] = ACTIONS(129), - [anon_sym_ATFILENAME] = ACTIONS(129), - [sym_id] = ACTIONS(131), - [sym_pattern] = ACTIONS(129), + [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_RBRACE] = ACTIONS(131), + [anon_sym_const] = ACTIONS(133), + [anon_sym_record] = ACTIONS(133), + [anon_sym_print] = ACTIONS(133), + [anon_sym_event] = ACTIONS(133), + [anon_sym_if] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_RPAREN] = ACTIONS(131), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_for] = ACTIONS(133), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_while] = ACTIONS(133), + [anon_sym_next] = ACTIONS(133), + [anon_sym_break] = ACTIONS(133), + [anon_sym_fallthrough] = ACTIONS(133), + [anon_sym_return] = ACTIONS(133), + [anon_sym_add] = ACTIONS(133), + [anon_sym_delete] = ACTIONS(133), + [anon_sym_local] = ACTIONS(133), + [anon_sym_when] = ACTIONS(133), + [anon_sym_assert] = ACTIONS(133), + [anon_sym_table] = ACTIONS(133), + [anon_sym_set] = ACTIONS(133), + [anon_sym_vector] = ACTIONS(133), + [anon_sym_function] = ACTIONS(133), + [anon_sym_hook] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(131), + [anon_sym_PLUS_PLUS] = ACTIONS(131), + [anon_sym_DASH_DASH] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(131), + [anon_sym_TILDE] = ACTIONS(131), + [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(133), + [anon_sym_copy] = ACTIONS(133), + [anon_sym_schedule] = ACTIONS(133), + [aux_sym_constant_token1] = ACTIONS(133), + [anon_sym_T] = ACTIONS(133), + [anon_sym_F] = ACTIONS(133), + [anon_sym_ATdeprecated] = ACTIONS(131), + [anon_sym_ATload] = ACTIONS(133), + [anon_sym_ATload_DASHsigs] = ACTIONS(131), + [anon_sym_ATload_DASHplugin] = ACTIONS(131), + [anon_sym_ATunload] = ACTIONS(131), + [anon_sym_ATprefixes] = ACTIONS(131), + [anon_sym_ATif] = ACTIONS(133), + [anon_sym_ATifdef] = ACTIONS(131), + [anon_sym_ATifndef] = ACTIONS(131), + [anon_sym_ATendif] = ACTIONS(131), + [anon_sym_ATelse] = ACTIONS(131), + [anon_sym_ATpragma] = ACTIONS(131), + [anon_sym_ATDIR] = ACTIONS(131), + [anon_sym_ATFILENAME] = ACTIONS(131), + [sym_id] = ACTIONS(133), + [sym_pattern] = ACTIONS(131), [sym_ipv6] = ACTIONS(131), - [sym_ipv4] = ACTIONS(131), - [sym_port] = ACTIONS(129), - [sym_floatp] = ACTIONS(131), - [sym_hex] = ACTIONS(131), - [sym_hostname] = ACTIONS(131), - [aux_sym_string_token1] = ACTIONS(129), + [sym_ipv4] = ACTIONS(133), + [sym_port] = ACTIONS(131), + [sym_floatp] = ACTIONS(133), + [sym_hex] = ACTIONS(133), + [sym_hostname] = ACTIONS(133), + [aux_sym_string_token1] = ACTIONS(131), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -68407,70 +67641,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(680)] = { - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_RBRACE] = ACTIONS(125), - [anon_sym_const] = ACTIONS(127), - [anon_sym_record] = ACTIONS(127), - [anon_sym_print] = ACTIONS(127), - [anon_sym_event] = ACTIONS(127), - [anon_sym_if] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_RPAREN] = ACTIONS(125), - [anon_sym_switch] = ACTIONS(127), - [anon_sym_for] = ACTIONS(127), - [anon_sym_LBRACK] = ACTIONS(125), - [anon_sym_while] = ACTIONS(127), - [anon_sym_next] = ACTIONS(127), - [anon_sym_break] = ACTIONS(127), - [anon_sym_fallthrough] = ACTIONS(127), - [anon_sym_return] = ACTIONS(127), - [anon_sym_add] = ACTIONS(127), - [anon_sym_delete] = ACTIONS(127), - [anon_sym_local] = ACTIONS(127), - [anon_sym_when] = ACTIONS(127), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_table] = ACTIONS(127), - [anon_sym_set] = ACTIONS(127), - [anon_sym_vector] = ACTIONS(127), - [anon_sym_function] = ACTIONS(127), - [anon_sym_hook] = ACTIONS(127), - [anon_sym_DOLLAR] = ACTIONS(125), - [anon_sym_PIPE] = ACTIONS(125), - [anon_sym_PLUS_PLUS] = ACTIONS(125), - [anon_sym_DASH_DASH] = ACTIONS(125), - [anon_sym_BANG] = ACTIONS(125), - [anon_sym_TILDE] = ACTIONS(125), - [anon_sym_DASH] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(127), - [anon_sym_copy] = ACTIONS(127), - [anon_sym_schedule] = ACTIONS(127), - [aux_sym_constant_token1] = ACTIONS(127), - [anon_sym_T] = ACTIONS(127), - [anon_sym_F] = ACTIONS(127), - [anon_sym_ATdeprecated] = ACTIONS(125), - [anon_sym_ATload] = ACTIONS(127), - [anon_sym_ATload_DASHsigs] = ACTIONS(125), - [anon_sym_ATload_DASHplugin] = ACTIONS(125), - [anon_sym_ATunload] = ACTIONS(125), - [anon_sym_ATprefixes] = ACTIONS(125), - [anon_sym_ATif] = ACTIONS(127), - [anon_sym_ATifdef] = ACTIONS(125), - [anon_sym_ATifndef] = ACTIONS(125), - [anon_sym_ATendif] = ACTIONS(125), - [anon_sym_ATelse] = ACTIONS(125), - [anon_sym_ATpragma] = ACTIONS(125), - [anon_sym_ATDIR] = ACTIONS(125), - [anon_sym_ATFILENAME] = ACTIONS(125), - [sym_id] = ACTIONS(127), - [sym_pattern] = ACTIONS(125), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_const] = ACTIONS(129), + [anon_sym_record] = ACTIONS(129), + [anon_sym_print] = ACTIONS(129), + [anon_sym_event] = ACTIONS(129), + [anon_sym_if] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_switch] = ACTIONS(129), + [anon_sym_for] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_while] = ACTIONS(129), + [anon_sym_next] = ACTIONS(129), + [anon_sym_break] = ACTIONS(129), + [anon_sym_fallthrough] = ACTIONS(129), + [anon_sym_return] = ACTIONS(129), + [anon_sym_add] = ACTIONS(129), + [anon_sym_delete] = ACTIONS(129), + [anon_sym_local] = ACTIONS(129), + [anon_sym_when] = ACTIONS(129), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_table] = ACTIONS(129), + [anon_sym_set] = ACTIONS(129), + [anon_sym_vector] = ACTIONS(129), + [anon_sym_function] = ACTIONS(129), + [anon_sym_hook] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_DASH_DASH] = ACTIONS(127), + [anon_sym_BANG] = ACTIONS(127), + [anon_sym_TILDE] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(129), + [anon_sym_copy] = ACTIONS(129), + [anon_sym_schedule] = ACTIONS(129), + [aux_sym_constant_token1] = ACTIONS(129), + [anon_sym_T] = ACTIONS(129), + [anon_sym_F] = ACTIONS(129), + [anon_sym_ATdeprecated] = ACTIONS(127), + [anon_sym_ATload] = ACTIONS(129), + [anon_sym_ATload_DASHsigs] = ACTIONS(127), + [anon_sym_ATload_DASHplugin] = ACTIONS(127), + [anon_sym_ATunload] = ACTIONS(127), + [anon_sym_ATprefixes] = ACTIONS(127), + [anon_sym_ATif] = ACTIONS(129), + [anon_sym_ATifdef] = ACTIONS(127), + [anon_sym_ATifndef] = ACTIONS(127), + [anon_sym_ATendif] = ACTIONS(127), + [anon_sym_ATelse] = ACTIONS(127), + [anon_sym_ATpragma] = ACTIONS(127), + [anon_sym_ATDIR] = ACTIONS(127), + [anon_sym_ATFILENAME] = ACTIONS(127), + [sym_id] = ACTIONS(129), + [sym_pattern] = ACTIONS(127), [sym_ipv6] = ACTIONS(127), - [sym_ipv4] = ACTIONS(127), - [sym_port] = ACTIONS(125), - [sym_floatp] = ACTIONS(127), - [sym_hex] = ACTIONS(127), - [sym_hostname] = ACTIONS(127), - [aux_sym_string_token1] = ACTIONS(125), + [sym_ipv4] = ACTIONS(129), + [sym_port] = ACTIONS(127), + [sym_floatp] = ACTIONS(129), + [sym_hex] = ACTIONS(129), + [sym_hostname] = ACTIONS(129), + [aux_sym_string_token1] = ACTIONS(127), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -68478,70 +67712,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(681)] = { - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_RBRACE] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_record] = ACTIONS(1570), - [anon_sym_print] = ACTIONS(1570), - [anon_sym_event] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_LBRACK] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_next] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_fallthrough] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_add] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_local] = ACTIONS(1570), - [anon_sym_when] = ACTIONS(1570), - [anon_sym_timeout] = ACTIONS(1570), - [anon_sym_assert] = ACTIONS(1570), - [anon_sym_table] = ACTIONS(1570), - [anon_sym_set] = ACTIONS(1570), - [anon_sym_vector] = ACTIONS(1570), - [anon_sym_function] = ACTIONS(1570), - [anon_sym_hook] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_copy] = ACTIONS(1570), - [anon_sym_schedule] = ACTIONS(1570), - [aux_sym_constant_token1] = ACTIONS(1570), - [anon_sym_T] = ACTIONS(1570), - [anon_sym_F] = ACTIONS(1570), - [anon_sym_ATdeprecated] = ACTIONS(1568), - [anon_sym_ATload] = ACTIONS(1570), - [anon_sym_ATload_DASHsigs] = ACTIONS(1568), - [anon_sym_ATload_DASHplugin] = ACTIONS(1568), - [anon_sym_ATunload] = ACTIONS(1568), - [anon_sym_ATprefixes] = ACTIONS(1568), - [anon_sym_ATif] = ACTIONS(1570), - [anon_sym_ATifdef] = ACTIONS(1568), - [anon_sym_ATifndef] = ACTIONS(1568), - [anon_sym_ATendif] = ACTIONS(1568), - [anon_sym_ATelse] = ACTIONS(1568), - [anon_sym_ATpragma] = ACTIONS(1568), - [anon_sym_ATDIR] = ACTIONS(1568), - [anon_sym_ATFILENAME] = ACTIONS(1568), - [sym_id] = ACTIONS(1570), - [sym_pattern] = ACTIONS(1568), - [sym_ipv6] = ACTIONS(1570), - [sym_ipv4] = ACTIONS(1570), - [sym_port] = ACTIONS(1568), - [sym_floatp] = ACTIONS(1570), - [sym_hex] = ACTIONS(1570), - [sym_hostname] = ACTIONS(1570), - [aux_sym_string_token1] = ACTIONS(1568), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_RBRACE] = ACTIONS(1575), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_record] = ACTIONS(1577), + [anon_sym_print] = ACTIONS(1577), + [anon_sym_event] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_LPAREN] = ACTIONS(1575), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_next] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_fallthrough] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_add] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_local] = ACTIONS(1577), + [anon_sym_when] = ACTIONS(1577), + [anon_sym_timeout] = ACTIONS(1577), + [anon_sym_assert] = ACTIONS(1577), + [anon_sym_table] = ACTIONS(1577), + [anon_sym_set] = ACTIONS(1577), + [anon_sym_vector] = ACTIONS(1577), + [anon_sym_function] = ACTIONS(1577), + [anon_sym_hook] = ACTIONS(1577), + [anon_sym_DOLLAR] = ACTIONS(1575), + [anon_sym_PIPE] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_copy] = ACTIONS(1577), + [anon_sym_schedule] = ACTIONS(1577), + [aux_sym_constant_token1] = ACTIONS(1577), + [anon_sym_T] = ACTIONS(1577), + [anon_sym_F] = ACTIONS(1577), + [anon_sym_ATdeprecated] = ACTIONS(1575), + [anon_sym_ATload] = ACTIONS(1577), + [anon_sym_ATload_DASHsigs] = ACTIONS(1575), + [anon_sym_ATload_DASHplugin] = ACTIONS(1575), + [anon_sym_ATunload] = ACTIONS(1575), + [anon_sym_ATprefixes] = ACTIONS(1575), + [anon_sym_ATif] = ACTIONS(1577), + [anon_sym_ATifdef] = ACTIONS(1575), + [anon_sym_ATifndef] = ACTIONS(1575), + [anon_sym_ATendif] = ACTIONS(1575), + [anon_sym_ATelse] = ACTIONS(1575), + [anon_sym_ATpragma] = ACTIONS(1575), + [anon_sym_ATDIR] = ACTIONS(1575), + [anon_sym_ATFILENAME] = ACTIONS(1575), + [sym_id] = ACTIONS(1577), + [sym_pattern] = ACTIONS(1575), + [sym_ipv6] = ACTIONS(1575), + [sym_ipv4] = ACTIONS(1577), + [sym_port] = ACTIONS(1575), + [sym_floatp] = ACTIONS(1577), + [sym_hex] = ACTIONS(1577), + [sym_hostname] = ACTIONS(1577), + [aux_sym_string_token1] = ACTIONS(1575), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -68549,70 +67783,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(682)] = { - [ts_builtin_sym_end] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [ts_builtin_sym_end] = ACTIONS(1737), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_else] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -68620,70 +67854,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(683)] = { - [ts_builtin_sym_end] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(137), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_record] = ACTIONS(139), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(137), - [anon_sym_else] = ACTIONS(139), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_LBRACK] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(137), - [anon_sym_PIPE] = ACTIONS(137), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(137), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [ts_builtin_sym_end] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_record] = ACTIONS(141), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_else] = ACTIONS(141), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_LBRACK] = ACTIONS(141), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(139), + [anon_sym_PIPE] = ACTIONS(139), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(139), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -68691,70 +67925,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(684)] = { - [ts_builtin_sym_end] = ACTIONS(1492), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1885), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [ts_builtin_sym_end] = ACTIONS(1499), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_RPAREN] = ACTIONS(1892), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -68762,70 +67996,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(685)] = { - [anon_sym_SEMI] = ACTIONS(137), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_record] = ACTIONS(139), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(137), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_LBRACK] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_timeout] = ACTIONS(139), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(137), - [anon_sym_PIPE] = ACTIONS(137), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(137), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_record] = ACTIONS(141), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_LBRACK] = ACTIONS(141), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_timeout] = ACTIONS(141), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(139), + [anon_sym_PIPE] = ACTIONS(139), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(139), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -68833,70 +68067,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(686)] = { - [ts_builtin_sym_end] = ACTIONS(1698), - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_else] = ACTIONS(1700), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [ts_builtin_sym_end] = ACTIONS(1705), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_else] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -68904,70 +68138,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(687)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -68975,70 +68209,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(688)] = { - [ts_builtin_sym_end] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_else] = ACTIONS(1538), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [ts_builtin_sym_end] = ACTIONS(1543), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -69046,70 +68280,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(689)] = { - [ts_builtin_sym_end] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1887), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [ts_builtin_sym_end] = ACTIONS(1543), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_RPAREN] = ACTIONS(1894), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -69117,70 +68351,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(690)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1889), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1896), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -69188,70 +68422,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(691)] = { - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_RBRACE] = ACTIONS(1600), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_record] = ACTIONS(1602), - [anon_sym_print] = ACTIONS(1602), - [anon_sym_event] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1600), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_next] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_fallthrough] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_add] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_local] = ACTIONS(1602), - [anon_sym_when] = ACTIONS(1602), - [anon_sym_timeout] = ACTIONS(1602), - [anon_sym_assert] = ACTIONS(1602), - [anon_sym_table] = ACTIONS(1602), - [anon_sym_set] = ACTIONS(1602), - [anon_sym_vector] = ACTIONS(1602), - [anon_sym_function] = ACTIONS(1602), - [anon_sym_hook] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_copy] = ACTIONS(1602), - [anon_sym_schedule] = ACTIONS(1602), - [aux_sym_constant_token1] = ACTIONS(1602), - [anon_sym_T] = ACTIONS(1602), - [anon_sym_F] = ACTIONS(1602), - [anon_sym_ATdeprecated] = ACTIONS(1600), - [anon_sym_ATload] = ACTIONS(1602), - [anon_sym_ATload_DASHsigs] = ACTIONS(1600), - [anon_sym_ATload_DASHplugin] = ACTIONS(1600), - [anon_sym_ATunload] = ACTIONS(1600), - [anon_sym_ATprefixes] = ACTIONS(1600), - [anon_sym_ATif] = ACTIONS(1602), - [anon_sym_ATifdef] = ACTIONS(1600), - [anon_sym_ATifndef] = ACTIONS(1600), - [anon_sym_ATendif] = ACTIONS(1600), - [anon_sym_ATelse] = ACTIONS(1600), - [anon_sym_ATpragma] = ACTIONS(1600), - [anon_sym_ATDIR] = ACTIONS(1600), - [anon_sym_ATFILENAME] = ACTIONS(1600), - [sym_id] = ACTIONS(1602), - [sym_pattern] = ACTIONS(1600), - [sym_ipv6] = ACTIONS(1602), - [sym_ipv4] = ACTIONS(1602), - [sym_port] = ACTIONS(1600), - [sym_floatp] = ACTIONS(1602), - [sym_hex] = ACTIONS(1602), - [sym_hostname] = ACTIONS(1602), - [aux_sym_string_token1] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_RBRACE] = ACTIONS(1607), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_record] = ACTIONS(1609), + [anon_sym_print] = ACTIONS(1609), + [anon_sym_event] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1607), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_next] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_fallthrough] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_add] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_local] = ACTIONS(1609), + [anon_sym_when] = ACTIONS(1609), + [anon_sym_timeout] = ACTIONS(1609), + [anon_sym_assert] = ACTIONS(1609), + [anon_sym_table] = ACTIONS(1609), + [anon_sym_set] = ACTIONS(1609), + [anon_sym_vector] = ACTIONS(1609), + [anon_sym_function] = ACTIONS(1609), + [anon_sym_hook] = ACTIONS(1609), + [anon_sym_DOLLAR] = ACTIONS(1607), + [anon_sym_PIPE] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_copy] = ACTIONS(1609), + [anon_sym_schedule] = ACTIONS(1609), + [aux_sym_constant_token1] = ACTIONS(1609), + [anon_sym_T] = ACTIONS(1609), + [anon_sym_F] = ACTIONS(1609), + [anon_sym_ATdeprecated] = ACTIONS(1607), + [anon_sym_ATload] = ACTIONS(1609), + [anon_sym_ATload_DASHsigs] = ACTIONS(1607), + [anon_sym_ATload_DASHplugin] = ACTIONS(1607), + [anon_sym_ATunload] = ACTIONS(1607), + [anon_sym_ATprefixes] = ACTIONS(1607), + [anon_sym_ATif] = ACTIONS(1609), + [anon_sym_ATifdef] = ACTIONS(1607), + [anon_sym_ATifndef] = ACTIONS(1607), + [anon_sym_ATendif] = ACTIONS(1607), + [anon_sym_ATelse] = ACTIONS(1607), + [anon_sym_ATpragma] = ACTIONS(1607), + [anon_sym_ATDIR] = ACTIONS(1607), + [anon_sym_ATFILENAME] = ACTIONS(1607), + [sym_id] = ACTIONS(1609), + [sym_pattern] = ACTIONS(1607), + [sym_ipv6] = ACTIONS(1607), + [sym_ipv4] = ACTIONS(1609), + [sym_port] = ACTIONS(1607), + [sym_floatp] = ACTIONS(1609), + [sym_hex] = ACTIONS(1609), + [sym_hostname] = ACTIONS(1609), + [aux_sym_string_token1] = ACTIONS(1607), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -69259,70 +68493,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(692)] = { - [ts_builtin_sym_end] = ACTIONS(1698), - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_else] = ACTIONS(1700), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [ts_builtin_sym_end] = ACTIONS(1705), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_else] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -69330,70 +68564,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(693)] = { - [ts_builtin_sym_end] = ACTIONS(1702), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_else] = ACTIONS(1704), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [ts_builtin_sym_end] = ACTIONS(1709), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_else] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -69401,70 +68635,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(694)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_else] = ACTIONS(1700), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_else] = ACTIONS(1707), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -69472,70 +68706,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(695)] = { - [ts_builtin_sym_end] = ACTIONS(1702), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_else] = ACTIONS(1704), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [ts_builtin_sym_end] = ACTIONS(1709), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_else] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -69543,70 +68777,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(696)] = { - [ts_builtin_sym_end] = ACTIONS(1492), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_timeout] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [ts_builtin_sym_end] = ACTIONS(1499), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_timeout] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -69614,70 +68848,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(697)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -69685,70 +68919,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(698)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1891), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_RPAREN] = ACTIONS(1898), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -69756,70 +68990,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(699)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_timeout] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_timeout] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -69827,70 +69061,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(700)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -69898,70 +69132,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(701)] = { - [ts_builtin_sym_end] = ACTIONS(1692), - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_timeout] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [ts_builtin_sym_end] = ACTIONS(1699), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_timeout] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -69969,70 +69203,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(702)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_else] = ACTIONS(1708), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1715), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -70040,70 +69274,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(703)] = { - [ts_builtin_sym_end] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [ts_builtin_sym_end] = ACTIONS(1717), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -70111,70 +69345,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(704)] = { - [ts_builtin_sym_end] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1712), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [ts_builtin_sym_end] = ACTIONS(1717), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1719), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -70182,70 +69416,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(705)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -70253,70 +69487,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(706)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -70324,70 +69558,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(707)] = { - [ts_builtin_sym_end] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_timeout] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [ts_builtin_sym_end] = ACTIONS(1543), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_timeout] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -70395,70 +69629,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(708)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_else] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1723), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -70466,70 +69700,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(709)] = { - [ts_builtin_sym_end] = ACTIONS(1718), - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [ts_builtin_sym_end] = ACTIONS(1725), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -70537,70 +69771,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(710)] = { - [ts_builtin_sym_end] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1893), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [ts_builtin_sym_end] = ACTIONS(1717), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1900), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -70608,70 +69842,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(711)] = { - [ts_builtin_sym_end] = ACTIONS(1718), - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [ts_builtin_sym_end] = ACTIONS(1725), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1727), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -70679,70 +69913,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(712)] = { - [ts_builtin_sym_end] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_else] = ACTIONS(1724), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [ts_builtin_sym_end] = ACTIONS(1729), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_else] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -70750,70 +69984,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(713)] = { - [ts_builtin_sym_end] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_else] = ACTIONS(1724), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [ts_builtin_sym_end] = ACTIONS(1729), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_else] = ACTIONS(1731), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -70821,70 +70055,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(714)] = { - [ts_builtin_sym_end] = ACTIONS(1726), - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_else] = ACTIONS(1728), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [ts_builtin_sym_end] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_else] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -70892,70 +70126,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(715)] = { - [ts_builtin_sym_end] = ACTIONS(1568), - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_record] = ACTIONS(1570), - [anon_sym_print] = ACTIONS(1570), - [anon_sym_event] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_LBRACK] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_next] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_fallthrough] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_add] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_local] = ACTIONS(1570), - [anon_sym_when] = ACTIONS(1570), - [anon_sym_timeout] = ACTIONS(1570), - [anon_sym_assert] = ACTIONS(1570), - [anon_sym_table] = ACTIONS(1570), - [anon_sym_set] = ACTIONS(1570), - [anon_sym_vector] = ACTIONS(1570), - [anon_sym_function] = ACTIONS(1570), - [anon_sym_hook] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_copy] = ACTIONS(1570), - [anon_sym_schedule] = ACTIONS(1570), - [aux_sym_constant_token1] = ACTIONS(1570), - [anon_sym_T] = ACTIONS(1570), - [anon_sym_F] = ACTIONS(1570), - [anon_sym_ATdeprecated] = ACTIONS(1568), - [anon_sym_ATload] = ACTIONS(1570), - [anon_sym_ATload_DASHsigs] = ACTIONS(1568), - [anon_sym_ATload_DASHplugin] = ACTIONS(1568), - [anon_sym_ATunload] = ACTIONS(1568), - [anon_sym_ATprefixes] = ACTIONS(1568), - [anon_sym_ATif] = ACTIONS(1570), - [anon_sym_ATifdef] = ACTIONS(1568), - [anon_sym_ATifndef] = ACTIONS(1568), - [anon_sym_ATendif] = ACTIONS(1568), - [anon_sym_ATelse] = ACTIONS(1568), - [anon_sym_ATpragma] = ACTIONS(1568), - [anon_sym_ATDIR] = ACTIONS(1568), - [anon_sym_ATFILENAME] = ACTIONS(1568), - [sym_id] = ACTIONS(1570), - [sym_pattern] = ACTIONS(1568), - [sym_ipv6] = ACTIONS(1570), - [sym_ipv4] = ACTIONS(1570), - [sym_port] = ACTIONS(1568), - [sym_floatp] = ACTIONS(1570), - [sym_hex] = ACTIONS(1570), - [sym_hostname] = ACTIONS(1570), - [aux_sym_string_token1] = ACTIONS(1568), + [ts_builtin_sym_end] = ACTIONS(1575), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_record] = ACTIONS(1577), + [anon_sym_print] = ACTIONS(1577), + [anon_sym_event] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_LPAREN] = ACTIONS(1575), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_next] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_fallthrough] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_add] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_local] = ACTIONS(1577), + [anon_sym_when] = ACTIONS(1577), + [anon_sym_timeout] = ACTIONS(1577), + [anon_sym_assert] = ACTIONS(1577), + [anon_sym_table] = ACTIONS(1577), + [anon_sym_set] = ACTIONS(1577), + [anon_sym_vector] = ACTIONS(1577), + [anon_sym_function] = ACTIONS(1577), + [anon_sym_hook] = ACTIONS(1577), + [anon_sym_DOLLAR] = ACTIONS(1575), + [anon_sym_PIPE] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_copy] = ACTIONS(1577), + [anon_sym_schedule] = ACTIONS(1577), + [aux_sym_constant_token1] = ACTIONS(1577), + [anon_sym_T] = ACTIONS(1577), + [anon_sym_F] = ACTIONS(1577), + [anon_sym_ATdeprecated] = ACTIONS(1575), + [anon_sym_ATload] = ACTIONS(1577), + [anon_sym_ATload_DASHsigs] = ACTIONS(1575), + [anon_sym_ATload_DASHplugin] = ACTIONS(1575), + [anon_sym_ATunload] = ACTIONS(1575), + [anon_sym_ATprefixes] = ACTIONS(1575), + [anon_sym_ATif] = ACTIONS(1577), + [anon_sym_ATifdef] = ACTIONS(1575), + [anon_sym_ATifndef] = ACTIONS(1575), + [anon_sym_ATendif] = ACTIONS(1575), + [anon_sym_ATelse] = ACTIONS(1575), + [anon_sym_ATpragma] = ACTIONS(1575), + [anon_sym_ATDIR] = ACTIONS(1575), + [anon_sym_ATFILENAME] = ACTIONS(1575), + [sym_id] = ACTIONS(1577), + [sym_pattern] = ACTIONS(1575), + [sym_ipv6] = ACTIONS(1575), + [sym_ipv4] = ACTIONS(1577), + [sym_port] = ACTIONS(1575), + [sym_floatp] = ACTIONS(1577), + [sym_hex] = ACTIONS(1577), + [sym_hostname] = ACTIONS(1577), + [aux_sym_string_token1] = ACTIONS(1575), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -70963,70 +70197,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(716)] = { - [ts_builtin_sym_end] = ACTIONS(1726), - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_else] = ACTIONS(1728), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [ts_builtin_sym_end] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_else] = ACTIONS(1735), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -71034,70 +70268,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(717)] = { - [ts_builtin_sym_end] = ACTIONS(1692), - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [ts_builtin_sym_end] = ACTIONS(1699), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_else] = ACTIONS(1701), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -71105,70 +70339,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(718)] = { - [ts_builtin_sym_end] = ACTIONS(1692), - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [ts_builtin_sym_end] = ACTIONS(1699), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_else] = ACTIONS(1701), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -71176,70 +70410,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(719)] = { - [ts_builtin_sym_end] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_timeout] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [ts_builtin_sym_end] = ACTIONS(1737), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_timeout] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -71247,70 +70481,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(720)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_timeout] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_timeout] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -71318,70 +70552,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(721)] = { - [ts_builtin_sym_end] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_timeout] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [ts_builtin_sym_end] = ACTIONS(1737), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_timeout] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -71389,70 +70623,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(722)] = { - [ts_builtin_sym_end] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(137), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_record] = ACTIONS(139), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(137), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_LBRACK] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_timeout] = ACTIONS(139), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(137), - [anon_sym_PIPE] = ACTIONS(137), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(137), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [ts_builtin_sym_end] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_record] = ACTIONS(141), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_LBRACK] = ACTIONS(141), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_timeout] = ACTIONS(141), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(139), + [anon_sym_PIPE] = ACTIONS(139), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(139), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -71460,70 +70694,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(723)] = { - [ts_builtin_sym_end] = ACTIONS(1698), - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_timeout] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [ts_builtin_sym_end] = ACTIONS(1705), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_timeout] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -71531,70 +70765,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(724)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_timeout] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_timeout] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -71602,70 +70836,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(725)] = { - [ts_builtin_sym_end] = ACTIONS(1698), - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_timeout] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [ts_builtin_sym_end] = ACTIONS(1705), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_timeout] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -71673,70 +70907,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(726)] = { - [ts_builtin_sym_end] = ACTIONS(1702), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_timeout] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [ts_builtin_sym_end] = ACTIONS(1709), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_timeout] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -71744,70 +70978,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(727)] = { - [ts_builtin_sym_end] = ACTIONS(1568), - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_record] = ACTIONS(1570), - [anon_sym_print] = ACTIONS(1570), - [anon_sym_event] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_else] = ACTIONS(1570), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_LBRACK] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_next] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_fallthrough] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_add] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_local] = ACTIONS(1570), - [anon_sym_when] = ACTIONS(1570), - [anon_sym_assert] = ACTIONS(1570), - [anon_sym_table] = ACTIONS(1570), - [anon_sym_set] = ACTIONS(1570), - [anon_sym_vector] = ACTIONS(1570), - [anon_sym_function] = ACTIONS(1570), - [anon_sym_hook] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_copy] = ACTIONS(1570), - [anon_sym_schedule] = ACTIONS(1570), - [aux_sym_constant_token1] = ACTIONS(1570), - [anon_sym_T] = ACTIONS(1570), - [anon_sym_F] = ACTIONS(1570), - [anon_sym_ATdeprecated] = ACTIONS(1568), - [anon_sym_ATload] = ACTIONS(1570), - [anon_sym_ATload_DASHsigs] = ACTIONS(1568), - [anon_sym_ATload_DASHplugin] = ACTIONS(1568), - [anon_sym_ATunload] = ACTIONS(1568), - [anon_sym_ATprefixes] = ACTIONS(1568), - [anon_sym_ATif] = ACTIONS(1570), - [anon_sym_ATifdef] = ACTIONS(1568), - [anon_sym_ATifndef] = ACTIONS(1568), - [anon_sym_ATendif] = ACTIONS(1568), - [anon_sym_ATelse] = ACTIONS(1568), - [anon_sym_ATpragma] = ACTIONS(1568), - [anon_sym_ATDIR] = ACTIONS(1568), - [anon_sym_ATFILENAME] = ACTIONS(1568), - [sym_id] = ACTIONS(1570), - [sym_pattern] = ACTIONS(1568), - [sym_ipv6] = ACTIONS(1570), - [sym_ipv4] = ACTIONS(1570), - [sym_port] = ACTIONS(1568), - [sym_floatp] = ACTIONS(1570), - [sym_hex] = ACTIONS(1570), - [sym_hostname] = ACTIONS(1570), - [aux_sym_string_token1] = ACTIONS(1568), + [ts_builtin_sym_end] = ACTIONS(1575), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_record] = ACTIONS(1577), + [anon_sym_print] = ACTIONS(1577), + [anon_sym_event] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_LPAREN] = ACTIONS(1575), + [anon_sym_else] = ACTIONS(1577), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_next] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_fallthrough] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_add] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_local] = ACTIONS(1577), + [anon_sym_when] = ACTIONS(1577), + [anon_sym_assert] = ACTIONS(1577), + [anon_sym_table] = ACTIONS(1577), + [anon_sym_set] = ACTIONS(1577), + [anon_sym_vector] = ACTIONS(1577), + [anon_sym_function] = ACTIONS(1577), + [anon_sym_hook] = ACTIONS(1577), + [anon_sym_DOLLAR] = ACTIONS(1575), + [anon_sym_PIPE] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_copy] = ACTIONS(1577), + [anon_sym_schedule] = ACTIONS(1577), + [aux_sym_constant_token1] = ACTIONS(1577), + [anon_sym_T] = ACTIONS(1577), + [anon_sym_F] = ACTIONS(1577), + [anon_sym_ATdeprecated] = ACTIONS(1575), + [anon_sym_ATload] = ACTIONS(1577), + [anon_sym_ATload_DASHsigs] = ACTIONS(1575), + [anon_sym_ATload_DASHplugin] = ACTIONS(1575), + [anon_sym_ATunload] = ACTIONS(1575), + [anon_sym_ATprefixes] = ACTIONS(1575), + [anon_sym_ATif] = ACTIONS(1577), + [anon_sym_ATifdef] = ACTIONS(1575), + [anon_sym_ATifndef] = ACTIONS(1575), + [anon_sym_ATendif] = ACTIONS(1575), + [anon_sym_ATelse] = ACTIONS(1575), + [anon_sym_ATpragma] = ACTIONS(1575), + [anon_sym_ATDIR] = ACTIONS(1575), + [anon_sym_ATFILENAME] = ACTIONS(1575), + [sym_id] = ACTIONS(1577), + [sym_pattern] = ACTIONS(1575), + [sym_ipv6] = ACTIONS(1575), + [sym_ipv4] = ACTIONS(1577), + [sym_port] = ACTIONS(1575), + [sym_floatp] = ACTIONS(1577), + [sym_hex] = ACTIONS(1577), + [sym_hostname] = ACTIONS(1577), + [aux_sym_string_token1] = ACTIONS(1575), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -71815,70 +71049,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(728)] = { - [ts_builtin_sym_end] = ACTIONS(1702), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_timeout] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [ts_builtin_sym_end] = ACTIONS(1709), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_timeout] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -71886,70 +71120,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(729)] = { - [ts_builtin_sym_end] = ACTIONS(1600), - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_record] = ACTIONS(1602), - [anon_sym_print] = ACTIONS(1602), - [anon_sym_event] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1600), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_next] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_fallthrough] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_add] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_local] = ACTIONS(1602), - [anon_sym_when] = ACTIONS(1602), - [anon_sym_timeout] = ACTIONS(1602), - [anon_sym_assert] = ACTIONS(1602), - [anon_sym_table] = ACTIONS(1602), - [anon_sym_set] = ACTIONS(1602), - [anon_sym_vector] = ACTIONS(1602), - [anon_sym_function] = ACTIONS(1602), - [anon_sym_hook] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_copy] = ACTIONS(1602), - [anon_sym_schedule] = ACTIONS(1602), - [aux_sym_constant_token1] = ACTIONS(1602), - [anon_sym_T] = ACTIONS(1602), - [anon_sym_F] = ACTIONS(1602), - [anon_sym_ATdeprecated] = ACTIONS(1600), - [anon_sym_ATload] = ACTIONS(1602), - [anon_sym_ATload_DASHsigs] = ACTIONS(1600), - [anon_sym_ATload_DASHplugin] = ACTIONS(1600), - [anon_sym_ATunload] = ACTIONS(1600), - [anon_sym_ATprefixes] = ACTIONS(1600), - [anon_sym_ATif] = ACTIONS(1602), - [anon_sym_ATifdef] = ACTIONS(1600), - [anon_sym_ATifndef] = ACTIONS(1600), - [anon_sym_ATendif] = ACTIONS(1600), - [anon_sym_ATelse] = ACTIONS(1600), - [anon_sym_ATpragma] = ACTIONS(1600), - [anon_sym_ATDIR] = ACTIONS(1600), - [anon_sym_ATFILENAME] = ACTIONS(1600), - [sym_id] = ACTIONS(1602), - [sym_pattern] = ACTIONS(1600), - [sym_ipv6] = ACTIONS(1602), - [sym_ipv4] = ACTIONS(1602), - [sym_port] = ACTIONS(1600), - [sym_floatp] = ACTIONS(1602), - [sym_hex] = ACTIONS(1602), - [sym_hostname] = ACTIONS(1602), - [aux_sym_string_token1] = ACTIONS(1600), + [ts_builtin_sym_end] = ACTIONS(1607), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_record] = ACTIONS(1609), + [anon_sym_print] = ACTIONS(1609), + [anon_sym_event] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1607), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_next] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_fallthrough] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_add] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_local] = ACTIONS(1609), + [anon_sym_when] = ACTIONS(1609), + [anon_sym_timeout] = ACTIONS(1609), + [anon_sym_assert] = ACTIONS(1609), + [anon_sym_table] = ACTIONS(1609), + [anon_sym_set] = ACTIONS(1609), + [anon_sym_vector] = ACTIONS(1609), + [anon_sym_function] = ACTIONS(1609), + [anon_sym_hook] = ACTIONS(1609), + [anon_sym_DOLLAR] = ACTIONS(1607), + [anon_sym_PIPE] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_copy] = ACTIONS(1609), + [anon_sym_schedule] = ACTIONS(1609), + [aux_sym_constant_token1] = ACTIONS(1609), + [anon_sym_T] = ACTIONS(1609), + [anon_sym_F] = ACTIONS(1609), + [anon_sym_ATdeprecated] = ACTIONS(1607), + [anon_sym_ATload] = ACTIONS(1609), + [anon_sym_ATload_DASHsigs] = ACTIONS(1607), + [anon_sym_ATload_DASHplugin] = ACTIONS(1607), + [anon_sym_ATunload] = ACTIONS(1607), + [anon_sym_ATprefixes] = ACTIONS(1607), + [anon_sym_ATif] = ACTIONS(1609), + [anon_sym_ATifdef] = ACTIONS(1607), + [anon_sym_ATifndef] = ACTIONS(1607), + [anon_sym_ATendif] = ACTIONS(1607), + [anon_sym_ATelse] = ACTIONS(1607), + [anon_sym_ATpragma] = ACTIONS(1607), + [anon_sym_ATDIR] = ACTIONS(1607), + [anon_sym_ATFILENAME] = ACTIONS(1607), + [sym_id] = ACTIONS(1609), + [sym_pattern] = ACTIONS(1607), + [sym_ipv6] = ACTIONS(1607), + [sym_ipv4] = ACTIONS(1609), + [sym_port] = ACTIONS(1607), + [sym_floatp] = ACTIONS(1609), + [sym_hex] = ACTIONS(1609), + [sym_hostname] = ACTIONS(1609), + [aux_sym_string_token1] = ACTIONS(1607), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -71957,70 +71191,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(730)] = { - [ts_builtin_sym_end] = ACTIONS(1726), - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_timeout] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [ts_builtin_sym_end] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_timeout] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -72028,70 +71262,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(731)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_timeout] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_timeout] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -72099,70 +71333,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(732)] = { - [ts_builtin_sym_end] = ACTIONS(1726), - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_timeout] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [ts_builtin_sym_end] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_timeout] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -72170,70 +71404,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(733)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -72241,70 +71475,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(734)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_else] = ACTIONS(1739), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -72312,70 +71546,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(735)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -72383,70 +71617,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(736)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1895), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1902), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -72454,70 +71688,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(737)] = { - [ts_builtin_sym_end] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1897), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [ts_builtin_sym_end] = ACTIONS(1717), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1904), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -72525,70 +71759,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(738)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1899), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1906), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -72596,70 +71830,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(739)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1901), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1908), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -72667,70 +71901,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(740)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1903), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1910), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -72738,70 +71972,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(741)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1905), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1912), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -72809,70 +72043,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(742)] = { - [anon_sym_SEMI] = ACTIONS(137), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_record] = ACTIONS(139), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(137), - [anon_sym_else] = ACTIONS(139), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_LBRACK] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(137), - [anon_sym_PIPE] = ACTIONS(137), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(137), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_record] = ACTIONS(141), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_else] = ACTIONS(141), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_LBRACK] = ACTIONS(141), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(139), + [anon_sym_PIPE] = ACTIONS(139), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(139), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -72880,70 +72114,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(743)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -72951,70 +72185,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(744)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -73022,70 +72256,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(745)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -73093,70 +72327,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(746)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -73164,70 +72398,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(747)] = { - [ts_builtin_sym_end] = ACTIONS(1692), - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_timeout] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [ts_builtin_sym_end] = ACTIONS(1699), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_timeout] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -73235,70 +72469,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(748)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -73306,70 +72540,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(749)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_timeout] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_timeout] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -73377,70 +72611,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(750)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -73448,70 +72682,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(751)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -73519,70 +72753,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(752)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_timeout] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_timeout] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -73590,70 +72824,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(753)] = { - [ts_builtin_sym_end] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [ts_builtin_sym_end] = ACTIONS(1717), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -73661,70 +72895,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(754)] = { - [ts_builtin_sym_end] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_timeout] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [ts_builtin_sym_end] = ACTIONS(1717), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_timeout] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -73732,70 +72966,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(755)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -73803,70 +73037,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(756)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -73874,70 +73108,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(757)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_timeout] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_timeout] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -73945,70 +73179,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(758)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -74016,70 +73250,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(759)] = { - [ts_builtin_sym_end] = ACTIONS(1718), - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_timeout] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [ts_builtin_sym_end] = ACTIONS(1725), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_timeout] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -74087,70 +73321,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(760)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_timeout] = ACTIONS(1907), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_timeout] = ACTIONS(1914), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -74158,70 +73392,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(761)] = { - [ts_builtin_sym_end] = ACTIONS(1718), - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_timeout] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [ts_builtin_sym_end] = ACTIONS(1725), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_timeout] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -74229,70 +73463,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(762)] = { - [ts_builtin_sym_end] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_timeout] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [ts_builtin_sym_end] = ACTIONS(1729), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_timeout] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -74300,70 +73534,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(763)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_timeout] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_timeout] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -74371,70 +73605,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(764)] = { - [ts_builtin_sym_end] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_timeout] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [ts_builtin_sym_end] = ACTIONS(1729), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_timeout] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -74442,70 +73676,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(765)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_timeout] = ACTIONS(1909), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_timeout] = ACTIONS(1916), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -74513,69 +73747,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(766)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -74583,69 +73817,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(767)] = { - [ts_builtin_sym_end] = ACTIONS(1492), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [ts_builtin_sym_end] = ACTIONS(1499), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -74653,69 +73887,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(768)] = { - [ts_builtin_sym_end] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [ts_builtin_sym_end] = ACTIONS(1543), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -74723,69 +73957,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(769)] = { - [ts_builtin_sym_end] = ACTIONS(1568), - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_record] = ACTIONS(1570), - [anon_sym_print] = ACTIONS(1570), - [anon_sym_event] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_LBRACK] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_next] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_fallthrough] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_add] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_local] = ACTIONS(1570), - [anon_sym_when] = ACTIONS(1570), - [anon_sym_assert] = ACTIONS(1570), - [anon_sym_table] = ACTIONS(1570), - [anon_sym_set] = ACTIONS(1570), - [anon_sym_vector] = ACTIONS(1570), - [anon_sym_function] = ACTIONS(1570), - [anon_sym_hook] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_copy] = ACTIONS(1570), - [anon_sym_schedule] = ACTIONS(1570), - [aux_sym_constant_token1] = ACTIONS(1570), - [anon_sym_T] = ACTIONS(1570), - [anon_sym_F] = ACTIONS(1570), - [anon_sym_ATdeprecated] = ACTIONS(1568), - [anon_sym_ATload] = ACTIONS(1570), - [anon_sym_ATload_DASHsigs] = ACTIONS(1568), - [anon_sym_ATload_DASHplugin] = ACTIONS(1568), - [anon_sym_ATunload] = ACTIONS(1568), - [anon_sym_ATprefixes] = ACTIONS(1568), - [anon_sym_ATif] = ACTIONS(1570), - [anon_sym_ATifdef] = ACTIONS(1568), - [anon_sym_ATifndef] = ACTIONS(1568), - [anon_sym_ATendif] = ACTIONS(1568), - [anon_sym_ATelse] = ACTIONS(1568), - [anon_sym_ATpragma] = ACTIONS(1568), - [anon_sym_ATDIR] = ACTIONS(1568), - [anon_sym_ATFILENAME] = ACTIONS(1568), - [sym_id] = ACTIONS(1570), - [sym_pattern] = ACTIONS(1568), - [sym_ipv6] = ACTIONS(1570), - [sym_ipv4] = ACTIONS(1570), - [sym_port] = ACTIONS(1568), - [sym_floatp] = ACTIONS(1570), - [sym_hex] = ACTIONS(1570), - [sym_hostname] = ACTIONS(1570), - [aux_sym_string_token1] = ACTIONS(1568), + [ts_builtin_sym_end] = ACTIONS(1575), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_record] = ACTIONS(1577), + [anon_sym_print] = ACTIONS(1577), + [anon_sym_event] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_LPAREN] = ACTIONS(1575), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_next] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_fallthrough] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_add] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_local] = ACTIONS(1577), + [anon_sym_when] = ACTIONS(1577), + [anon_sym_assert] = ACTIONS(1577), + [anon_sym_table] = ACTIONS(1577), + [anon_sym_set] = ACTIONS(1577), + [anon_sym_vector] = ACTIONS(1577), + [anon_sym_function] = ACTIONS(1577), + [anon_sym_hook] = ACTIONS(1577), + [anon_sym_DOLLAR] = ACTIONS(1575), + [anon_sym_PIPE] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_copy] = ACTIONS(1577), + [anon_sym_schedule] = ACTIONS(1577), + [aux_sym_constant_token1] = ACTIONS(1577), + [anon_sym_T] = ACTIONS(1577), + [anon_sym_F] = ACTIONS(1577), + [anon_sym_ATdeprecated] = ACTIONS(1575), + [anon_sym_ATload] = ACTIONS(1577), + [anon_sym_ATload_DASHsigs] = ACTIONS(1575), + [anon_sym_ATload_DASHplugin] = ACTIONS(1575), + [anon_sym_ATunload] = ACTIONS(1575), + [anon_sym_ATprefixes] = ACTIONS(1575), + [anon_sym_ATif] = ACTIONS(1577), + [anon_sym_ATifdef] = ACTIONS(1575), + [anon_sym_ATifndef] = ACTIONS(1575), + [anon_sym_ATendif] = ACTIONS(1575), + [anon_sym_ATelse] = ACTIONS(1575), + [anon_sym_ATpragma] = ACTIONS(1575), + [anon_sym_ATDIR] = ACTIONS(1575), + [anon_sym_ATFILENAME] = ACTIONS(1575), + [sym_id] = ACTIONS(1577), + [sym_pattern] = ACTIONS(1575), + [sym_ipv6] = ACTIONS(1575), + [sym_ipv4] = ACTIONS(1577), + [sym_port] = ACTIONS(1575), + [sym_floatp] = ACTIONS(1577), + [sym_hex] = ACTIONS(1577), + [sym_hostname] = ACTIONS(1577), + [aux_sym_string_token1] = ACTIONS(1575), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -74793,69 +74027,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(770)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -74863,69 +74097,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(771)] = { - [ts_builtin_sym_end] = ACTIONS(1600), - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_record] = ACTIONS(1602), - [anon_sym_print] = ACTIONS(1602), - [anon_sym_event] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1600), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_next] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_fallthrough] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_add] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_local] = ACTIONS(1602), - [anon_sym_when] = ACTIONS(1602), - [anon_sym_assert] = ACTIONS(1602), - [anon_sym_table] = ACTIONS(1602), - [anon_sym_set] = ACTIONS(1602), - [anon_sym_vector] = ACTIONS(1602), - [anon_sym_function] = ACTIONS(1602), - [anon_sym_hook] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_copy] = ACTIONS(1602), - [anon_sym_schedule] = ACTIONS(1602), - [aux_sym_constant_token1] = ACTIONS(1602), - [anon_sym_T] = ACTIONS(1602), - [anon_sym_F] = ACTIONS(1602), - [anon_sym_ATdeprecated] = ACTIONS(1600), - [anon_sym_ATload] = ACTIONS(1602), - [anon_sym_ATload_DASHsigs] = ACTIONS(1600), - [anon_sym_ATload_DASHplugin] = ACTIONS(1600), - [anon_sym_ATunload] = ACTIONS(1600), - [anon_sym_ATprefixes] = ACTIONS(1600), - [anon_sym_ATif] = ACTIONS(1602), - [anon_sym_ATifdef] = ACTIONS(1600), - [anon_sym_ATifndef] = ACTIONS(1600), - [anon_sym_ATendif] = ACTIONS(1600), - [anon_sym_ATelse] = ACTIONS(1600), - [anon_sym_ATpragma] = ACTIONS(1600), - [anon_sym_ATDIR] = ACTIONS(1600), - [anon_sym_ATFILENAME] = ACTIONS(1600), - [sym_id] = ACTIONS(1602), - [sym_pattern] = ACTIONS(1600), - [sym_ipv6] = ACTIONS(1602), - [sym_ipv4] = ACTIONS(1602), - [sym_port] = ACTIONS(1600), - [sym_floatp] = ACTIONS(1602), - [sym_hex] = ACTIONS(1602), - [sym_hostname] = ACTIONS(1602), - [aux_sym_string_token1] = ACTIONS(1600), + [ts_builtin_sym_end] = ACTIONS(1607), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_record] = ACTIONS(1609), + [anon_sym_print] = ACTIONS(1609), + [anon_sym_event] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1607), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_next] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_fallthrough] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_add] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_local] = ACTIONS(1609), + [anon_sym_when] = ACTIONS(1609), + [anon_sym_assert] = ACTIONS(1609), + [anon_sym_table] = ACTIONS(1609), + [anon_sym_set] = ACTIONS(1609), + [anon_sym_vector] = ACTIONS(1609), + [anon_sym_function] = ACTIONS(1609), + [anon_sym_hook] = ACTIONS(1609), + [anon_sym_DOLLAR] = ACTIONS(1607), + [anon_sym_PIPE] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_copy] = ACTIONS(1609), + [anon_sym_schedule] = ACTIONS(1609), + [aux_sym_constant_token1] = ACTIONS(1609), + [anon_sym_T] = ACTIONS(1609), + [anon_sym_F] = ACTIONS(1609), + [anon_sym_ATdeprecated] = ACTIONS(1607), + [anon_sym_ATload] = ACTIONS(1609), + [anon_sym_ATload_DASHsigs] = ACTIONS(1607), + [anon_sym_ATload_DASHplugin] = ACTIONS(1607), + [anon_sym_ATunload] = ACTIONS(1607), + [anon_sym_ATprefixes] = ACTIONS(1607), + [anon_sym_ATif] = ACTIONS(1609), + [anon_sym_ATifdef] = ACTIONS(1607), + [anon_sym_ATifndef] = ACTIONS(1607), + [anon_sym_ATendif] = ACTIONS(1607), + [anon_sym_ATelse] = ACTIONS(1607), + [anon_sym_ATpragma] = ACTIONS(1607), + [anon_sym_ATDIR] = ACTIONS(1607), + [anon_sym_ATFILENAME] = ACTIONS(1607), + [sym_id] = ACTIONS(1609), + [sym_pattern] = ACTIONS(1607), + [sym_ipv6] = ACTIONS(1607), + [sym_ipv4] = ACTIONS(1609), + [sym_port] = ACTIONS(1607), + [sym_floatp] = ACTIONS(1609), + [sym_hex] = ACTIONS(1609), + [sym_hostname] = ACTIONS(1609), + [aux_sym_string_token1] = ACTIONS(1607), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -74933,69 +74167,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(772)] = { - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_RBRACE] = ACTIONS(1600), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_record] = ACTIONS(1602), - [anon_sym_print] = ACTIONS(1602), - [anon_sym_event] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1600), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_next] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_fallthrough] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_add] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_local] = ACTIONS(1602), - [anon_sym_when] = ACTIONS(1602), - [anon_sym_assert] = ACTIONS(1602), - [anon_sym_table] = ACTIONS(1602), - [anon_sym_set] = ACTIONS(1602), - [anon_sym_vector] = ACTIONS(1602), - [anon_sym_function] = ACTIONS(1602), - [anon_sym_hook] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_copy] = ACTIONS(1602), - [anon_sym_schedule] = ACTIONS(1602), - [aux_sym_constant_token1] = ACTIONS(1602), - [anon_sym_T] = ACTIONS(1602), - [anon_sym_F] = ACTIONS(1602), - [anon_sym_ATdeprecated] = ACTIONS(1600), - [anon_sym_ATload] = ACTIONS(1602), - [anon_sym_ATload_DASHsigs] = ACTIONS(1600), - [anon_sym_ATload_DASHplugin] = ACTIONS(1600), - [anon_sym_ATunload] = ACTIONS(1600), - [anon_sym_ATprefixes] = ACTIONS(1600), - [anon_sym_ATif] = ACTIONS(1602), - [anon_sym_ATifdef] = ACTIONS(1600), - [anon_sym_ATifndef] = ACTIONS(1600), - [anon_sym_ATendif] = ACTIONS(1600), - [anon_sym_ATelse] = ACTIONS(1600), - [anon_sym_ATpragma] = ACTIONS(1600), - [anon_sym_ATDIR] = ACTIONS(1600), - [anon_sym_ATFILENAME] = ACTIONS(1600), - [sym_id] = ACTIONS(1602), - [sym_pattern] = ACTIONS(1600), - [sym_ipv6] = ACTIONS(1602), - [sym_ipv4] = ACTIONS(1602), - [sym_port] = ACTIONS(1600), - [sym_floatp] = ACTIONS(1602), - [sym_hex] = ACTIONS(1602), - [sym_hostname] = ACTIONS(1602), - [aux_sym_string_token1] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1607), + [anon_sym_LBRACE] = ACTIONS(1607), + [anon_sym_RBRACE] = ACTIONS(1607), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_record] = ACTIONS(1609), + [anon_sym_print] = ACTIONS(1609), + [anon_sym_event] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1607), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_next] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_fallthrough] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_add] = ACTIONS(1609), + [anon_sym_delete] = ACTIONS(1609), + [anon_sym_local] = ACTIONS(1609), + [anon_sym_when] = ACTIONS(1609), + [anon_sym_assert] = ACTIONS(1609), + [anon_sym_table] = ACTIONS(1609), + [anon_sym_set] = ACTIONS(1609), + [anon_sym_vector] = ACTIONS(1609), + [anon_sym_function] = ACTIONS(1609), + [anon_sym_hook] = ACTIONS(1609), + [anon_sym_DOLLAR] = ACTIONS(1607), + [anon_sym_PIPE] = ACTIONS(1607), + [anon_sym_PLUS_PLUS] = ACTIONS(1607), + [anon_sym_DASH_DASH] = ACTIONS(1607), + [anon_sym_BANG] = ACTIONS(1607), + [anon_sym_TILDE] = ACTIONS(1607), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_copy] = ACTIONS(1609), + [anon_sym_schedule] = ACTIONS(1609), + [aux_sym_constant_token1] = ACTIONS(1609), + [anon_sym_T] = ACTIONS(1609), + [anon_sym_F] = ACTIONS(1609), + [anon_sym_ATdeprecated] = ACTIONS(1607), + [anon_sym_ATload] = ACTIONS(1609), + [anon_sym_ATload_DASHsigs] = ACTIONS(1607), + [anon_sym_ATload_DASHplugin] = ACTIONS(1607), + [anon_sym_ATunload] = ACTIONS(1607), + [anon_sym_ATprefixes] = ACTIONS(1607), + [anon_sym_ATif] = ACTIONS(1609), + [anon_sym_ATifdef] = ACTIONS(1607), + [anon_sym_ATifndef] = ACTIONS(1607), + [anon_sym_ATendif] = ACTIONS(1607), + [anon_sym_ATelse] = ACTIONS(1607), + [anon_sym_ATpragma] = ACTIONS(1607), + [anon_sym_ATDIR] = ACTIONS(1607), + [anon_sym_ATFILENAME] = ACTIONS(1607), + [sym_id] = ACTIONS(1609), + [sym_pattern] = ACTIONS(1607), + [sym_ipv6] = ACTIONS(1607), + [sym_ipv4] = ACTIONS(1609), + [sym_port] = ACTIONS(1607), + [sym_floatp] = ACTIONS(1609), + [sym_hex] = ACTIONS(1609), + [sym_hostname] = ACTIONS(1609), + [aux_sym_string_token1] = ACTIONS(1607), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75003,69 +74237,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(773)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75073,69 +74307,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(774)] = { - [ts_builtin_sym_end] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [ts_builtin_sym_end] = ACTIONS(1729), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75143,69 +74377,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(775)] = { - [ts_builtin_sym_end] = ACTIONS(1702), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [ts_builtin_sym_end] = ACTIONS(1709), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75213,69 +74447,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(776)] = { - [ts_builtin_sym_end] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [ts_builtin_sym_end] = ACTIONS(1737), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75283,69 +74517,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(777)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75353,69 +74587,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(778)] = { - [ts_builtin_sym_end] = ACTIONS(1702), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [ts_builtin_sym_end] = ACTIONS(1709), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75423,69 +74657,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(779)] = { - [ts_builtin_sym_end] = ACTIONS(1698), - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [ts_builtin_sym_end] = ACTIONS(1705), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75493,69 +74727,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(780)] = { - [ts_builtin_sym_end] = ACTIONS(1718), - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [ts_builtin_sym_end] = ACTIONS(1725), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75563,69 +74797,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(781)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75633,69 +74867,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(782)] = { - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_RBRACE] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_record] = ACTIONS(1570), - [anon_sym_print] = ACTIONS(1570), - [anon_sym_event] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_LBRACK] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_next] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_fallthrough] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_add] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_local] = ACTIONS(1570), - [anon_sym_when] = ACTIONS(1570), - [anon_sym_assert] = ACTIONS(1570), - [anon_sym_table] = ACTIONS(1570), - [anon_sym_set] = ACTIONS(1570), - [anon_sym_vector] = ACTIONS(1570), - [anon_sym_function] = ACTIONS(1570), - [anon_sym_hook] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_copy] = ACTIONS(1570), - [anon_sym_schedule] = ACTIONS(1570), - [aux_sym_constant_token1] = ACTIONS(1570), - [anon_sym_T] = ACTIONS(1570), - [anon_sym_F] = ACTIONS(1570), - [anon_sym_ATdeprecated] = ACTIONS(1568), - [anon_sym_ATload] = ACTIONS(1570), - [anon_sym_ATload_DASHsigs] = ACTIONS(1568), - [anon_sym_ATload_DASHplugin] = ACTIONS(1568), - [anon_sym_ATunload] = ACTIONS(1568), - [anon_sym_ATprefixes] = ACTIONS(1568), - [anon_sym_ATif] = ACTIONS(1570), - [anon_sym_ATifdef] = ACTIONS(1568), - [anon_sym_ATifndef] = ACTIONS(1568), - [anon_sym_ATendif] = ACTIONS(1568), - [anon_sym_ATelse] = ACTIONS(1568), - [anon_sym_ATpragma] = ACTIONS(1568), - [anon_sym_ATDIR] = ACTIONS(1568), - [anon_sym_ATFILENAME] = ACTIONS(1568), - [sym_id] = ACTIONS(1570), - [sym_pattern] = ACTIONS(1568), - [sym_ipv6] = ACTIONS(1570), - [sym_ipv4] = ACTIONS(1570), - [sym_port] = ACTIONS(1568), - [sym_floatp] = ACTIONS(1570), - [sym_hex] = ACTIONS(1570), - [sym_hostname] = ACTIONS(1570), - [aux_sym_string_token1] = ACTIONS(1568), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_LBRACE] = ACTIONS(1575), + [anon_sym_RBRACE] = ACTIONS(1575), + [anon_sym_const] = ACTIONS(1577), + [anon_sym_record] = ACTIONS(1577), + [anon_sym_print] = ACTIONS(1577), + [anon_sym_event] = ACTIONS(1577), + [anon_sym_if] = ACTIONS(1577), + [anon_sym_LPAREN] = ACTIONS(1575), + [anon_sym_switch] = ACTIONS(1577), + [anon_sym_for] = ACTIONS(1577), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_while] = ACTIONS(1577), + [anon_sym_next] = ACTIONS(1577), + [anon_sym_break] = ACTIONS(1577), + [anon_sym_fallthrough] = ACTIONS(1577), + [anon_sym_return] = ACTIONS(1577), + [anon_sym_add] = ACTIONS(1577), + [anon_sym_delete] = ACTIONS(1577), + [anon_sym_local] = ACTIONS(1577), + [anon_sym_when] = ACTIONS(1577), + [anon_sym_assert] = ACTIONS(1577), + [anon_sym_table] = ACTIONS(1577), + [anon_sym_set] = ACTIONS(1577), + [anon_sym_vector] = ACTIONS(1577), + [anon_sym_function] = ACTIONS(1577), + [anon_sym_hook] = ACTIONS(1577), + [anon_sym_DOLLAR] = ACTIONS(1575), + [anon_sym_PIPE] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_BANG] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_copy] = ACTIONS(1577), + [anon_sym_schedule] = ACTIONS(1577), + [aux_sym_constant_token1] = ACTIONS(1577), + [anon_sym_T] = ACTIONS(1577), + [anon_sym_F] = ACTIONS(1577), + [anon_sym_ATdeprecated] = ACTIONS(1575), + [anon_sym_ATload] = ACTIONS(1577), + [anon_sym_ATload_DASHsigs] = ACTIONS(1575), + [anon_sym_ATload_DASHplugin] = ACTIONS(1575), + [anon_sym_ATunload] = ACTIONS(1575), + [anon_sym_ATprefixes] = ACTIONS(1575), + [anon_sym_ATif] = ACTIONS(1577), + [anon_sym_ATifdef] = ACTIONS(1575), + [anon_sym_ATifndef] = ACTIONS(1575), + [anon_sym_ATendif] = ACTIONS(1575), + [anon_sym_ATelse] = ACTIONS(1575), + [anon_sym_ATpragma] = ACTIONS(1575), + [anon_sym_ATDIR] = ACTIONS(1575), + [anon_sym_ATFILENAME] = ACTIONS(1575), + [sym_id] = ACTIONS(1577), + [sym_pattern] = ACTIONS(1575), + [sym_ipv6] = ACTIONS(1575), + [sym_ipv4] = ACTIONS(1577), + [sym_port] = ACTIONS(1575), + [sym_floatp] = ACTIONS(1577), + [sym_hex] = ACTIONS(1577), + [sym_hostname] = ACTIONS(1577), + [aux_sym_string_token1] = ACTIONS(1575), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75703,69 +74937,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(783)] = { - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75773,69 +75007,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(784)] = { - [anon_sym_SEMI] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_RBRACE] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1658), - [anon_sym_record] = ACTIONS(1658), - [anon_sym_print] = ACTIONS(1658), - [anon_sym_event] = ACTIONS(1658), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1656), - [anon_sym_switch] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1658), - [anon_sym_next] = ACTIONS(1658), - [anon_sym_break] = ACTIONS(1658), - [anon_sym_fallthrough] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1658), - [anon_sym_add] = ACTIONS(1658), - [anon_sym_delete] = ACTIONS(1658), - [anon_sym_local] = ACTIONS(1658), - [anon_sym_when] = ACTIONS(1658), - [anon_sym_assert] = ACTIONS(1658), - [anon_sym_table] = ACTIONS(1658), - [anon_sym_set] = ACTIONS(1658), - [anon_sym_vector] = ACTIONS(1658), - [anon_sym_function] = ACTIONS(1658), - [anon_sym_hook] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1656), - [anon_sym_PIPE] = ACTIONS(1656), - [anon_sym_PLUS_PLUS] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1656), - [anon_sym_BANG] = ACTIONS(1656), - [anon_sym_TILDE] = ACTIONS(1656), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_copy] = ACTIONS(1658), - [anon_sym_schedule] = ACTIONS(1658), - [aux_sym_constant_token1] = ACTIONS(1658), - [anon_sym_T] = ACTIONS(1658), - [anon_sym_F] = ACTIONS(1658), - [anon_sym_ATdeprecated] = ACTIONS(1656), - [anon_sym_ATload] = ACTIONS(1658), - [anon_sym_ATload_DASHsigs] = ACTIONS(1656), - [anon_sym_ATload_DASHplugin] = ACTIONS(1656), - [anon_sym_ATunload] = ACTIONS(1656), - [anon_sym_ATprefixes] = ACTIONS(1656), - [anon_sym_ATif] = ACTIONS(1658), - [anon_sym_ATifdef] = ACTIONS(1656), - [anon_sym_ATifndef] = ACTIONS(1656), - [anon_sym_ATendif] = ACTIONS(1656), - [anon_sym_ATelse] = ACTIONS(1656), - [anon_sym_ATpragma] = ACTIONS(1656), - [anon_sym_ATDIR] = ACTIONS(1656), - [anon_sym_ATFILENAME] = ACTIONS(1656), - [sym_id] = ACTIONS(1658), - [sym_pattern] = ACTIONS(1656), - [sym_ipv6] = ACTIONS(1658), - [sym_ipv4] = ACTIONS(1658), - [sym_port] = ACTIONS(1656), - [sym_floatp] = ACTIONS(1658), - [sym_hex] = ACTIONS(1658), - [sym_hostname] = ACTIONS(1658), - [aux_sym_string_token1] = ACTIONS(1656), + [anon_sym_SEMI] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1663), + [anon_sym_RBRACE] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1665), + [anon_sym_record] = ACTIONS(1665), + [anon_sym_print] = ACTIONS(1665), + [anon_sym_event] = ACTIONS(1665), + [anon_sym_if] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_while] = ACTIONS(1665), + [anon_sym_next] = ACTIONS(1665), + [anon_sym_break] = ACTIONS(1665), + [anon_sym_fallthrough] = ACTIONS(1665), + [anon_sym_return] = ACTIONS(1665), + [anon_sym_add] = ACTIONS(1665), + [anon_sym_delete] = ACTIONS(1665), + [anon_sym_local] = ACTIONS(1665), + [anon_sym_when] = ACTIONS(1665), + [anon_sym_assert] = ACTIONS(1665), + [anon_sym_table] = ACTIONS(1665), + [anon_sym_set] = ACTIONS(1665), + [anon_sym_vector] = ACTIONS(1665), + [anon_sym_function] = ACTIONS(1665), + [anon_sym_hook] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(1663), + [anon_sym_PIPE] = ACTIONS(1663), + [anon_sym_PLUS_PLUS] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1663), + [anon_sym_BANG] = ACTIONS(1663), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1665), + [anon_sym_copy] = ACTIONS(1665), + [anon_sym_schedule] = ACTIONS(1665), + [aux_sym_constant_token1] = ACTIONS(1665), + [anon_sym_T] = ACTIONS(1665), + [anon_sym_F] = ACTIONS(1665), + [anon_sym_ATdeprecated] = ACTIONS(1663), + [anon_sym_ATload] = ACTIONS(1665), + [anon_sym_ATload_DASHsigs] = ACTIONS(1663), + [anon_sym_ATload_DASHplugin] = ACTIONS(1663), + [anon_sym_ATunload] = ACTIONS(1663), + [anon_sym_ATprefixes] = ACTIONS(1663), + [anon_sym_ATif] = ACTIONS(1665), + [anon_sym_ATifdef] = ACTIONS(1663), + [anon_sym_ATifndef] = ACTIONS(1663), + [anon_sym_ATendif] = ACTIONS(1663), + [anon_sym_ATelse] = ACTIONS(1663), + [anon_sym_ATpragma] = ACTIONS(1663), + [anon_sym_ATDIR] = ACTIONS(1663), + [anon_sym_ATFILENAME] = ACTIONS(1663), + [sym_id] = ACTIONS(1665), + [sym_pattern] = ACTIONS(1663), + [sym_ipv6] = ACTIONS(1663), + [sym_ipv4] = ACTIONS(1665), + [sym_port] = ACTIONS(1663), + [sym_floatp] = ACTIONS(1665), + [sym_hex] = ACTIONS(1665), + [sym_hostname] = ACTIONS(1665), + [aux_sym_string_token1] = ACTIONS(1663), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75843,69 +75077,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(785)] = { - [ts_builtin_sym_end] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [ts_builtin_sym_end] = ACTIONS(1717), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75913,69 +75147,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(786)] = { - [ts_builtin_sym_end] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(137), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_record] = ACTIONS(139), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(137), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_LBRACK] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(137), - [anon_sym_PIPE] = ACTIONS(137), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(137), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [ts_builtin_sym_end] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_record] = ACTIONS(141), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_LBRACK] = ACTIONS(141), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(139), + [anon_sym_PIPE] = ACTIONS(139), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(139), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -75983,69 +75217,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(787)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -76053,69 +75287,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(788)] = { - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -76123,69 +75357,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(789)] = { - [ts_builtin_sym_end] = ACTIONS(1698), - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [ts_builtin_sym_end] = ACTIONS(1705), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -76193,69 +75427,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(790)] = { - [ts_builtin_sym_end] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [ts_builtin_sym_end] = ACTIONS(1737), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -76263,69 +75497,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(791)] = { - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_record] = ACTIONS(1494), - [anon_sym_print] = ACTIONS(1494), - [anon_sym_event] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_next] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_fallthrough] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_add] = ACTIONS(1494), - [anon_sym_delete] = ACTIONS(1494), - [anon_sym_local] = ACTIONS(1494), - [anon_sym_when] = ACTIONS(1494), - [anon_sym_assert] = ACTIONS(1494), - [anon_sym_table] = ACTIONS(1494), - [anon_sym_set] = ACTIONS(1494), - [anon_sym_vector] = ACTIONS(1494), - [anon_sym_function] = ACTIONS(1494), - [anon_sym_hook] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_copy] = ACTIONS(1494), - [anon_sym_schedule] = ACTIONS(1494), - [aux_sym_constant_token1] = ACTIONS(1494), - [anon_sym_T] = ACTIONS(1494), - [anon_sym_F] = ACTIONS(1494), - [anon_sym_ATdeprecated] = ACTIONS(1492), - [anon_sym_ATload] = ACTIONS(1494), - [anon_sym_ATload_DASHsigs] = ACTIONS(1492), - [anon_sym_ATload_DASHplugin] = ACTIONS(1492), - [anon_sym_ATunload] = ACTIONS(1492), - [anon_sym_ATprefixes] = ACTIONS(1492), - [anon_sym_ATif] = ACTIONS(1494), - [anon_sym_ATifdef] = ACTIONS(1492), - [anon_sym_ATifndef] = ACTIONS(1492), - [anon_sym_ATendif] = ACTIONS(1492), - [anon_sym_ATelse] = ACTIONS(1492), - [anon_sym_ATpragma] = ACTIONS(1492), - [anon_sym_ATDIR] = ACTIONS(1492), - [anon_sym_ATFILENAME] = ACTIONS(1492), - [sym_id] = ACTIONS(1494), - [sym_pattern] = ACTIONS(1492), - [sym_ipv6] = ACTIONS(1494), - [sym_ipv4] = ACTIONS(1494), - [sym_port] = ACTIONS(1492), - [sym_floatp] = ACTIONS(1494), - [sym_hex] = ACTIONS(1494), - [sym_hostname] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1499), + [anon_sym_RBRACE] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_record] = ACTIONS(1501), + [anon_sym_print] = ACTIONS(1501), + [anon_sym_event] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_switch] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_next] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_fallthrough] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_add] = ACTIONS(1501), + [anon_sym_delete] = ACTIONS(1501), + [anon_sym_local] = ACTIONS(1501), + [anon_sym_when] = ACTIONS(1501), + [anon_sym_assert] = ACTIONS(1501), + [anon_sym_table] = ACTIONS(1501), + [anon_sym_set] = ACTIONS(1501), + [anon_sym_vector] = ACTIONS(1501), + [anon_sym_function] = ACTIONS(1501), + [anon_sym_hook] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_copy] = ACTIONS(1501), + [anon_sym_schedule] = ACTIONS(1501), + [aux_sym_constant_token1] = ACTIONS(1501), + [anon_sym_T] = ACTIONS(1501), + [anon_sym_F] = ACTIONS(1501), + [anon_sym_ATdeprecated] = ACTIONS(1499), + [anon_sym_ATload] = ACTIONS(1501), + [anon_sym_ATload_DASHsigs] = ACTIONS(1499), + [anon_sym_ATload_DASHplugin] = ACTIONS(1499), + [anon_sym_ATunload] = ACTIONS(1499), + [anon_sym_ATprefixes] = ACTIONS(1499), + [anon_sym_ATif] = ACTIONS(1501), + [anon_sym_ATifdef] = ACTIONS(1499), + [anon_sym_ATifndef] = ACTIONS(1499), + [anon_sym_ATendif] = ACTIONS(1499), + [anon_sym_ATelse] = ACTIONS(1499), + [anon_sym_ATpragma] = ACTIONS(1499), + [anon_sym_ATDIR] = ACTIONS(1499), + [anon_sym_ATFILENAME] = ACTIONS(1499), + [sym_id] = ACTIONS(1501), + [sym_pattern] = ACTIONS(1499), + [sym_ipv6] = ACTIONS(1499), + [sym_ipv4] = ACTIONS(1501), + [sym_port] = ACTIONS(1499), + [sym_floatp] = ACTIONS(1501), + [sym_hex] = ACTIONS(1501), + [sym_hostname] = ACTIONS(1501), + [aux_sym_string_token1] = ACTIONS(1499), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -76333,69 +75567,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(792)] = { - [ts_builtin_sym_end] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_record] = ACTIONS(1708), - [anon_sym_print] = ACTIONS(1708), - [anon_sym_event] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_next] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_fallthrough] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_add] = ACTIONS(1708), - [anon_sym_delete] = ACTIONS(1708), - [anon_sym_local] = ACTIONS(1708), - [anon_sym_when] = ACTIONS(1708), - [anon_sym_assert] = ACTIONS(1708), - [anon_sym_table] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1708), - [anon_sym_vector] = ACTIONS(1708), - [anon_sym_function] = ACTIONS(1708), - [anon_sym_hook] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_PLUS_PLUS] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_copy] = ACTIONS(1708), - [anon_sym_schedule] = ACTIONS(1708), - [aux_sym_constant_token1] = ACTIONS(1708), - [anon_sym_T] = ACTIONS(1708), - [anon_sym_F] = ACTIONS(1708), - [anon_sym_ATdeprecated] = ACTIONS(1706), - [anon_sym_ATload] = ACTIONS(1708), - [anon_sym_ATload_DASHsigs] = ACTIONS(1706), - [anon_sym_ATload_DASHplugin] = ACTIONS(1706), - [anon_sym_ATunload] = ACTIONS(1706), - [anon_sym_ATprefixes] = ACTIONS(1706), - [anon_sym_ATif] = ACTIONS(1708), - [anon_sym_ATifdef] = ACTIONS(1706), - [anon_sym_ATifndef] = ACTIONS(1706), - [anon_sym_ATendif] = ACTIONS(1706), - [anon_sym_ATelse] = ACTIONS(1706), - [anon_sym_ATpragma] = ACTIONS(1706), - [anon_sym_ATDIR] = ACTIONS(1706), - [anon_sym_ATFILENAME] = ACTIONS(1706), - [sym_id] = ACTIONS(1708), - [sym_pattern] = ACTIONS(1706), - [sym_ipv6] = ACTIONS(1708), - [sym_ipv4] = ACTIONS(1708), - [sym_port] = ACTIONS(1706), - [sym_floatp] = ACTIONS(1708), - [sym_hex] = ACTIONS(1708), - [sym_hostname] = ACTIONS(1708), - [aux_sym_string_token1] = ACTIONS(1706), + [ts_builtin_sym_end] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1715), + [anon_sym_record] = ACTIONS(1715), + [anon_sym_print] = ACTIONS(1715), + [anon_sym_event] = ACTIONS(1715), + [anon_sym_if] = ACTIONS(1715), + [anon_sym_LPAREN] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1715), + [anon_sym_for] = ACTIONS(1715), + [anon_sym_LBRACK] = ACTIONS(1715), + [anon_sym_while] = ACTIONS(1715), + [anon_sym_next] = ACTIONS(1715), + [anon_sym_break] = ACTIONS(1715), + [anon_sym_fallthrough] = ACTIONS(1715), + [anon_sym_return] = ACTIONS(1715), + [anon_sym_add] = ACTIONS(1715), + [anon_sym_delete] = ACTIONS(1715), + [anon_sym_local] = ACTIONS(1715), + [anon_sym_when] = ACTIONS(1715), + [anon_sym_assert] = ACTIONS(1715), + [anon_sym_table] = ACTIONS(1715), + [anon_sym_set] = ACTIONS(1715), + [anon_sym_vector] = ACTIONS(1715), + [anon_sym_function] = ACTIONS(1715), + [anon_sym_hook] = ACTIONS(1715), + [anon_sym_DOLLAR] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1715), + [anon_sym_copy] = ACTIONS(1715), + [anon_sym_schedule] = ACTIONS(1715), + [aux_sym_constant_token1] = ACTIONS(1715), + [anon_sym_T] = ACTIONS(1715), + [anon_sym_F] = ACTIONS(1715), + [anon_sym_ATdeprecated] = ACTIONS(1713), + [anon_sym_ATload] = ACTIONS(1715), + [anon_sym_ATload_DASHsigs] = ACTIONS(1713), + [anon_sym_ATload_DASHplugin] = ACTIONS(1713), + [anon_sym_ATunload] = ACTIONS(1713), + [anon_sym_ATprefixes] = ACTIONS(1713), + [anon_sym_ATif] = ACTIONS(1715), + [anon_sym_ATifdef] = ACTIONS(1713), + [anon_sym_ATifndef] = ACTIONS(1713), + [anon_sym_ATendif] = ACTIONS(1713), + [anon_sym_ATelse] = ACTIONS(1713), + [anon_sym_ATpragma] = ACTIONS(1713), + [anon_sym_ATDIR] = ACTIONS(1713), + [anon_sym_ATFILENAME] = ACTIONS(1713), + [sym_id] = ACTIONS(1715), + [sym_pattern] = ACTIONS(1713), + [sym_ipv6] = ACTIONS(1713), + [sym_ipv4] = ACTIONS(1715), + [sym_port] = ACTIONS(1713), + [sym_floatp] = ACTIONS(1715), + [sym_hex] = ACTIONS(1715), + [sym_hostname] = ACTIONS(1715), + [aux_sym_string_token1] = ACTIONS(1713), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -76403,69 +75637,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(793)] = { - [ts_builtin_sym_end] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [ts_builtin_sym_end] = ACTIONS(1729), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -76473,69 +75707,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(794)] = { - [ts_builtin_sym_end] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1712), - [anon_sym_record] = ACTIONS(1712), - [anon_sym_print] = ACTIONS(1712), - [anon_sym_event] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_next] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_fallthrough] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_add] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_local] = ACTIONS(1712), - [anon_sym_when] = ACTIONS(1712), - [anon_sym_assert] = ACTIONS(1712), - [anon_sym_table] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_vector] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_hook] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1710), - [anon_sym_PIPE] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_BANG] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1710), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_copy] = ACTIONS(1712), - [anon_sym_schedule] = ACTIONS(1712), - [aux_sym_constant_token1] = ACTIONS(1712), - [anon_sym_T] = ACTIONS(1712), - [anon_sym_F] = ACTIONS(1712), - [anon_sym_ATdeprecated] = ACTIONS(1710), - [anon_sym_ATload] = ACTIONS(1712), - [anon_sym_ATload_DASHsigs] = ACTIONS(1710), - [anon_sym_ATload_DASHplugin] = ACTIONS(1710), - [anon_sym_ATunload] = ACTIONS(1710), - [anon_sym_ATprefixes] = ACTIONS(1710), - [anon_sym_ATif] = ACTIONS(1712), - [anon_sym_ATifdef] = ACTIONS(1710), - [anon_sym_ATifndef] = ACTIONS(1710), - [anon_sym_ATendif] = ACTIONS(1710), - [anon_sym_ATelse] = ACTIONS(1710), - [anon_sym_ATpragma] = ACTIONS(1710), - [anon_sym_ATDIR] = ACTIONS(1710), - [anon_sym_ATFILENAME] = ACTIONS(1710), - [sym_id] = ACTIONS(1712), - [sym_pattern] = ACTIONS(1710), - [sym_ipv6] = ACTIONS(1712), - [sym_ipv4] = ACTIONS(1712), - [sym_port] = ACTIONS(1710), - [sym_floatp] = ACTIONS(1712), - [sym_hex] = ACTIONS(1712), - [sym_hostname] = ACTIONS(1712), - [aux_sym_string_token1] = ACTIONS(1710), + [ts_builtin_sym_end] = ACTIONS(1717), + [anon_sym_SEMI] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1719), + [anon_sym_record] = ACTIONS(1719), + [anon_sym_print] = ACTIONS(1719), + [anon_sym_event] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_switch] = ACTIONS(1719), + [anon_sym_for] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_while] = ACTIONS(1719), + [anon_sym_next] = ACTIONS(1719), + [anon_sym_break] = ACTIONS(1719), + [anon_sym_fallthrough] = ACTIONS(1719), + [anon_sym_return] = ACTIONS(1719), + [anon_sym_add] = ACTIONS(1719), + [anon_sym_delete] = ACTIONS(1719), + [anon_sym_local] = ACTIONS(1719), + [anon_sym_when] = ACTIONS(1719), + [anon_sym_assert] = ACTIONS(1719), + [anon_sym_table] = ACTIONS(1719), + [anon_sym_set] = ACTIONS(1719), + [anon_sym_vector] = ACTIONS(1719), + [anon_sym_function] = ACTIONS(1719), + [anon_sym_hook] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_PIPE] = ACTIONS(1717), + [anon_sym_PLUS_PLUS] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1717), + [anon_sym_BANG] = ACTIONS(1717), + [anon_sym_TILDE] = ACTIONS(1717), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_PLUS] = ACTIONS(1719), + [anon_sym_copy] = ACTIONS(1719), + [anon_sym_schedule] = ACTIONS(1719), + [aux_sym_constant_token1] = ACTIONS(1719), + [anon_sym_T] = ACTIONS(1719), + [anon_sym_F] = ACTIONS(1719), + [anon_sym_ATdeprecated] = ACTIONS(1717), + [anon_sym_ATload] = ACTIONS(1719), + [anon_sym_ATload_DASHsigs] = ACTIONS(1717), + [anon_sym_ATload_DASHplugin] = ACTIONS(1717), + [anon_sym_ATunload] = ACTIONS(1717), + [anon_sym_ATprefixes] = ACTIONS(1717), + [anon_sym_ATif] = ACTIONS(1719), + [anon_sym_ATifdef] = ACTIONS(1717), + [anon_sym_ATifndef] = ACTIONS(1717), + [anon_sym_ATendif] = ACTIONS(1717), + [anon_sym_ATelse] = ACTIONS(1717), + [anon_sym_ATpragma] = ACTIONS(1717), + [anon_sym_ATDIR] = ACTIONS(1717), + [anon_sym_ATFILENAME] = ACTIONS(1717), + [sym_id] = ACTIONS(1719), + [sym_pattern] = ACTIONS(1717), + [sym_ipv6] = ACTIONS(1717), + [sym_ipv4] = ACTIONS(1719), + [sym_port] = ACTIONS(1717), + [sym_floatp] = ACTIONS(1719), + [sym_hex] = ACTIONS(1719), + [sym_hostname] = ACTIONS(1719), + [aux_sym_string_token1] = ACTIONS(1717), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -76543,69 +75777,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(795)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -76613,69 +75847,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(796)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -76683,69 +75917,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(797)] = { - [anon_sym_SEMI] = ACTIONS(137), - [anon_sym_LBRACE] = ACTIONS(137), - [anon_sym_RBRACE] = ACTIONS(137), - [anon_sym_const] = ACTIONS(139), - [anon_sym_record] = ACTIONS(139), - [anon_sym_print] = ACTIONS(139), - [anon_sym_event] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(137), - [anon_sym_switch] = ACTIONS(139), - [anon_sym_for] = ACTIONS(139), - [anon_sym_LBRACK] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_next] = ACTIONS(139), - [anon_sym_break] = ACTIONS(139), - [anon_sym_fallthrough] = ACTIONS(139), - [anon_sym_return] = ACTIONS(139), - [anon_sym_add] = ACTIONS(139), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_local] = ACTIONS(139), - [anon_sym_when] = ACTIONS(139), - [anon_sym_assert] = ACTIONS(139), - [anon_sym_table] = ACTIONS(139), - [anon_sym_set] = ACTIONS(139), - [anon_sym_vector] = ACTIONS(139), - [anon_sym_function] = ACTIONS(139), - [anon_sym_hook] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(137), - [anon_sym_PIPE] = ACTIONS(137), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(137), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_copy] = ACTIONS(139), - [anon_sym_schedule] = ACTIONS(139), - [aux_sym_constant_token1] = ACTIONS(139), - [anon_sym_T] = ACTIONS(139), - [anon_sym_F] = ACTIONS(139), - [anon_sym_ATdeprecated] = ACTIONS(137), - [anon_sym_ATload] = ACTIONS(139), - [anon_sym_ATload_DASHsigs] = ACTIONS(137), - [anon_sym_ATload_DASHplugin] = ACTIONS(137), - [anon_sym_ATunload] = ACTIONS(137), - [anon_sym_ATprefixes] = ACTIONS(137), - [anon_sym_ATif] = ACTIONS(139), - [anon_sym_ATifdef] = ACTIONS(137), - [anon_sym_ATifndef] = ACTIONS(137), - [anon_sym_ATendif] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(137), - [anon_sym_ATpragma] = ACTIONS(137), - [anon_sym_ATDIR] = ACTIONS(137), - [anon_sym_ATFILENAME] = ACTIONS(137), - [sym_id] = ACTIONS(139), - [sym_pattern] = ACTIONS(137), + [anon_sym_SEMI] = ACTIONS(139), + [anon_sym_LBRACE] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_const] = ACTIONS(141), + [anon_sym_record] = ACTIONS(141), + [anon_sym_print] = ACTIONS(141), + [anon_sym_event] = ACTIONS(141), + [anon_sym_if] = ACTIONS(141), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_switch] = ACTIONS(141), + [anon_sym_for] = ACTIONS(141), + [anon_sym_LBRACK] = ACTIONS(141), + [anon_sym_while] = ACTIONS(141), + [anon_sym_next] = ACTIONS(141), + [anon_sym_break] = ACTIONS(141), + [anon_sym_fallthrough] = ACTIONS(141), + [anon_sym_return] = ACTIONS(141), + [anon_sym_add] = ACTIONS(141), + [anon_sym_delete] = ACTIONS(141), + [anon_sym_local] = ACTIONS(141), + [anon_sym_when] = ACTIONS(141), + [anon_sym_assert] = ACTIONS(141), + [anon_sym_table] = ACTIONS(141), + [anon_sym_set] = ACTIONS(141), + [anon_sym_vector] = ACTIONS(141), + [anon_sym_function] = ACTIONS(141), + [anon_sym_hook] = ACTIONS(141), + [anon_sym_DOLLAR] = ACTIONS(139), + [anon_sym_PIPE] = ACTIONS(139), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(139), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_copy] = ACTIONS(141), + [anon_sym_schedule] = ACTIONS(141), + [aux_sym_constant_token1] = ACTIONS(141), + [anon_sym_T] = ACTIONS(141), + [anon_sym_F] = ACTIONS(141), + [anon_sym_ATdeprecated] = ACTIONS(139), + [anon_sym_ATload] = ACTIONS(141), + [anon_sym_ATload_DASHsigs] = ACTIONS(139), + [anon_sym_ATload_DASHplugin] = ACTIONS(139), + [anon_sym_ATunload] = ACTIONS(139), + [anon_sym_ATprefixes] = ACTIONS(139), + [anon_sym_ATif] = ACTIONS(141), + [anon_sym_ATifdef] = ACTIONS(139), + [anon_sym_ATifndef] = ACTIONS(139), + [anon_sym_ATendif] = ACTIONS(139), + [anon_sym_ATelse] = ACTIONS(139), + [anon_sym_ATpragma] = ACTIONS(139), + [anon_sym_ATDIR] = ACTIONS(139), + [anon_sym_ATFILENAME] = ACTIONS(139), + [sym_id] = ACTIONS(141), + [sym_pattern] = ACTIONS(139), [sym_ipv6] = ACTIONS(139), - [sym_ipv4] = ACTIONS(139), - [sym_port] = ACTIONS(137), - [sym_floatp] = ACTIONS(139), - [sym_hex] = ACTIONS(139), - [sym_hostname] = ACTIONS(139), - [aux_sym_string_token1] = ACTIONS(137), + [sym_ipv4] = ACTIONS(141), + [sym_port] = ACTIONS(139), + [sym_floatp] = ACTIONS(141), + [sym_hex] = ACTIONS(141), + [sym_hostname] = ACTIONS(141), + [aux_sym_string_token1] = ACTIONS(139), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -76753,69 +75987,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(798)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -76823,69 +76057,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(799)] = { - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_const] = ACTIONS(1704), - [anon_sym_record] = ACTIONS(1704), - [anon_sym_print] = ACTIONS(1704), - [anon_sym_event] = ACTIONS(1704), - [anon_sym_if] = ACTIONS(1704), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_switch] = ACTIONS(1704), - [anon_sym_for] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1702), - [anon_sym_while] = ACTIONS(1704), - [anon_sym_next] = ACTIONS(1704), - [anon_sym_break] = ACTIONS(1704), - [anon_sym_fallthrough] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1704), - [anon_sym_add] = ACTIONS(1704), - [anon_sym_delete] = ACTIONS(1704), - [anon_sym_local] = ACTIONS(1704), - [anon_sym_when] = ACTIONS(1704), - [anon_sym_assert] = ACTIONS(1704), - [anon_sym_table] = ACTIONS(1704), - [anon_sym_set] = ACTIONS(1704), - [anon_sym_vector] = ACTIONS(1704), - [anon_sym_function] = ACTIONS(1704), - [anon_sym_hook] = ACTIONS(1704), - [anon_sym_DOLLAR] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1704), - [anon_sym_PLUS] = ACTIONS(1704), - [anon_sym_copy] = ACTIONS(1704), - [anon_sym_schedule] = ACTIONS(1704), - [aux_sym_constant_token1] = ACTIONS(1704), - [anon_sym_T] = ACTIONS(1704), - [anon_sym_F] = ACTIONS(1704), - [anon_sym_ATdeprecated] = ACTIONS(1702), - [anon_sym_ATload] = ACTIONS(1704), - [anon_sym_ATload_DASHsigs] = ACTIONS(1702), - [anon_sym_ATload_DASHplugin] = ACTIONS(1702), - [anon_sym_ATunload] = ACTIONS(1702), - [anon_sym_ATprefixes] = ACTIONS(1702), - [anon_sym_ATif] = ACTIONS(1704), - [anon_sym_ATifdef] = ACTIONS(1702), - [anon_sym_ATifndef] = ACTIONS(1702), - [anon_sym_ATendif] = ACTIONS(1702), - [anon_sym_ATelse] = ACTIONS(1702), - [anon_sym_ATpragma] = ACTIONS(1702), - [anon_sym_ATDIR] = ACTIONS(1702), - [anon_sym_ATFILENAME] = ACTIONS(1702), - [sym_id] = ACTIONS(1704), - [sym_pattern] = ACTIONS(1702), - [sym_ipv6] = ACTIONS(1704), - [sym_ipv4] = ACTIONS(1704), - [sym_port] = ACTIONS(1702), - [sym_floatp] = ACTIONS(1704), - [sym_hex] = ACTIONS(1704), - [sym_hostname] = ACTIONS(1704), - [aux_sym_string_token1] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_record] = ACTIONS(1711), + [anon_sym_print] = ACTIONS(1711), + [anon_sym_event] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1709), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_LBRACK] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_next] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_fallthrough] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_add] = ACTIONS(1711), + [anon_sym_delete] = ACTIONS(1711), + [anon_sym_local] = ACTIONS(1711), + [anon_sym_when] = ACTIONS(1711), + [anon_sym_assert] = ACTIONS(1711), + [anon_sym_table] = ACTIONS(1711), + [anon_sym_set] = ACTIONS(1711), + [anon_sym_vector] = ACTIONS(1711), + [anon_sym_function] = ACTIONS(1711), + [anon_sym_hook] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_PLUS_PLUS] = ACTIONS(1709), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_BANG] = ACTIONS(1709), + [anon_sym_TILDE] = ACTIONS(1709), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_copy] = ACTIONS(1711), + [anon_sym_schedule] = ACTIONS(1711), + [aux_sym_constant_token1] = ACTIONS(1711), + [anon_sym_T] = ACTIONS(1711), + [anon_sym_F] = ACTIONS(1711), + [anon_sym_ATdeprecated] = ACTIONS(1709), + [anon_sym_ATload] = ACTIONS(1711), + [anon_sym_ATload_DASHsigs] = ACTIONS(1709), + [anon_sym_ATload_DASHplugin] = ACTIONS(1709), + [anon_sym_ATunload] = ACTIONS(1709), + [anon_sym_ATprefixes] = ACTIONS(1709), + [anon_sym_ATif] = ACTIONS(1711), + [anon_sym_ATifdef] = ACTIONS(1709), + [anon_sym_ATifndef] = ACTIONS(1709), + [anon_sym_ATendif] = ACTIONS(1709), + [anon_sym_ATelse] = ACTIONS(1709), + [anon_sym_ATpragma] = ACTIONS(1709), + [anon_sym_ATDIR] = ACTIONS(1709), + [anon_sym_ATFILENAME] = ACTIONS(1709), + [sym_id] = ACTIONS(1711), + [sym_pattern] = ACTIONS(1709), + [sym_ipv6] = ACTIONS(1709), + [sym_ipv4] = ACTIONS(1711), + [sym_port] = ACTIONS(1709), + [sym_floatp] = ACTIONS(1711), + [sym_hex] = ACTIONS(1711), + [sym_hostname] = ACTIONS(1711), + [aux_sym_string_token1] = ACTIONS(1709), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -76893,69 +76127,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(800)] = { - [ts_builtin_sym_end] = ACTIONS(1726), - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [ts_builtin_sym_end] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -76963,69 +76197,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(801)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -77033,69 +76267,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(802)] = { - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_record] = ACTIONS(1538), - [anon_sym_print] = ACTIONS(1538), - [anon_sym_event] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_switch] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_next] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_fallthrough] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_add] = ACTIONS(1538), - [anon_sym_delete] = ACTIONS(1538), - [anon_sym_local] = ACTIONS(1538), - [anon_sym_when] = ACTIONS(1538), - [anon_sym_assert] = ACTIONS(1538), - [anon_sym_table] = ACTIONS(1538), - [anon_sym_set] = ACTIONS(1538), - [anon_sym_vector] = ACTIONS(1538), - [anon_sym_function] = ACTIONS(1538), - [anon_sym_hook] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_copy] = ACTIONS(1538), - [anon_sym_schedule] = ACTIONS(1538), - [aux_sym_constant_token1] = ACTIONS(1538), - [anon_sym_T] = ACTIONS(1538), - [anon_sym_F] = ACTIONS(1538), - [anon_sym_ATdeprecated] = ACTIONS(1536), - [anon_sym_ATload] = ACTIONS(1538), - [anon_sym_ATload_DASHsigs] = ACTIONS(1536), - [anon_sym_ATload_DASHplugin] = ACTIONS(1536), - [anon_sym_ATunload] = ACTIONS(1536), - [anon_sym_ATprefixes] = ACTIONS(1536), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATifdef] = ACTIONS(1536), - [anon_sym_ATifndef] = ACTIONS(1536), - [anon_sym_ATendif] = ACTIONS(1536), - [anon_sym_ATelse] = ACTIONS(1536), - [anon_sym_ATpragma] = ACTIONS(1536), - [anon_sym_ATDIR] = ACTIONS(1536), - [anon_sym_ATFILENAME] = ACTIONS(1536), - [sym_id] = ACTIONS(1538), - [sym_pattern] = ACTIONS(1536), - [sym_ipv6] = ACTIONS(1538), - [sym_ipv4] = ACTIONS(1538), - [sym_port] = ACTIONS(1536), - [sym_floatp] = ACTIONS(1538), - [sym_hex] = ACTIONS(1538), - [sym_hostname] = ACTIONS(1538), - [aux_sym_string_token1] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_record] = ACTIONS(1545), + [anon_sym_print] = ACTIONS(1545), + [anon_sym_event] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_next] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_fallthrough] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_add] = ACTIONS(1545), + [anon_sym_delete] = ACTIONS(1545), + [anon_sym_local] = ACTIONS(1545), + [anon_sym_when] = ACTIONS(1545), + [anon_sym_assert] = ACTIONS(1545), + [anon_sym_table] = ACTIONS(1545), + [anon_sym_set] = ACTIONS(1545), + [anon_sym_vector] = ACTIONS(1545), + [anon_sym_function] = ACTIONS(1545), + [anon_sym_hook] = ACTIONS(1545), + [anon_sym_DOLLAR] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_copy] = ACTIONS(1545), + [anon_sym_schedule] = ACTIONS(1545), + [aux_sym_constant_token1] = ACTIONS(1545), + [anon_sym_T] = ACTIONS(1545), + [anon_sym_F] = ACTIONS(1545), + [anon_sym_ATdeprecated] = ACTIONS(1543), + [anon_sym_ATload] = ACTIONS(1545), + [anon_sym_ATload_DASHsigs] = ACTIONS(1543), + [anon_sym_ATload_DASHplugin] = ACTIONS(1543), + [anon_sym_ATunload] = ACTIONS(1543), + [anon_sym_ATprefixes] = ACTIONS(1543), + [anon_sym_ATif] = ACTIONS(1545), + [anon_sym_ATifdef] = ACTIONS(1543), + [anon_sym_ATifndef] = ACTIONS(1543), + [anon_sym_ATendif] = ACTIONS(1543), + [anon_sym_ATelse] = ACTIONS(1543), + [anon_sym_ATpragma] = ACTIONS(1543), + [anon_sym_ATDIR] = ACTIONS(1543), + [anon_sym_ATFILENAME] = ACTIONS(1543), + [sym_id] = ACTIONS(1545), + [sym_pattern] = ACTIONS(1543), + [sym_ipv6] = ACTIONS(1543), + [sym_ipv4] = ACTIONS(1545), + [sym_port] = ACTIONS(1543), + [sym_floatp] = ACTIONS(1545), + [sym_hex] = ACTIONS(1545), + [sym_hostname] = ACTIONS(1545), + [aux_sym_string_token1] = ACTIONS(1543), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -77103,69 +76337,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(803)] = { - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -77173,69 +76407,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(804)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -77243,69 +76477,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(805)] = { - [ts_builtin_sym_end] = ACTIONS(1726), - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [ts_builtin_sym_end] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -77313,69 +76547,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(806)] = { - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1724), - [anon_sym_record] = ACTIONS(1724), - [anon_sym_print] = ACTIONS(1724), - [anon_sym_event] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_next] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_fallthrough] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_add] = ACTIONS(1724), - [anon_sym_delete] = ACTIONS(1724), - [anon_sym_local] = ACTIONS(1724), - [anon_sym_when] = ACTIONS(1724), - [anon_sym_assert] = ACTIONS(1724), - [anon_sym_table] = ACTIONS(1724), - [anon_sym_set] = ACTIONS(1724), - [anon_sym_vector] = ACTIONS(1724), - [anon_sym_function] = ACTIONS(1724), - [anon_sym_hook] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_PLUS] = ACTIONS(1724), - [anon_sym_copy] = ACTIONS(1724), - [anon_sym_schedule] = ACTIONS(1724), - [aux_sym_constant_token1] = ACTIONS(1724), - [anon_sym_T] = ACTIONS(1724), - [anon_sym_F] = ACTIONS(1724), - [anon_sym_ATdeprecated] = ACTIONS(1722), - [anon_sym_ATload] = ACTIONS(1724), - [anon_sym_ATload_DASHsigs] = ACTIONS(1722), - [anon_sym_ATload_DASHplugin] = ACTIONS(1722), - [anon_sym_ATunload] = ACTIONS(1722), - [anon_sym_ATprefixes] = ACTIONS(1722), - [anon_sym_ATif] = ACTIONS(1724), - [anon_sym_ATifdef] = ACTIONS(1722), - [anon_sym_ATifndef] = ACTIONS(1722), - [anon_sym_ATendif] = ACTIONS(1722), - [anon_sym_ATelse] = ACTIONS(1722), - [anon_sym_ATpragma] = ACTIONS(1722), - [anon_sym_ATDIR] = ACTIONS(1722), - [anon_sym_ATFILENAME] = ACTIONS(1722), - [sym_id] = ACTIONS(1724), - [sym_pattern] = ACTIONS(1722), - [sym_ipv6] = ACTIONS(1724), - [sym_ipv4] = ACTIONS(1724), - [sym_port] = ACTIONS(1722), - [sym_floatp] = ACTIONS(1724), - [sym_hex] = ACTIONS(1724), - [sym_hostname] = ACTIONS(1724), - [aux_sym_string_token1] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1729), + [anon_sym_LBRACE] = ACTIONS(1729), + [anon_sym_RBRACE] = ACTIONS(1729), + [anon_sym_const] = ACTIONS(1731), + [anon_sym_record] = ACTIONS(1731), + [anon_sym_print] = ACTIONS(1731), + [anon_sym_event] = ACTIONS(1731), + [anon_sym_if] = ACTIONS(1731), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_switch] = ACTIONS(1731), + [anon_sym_for] = ACTIONS(1731), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_while] = ACTIONS(1731), + [anon_sym_next] = ACTIONS(1731), + [anon_sym_break] = ACTIONS(1731), + [anon_sym_fallthrough] = ACTIONS(1731), + [anon_sym_return] = ACTIONS(1731), + [anon_sym_add] = ACTIONS(1731), + [anon_sym_delete] = ACTIONS(1731), + [anon_sym_local] = ACTIONS(1731), + [anon_sym_when] = ACTIONS(1731), + [anon_sym_assert] = ACTIONS(1731), + [anon_sym_table] = ACTIONS(1731), + [anon_sym_set] = ACTIONS(1731), + [anon_sym_vector] = ACTIONS(1731), + [anon_sym_function] = ACTIONS(1731), + [anon_sym_hook] = ACTIONS(1731), + [anon_sym_DOLLAR] = ACTIONS(1729), + [anon_sym_PIPE] = ACTIONS(1729), + [anon_sym_PLUS_PLUS] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1729), + [anon_sym_BANG] = ACTIONS(1729), + [anon_sym_TILDE] = ACTIONS(1729), + [anon_sym_DASH] = ACTIONS(1731), + [anon_sym_PLUS] = ACTIONS(1731), + [anon_sym_copy] = ACTIONS(1731), + [anon_sym_schedule] = ACTIONS(1731), + [aux_sym_constant_token1] = ACTIONS(1731), + [anon_sym_T] = ACTIONS(1731), + [anon_sym_F] = ACTIONS(1731), + [anon_sym_ATdeprecated] = ACTIONS(1729), + [anon_sym_ATload] = ACTIONS(1731), + [anon_sym_ATload_DASHsigs] = ACTIONS(1729), + [anon_sym_ATload_DASHplugin] = ACTIONS(1729), + [anon_sym_ATunload] = ACTIONS(1729), + [anon_sym_ATprefixes] = ACTIONS(1729), + [anon_sym_ATif] = ACTIONS(1731), + [anon_sym_ATifdef] = ACTIONS(1729), + [anon_sym_ATifndef] = ACTIONS(1729), + [anon_sym_ATendif] = ACTIONS(1729), + [anon_sym_ATelse] = ACTIONS(1729), + [anon_sym_ATpragma] = ACTIONS(1729), + [anon_sym_ATDIR] = ACTIONS(1729), + [anon_sym_ATFILENAME] = ACTIONS(1729), + [sym_id] = ACTIONS(1731), + [sym_pattern] = ACTIONS(1729), + [sym_ipv6] = ACTIONS(1729), + [sym_ipv4] = ACTIONS(1731), + [sym_port] = ACTIONS(1729), + [sym_floatp] = ACTIONS(1731), + [sym_hex] = ACTIONS(1731), + [sym_hostname] = ACTIONS(1731), + [aux_sym_string_token1] = ACTIONS(1729), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -77383,69 +76617,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(807)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -77453,69 +76687,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(808)] = { - [ts_builtin_sym_end] = ACTIONS(1692), - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [ts_builtin_sym_end] = ACTIONS(1699), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -77523,69 +76757,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(809)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -77593,69 +76827,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(810)] = { - [ts_builtin_sym_end] = ACTIONS(1692), - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [ts_builtin_sym_end] = ACTIONS(1699), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -77663,69 +76897,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(811)] = { - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1728), - [anon_sym_record] = ACTIONS(1728), - [anon_sym_print] = ACTIONS(1728), - [anon_sym_event] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_next] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_fallthrough] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_add] = ACTIONS(1728), - [anon_sym_delete] = ACTIONS(1728), - [anon_sym_local] = ACTIONS(1728), - [anon_sym_when] = ACTIONS(1728), - [anon_sym_assert] = ACTIONS(1728), - [anon_sym_table] = ACTIONS(1728), - [anon_sym_set] = ACTIONS(1728), - [anon_sym_vector] = ACTIONS(1728), - [anon_sym_function] = ACTIONS(1728), - [anon_sym_hook] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_PLUS_PLUS] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1728), - [anon_sym_copy] = ACTIONS(1728), - [anon_sym_schedule] = ACTIONS(1728), - [aux_sym_constant_token1] = ACTIONS(1728), - [anon_sym_T] = ACTIONS(1728), - [anon_sym_F] = ACTIONS(1728), - [anon_sym_ATdeprecated] = ACTIONS(1726), - [anon_sym_ATload] = ACTIONS(1728), - [anon_sym_ATload_DASHsigs] = ACTIONS(1726), - [anon_sym_ATload_DASHplugin] = ACTIONS(1726), - [anon_sym_ATunload] = ACTIONS(1726), - [anon_sym_ATprefixes] = ACTIONS(1726), - [anon_sym_ATif] = ACTIONS(1728), - [anon_sym_ATifdef] = ACTIONS(1726), - [anon_sym_ATifndef] = ACTIONS(1726), - [anon_sym_ATendif] = ACTIONS(1726), - [anon_sym_ATelse] = ACTIONS(1726), - [anon_sym_ATpragma] = ACTIONS(1726), - [anon_sym_ATDIR] = ACTIONS(1726), - [anon_sym_ATFILENAME] = ACTIONS(1726), - [sym_id] = ACTIONS(1728), - [sym_pattern] = ACTIONS(1726), - [sym_ipv6] = ACTIONS(1728), - [sym_ipv4] = ACTIONS(1728), - [sym_port] = ACTIONS(1726), - [sym_floatp] = ACTIONS(1728), - [sym_hex] = ACTIONS(1728), - [sym_hostname] = ACTIONS(1728), - [aux_sym_string_token1] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1735), + [anon_sym_record] = ACTIONS(1735), + [anon_sym_print] = ACTIONS(1735), + [anon_sym_event] = ACTIONS(1735), + [anon_sym_if] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_switch] = ACTIONS(1735), + [anon_sym_for] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_while] = ACTIONS(1735), + [anon_sym_next] = ACTIONS(1735), + [anon_sym_break] = ACTIONS(1735), + [anon_sym_fallthrough] = ACTIONS(1735), + [anon_sym_return] = ACTIONS(1735), + [anon_sym_add] = ACTIONS(1735), + [anon_sym_delete] = ACTIONS(1735), + [anon_sym_local] = ACTIONS(1735), + [anon_sym_when] = ACTIONS(1735), + [anon_sym_assert] = ACTIONS(1735), + [anon_sym_table] = ACTIONS(1735), + [anon_sym_set] = ACTIONS(1735), + [anon_sym_vector] = ACTIONS(1735), + [anon_sym_function] = ACTIONS(1735), + [anon_sym_hook] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_PLUS_PLUS] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_BANG] = ACTIONS(1733), + [anon_sym_TILDE] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1735), + [anon_sym_copy] = ACTIONS(1735), + [anon_sym_schedule] = ACTIONS(1735), + [aux_sym_constant_token1] = ACTIONS(1735), + [anon_sym_T] = ACTIONS(1735), + [anon_sym_F] = ACTIONS(1735), + [anon_sym_ATdeprecated] = ACTIONS(1733), + [anon_sym_ATload] = ACTIONS(1735), + [anon_sym_ATload_DASHsigs] = ACTIONS(1733), + [anon_sym_ATload_DASHplugin] = ACTIONS(1733), + [anon_sym_ATunload] = ACTIONS(1733), + [anon_sym_ATprefixes] = ACTIONS(1733), + [anon_sym_ATif] = ACTIONS(1735), + [anon_sym_ATifdef] = ACTIONS(1733), + [anon_sym_ATifndef] = ACTIONS(1733), + [anon_sym_ATendif] = ACTIONS(1733), + [anon_sym_ATelse] = ACTIONS(1733), + [anon_sym_ATpragma] = ACTIONS(1733), + [anon_sym_ATDIR] = ACTIONS(1733), + [anon_sym_ATFILENAME] = ACTIONS(1733), + [sym_id] = ACTIONS(1735), + [sym_pattern] = ACTIONS(1733), + [sym_ipv6] = ACTIONS(1733), + [sym_ipv4] = ACTIONS(1735), + [sym_port] = ACTIONS(1733), + [sym_floatp] = ACTIONS(1735), + [sym_hex] = ACTIONS(1735), + [sym_hostname] = ACTIONS(1735), + [aux_sym_string_token1] = ACTIONS(1733), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -77733,69 +76967,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(812)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -77803,69 +77037,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(813)] = { - [anon_sym_SEMI] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1692), - [anon_sym_RBRACE] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1694), - [anon_sym_record] = ACTIONS(1694), - [anon_sym_print] = ACTIONS(1694), - [anon_sym_event] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_next] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_fallthrough] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_add] = ACTIONS(1694), - [anon_sym_delete] = ACTIONS(1694), - [anon_sym_local] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_assert] = ACTIONS(1694), - [anon_sym_table] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_vector] = ACTIONS(1694), - [anon_sym_function] = ACTIONS(1694), - [anon_sym_hook] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1692), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_PLUS_PLUS] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1692), - [anon_sym_BANG] = ACTIONS(1692), - [anon_sym_TILDE] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_copy] = ACTIONS(1694), - [anon_sym_schedule] = ACTIONS(1694), - [aux_sym_constant_token1] = ACTIONS(1694), - [anon_sym_T] = ACTIONS(1694), - [anon_sym_F] = ACTIONS(1694), - [anon_sym_ATdeprecated] = ACTIONS(1692), - [anon_sym_ATload] = ACTIONS(1694), - [anon_sym_ATload_DASHsigs] = ACTIONS(1692), - [anon_sym_ATload_DASHplugin] = ACTIONS(1692), - [anon_sym_ATunload] = ACTIONS(1692), - [anon_sym_ATprefixes] = ACTIONS(1692), - [anon_sym_ATif] = ACTIONS(1694), - [anon_sym_ATifdef] = ACTIONS(1692), - [anon_sym_ATifndef] = ACTIONS(1692), - [anon_sym_ATendif] = ACTIONS(1692), - [anon_sym_ATelse] = ACTIONS(1692), - [anon_sym_ATpragma] = ACTIONS(1692), - [anon_sym_ATDIR] = ACTIONS(1692), - [anon_sym_ATFILENAME] = ACTIONS(1692), - [sym_id] = ACTIONS(1694), - [sym_pattern] = ACTIONS(1692), - [sym_ipv6] = ACTIONS(1694), - [sym_ipv4] = ACTIONS(1694), - [sym_port] = ACTIONS(1692), - [sym_floatp] = ACTIONS(1694), - [sym_hex] = ACTIONS(1694), - [sym_hostname] = ACTIONS(1694), - [aux_sym_string_token1] = ACTIONS(1692), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACE] = ACTIONS(1699), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_const] = ACTIONS(1701), + [anon_sym_record] = ACTIONS(1701), + [anon_sym_print] = ACTIONS(1701), + [anon_sym_event] = ACTIONS(1701), + [anon_sym_if] = ACTIONS(1701), + [anon_sym_LPAREN] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1701), + [anon_sym_for] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_while] = ACTIONS(1701), + [anon_sym_next] = ACTIONS(1701), + [anon_sym_break] = ACTIONS(1701), + [anon_sym_fallthrough] = ACTIONS(1701), + [anon_sym_return] = ACTIONS(1701), + [anon_sym_add] = ACTIONS(1701), + [anon_sym_delete] = ACTIONS(1701), + [anon_sym_local] = ACTIONS(1701), + [anon_sym_when] = ACTIONS(1701), + [anon_sym_assert] = ACTIONS(1701), + [anon_sym_table] = ACTIONS(1701), + [anon_sym_set] = ACTIONS(1701), + [anon_sym_vector] = ACTIONS(1701), + [anon_sym_function] = ACTIONS(1701), + [anon_sym_hook] = ACTIONS(1701), + [anon_sym_DOLLAR] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_PLUS_PLUS] = ACTIONS(1699), + [anon_sym_DASH_DASH] = ACTIONS(1699), + [anon_sym_BANG] = ACTIONS(1699), + [anon_sym_TILDE] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1701), + [anon_sym_PLUS] = ACTIONS(1701), + [anon_sym_copy] = ACTIONS(1701), + [anon_sym_schedule] = ACTIONS(1701), + [aux_sym_constant_token1] = ACTIONS(1701), + [anon_sym_T] = ACTIONS(1701), + [anon_sym_F] = ACTIONS(1701), + [anon_sym_ATdeprecated] = ACTIONS(1699), + [anon_sym_ATload] = ACTIONS(1701), + [anon_sym_ATload_DASHsigs] = ACTIONS(1699), + [anon_sym_ATload_DASHplugin] = ACTIONS(1699), + [anon_sym_ATunload] = ACTIONS(1699), + [anon_sym_ATprefixes] = ACTIONS(1699), + [anon_sym_ATif] = ACTIONS(1701), + [anon_sym_ATifdef] = ACTIONS(1699), + [anon_sym_ATifndef] = ACTIONS(1699), + [anon_sym_ATendif] = ACTIONS(1699), + [anon_sym_ATelse] = ACTIONS(1699), + [anon_sym_ATpragma] = ACTIONS(1699), + [anon_sym_ATDIR] = ACTIONS(1699), + [anon_sym_ATFILENAME] = ACTIONS(1699), + [sym_id] = ACTIONS(1701), + [sym_pattern] = ACTIONS(1699), + [sym_ipv6] = ACTIONS(1699), + [sym_ipv4] = ACTIONS(1701), + [sym_port] = ACTIONS(1699), + [sym_floatp] = ACTIONS(1701), + [sym_hex] = ACTIONS(1701), + [sym_hostname] = ACTIONS(1701), + [aux_sym_string_token1] = ACTIONS(1699), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -77873,69 +77107,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(814)] = { - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_record] = ACTIONS(1700), - [anon_sym_print] = ACTIONS(1700), - [anon_sym_event] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1698), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_next] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_fallthrough] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_add] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_local] = ACTIONS(1700), - [anon_sym_when] = ACTIONS(1700), - [anon_sym_assert] = ACTIONS(1700), - [anon_sym_table] = ACTIONS(1700), - [anon_sym_set] = ACTIONS(1700), - [anon_sym_vector] = ACTIONS(1700), - [anon_sym_function] = ACTIONS(1700), - [anon_sym_hook] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1698), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_copy] = ACTIONS(1700), - [anon_sym_schedule] = ACTIONS(1700), - [aux_sym_constant_token1] = ACTIONS(1700), - [anon_sym_T] = ACTIONS(1700), - [anon_sym_F] = ACTIONS(1700), - [anon_sym_ATdeprecated] = ACTIONS(1698), - [anon_sym_ATload] = ACTIONS(1700), - [anon_sym_ATload_DASHsigs] = ACTIONS(1698), - [anon_sym_ATload_DASHplugin] = ACTIONS(1698), - [anon_sym_ATunload] = ACTIONS(1698), - [anon_sym_ATprefixes] = ACTIONS(1698), - [anon_sym_ATif] = ACTIONS(1700), - [anon_sym_ATifdef] = ACTIONS(1698), - [anon_sym_ATifndef] = ACTIONS(1698), - [anon_sym_ATendif] = ACTIONS(1698), - [anon_sym_ATelse] = ACTIONS(1698), - [anon_sym_ATpragma] = ACTIONS(1698), - [anon_sym_ATDIR] = ACTIONS(1698), - [anon_sym_ATFILENAME] = ACTIONS(1698), - [sym_id] = ACTIONS(1700), - [sym_pattern] = ACTIONS(1698), - [sym_ipv6] = ACTIONS(1700), - [sym_ipv4] = ACTIONS(1700), - [sym_port] = ACTIONS(1698), - [sym_floatp] = ACTIONS(1700), - [sym_hex] = ACTIONS(1700), - [sym_hostname] = ACTIONS(1700), - [aux_sym_string_token1] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_LBRACE] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_const] = ACTIONS(1707), + [anon_sym_record] = ACTIONS(1707), + [anon_sym_print] = ACTIONS(1707), + [anon_sym_event] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_switch] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_LBRACK] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_next] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_fallthrough] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_add] = ACTIONS(1707), + [anon_sym_delete] = ACTIONS(1707), + [anon_sym_local] = ACTIONS(1707), + [anon_sym_when] = ACTIONS(1707), + [anon_sym_assert] = ACTIONS(1707), + [anon_sym_table] = ACTIONS(1707), + [anon_sym_set] = ACTIONS(1707), + [anon_sym_vector] = ACTIONS(1707), + [anon_sym_function] = ACTIONS(1707), + [anon_sym_hook] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1705), + [anon_sym_PIPE] = ACTIONS(1705), + [anon_sym_PLUS_PLUS] = ACTIONS(1705), + [anon_sym_DASH_DASH] = ACTIONS(1705), + [anon_sym_BANG] = ACTIONS(1705), + [anon_sym_TILDE] = ACTIONS(1705), + [anon_sym_DASH] = ACTIONS(1707), + [anon_sym_PLUS] = ACTIONS(1707), + [anon_sym_copy] = ACTIONS(1707), + [anon_sym_schedule] = ACTIONS(1707), + [aux_sym_constant_token1] = ACTIONS(1707), + [anon_sym_T] = ACTIONS(1707), + [anon_sym_F] = ACTIONS(1707), + [anon_sym_ATdeprecated] = ACTIONS(1705), + [anon_sym_ATload] = ACTIONS(1707), + [anon_sym_ATload_DASHsigs] = ACTIONS(1705), + [anon_sym_ATload_DASHplugin] = ACTIONS(1705), + [anon_sym_ATunload] = ACTIONS(1705), + [anon_sym_ATprefixes] = ACTIONS(1705), + [anon_sym_ATif] = ACTIONS(1707), + [anon_sym_ATifdef] = ACTIONS(1705), + [anon_sym_ATifndef] = ACTIONS(1705), + [anon_sym_ATendif] = ACTIONS(1705), + [anon_sym_ATelse] = ACTIONS(1705), + [anon_sym_ATpragma] = ACTIONS(1705), + [anon_sym_ATDIR] = ACTIONS(1705), + [anon_sym_ATFILENAME] = ACTIONS(1705), + [sym_id] = ACTIONS(1707), + [sym_pattern] = ACTIONS(1705), + [sym_ipv6] = ACTIONS(1705), + [sym_ipv4] = ACTIONS(1707), + [sym_port] = ACTIONS(1705), + [sym_floatp] = ACTIONS(1707), + [sym_hex] = ACTIONS(1707), + [sym_hostname] = ACTIONS(1707), + [aux_sym_string_token1] = ACTIONS(1705), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -77943,69 +77177,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(815)] = { - [ts_builtin_sym_end] = ACTIONS(1656), - [anon_sym_SEMI] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1658), - [anon_sym_record] = ACTIONS(1658), - [anon_sym_print] = ACTIONS(1658), - [anon_sym_event] = ACTIONS(1658), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1656), - [anon_sym_switch] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1658), - [anon_sym_next] = ACTIONS(1658), - [anon_sym_break] = ACTIONS(1658), - [anon_sym_fallthrough] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1658), - [anon_sym_add] = ACTIONS(1658), - [anon_sym_delete] = ACTIONS(1658), - [anon_sym_local] = ACTIONS(1658), - [anon_sym_when] = ACTIONS(1658), - [anon_sym_assert] = ACTIONS(1658), - [anon_sym_table] = ACTIONS(1658), - [anon_sym_set] = ACTIONS(1658), - [anon_sym_vector] = ACTIONS(1658), - [anon_sym_function] = ACTIONS(1658), - [anon_sym_hook] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1656), - [anon_sym_PIPE] = ACTIONS(1656), - [anon_sym_PLUS_PLUS] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1656), - [anon_sym_BANG] = ACTIONS(1656), - [anon_sym_TILDE] = ACTIONS(1656), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_copy] = ACTIONS(1658), - [anon_sym_schedule] = ACTIONS(1658), - [aux_sym_constant_token1] = ACTIONS(1658), - [anon_sym_T] = ACTIONS(1658), - [anon_sym_F] = ACTIONS(1658), - [anon_sym_ATdeprecated] = ACTIONS(1656), - [anon_sym_ATload] = ACTIONS(1658), - [anon_sym_ATload_DASHsigs] = ACTIONS(1656), - [anon_sym_ATload_DASHplugin] = ACTIONS(1656), - [anon_sym_ATunload] = ACTIONS(1656), - [anon_sym_ATprefixes] = ACTIONS(1656), - [anon_sym_ATif] = ACTIONS(1658), - [anon_sym_ATifdef] = ACTIONS(1656), - [anon_sym_ATifndef] = ACTIONS(1656), - [anon_sym_ATendif] = ACTIONS(1656), - [anon_sym_ATelse] = ACTIONS(1656), - [anon_sym_ATpragma] = ACTIONS(1656), - [anon_sym_ATDIR] = ACTIONS(1656), - [anon_sym_ATFILENAME] = ACTIONS(1656), - [sym_id] = ACTIONS(1658), - [sym_pattern] = ACTIONS(1656), - [sym_ipv6] = ACTIONS(1658), - [sym_ipv4] = ACTIONS(1658), - [sym_port] = ACTIONS(1656), - [sym_floatp] = ACTIONS(1658), - [sym_hex] = ACTIONS(1658), - [sym_hostname] = ACTIONS(1658), - [aux_sym_string_token1] = ACTIONS(1656), + [ts_builtin_sym_end] = ACTIONS(1663), + [anon_sym_SEMI] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1665), + [anon_sym_record] = ACTIONS(1665), + [anon_sym_print] = ACTIONS(1665), + [anon_sym_event] = ACTIONS(1665), + [anon_sym_if] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_while] = ACTIONS(1665), + [anon_sym_next] = ACTIONS(1665), + [anon_sym_break] = ACTIONS(1665), + [anon_sym_fallthrough] = ACTIONS(1665), + [anon_sym_return] = ACTIONS(1665), + [anon_sym_add] = ACTIONS(1665), + [anon_sym_delete] = ACTIONS(1665), + [anon_sym_local] = ACTIONS(1665), + [anon_sym_when] = ACTIONS(1665), + [anon_sym_assert] = ACTIONS(1665), + [anon_sym_table] = ACTIONS(1665), + [anon_sym_set] = ACTIONS(1665), + [anon_sym_vector] = ACTIONS(1665), + [anon_sym_function] = ACTIONS(1665), + [anon_sym_hook] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(1663), + [anon_sym_PIPE] = ACTIONS(1663), + [anon_sym_PLUS_PLUS] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1663), + [anon_sym_BANG] = ACTIONS(1663), + [anon_sym_TILDE] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1665), + [anon_sym_copy] = ACTIONS(1665), + [anon_sym_schedule] = ACTIONS(1665), + [aux_sym_constant_token1] = ACTIONS(1665), + [anon_sym_T] = ACTIONS(1665), + [anon_sym_F] = ACTIONS(1665), + [anon_sym_ATdeprecated] = ACTIONS(1663), + [anon_sym_ATload] = ACTIONS(1665), + [anon_sym_ATload_DASHsigs] = ACTIONS(1663), + [anon_sym_ATload_DASHplugin] = ACTIONS(1663), + [anon_sym_ATunload] = ACTIONS(1663), + [anon_sym_ATprefixes] = ACTIONS(1663), + [anon_sym_ATif] = ACTIONS(1665), + [anon_sym_ATifdef] = ACTIONS(1663), + [anon_sym_ATifndef] = ACTIONS(1663), + [anon_sym_ATendif] = ACTIONS(1663), + [anon_sym_ATelse] = ACTIONS(1663), + [anon_sym_ATpragma] = ACTIONS(1663), + [anon_sym_ATDIR] = ACTIONS(1663), + [anon_sym_ATFILENAME] = ACTIONS(1663), + [sym_id] = ACTIONS(1665), + [sym_pattern] = ACTIONS(1663), + [sym_ipv6] = ACTIONS(1663), + [sym_ipv4] = ACTIONS(1665), + [sym_port] = ACTIONS(1663), + [sym_floatp] = ACTIONS(1665), + [sym_hex] = ACTIONS(1665), + [sym_hostname] = ACTIONS(1665), + [aux_sym_string_token1] = ACTIONS(1663), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -78013,69 +77247,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(816)] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1721), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -78083,69 +77317,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(817)] = { - [ts_builtin_sym_end] = ACTIONS(1718), - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_record] = ACTIONS(1720), - [anon_sym_print] = ACTIONS(1720), - [anon_sym_event] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_next] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_fallthrough] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_add] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_local] = ACTIONS(1720), - [anon_sym_when] = ACTIONS(1720), - [anon_sym_assert] = ACTIONS(1720), - [anon_sym_table] = ACTIONS(1720), - [anon_sym_set] = ACTIONS(1720), - [anon_sym_vector] = ACTIONS(1720), - [anon_sym_function] = ACTIONS(1720), - [anon_sym_hook] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_PLUS_PLUS] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_copy] = ACTIONS(1720), - [anon_sym_schedule] = ACTIONS(1720), - [aux_sym_constant_token1] = ACTIONS(1720), - [anon_sym_T] = ACTIONS(1720), - [anon_sym_F] = ACTIONS(1720), - [anon_sym_ATdeprecated] = ACTIONS(1718), - [anon_sym_ATload] = ACTIONS(1720), - [anon_sym_ATload_DASHsigs] = ACTIONS(1718), - [anon_sym_ATload_DASHplugin] = ACTIONS(1718), - [anon_sym_ATunload] = ACTIONS(1718), - [anon_sym_ATprefixes] = ACTIONS(1718), - [anon_sym_ATif] = ACTIONS(1720), - [anon_sym_ATifdef] = ACTIONS(1718), - [anon_sym_ATifndef] = ACTIONS(1718), - [anon_sym_ATendif] = ACTIONS(1718), - [anon_sym_ATelse] = ACTIONS(1718), - [anon_sym_ATpragma] = ACTIONS(1718), - [anon_sym_ATDIR] = ACTIONS(1718), - [anon_sym_ATFILENAME] = ACTIONS(1718), - [sym_id] = ACTIONS(1720), - [sym_pattern] = ACTIONS(1718), - [sym_ipv6] = ACTIONS(1720), - [sym_ipv4] = ACTIONS(1720), - [sym_port] = ACTIONS(1718), - [sym_floatp] = ACTIONS(1720), - [sym_hex] = ACTIONS(1720), - [sym_hostname] = ACTIONS(1720), - [aux_sym_string_token1] = ACTIONS(1718), + [ts_builtin_sym_end] = ACTIONS(1725), + [anon_sym_SEMI] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1727), + [anon_sym_record] = ACTIONS(1727), + [anon_sym_print] = ACTIONS(1727), + [anon_sym_event] = ACTIONS(1727), + [anon_sym_if] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_switch] = ACTIONS(1727), + [anon_sym_for] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_while] = ACTIONS(1727), + [anon_sym_next] = ACTIONS(1727), + [anon_sym_break] = ACTIONS(1727), + [anon_sym_fallthrough] = ACTIONS(1727), + [anon_sym_return] = ACTIONS(1727), + [anon_sym_add] = ACTIONS(1727), + [anon_sym_delete] = ACTIONS(1727), + [anon_sym_local] = ACTIONS(1727), + [anon_sym_when] = ACTIONS(1727), + [anon_sym_assert] = ACTIONS(1727), + [anon_sym_table] = ACTIONS(1727), + [anon_sym_set] = ACTIONS(1727), + [anon_sym_vector] = ACTIONS(1727), + [anon_sym_function] = ACTIONS(1727), + [anon_sym_hook] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_PLUS_PLUS] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1725), + [anon_sym_BANG] = ACTIONS(1725), + [anon_sym_TILDE] = ACTIONS(1725), + [anon_sym_DASH] = ACTIONS(1727), + [anon_sym_PLUS] = ACTIONS(1727), + [anon_sym_copy] = ACTIONS(1727), + [anon_sym_schedule] = ACTIONS(1727), + [aux_sym_constant_token1] = ACTIONS(1727), + [anon_sym_T] = ACTIONS(1727), + [anon_sym_F] = ACTIONS(1727), + [anon_sym_ATdeprecated] = ACTIONS(1725), + [anon_sym_ATload] = ACTIONS(1727), + [anon_sym_ATload_DASHsigs] = ACTIONS(1725), + [anon_sym_ATload_DASHplugin] = ACTIONS(1725), + [anon_sym_ATunload] = ACTIONS(1725), + [anon_sym_ATprefixes] = ACTIONS(1725), + [anon_sym_ATif] = ACTIONS(1727), + [anon_sym_ATifdef] = ACTIONS(1725), + [anon_sym_ATifndef] = ACTIONS(1725), + [anon_sym_ATendif] = ACTIONS(1725), + [anon_sym_ATelse] = ACTIONS(1725), + [anon_sym_ATpragma] = ACTIONS(1725), + [anon_sym_ATDIR] = ACTIONS(1725), + [anon_sym_ATFILENAME] = ACTIONS(1725), + [sym_id] = ACTIONS(1727), + [sym_pattern] = ACTIONS(1725), + [sym_ipv6] = ACTIONS(1725), + [sym_ipv4] = ACTIONS(1727), + [sym_port] = ACTIONS(1725), + [sym_floatp] = ACTIONS(1727), + [sym_hex] = ACTIONS(1727), + [sym_hostname] = ACTIONS(1727), + [aux_sym_string_token1] = ACTIONS(1725), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -78153,69 +77387,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(818)] = { - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1716), - [anon_sym_record] = ACTIONS(1716), - [anon_sym_print] = ACTIONS(1716), - [anon_sym_event] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_next] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_fallthrough] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_add] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1716), - [anon_sym_local] = ACTIONS(1716), - [anon_sym_when] = ACTIONS(1716), - [anon_sym_assert] = ACTIONS(1716), - [anon_sym_table] = ACTIONS(1716), - [anon_sym_set] = ACTIONS(1716), - [anon_sym_vector] = ACTIONS(1716), - [anon_sym_function] = ACTIONS(1716), - [anon_sym_hook] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_PLUS] = ACTIONS(1716), - [anon_sym_copy] = ACTIONS(1716), - [anon_sym_schedule] = ACTIONS(1716), - [aux_sym_constant_token1] = ACTIONS(1716), - [anon_sym_T] = ACTIONS(1716), - [anon_sym_F] = ACTIONS(1716), - [anon_sym_ATdeprecated] = ACTIONS(1714), - [anon_sym_ATload] = ACTIONS(1716), - [anon_sym_ATload_DASHsigs] = ACTIONS(1714), - [anon_sym_ATload_DASHplugin] = ACTIONS(1714), - [anon_sym_ATunload] = ACTIONS(1714), - [anon_sym_ATprefixes] = ACTIONS(1714), - [anon_sym_ATif] = ACTIONS(1716), - [anon_sym_ATifdef] = ACTIONS(1714), - [anon_sym_ATifndef] = ACTIONS(1714), - [anon_sym_ATendif] = ACTIONS(1714), - [anon_sym_ATelse] = ACTIONS(1714), - [anon_sym_ATpragma] = ACTIONS(1714), - [anon_sym_ATDIR] = ACTIONS(1714), - [anon_sym_ATFILENAME] = ACTIONS(1714), - [sym_id] = ACTIONS(1716), - [sym_pattern] = ACTIONS(1714), - [sym_ipv6] = ACTIONS(1716), - [sym_ipv4] = ACTIONS(1716), - [sym_port] = ACTIONS(1714), - [sym_floatp] = ACTIONS(1716), - [sym_hex] = ACTIONS(1716), - [sym_hostname] = ACTIONS(1716), - [aux_sym_string_token1] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1723), + [anon_sym_record] = ACTIONS(1723), + [anon_sym_print] = ACTIONS(1723), + [anon_sym_event] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1723), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_while] = ACTIONS(1723), + [anon_sym_next] = ACTIONS(1723), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_fallthrough] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1723), + [anon_sym_add] = ACTIONS(1723), + [anon_sym_delete] = ACTIONS(1723), + [anon_sym_local] = ACTIONS(1723), + [anon_sym_when] = ACTIONS(1723), + [anon_sym_assert] = ACTIONS(1723), + [anon_sym_table] = ACTIONS(1723), + [anon_sym_set] = ACTIONS(1723), + [anon_sym_vector] = ACTIONS(1723), + [anon_sym_function] = ACTIONS(1723), + [anon_sym_hook] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_PIPE] = ACTIONS(1721), + [anon_sym_PLUS_PLUS] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1721), + [anon_sym_BANG] = ACTIONS(1721), + [anon_sym_TILDE] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_copy] = ACTIONS(1723), + [anon_sym_schedule] = ACTIONS(1723), + [aux_sym_constant_token1] = ACTIONS(1723), + [anon_sym_T] = ACTIONS(1723), + [anon_sym_F] = ACTIONS(1723), + [anon_sym_ATdeprecated] = ACTIONS(1721), + [anon_sym_ATload] = ACTIONS(1723), + [anon_sym_ATload_DASHsigs] = ACTIONS(1721), + [anon_sym_ATload_DASHplugin] = ACTIONS(1721), + [anon_sym_ATunload] = ACTIONS(1721), + [anon_sym_ATprefixes] = ACTIONS(1721), + [anon_sym_ATif] = ACTIONS(1723), + [anon_sym_ATifdef] = ACTIONS(1721), + [anon_sym_ATifndef] = ACTIONS(1721), + [anon_sym_ATendif] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1721), + [anon_sym_ATpragma] = ACTIONS(1721), + [anon_sym_ATDIR] = ACTIONS(1721), + [anon_sym_ATFILENAME] = ACTIONS(1721), + [sym_id] = ACTIONS(1723), + [sym_pattern] = ACTIONS(1721), + [sym_ipv6] = ACTIONS(1721), + [sym_ipv4] = ACTIONS(1723), + [sym_port] = ACTIONS(1721), + [sym_floatp] = ACTIONS(1723), + [sym_hex] = ACTIONS(1723), + [sym_hostname] = ACTIONS(1723), + [aux_sym_string_token1] = ACTIONS(1721), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -78223,69 +77457,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(819)] = { - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1732), - [anon_sym_record] = ACTIONS(1732), - [anon_sym_print] = ACTIONS(1732), - [anon_sym_event] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_next] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_fallthrough] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_add] = ACTIONS(1732), - [anon_sym_delete] = ACTIONS(1732), - [anon_sym_local] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_assert] = ACTIONS(1732), - [anon_sym_table] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_vector] = ACTIONS(1732), - [anon_sym_function] = ACTIONS(1732), - [anon_sym_hook] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_PLUS_PLUS] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_copy] = ACTIONS(1732), - [anon_sym_schedule] = ACTIONS(1732), - [aux_sym_constant_token1] = ACTIONS(1732), - [anon_sym_T] = ACTIONS(1732), - [anon_sym_F] = ACTIONS(1732), - [anon_sym_ATdeprecated] = ACTIONS(1730), - [anon_sym_ATload] = ACTIONS(1732), - [anon_sym_ATload_DASHsigs] = ACTIONS(1730), - [anon_sym_ATload_DASHplugin] = ACTIONS(1730), - [anon_sym_ATunload] = ACTIONS(1730), - [anon_sym_ATprefixes] = ACTIONS(1730), - [anon_sym_ATif] = ACTIONS(1732), - [anon_sym_ATifdef] = ACTIONS(1730), - [anon_sym_ATifndef] = ACTIONS(1730), - [anon_sym_ATendif] = ACTIONS(1730), - [anon_sym_ATelse] = ACTIONS(1730), - [anon_sym_ATpragma] = ACTIONS(1730), - [anon_sym_ATDIR] = ACTIONS(1730), - [anon_sym_ATFILENAME] = ACTIONS(1730), - [sym_id] = ACTIONS(1732), - [sym_pattern] = ACTIONS(1730), - [sym_ipv6] = ACTIONS(1732), - [sym_ipv4] = ACTIONS(1732), - [sym_port] = ACTIONS(1730), - [sym_floatp] = ACTIONS(1732), - [sym_hex] = ACTIONS(1732), - [sym_hostname] = ACTIONS(1732), - [aux_sym_string_token1] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1737), + [anon_sym_LBRACE] = ACTIONS(1737), + [anon_sym_RBRACE] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1739), + [anon_sym_record] = ACTIONS(1739), + [anon_sym_print] = ACTIONS(1739), + [anon_sym_event] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1739), + [anon_sym_LPAREN] = ACTIONS(1737), + [anon_sym_switch] = ACTIONS(1739), + [anon_sym_for] = ACTIONS(1739), + [anon_sym_LBRACK] = ACTIONS(1739), + [anon_sym_while] = ACTIONS(1739), + [anon_sym_next] = ACTIONS(1739), + [anon_sym_break] = ACTIONS(1739), + [anon_sym_fallthrough] = ACTIONS(1739), + [anon_sym_return] = ACTIONS(1739), + [anon_sym_add] = ACTIONS(1739), + [anon_sym_delete] = ACTIONS(1739), + [anon_sym_local] = ACTIONS(1739), + [anon_sym_when] = ACTIONS(1739), + [anon_sym_assert] = ACTIONS(1739), + [anon_sym_table] = ACTIONS(1739), + [anon_sym_set] = ACTIONS(1739), + [anon_sym_vector] = ACTIONS(1739), + [anon_sym_function] = ACTIONS(1739), + [anon_sym_hook] = ACTIONS(1739), + [anon_sym_DOLLAR] = ACTIONS(1737), + [anon_sym_PIPE] = ACTIONS(1737), + [anon_sym_PLUS_PLUS] = ACTIONS(1737), + [anon_sym_DASH_DASH] = ACTIONS(1737), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_TILDE] = ACTIONS(1737), + [anon_sym_DASH] = ACTIONS(1739), + [anon_sym_PLUS] = ACTIONS(1739), + [anon_sym_copy] = ACTIONS(1739), + [anon_sym_schedule] = ACTIONS(1739), + [aux_sym_constant_token1] = ACTIONS(1739), + [anon_sym_T] = ACTIONS(1739), + [anon_sym_F] = ACTIONS(1739), + [anon_sym_ATdeprecated] = ACTIONS(1737), + [anon_sym_ATload] = ACTIONS(1739), + [anon_sym_ATload_DASHsigs] = ACTIONS(1737), + [anon_sym_ATload_DASHplugin] = ACTIONS(1737), + [anon_sym_ATunload] = ACTIONS(1737), + [anon_sym_ATprefixes] = ACTIONS(1737), + [anon_sym_ATif] = ACTIONS(1739), + [anon_sym_ATifdef] = ACTIONS(1737), + [anon_sym_ATifndef] = ACTIONS(1737), + [anon_sym_ATendif] = ACTIONS(1737), + [anon_sym_ATelse] = ACTIONS(1737), + [anon_sym_ATpragma] = ACTIONS(1737), + [anon_sym_ATDIR] = ACTIONS(1737), + [anon_sym_ATFILENAME] = ACTIONS(1737), + [sym_id] = ACTIONS(1739), + [sym_pattern] = ACTIONS(1737), + [sym_ipv6] = ACTIONS(1737), + [sym_ipv4] = ACTIONS(1739), + [sym_port] = ACTIONS(1737), + [sym_floatp] = ACTIONS(1739), + [sym_hex] = ACTIONS(1739), + [sym_hostname] = ACTIONS(1739), + [aux_sym_string_token1] = ACTIONS(1737), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -78293,68 +77527,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(820)] = { - [anon_sym_SEMI] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(544), - [anon_sym_PLUS_EQ] = ACTIONS(544), - [anon_sym_record] = ACTIONS(546), - [anon_sym_DASH_EQ] = ACTIONS(544), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_LBRACK] = ACTIONS(544), - [anon_sym_local] = ACTIONS(546), - [anon_sym_EQ] = ACTIONS(544), - [anon_sym_table] = ACTIONS(546), - [anon_sym_of] = ACTIONS(1911), - [anon_sym_set] = ACTIONS(546), - [anon_sym_vector] = ACTIONS(546), - [anon_sym_function] = ACTIONS(546), - [anon_sym_hook] = ACTIONS(546), - [anon_sym_AMPdeprecated] = ACTIONS(544), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(544), - [anon_sym_AMPerror_handler] = ACTIONS(544), - [anon_sym_AMPis_assigned] = ACTIONS(544), - [anon_sym_AMPis_used] = ACTIONS(544), - [anon_sym_AMPlog] = ACTIONS(544), - [anon_sym_AMPoptional] = ACTIONS(544), - [anon_sym_AMPordered] = ACTIONS(544), - [anon_sym_AMPraw_output] = ACTIONS(544), - [anon_sym_AMPredef] = ACTIONS(544), - [anon_sym_AMPadd_func] = ACTIONS(544), - [anon_sym_AMPbackend] = ACTIONS(544), - [anon_sym_AMPbroker_store] = ACTIONS(544), - [anon_sym_AMPcreate_expire] = ACTIONS(544), - [anon_sym_AMPdefault] = ACTIONS(544), - [anon_sym_AMPdelete_func] = ACTIONS(544), - [anon_sym_AMPexpire_func] = ACTIONS(544), - [anon_sym_AMPgroup] = ACTIONS(544), - [anon_sym_AMPon_change] = ACTIONS(544), - [anon_sym_AMPpriority] = ACTIONS(544), - [anon_sym_AMPread_expire] = ACTIONS(544), - [anon_sym_AMPtype_column] = ACTIONS(544), - [anon_sym_AMPwrite_expire] = ACTIONS(544), - [anon_sym_DOLLAR] = ACTIONS(544), - [anon_sym_PIPE] = ACTIONS(544), - [anon_sym_PLUS_PLUS] = ACTIONS(544), - [anon_sym_DASH_DASH] = ACTIONS(544), - [anon_sym_BANG] = ACTIONS(544), - [anon_sym_TILDE] = ACTIONS(544), - [anon_sym_DASH] = ACTIONS(546), - [anon_sym_PLUS] = ACTIONS(546), - [anon_sym_copy] = ACTIONS(546), - [anon_sym_schedule] = ACTIONS(546), - [aux_sym_constant_token1] = ACTIONS(546), - [anon_sym_T] = ACTIONS(546), - [anon_sym_F] = ACTIONS(546), - [anon_sym_ATDIR] = ACTIONS(544), - [anon_sym_ATFILENAME] = ACTIONS(544), - [sym_id] = ACTIONS(546), - [sym_pattern] = ACTIONS(544), - [sym_ipv6] = ACTIONS(546), - [sym_ipv4] = ACTIONS(546), - [sym_port] = ACTIONS(544), - [sym_floatp] = ACTIONS(546), - [sym_hex] = ACTIONS(546), - [sym_hostname] = ACTIONS(546), - [aux_sym_string_token1] = ACTIONS(544), + [anon_sym_SEMI] = ACTIONS(549), + [anon_sym_LBRACE] = ACTIONS(549), + [anon_sym_PLUS_EQ] = ACTIONS(549), + [anon_sym_record] = ACTIONS(551), + [anon_sym_DASH_EQ] = ACTIONS(549), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_LBRACK] = ACTIONS(551), + [anon_sym_local] = ACTIONS(551), + [anon_sym_EQ] = ACTIONS(549), + [anon_sym_table] = ACTIONS(551), + [anon_sym_of] = ACTIONS(1918), + [anon_sym_set] = ACTIONS(551), + [anon_sym_vector] = ACTIONS(551), + [anon_sym_function] = ACTIONS(551), + [anon_sym_hook] = ACTIONS(551), + [anon_sym_AMPdeprecated] = ACTIONS(549), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(549), + [anon_sym_AMPerror_handler] = ACTIONS(549), + [anon_sym_AMPis_assigned] = ACTIONS(549), + [anon_sym_AMPis_used] = ACTIONS(549), + [anon_sym_AMPlog] = ACTIONS(549), + [anon_sym_AMPoptional] = ACTIONS(549), + [anon_sym_AMPordered] = ACTIONS(549), + [anon_sym_AMPraw_output] = ACTIONS(549), + [anon_sym_AMPredef] = ACTIONS(549), + [anon_sym_AMPadd_func] = ACTIONS(549), + [anon_sym_AMPbackend] = ACTIONS(549), + [anon_sym_AMPbroker_store] = ACTIONS(549), + [anon_sym_AMPcreate_expire] = ACTIONS(549), + [anon_sym_AMPdefault] = ACTIONS(549), + [anon_sym_AMPdelete_func] = ACTIONS(549), + [anon_sym_AMPexpire_func] = ACTIONS(549), + [anon_sym_AMPgroup] = ACTIONS(549), + [anon_sym_AMPon_change] = ACTIONS(549), + [anon_sym_AMPpriority] = ACTIONS(549), + [anon_sym_AMPread_expire] = ACTIONS(549), + [anon_sym_AMPtype_column] = ACTIONS(549), + [anon_sym_AMPwrite_expire] = ACTIONS(549), + [anon_sym_DOLLAR] = ACTIONS(549), + [anon_sym_PIPE] = ACTIONS(549), + [anon_sym_PLUS_PLUS] = ACTIONS(549), + [anon_sym_DASH_DASH] = ACTIONS(549), + [anon_sym_BANG] = ACTIONS(549), + [anon_sym_TILDE] = ACTIONS(549), + [anon_sym_DASH] = ACTIONS(551), + [anon_sym_PLUS] = ACTIONS(551), + [anon_sym_copy] = ACTIONS(551), + [anon_sym_schedule] = ACTIONS(551), + [aux_sym_constant_token1] = ACTIONS(551), + [anon_sym_T] = ACTIONS(551), + [anon_sym_F] = ACTIONS(551), + [anon_sym_ATDIR] = ACTIONS(549), + [anon_sym_ATFILENAME] = ACTIONS(549), + [sym_id] = ACTIONS(551), + [sym_pattern] = ACTIONS(549), + [sym_ipv6] = ACTIONS(549), + [sym_ipv4] = ACTIONS(551), + [sym_port] = ACTIONS(549), + [sym_floatp] = ACTIONS(551), + [sym_hex] = ACTIONS(551), + [sym_hostname] = ACTIONS(551), + [aux_sym_string_token1] = ACTIONS(549), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -78362,68 +77596,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(821)] = { - [anon_sym_SEMI] = ACTIONS(1466), - [anon_sym_LBRACE] = ACTIONS(1466), - [anon_sym_COLON] = ACTIONS(1913), - [anon_sym_PLUS_EQ] = ACTIONS(1466), - [anon_sym_record] = ACTIONS(1470), - [anon_sym_DASH_EQ] = ACTIONS(1466), - [anon_sym_LPAREN] = ACTIONS(1466), - [anon_sym_LBRACK] = ACTIONS(1466), - [anon_sym_local] = ACTIONS(1470), - [anon_sym_EQ] = ACTIONS(1466), - [anon_sym_table] = ACTIONS(1470), - [anon_sym_set] = ACTIONS(1470), - [anon_sym_vector] = ACTIONS(1470), - [anon_sym_function] = ACTIONS(1470), - [anon_sym_hook] = ACTIONS(1470), - [anon_sym_AMPdeprecated] = ACTIONS(1466), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1466), - [anon_sym_AMPerror_handler] = ACTIONS(1466), - [anon_sym_AMPis_assigned] = ACTIONS(1466), - [anon_sym_AMPis_used] = ACTIONS(1466), - [anon_sym_AMPlog] = ACTIONS(1466), - [anon_sym_AMPoptional] = ACTIONS(1466), - [anon_sym_AMPordered] = ACTIONS(1466), - [anon_sym_AMPraw_output] = ACTIONS(1466), - [anon_sym_AMPredef] = ACTIONS(1466), - [anon_sym_AMPadd_func] = ACTIONS(1466), - [anon_sym_AMPbackend] = ACTIONS(1466), - [anon_sym_AMPbroker_store] = ACTIONS(1466), - [anon_sym_AMPcreate_expire] = ACTIONS(1466), - [anon_sym_AMPdefault] = ACTIONS(1466), - [anon_sym_AMPdelete_func] = ACTIONS(1466), - [anon_sym_AMPexpire_func] = ACTIONS(1466), - [anon_sym_AMPgroup] = ACTIONS(1466), - [anon_sym_AMPon_change] = ACTIONS(1466), - [anon_sym_AMPpriority] = ACTIONS(1466), - [anon_sym_AMPread_expire] = ACTIONS(1466), - [anon_sym_AMPtype_column] = ACTIONS(1466), - [anon_sym_AMPwrite_expire] = ACTIONS(1466), - [anon_sym_DOLLAR] = ACTIONS(1466), - [anon_sym_PIPE] = ACTIONS(1466), - [anon_sym_PLUS_PLUS] = ACTIONS(1466), - [anon_sym_DASH_DASH] = ACTIONS(1466), - [anon_sym_BANG] = ACTIONS(1466), - [anon_sym_TILDE] = ACTIONS(1466), - [anon_sym_DASH] = ACTIONS(1470), - [anon_sym_PLUS] = ACTIONS(1470), - [anon_sym_copy] = ACTIONS(1470), - [anon_sym_schedule] = ACTIONS(1470), - [aux_sym_constant_token1] = ACTIONS(1470), - [anon_sym_T] = ACTIONS(1470), - [anon_sym_F] = ACTIONS(1470), - [anon_sym_ATDIR] = ACTIONS(1466), - [anon_sym_ATFILENAME] = ACTIONS(1466), - [sym_id] = ACTIONS(1470), - [sym_pattern] = ACTIONS(1466), - [sym_ipv6] = ACTIONS(1470), - [sym_ipv4] = ACTIONS(1470), - [sym_port] = ACTIONS(1466), - [sym_floatp] = ACTIONS(1470), - [sym_hex] = ACTIONS(1470), - [sym_hostname] = ACTIONS(1470), - [aux_sym_string_token1] = ACTIONS(1466), + [anon_sym_SEMI] = ACTIONS(1473), + [anon_sym_LBRACE] = ACTIONS(1473), + [anon_sym_COLON] = ACTIONS(1920), + [anon_sym_PLUS_EQ] = ACTIONS(1473), + [anon_sym_record] = ACTIONS(1477), + [anon_sym_DASH_EQ] = ACTIONS(1473), + [anon_sym_LPAREN] = ACTIONS(1473), + [anon_sym_LBRACK] = ACTIONS(1477), + [anon_sym_local] = ACTIONS(1477), + [anon_sym_EQ] = ACTIONS(1473), + [anon_sym_table] = ACTIONS(1477), + [anon_sym_set] = ACTIONS(1477), + [anon_sym_vector] = ACTIONS(1477), + [anon_sym_function] = ACTIONS(1477), + [anon_sym_hook] = ACTIONS(1477), + [anon_sym_AMPdeprecated] = ACTIONS(1473), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1473), + [anon_sym_AMPerror_handler] = ACTIONS(1473), + [anon_sym_AMPis_assigned] = ACTIONS(1473), + [anon_sym_AMPis_used] = ACTIONS(1473), + [anon_sym_AMPlog] = ACTIONS(1473), + [anon_sym_AMPoptional] = ACTIONS(1473), + [anon_sym_AMPordered] = ACTIONS(1473), + [anon_sym_AMPraw_output] = ACTIONS(1473), + [anon_sym_AMPredef] = ACTIONS(1473), + [anon_sym_AMPadd_func] = ACTIONS(1473), + [anon_sym_AMPbackend] = ACTIONS(1473), + [anon_sym_AMPbroker_store] = ACTIONS(1473), + [anon_sym_AMPcreate_expire] = ACTIONS(1473), + [anon_sym_AMPdefault] = ACTIONS(1473), + [anon_sym_AMPdelete_func] = ACTIONS(1473), + [anon_sym_AMPexpire_func] = ACTIONS(1473), + [anon_sym_AMPgroup] = ACTIONS(1473), + [anon_sym_AMPon_change] = ACTIONS(1473), + [anon_sym_AMPpriority] = ACTIONS(1473), + [anon_sym_AMPread_expire] = ACTIONS(1473), + [anon_sym_AMPtype_column] = ACTIONS(1473), + [anon_sym_AMPwrite_expire] = ACTIONS(1473), + [anon_sym_DOLLAR] = ACTIONS(1473), + [anon_sym_PIPE] = ACTIONS(1473), + [anon_sym_PLUS_PLUS] = ACTIONS(1473), + [anon_sym_DASH_DASH] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1473), + [anon_sym_TILDE] = ACTIONS(1473), + [anon_sym_DASH] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1477), + [anon_sym_copy] = ACTIONS(1477), + [anon_sym_schedule] = ACTIONS(1477), + [aux_sym_constant_token1] = ACTIONS(1477), + [anon_sym_T] = ACTIONS(1477), + [anon_sym_F] = ACTIONS(1477), + [anon_sym_ATDIR] = ACTIONS(1473), + [anon_sym_ATFILENAME] = ACTIONS(1473), + [sym_id] = ACTIONS(1477), + [sym_pattern] = ACTIONS(1473), + [sym_ipv6] = ACTIONS(1473), + [sym_ipv4] = ACTIONS(1477), + [sym_port] = ACTIONS(1473), + [sym_floatp] = ACTIONS(1477), + [sym_hex] = ACTIONS(1477), + [sym_hostname] = ACTIONS(1477), + [aux_sym_string_token1] = ACTIONS(1473), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -78431,68 +77665,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nl] = ACTIONS(3), }, [STATE(822)] = { - [anon_sym_SEMI] = ACTIONS(1486), - [anon_sym_LBRACE] = ACTIONS(1486), - [anon_sym_COLON] = ACTIONS(1915), - [anon_sym_PLUS_EQ] = ACTIONS(1486), - [anon_sym_record] = ACTIONS(1490), - [anon_sym_DASH_EQ] = ACTIONS(1486), - [anon_sym_LPAREN] = ACTIONS(1486), - [anon_sym_LBRACK] = ACTIONS(1486), - [anon_sym_local] = ACTIONS(1490), - [anon_sym_EQ] = ACTIONS(1486), - [anon_sym_table] = ACTIONS(1490), - [anon_sym_set] = ACTIONS(1490), - [anon_sym_vector] = ACTIONS(1490), - [anon_sym_function] = ACTIONS(1490), - [anon_sym_hook] = ACTIONS(1490), - [anon_sym_AMPdeprecated] = ACTIONS(1486), - [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1486), - [anon_sym_AMPerror_handler] = ACTIONS(1486), - [anon_sym_AMPis_assigned] = ACTIONS(1486), - [anon_sym_AMPis_used] = ACTIONS(1486), - [anon_sym_AMPlog] = ACTIONS(1486), - [anon_sym_AMPoptional] = ACTIONS(1486), - [anon_sym_AMPordered] = ACTIONS(1486), - [anon_sym_AMPraw_output] = ACTIONS(1486), - [anon_sym_AMPredef] = ACTIONS(1486), - [anon_sym_AMPadd_func] = ACTIONS(1486), - [anon_sym_AMPbackend] = ACTIONS(1486), - [anon_sym_AMPbroker_store] = ACTIONS(1486), - [anon_sym_AMPcreate_expire] = ACTIONS(1486), - [anon_sym_AMPdefault] = ACTIONS(1486), - [anon_sym_AMPdelete_func] = ACTIONS(1486), - [anon_sym_AMPexpire_func] = ACTIONS(1486), - [anon_sym_AMPgroup] = ACTIONS(1486), - [anon_sym_AMPon_change] = ACTIONS(1486), - [anon_sym_AMPpriority] = ACTIONS(1486), - [anon_sym_AMPread_expire] = ACTIONS(1486), - [anon_sym_AMPtype_column] = ACTIONS(1486), - [anon_sym_AMPwrite_expire] = ACTIONS(1486), - [anon_sym_DOLLAR] = ACTIONS(1486), - [anon_sym_PIPE] = ACTIONS(1486), - [anon_sym_PLUS_PLUS] = ACTIONS(1486), - [anon_sym_DASH_DASH] = ACTIONS(1486), - [anon_sym_BANG] = ACTIONS(1486), - [anon_sym_TILDE] = ACTIONS(1486), - [anon_sym_DASH] = ACTIONS(1490), - [anon_sym_PLUS] = ACTIONS(1490), - [anon_sym_copy] = ACTIONS(1490), - [anon_sym_schedule] = ACTIONS(1490), - [aux_sym_constant_token1] = ACTIONS(1490), - [anon_sym_T] = ACTIONS(1490), - [anon_sym_F] = ACTIONS(1490), - [anon_sym_ATDIR] = ACTIONS(1486), - [anon_sym_ATFILENAME] = ACTIONS(1486), - [sym_id] = ACTIONS(1490), - [sym_pattern] = ACTIONS(1486), - [sym_ipv6] = ACTIONS(1490), - [sym_ipv4] = ACTIONS(1490), - [sym_port] = ACTIONS(1486), - [sym_floatp] = ACTIONS(1490), - [sym_hex] = ACTIONS(1490), - [sym_hostname] = ACTIONS(1490), - [aux_sym_string_token1] = ACTIONS(1486), + [anon_sym_SEMI] = ACTIONS(1493), + [anon_sym_LBRACE] = ACTIONS(1493), + [anon_sym_COLON] = ACTIONS(1922), + [anon_sym_PLUS_EQ] = ACTIONS(1493), + [anon_sym_record] = ACTIONS(1497), + [anon_sym_DASH_EQ] = ACTIONS(1493), + [anon_sym_LPAREN] = ACTIONS(1493), + [anon_sym_LBRACK] = ACTIONS(1497), + [anon_sym_local] = ACTIONS(1497), + [anon_sym_EQ] = ACTIONS(1493), + [anon_sym_table] = ACTIONS(1497), + [anon_sym_set] = ACTIONS(1497), + [anon_sym_vector] = ACTIONS(1497), + [anon_sym_function] = ACTIONS(1497), + [anon_sym_hook] = ACTIONS(1497), + [anon_sym_AMPdeprecated] = ACTIONS(1493), + [anon_sym_AMPbroker_allow_complex_type] = ACTIONS(1493), + [anon_sym_AMPerror_handler] = ACTIONS(1493), + [anon_sym_AMPis_assigned] = ACTIONS(1493), + [anon_sym_AMPis_used] = ACTIONS(1493), + [anon_sym_AMPlog] = ACTIONS(1493), + [anon_sym_AMPoptional] = ACTIONS(1493), + [anon_sym_AMPordered] = ACTIONS(1493), + [anon_sym_AMPraw_output] = ACTIONS(1493), + [anon_sym_AMPredef] = ACTIONS(1493), + [anon_sym_AMPadd_func] = ACTIONS(1493), + [anon_sym_AMPbackend] = ACTIONS(1493), + [anon_sym_AMPbroker_store] = ACTIONS(1493), + [anon_sym_AMPcreate_expire] = ACTIONS(1493), + [anon_sym_AMPdefault] = ACTIONS(1493), + [anon_sym_AMPdelete_func] = ACTIONS(1493), + [anon_sym_AMPexpire_func] = ACTIONS(1493), + [anon_sym_AMPgroup] = ACTIONS(1493), + [anon_sym_AMPon_change] = ACTIONS(1493), + [anon_sym_AMPpriority] = ACTIONS(1493), + [anon_sym_AMPread_expire] = ACTIONS(1493), + [anon_sym_AMPtype_column] = ACTIONS(1493), + [anon_sym_AMPwrite_expire] = ACTIONS(1493), + [anon_sym_DOLLAR] = ACTIONS(1493), + [anon_sym_PIPE] = ACTIONS(1493), + [anon_sym_PLUS_PLUS] = ACTIONS(1493), + [anon_sym_DASH_DASH] = ACTIONS(1493), + [anon_sym_BANG] = ACTIONS(1493), + [anon_sym_TILDE] = ACTIONS(1493), + [anon_sym_DASH] = ACTIONS(1497), + [anon_sym_PLUS] = ACTIONS(1497), + [anon_sym_copy] = ACTIONS(1497), + [anon_sym_schedule] = ACTIONS(1497), + [aux_sym_constant_token1] = ACTIONS(1497), + [anon_sym_T] = ACTIONS(1497), + [anon_sym_F] = ACTIONS(1497), + [anon_sym_ATDIR] = ACTIONS(1493), + [anon_sym_ATFILENAME] = ACTIONS(1493), + [sym_id] = ACTIONS(1497), + [sym_pattern] = ACTIONS(1493), + [sym_ipv6] = ACTIONS(1493), + [sym_ipv4] = ACTIONS(1497), + [sym_port] = ACTIONS(1493), + [sym_floatp] = ACTIONS(1497), + [sym_hex] = ACTIONS(1497), + [sym_hostname] = ACTIONS(1497), + [aux_sym_string_token1] = ACTIONS(1493), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -78506,46 +77740,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = STATE(1258), [sym_interval] = STATE(1268), [sym_string] = STATE(1268), - [anon_sym_LBRACE] = ACTIONS(113), - [anon_sym_PLUS_EQ] = ACTIONS(113), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_PLUS_EQ] = ACTIONS(115), [anon_sym_record] = ACTIONS(25), - [anon_sym_DASH_EQ] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(113), - [anon_sym_local] = ACTIONS(117), - [anon_sym_EQ] = ACTIONS(115), - [anon_sym_as] = ACTIONS(115), + [anon_sym_DASH_EQ] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_in] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(117), + [anon_sym_local] = ACTIONS(119), + [anon_sym_EQ] = ACTIONS(117), + [anon_sym_as] = ACTIONS(117), [anon_sym_table] = ACTIONS(57), [anon_sym_set] = ACTIONS(57), [anon_sym_vector] = ACTIONS(59), - [anon_sym_function] = ACTIONS(119), - [anon_sym_hook] = ACTIONS(121), - [anon_sym_DOLLAR] = ACTIONS(113), - [anon_sym_PIPE] = ACTIONS(115), + [anon_sym_function] = ACTIONS(121), + [anon_sym_hook] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(115), + [anon_sym_PIPE] = ACTIONS(117), [anon_sym_PLUS_PLUS] = ACTIONS(69), [anon_sym_DASH_DASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(115), + [anon_sym_BANG] = ACTIONS(117), [anon_sym_TILDE] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_is] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(113), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_PERCENT] = ACTIONS(113), - [anon_sym_LT] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(113), - [anon_sym_AMP] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(113), - [anon_sym_QMARK] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(113), - [anon_sym_BANG_EQ] = ACTIONS(113), - [anon_sym_AMP_AMP] = ACTIONS(113), - [anon_sym_PIPE_PIPE] = ACTIONS(113), + [anon_sym_DASH] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(117), + [anon_sym_is] = ACTIONS(117), + [anon_sym_STAR] = ACTIONS(115), + [anon_sym_SLASH] = ACTIONS(117), + [anon_sym_PERCENT] = ACTIONS(115), + [anon_sym_LT] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(115), + [anon_sym_GT] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(115), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(115), + [anon_sym_QMARK] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(115), + [anon_sym_BANG_EQ] = ACTIONS(115), + [anon_sym_AMP_AMP] = ACTIONS(115), + [anon_sym_PIPE_PIPE] = ACTIONS(115), [anon_sym_copy] = ACTIONS(73), - [anon_sym_QMARK_DOLLAR] = ACTIONS(113), + [anon_sym_QMARK_DOLLAR] = ACTIONS(115), [anon_sym_schedule] = ACTIONS(75), [aux_sym_constant_token1] = ACTIONS(77), [anon_sym_T] = ACTIONS(79), @@ -78555,12 +77789,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_id] = ACTIONS(101), [sym_pattern] = ACTIONS(103), [sym_ipv6] = ACTIONS(105), - [sym_ipv4] = ACTIONS(105), - [sym_port] = ACTIONS(107), - [sym_floatp] = ACTIONS(109), + [sym_ipv4] = ACTIONS(107), + [sym_port] = ACTIONS(109), + [sym_floatp] = ACTIONS(111), [sym_hex] = ACTIONS(79), [sym_hostname] = ACTIONS(79), - [aux_sym_string_token1] = ACTIONS(111), + [aux_sym_string_token1] = ACTIONS(113), [sym_zeekygen_head_comment] = ACTIONS(3), [sym_zeekygen_prev_comment] = ACTIONS(3), [sym_zeekygen_next_comment] = ACTIONS(5), @@ -78571,7 +77805,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { static const uint16_t ts_small_parse_table[] = { [0] = 9, - ACTIONS(1917), 1, + ACTIONS(1924), 1, anon_sym_AMPdeprecated, STATE(1282), 1, sym_attr_list, @@ -78585,7 +77819,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -78595,7 +77829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -78605,7 +77839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(1919), 13, + ACTIONS(1926), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -78619,7 +77853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - ACTIONS(113), 24, + ACTIONS(115), 24, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -78657,7 +77891,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1484), 9, + ACTIONS(1491), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -78667,7 +77901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1482), 47, + ACTIONS(1489), 47, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -78728,7 +77962,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -78738,7 +77972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(113), 47, + ACTIONS(115), 47, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -78787,7 +78021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [237] = 9, - ACTIONS(1917), 1, + ACTIONS(1924), 1, anon_sym_AMPdeprecated, STATE(1278), 1, sym_attr_list, @@ -78801,7 +78035,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -78811,7 +78045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(1484), 9, + ACTIONS(1491), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -78821,7 +78055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1919), 13, + ACTIONS(1926), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -78835,7 +78069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - ACTIONS(1482), 24, + ACTIONS(1489), 24, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -78861,7 +78095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [320] = 8, - ACTIONS(1782), 1, + ACTIONS(1789), 1, anon_sym_AMPdeprecated, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -78873,7 +78107,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1780), 9, + ACTIONS(1787), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -78883,7 +78117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1785), 9, + ACTIONS(1792), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -78893,7 +78127,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(1921), 13, + ACTIONS(1928), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -78907,7 +78141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - ACTIONS(1778), 24, + ACTIONS(1785), 24, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -78933,7 +78167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [400] = 8, - ACTIONS(1917), 1, + ACTIONS(1924), 1, anon_sym_AMPdeprecated, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -78945,7 +78179,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -78955,7 +78189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(1793), 9, + ACTIONS(1800), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -78965,7 +78199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1919), 13, + ACTIONS(1926), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -78979,7 +78213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - ACTIONS(1791), 24, + ACTIONS(1798), 24, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -79015,7 +78249,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1793), 9, + ACTIONS(1800), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -79025,7 +78259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1791), 47, + ACTIONS(1798), 47, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -79074,54 +78308,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [554] = 16, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1928), 1, + ACTIONS(1935), 1, anon_sym_EQ, - ACTIONS(1932), 1, + ACTIONS(1939), 1, anon_sym_BANG, - ACTIONS(1936), 1, + ACTIONS(1943), 1, anon_sym_QMARK, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1478), 2, + ACTIONS(1485), 2, anon_sym_as, anon_sym_is, - ACTIONS(1924), 2, + ACTIONS(1931), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(1938), 2, + ACTIONS(1945), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1940), 2, + ACTIONS(1947), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1934), 3, + ACTIONS(1941), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1926), 4, + ACTIONS(1933), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1930), 6, + ACTIONS(1937), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1482), 30, + ACTIONS(1489), 30, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LPAREN, @@ -79165,7 +78399,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -79175,7 +78409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(113), 45, + ACTIONS(115), 45, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -79229,7 +78463,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1516), 11, + ACTIONS(1523), 11, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -79241,7 +78475,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_ATload, anon_sym_ATif, - ACTIONS(1514), 46, + ACTIONS(1521), 46, anon_sym_module, anon_sym_SEMI, anon_sym_export, @@ -79296,7 +78530,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(131), 11, + ACTIONS(133), 11, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -79308,7 +78542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_ATload, anon_sym_ATif, - ACTIONS(129), 46, + ACTIONS(131), 46, anon_sym_module, anon_sym_SEMI, anon_sym_export, @@ -79356,58 +78590,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATelse, anon_sym_ATpragma, [866] = 18, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1542), 1, + ACTIONS(1549), 1, anon_sym_LPAREN, - ACTIONS(1851), 1, + ACTIONS(1858), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(1928), 1, + ACTIONS(1935), 1, anon_sym_EQ, - ACTIONS(1932), 1, + ACTIONS(1939), 1, anon_sym_BANG, - ACTIONS(1936), 1, + ACTIONS(1943), 1, anon_sym_QMARK, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1478), 2, + ACTIONS(1485), 2, anon_sym_as, anon_sym_is, - ACTIONS(1924), 2, + ACTIONS(1931), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(1938), 2, + ACTIONS(1945), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1940), 2, + ACTIONS(1947), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1934), 3, + ACTIONS(1941), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1926), 4, + ACTIONS(1933), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1930), 6, + ACTIONS(1937), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1482), 28, + ACTIONS(1489), 28, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RPAREN, @@ -79444,7 +78678,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(127), 11, + ACTIONS(129), 11, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -79456,7 +78690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_ATload, anon_sym_ATif, - ACTIONS(125), 46, + ACTIONS(127), 46, anon_sym_module, anon_sym_SEMI, anon_sym_export, @@ -79504,58 +78738,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATelse, anon_sym_ATpragma, [1036] = 18, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1542), 1, + ACTIONS(1549), 1, anon_sym_LPAREN, - ACTIONS(1851), 1, + ACTIONS(1858), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(1928), 1, + ACTIONS(1935), 1, anon_sym_EQ, - ACTIONS(1932), 1, + ACTIONS(1939), 1, anon_sym_BANG, - ACTIONS(1936), 1, + ACTIONS(1943), 1, anon_sym_QMARK, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1478), 2, + ACTIONS(1485), 2, anon_sym_as, anon_sym_is, - ACTIONS(1924), 2, + ACTIONS(1931), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(1938), 2, + ACTIONS(1945), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1940), 2, + ACTIONS(1947), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1934), 3, + ACTIONS(1941), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1926), 4, + ACTIONS(1933), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1930), 6, + ACTIONS(1937), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(135), 28, + ACTIONS(137), 28, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RPAREN, @@ -79585,56 +78819,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, [1135] = 17, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1542), 1, + ACTIONS(1549), 1, anon_sym_LPAREN, - ACTIONS(1928), 1, + ACTIONS(1935), 1, anon_sym_EQ, - ACTIONS(1932), 1, + ACTIONS(1939), 1, anon_sym_BANG, - ACTIONS(1936), 1, + ACTIONS(1943), 1, anon_sym_QMARK, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1478), 2, + ACTIONS(1485), 2, anon_sym_as, anon_sym_is, - ACTIONS(1924), 2, + ACTIONS(1931), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(1938), 2, + ACTIONS(1945), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1940), 2, + ACTIONS(1947), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1934), 3, + ACTIONS(1941), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1926), 4, + ACTIONS(1933), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1930), 6, + ACTIONS(1937), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1472), 29, + ACTIONS(1479), 29, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RPAREN, @@ -79665,54 +78899,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPwrite_expire, anon_sym_QMARK_DOLLAR, [1232] = 16, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1928), 1, + ACTIONS(1935), 1, anon_sym_EQ, - ACTIONS(1932), 1, + ACTIONS(1939), 1, anon_sym_BANG, - ACTIONS(1936), 1, + ACTIONS(1943), 1, anon_sym_QMARK, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1478), 2, + ACTIONS(1485), 2, anon_sym_as, anon_sym_is, - ACTIONS(1924), 2, + ACTIONS(1931), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(1938), 2, + ACTIONS(1945), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1940), 2, + ACTIONS(1947), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1934), 3, + ACTIONS(1941), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1926), 4, + ACTIONS(1933), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1930), 6, + ACTIONS(1937), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(113), 30, + ACTIONS(115), 30, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LPAREN, @@ -79744,45 +78978,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPwrite_expire, anon_sym_QMARK_DOLLAR, [1327] = 13, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1512), 1, + ACTIONS(1519), 1, anon_sym_EQ, - ACTIONS(1932), 1, + ACTIONS(1939), 1, anon_sym_BANG, - ACTIONS(1936), 1, + ACTIONS(1943), 1, anon_sym_QMARK, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1478), 2, + ACTIONS(1485), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1934), 3, + ACTIONS(1941), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1926), 4, + ACTIONS(1933), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1930), 6, + ACTIONS(1937), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1510), 36, + ACTIONS(1517), 36, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -79820,27 +79054,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [1416] = 9, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1478), 2, + ACTIONS(1485), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1934), 3, + ACTIONS(1941), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1484), 9, + ACTIONS(1491), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -79850,7 +79084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1482), 40, + ACTIONS(1489), 40, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -79892,27 +79126,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [1497] = 9, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1478), 2, + ACTIONS(1485), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1934), 3, + ACTIONS(1941), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -79922,7 +79156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(113), 40, + ACTIONS(115), 40, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -79971,7 +79205,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1526), 11, + ACTIONS(1533), 11, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -79983,7 +79217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_ATload, anon_sym_ATif, - ACTIONS(1524), 46, + ACTIONS(1531), 46, anon_sym_module, anon_sym_SEMI, anon_sym_export, @@ -80031,45 +79265,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATelse, anon_sym_ATpragma, [1649] = 13, - ACTIONS(115), 1, + ACTIONS(117), 1, anon_sym_EQ, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1932), 1, + ACTIONS(1939), 1, anon_sym_BANG, - ACTIONS(1936), 1, + ACTIONS(1943), 1, anon_sym_QMARK, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1478), 2, + ACTIONS(1485), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1934), 3, + ACTIONS(1941), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1926), 4, + ACTIONS(1933), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1930), 6, + ACTIONS(1937), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(113), 36, + ACTIONS(115), 36, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -80119,7 +79353,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1484), 9, + ACTIONS(1491), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -80129,7 +79363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1482), 45, + ACTIONS(1489), 45, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -80176,7 +79410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [1813] = 9, - ACTIONS(1917), 1, + ACTIONS(1924), 1, anon_sym_AMPdeprecated, STATE(1282), 1, sym_attr_list, @@ -80190,7 +79424,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -80200,7 +79434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -80210,7 +79444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(1942), 13, + ACTIONS(1949), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -80224,7 +79458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - ACTIONS(113), 22, + ACTIONS(115), 22, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -80248,7 +79482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [1894] = 9, - ACTIONS(1917), 1, + ACTIONS(1924), 1, anon_sym_AMPdeprecated, STATE(1278), 1, sym_attr_list, @@ -80262,7 +79496,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -80272,7 +79506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(1484), 9, + ACTIONS(1491), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -80282,7 +79516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1942), 13, + ACTIONS(1949), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -80296,7 +79530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - ACTIONS(1482), 22, + ACTIONS(1489), 22, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -80320,48 +79554,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [1975] = 14, - ACTIONS(115), 1, + ACTIONS(117), 1, anon_sym_EQ, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1932), 1, + ACTIONS(1939), 1, anon_sym_BANG, - ACTIONS(1936), 1, + ACTIONS(1943), 1, anon_sym_QMARK, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1478), 2, + ACTIONS(1485), 2, anon_sym_as, anon_sym_is, - ACTIONS(1938), 2, + ACTIONS(1945), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1934), 3, + ACTIONS(1941), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1926), 4, + ACTIONS(1933), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1930), 6, + ACTIONS(1937), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(113), 34, + ACTIONS(115), 34, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -80397,58 +79631,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [2066] = 18, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1542), 1, + ACTIONS(1549), 1, anon_sym_LPAREN, - ACTIONS(1851), 1, + ACTIONS(1858), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(1928), 1, + ACTIONS(1935), 1, anon_sym_EQ, - ACTIONS(1932), 1, + ACTIONS(1939), 1, anon_sym_BANG, - ACTIONS(1936), 1, + ACTIONS(1943), 1, anon_sym_QMARK, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1478), 2, + ACTIONS(1485), 2, anon_sym_as, anon_sym_is, - ACTIONS(1924), 2, + ACTIONS(1931), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(1938), 2, + ACTIONS(1945), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1940), 2, + ACTIONS(1947), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1934), 3, + ACTIONS(1941), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1926), 4, + ACTIONS(1933), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1930), 6, + ACTIONS(1937), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1472), 27, + ACTIONS(1479), 27, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RPAREN, @@ -80477,7 +79711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, [2164] = 8, - ACTIONS(1917), 1, + ACTIONS(1924), 1, anon_sym_AMPdeprecated, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -80489,7 +79723,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -80499,7 +79733,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(1793), 9, + ACTIONS(1800), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -80509,7 +79743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1942), 13, + ACTIONS(1949), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -80523,7 +79757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - ACTIONS(1791), 22, + ACTIONS(1798), 22, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -80547,7 +79781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [2242] = 8, - ACTIONS(1782), 1, + ACTIONS(1789), 1, anon_sym_AMPdeprecated, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -80559,7 +79793,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1780), 9, + ACTIONS(1787), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -80569,7 +79803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1785), 9, + ACTIONS(1792), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -80579,7 +79813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(1944), 13, + ACTIONS(1951), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -80593,7 +79827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - ACTIONS(1778), 22, + ACTIONS(1785), 22, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -80627,7 +79861,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1793), 9, + ACTIONS(1800), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -80637,7 +79871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1791), 45, + ACTIONS(1798), 45, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -80684,23 +79918,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [2392] = 8, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1947), 2, + ACTIONS(1954), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -80710,7 +79944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(113), 41, + ACTIONS(115), 41, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -80753,45 +79987,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [2469] = 13, - ACTIONS(115), 1, + ACTIONS(117), 1, anon_sym_EQ, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1953), 1, + ACTIONS(1960), 1, anon_sym_BANG, - ACTIONS(1957), 1, + ACTIONS(1964), 1, anon_sym_QMARK, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1947), 2, + ACTIONS(1954), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1955), 3, + ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1949), 4, + ACTIONS(1956), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1951), 6, + ACTIONS(1958), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(113), 34, + ACTIONS(115), 34, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -80827,45 +80061,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [2556] = 13, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1512), 1, + ACTIONS(1519), 1, anon_sym_EQ, - ACTIONS(1953), 1, + ACTIONS(1960), 1, anon_sym_BANG, - ACTIONS(1957), 1, + ACTIONS(1964), 1, anon_sym_QMARK, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1947), 2, + ACTIONS(1954), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1955), 3, + ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1949), 4, + ACTIONS(1956), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1951), 6, + ACTIONS(1958), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1510), 34, + ACTIONS(1517), 34, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -80901,48 +80135,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [2643] = 14, - ACTIONS(115), 1, + ACTIONS(117), 1, anon_sym_EQ, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1953), 1, + ACTIONS(1960), 1, anon_sym_BANG, - ACTIONS(1957), 1, + ACTIONS(1964), 1, anon_sym_QMARK, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1947), 2, + ACTIONS(1954), 2, anon_sym_as, anon_sym_is, - ACTIONS(1959), 2, + ACTIONS(1966), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1955), 3, + ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1949), 4, + ACTIONS(1956), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1951), 6, + ACTIONS(1958), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(113), 32, + ACTIONS(115), 32, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -80976,7 +80210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [2732] = 9, - ACTIONS(1917), 1, + ACTIONS(1924), 1, anon_sym_AMPdeprecated, STATE(1282), 1, sym_attr_list, @@ -80990,7 +80224,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -81000,7 +80234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -81010,7 +80244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(1961), 13, + ACTIONS(1968), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -81024,7 +80258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - ACTIONS(113), 20, + ACTIONS(115), 20, anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -81046,7 +80280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [2811] = 5, - ACTIONS(1963), 1, + ACTIONS(1970), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -81055,7 +80289,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(546), 9, + ACTIONS(551), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -81065,7 +80299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(544), 45, + ACTIONS(549), 45, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -81112,7 +80346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [2882] = 9, - ACTIONS(1917), 1, + ACTIONS(1924), 1, anon_sym_AMPdeprecated, STATE(1278), 1, sym_attr_list, @@ -81126,7 +80360,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -81136,7 +80370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(1484), 9, + ACTIONS(1491), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -81146,7 +80380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1961), 13, + ACTIONS(1968), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -81160,7 +80394,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - ACTIONS(1482), 20, + ACTIONS(1489), 20, anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -81182,58 +80416,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [2961] = 18, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1542), 1, + ACTIONS(1549), 1, anon_sym_LPAREN, - ACTIONS(1851), 1, + ACTIONS(1858), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(1953), 1, + ACTIONS(1960), 1, anon_sym_BANG, - ACTIONS(1957), 1, + ACTIONS(1964), 1, anon_sym_QMARK, - ACTIONS(1967), 1, + ACTIONS(1974), 1, anon_sym_EQ, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1947), 2, + ACTIONS(1954), 2, anon_sym_as, anon_sym_is, - ACTIONS(1959), 2, + ACTIONS(1966), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1965), 2, + ACTIONS(1972), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(1969), 2, + ACTIONS(1976), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1955), 3, + ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1949), 4, + ACTIONS(1956), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1951), 6, + ACTIONS(1958), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1482), 26, + ACTIONS(1489), 26, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -81261,56 +80495,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, [3058] = 17, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1542), 1, + ACTIONS(1549), 1, anon_sym_LPAREN, - ACTIONS(1953), 1, + ACTIONS(1960), 1, anon_sym_BANG, - ACTIONS(1957), 1, + ACTIONS(1964), 1, anon_sym_QMARK, - ACTIONS(1967), 1, + ACTIONS(1974), 1, anon_sym_EQ, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1947), 2, + ACTIONS(1954), 2, anon_sym_as, anon_sym_is, - ACTIONS(1959), 2, + ACTIONS(1966), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1965), 2, + ACTIONS(1972), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(1969), 2, + ACTIONS(1976), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1955), 3, + ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1949), 4, + ACTIONS(1956), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1951), 6, + ACTIONS(1958), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1472), 27, + ACTIONS(1479), 27, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -81339,23 +80573,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPwrite_expire, anon_sym_QMARK_DOLLAR, [3153] = 8, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1947), 2, + ACTIONS(1954), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(141), 9, + ACTIONS(143), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -81365,7 +80599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(135), 41, + ACTIONS(137), 41, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -81408,58 +80642,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [3230] = 18, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1542), 1, + ACTIONS(1549), 1, anon_sym_LPAREN, - ACTIONS(1851), 1, + ACTIONS(1858), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(1953), 1, + ACTIONS(1960), 1, anon_sym_BANG, - ACTIONS(1957), 1, + ACTIONS(1964), 1, anon_sym_QMARK, - ACTIONS(1967), 1, + ACTIONS(1974), 1, anon_sym_EQ, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1947), 2, + ACTIONS(1954), 2, anon_sym_as, anon_sym_is, - ACTIONS(1959), 2, + ACTIONS(1966), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1965), 2, + ACTIONS(1972), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(1969), 2, + ACTIONS(1976), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1955), 3, + ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1949), 4, + ACTIONS(1956), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1951), 6, + ACTIONS(1958), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(135), 26, + ACTIONS(137), 26, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -81487,54 +80721,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, [3327] = 16, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1953), 1, + ACTIONS(1960), 1, anon_sym_BANG, - ACTIONS(1957), 1, + ACTIONS(1964), 1, anon_sym_QMARK, - ACTIONS(1967), 1, + ACTIONS(1974), 1, anon_sym_EQ, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1947), 2, + ACTIONS(1954), 2, anon_sym_as, anon_sym_is, - ACTIONS(1959), 2, + ACTIONS(1966), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1965), 2, + ACTIONS(1972), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(1969), 2, + ACTIONS(1976), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1955), 3, + ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1949), 4, + ACTIONS(1956), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1951), 6, + ACTIONS(1958), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1482), 28, + ACTIONS(1489), 28, anon_sym_COLON, anon_sym_LPAREN, anon_sym_COMMA, @@ -81564,54 +80798,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPwrite_expire, anon_sym_QMARK_DOLLAR, [3420] = 16, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1953), 1, + ACTIONS(1960), 1, anon_sym_BANG, - ACTIONS(1957), 1, + ACTIONS(1964), 1, anon_sym_QMARK, - ACTIONS(1967), 1, + ACTIONS(1974), 1, anon_sym_EQ, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1947), 2, + ACTIONS(1954), 2, anon_sym_as, anon_sym_is, - ACTIONS(1959), 2, + ACTIONS(1966), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1965), 2, + ACTIONS(1972), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(1969), 2, + ACTIONS(1976), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1955), 3, + ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1949), 4, + ACTIONS(1956), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1951), 6, + ACTIONS(1958), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(113), 28, + ACTIONS(115), 28, anon_sym_COLON, anon_sym_LPAREN, anon_sym_COMMA, @@ -81641,27 +80875,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPwrite_expire, anon_sym_QMARK_DOLLAR, [3513] = 9, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1947), 2, + ACTIONS(1954), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1955), 3, + ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -81671,7 +80905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(113), 38, + ACTIONS(115), 38, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -81711,27 +80945,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [3592] = 9, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1947), 2, + ACTIONS(1954), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1955), 3, + ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1484), 9, + ACTIONS(1491), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -81741,7 +80975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1482), 38, + ACTIONS(1489), 38, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -81788,7 +81022,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1470), 9, + ACTIONS(1477), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -81798,7 +81032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1466), 45, + ACTIONS(1473), 45, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -81845,7 +81079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [3739] = 8, - ACTIONS(1917), 1, + ACTIONS(1924), 1, anon_sym_AMPdeprecated, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -81857,7 +81091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -81867,7 +81101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(1793), 9, + ACTIONS(1800), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -81877,7 +81111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1961), 13, + ACTIONS(1968), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -81891,7 +81125,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - ACTIONS(1791), 20, + ACTIONS(1798), 20, anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -81920,7 +81154,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1490), 9, + ACTIONS(1497), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -81930,7 +81164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1486), 45, + ACTIONS(1493), 45, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -81977,58 +81211,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, [3883] = 18, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1542), 1, + ACTIONS(1549), 1, anon_sym_LPAREN, - ACTIONS(1851), 1, + ACTIONS(1858), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(1928), 1, + ACTIONS(1935), 1, anon_sym_EQ, - ACTIONS(1932), 1, + ACTIONS(1939), 1, anon_sym_BANG, - ACTIONS(1936), 1, + ACTIONS(1943), 1, anon_sym_QMARK, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1478), 2, + ACTIONS(1485), 2, anon_sym_as, anon_sym_is, - ACTIONS(1924), 2, + ACTIONS(1931), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(1938), 2, + ACTIONS(1945), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1940), 2, + ACTIONS(1947), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1934), 3, + ACTIONS(1941), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1926), 4, + ACTIONS(1933), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1930), 6, + ACTIONS(1937), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1971), 24, + ACTIONS(1978), 24, anon_sym_SEMI, anon_sym_AMPdeprecated, anon_sym_AMPbroker_allow_complex_type, @@ -82054,58 +81288,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, [3978] = 18, - ACTIONS(1476), 1, + ACTIONS(1483), 1, anon_sym_LBRACK, - ACTIONS(1480), 1, + ACTIONS(1487), 1, anon_sym_DOLLAR, - ACTIONS(1542), 1, + ACTIONS(1549), 1, anon_sym_LPAREN, - ACTIONS(1851), 1, + ACTIONS(1858), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(1928), 1, + ACTIONS(1935), 1, anon_sym_EQ, - ACTIONS(1932), 1, + ACTIONS(1939), 1, anon_sym_BANG, - ACTIONS(1936), 1, + ACTIONS(1943), 1, anon_sym_QMARK, STATE(309), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1478), 2, + ACTIONS(1485), 2, anon_sym_as, anon_sym_is, - ACTIONS(1924), 2, + ACTIONS(1931), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(1938), 2, + ACTIONS(1945), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1940), 2, + ACTIONS(1947), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1934), 3, + ACTIONS(1941), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1926), 4, + ACTIONS(1933), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1930), 6, + ACTIONS(1937), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1973), 24, + ACTIONS(1980), 24, anon_sym_SEMI, anon_sym_AMPdeprecated, anon_sym_AMPbroker_allow_complex_type, @@ -82130,7 +81364,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [4073] = 37, + [4073] = 38, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -82149,25 +81383,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_token1, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(1975), 1, + ACTIONS(1982), 1, anon_sym_RPAREN, - ACTIONS(1977), 1, + ACTIONS(1984), 1, sym_id, STATE(836), 1, sym_string_directive, @@ -82199,9 +81437,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -82219,44 +81454,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [4199] = 34, - ACTIONS(1981), 1, + [4201] = 35, + ACTIONS(1988), 1, anon_sym_LBRACE, - ACTIONS(1984), 1, + ACTIONS(1991), 1, anon_sym_COLON, - ACTIONS(1986), 1, + ACTIONS(1993), 1, anon_sym_record, - ACTIONS(1989), 1, + ACTIONS(1996), 1, anon_sym_LPAREN, - ACTIONS(1992), 1, + ACTIONS(1999), 1, anon_sym_LBRACK, - ACTIONS(1995), 1, + ACTIONS(2002), 1, anon_sym_local, - ACTIONS(2001), 1, + ACTIONS(2008), 1, anon_sym_vector, - ACTIONS(2004), 1, + ACTIONS(2011), 1, anon_sym_function, - ACTIONS(2007), 1, + ACTIONS(2014), 1, anon_sym_hook, - ACTIONS(2010), 1, + ACTIONS(2017), 1, anon_sym_DOLLAR, - ACTIONS(2013), 1, + ACTIONS(2020), 1, anon_sym_PIPE, - ACTIONS(2022), 1, + ACTIONS(2029), 1, anon_sym_copy, - ACTIONS(2025), 1, + ACTIONS(2032), 1, anon_sym_schedule, - ACTIONS(2028), 1, + ACTIONS(2035), 1, aux_sym_constant_token1, - ACTIONS(2037), 1, + ACTIONS(2044), 1, sym_id, - ACTIONS(2040), 1, + ACTIONS(2047), 1, sym_pattern, - ACTIONS(2046), 1, + ACTIONS(2050), 1, + sym_ipv6, + ACTIONS(2053), 1, + sym_ipv4, + ACTIONS(2056), 1, sym_port, - ACTIONS(2049), 1, + ACTIONS(2059), 1, sym_floatp, - ACTIONS(2052), 1, + ACTIONS(2062), 1, aux_sym_string_token1, STATE(836), 1, sym_string_directive, @@ -82271,18 +81510,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1998), 2, + ACTIONS(2005), 2, anon_sym_table, anon_sym_set, - ACTIONS(2019), 2, + ACTIONS(2026), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2034), 2, + ACTIONS(2041), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(2043), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -82290,22 +81526,22 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1979), 4, + ACTIONS(1986), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - ACTIONS(2016), 4, + ACTIONS(2023), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2031), 4, + ACTIONS(2038), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [4319] = 37, + [4323] = 38, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -82324,25 +81560,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_token1, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(1977), 1, + ACTIONS(1984), 1, sym_id, - ACTIONS(2055), 1, + ACTIONS(2065), 1, anon_sym_RPAREN, STATE(836), 1, sym_string_directive, @@ -82374,9 +81614,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -82394,7 +81631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [4445] = 35, + [4451] = 36, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -82413,25 +81650,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2057), 1, + ACTIONS(2067), 1, anon_sym_type, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -82451,13 +81692,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -82475,12 +81713,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [4566] = 33, + [4574] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -82501,21 +81739,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -82539,9 +81781,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -82559,12 +81798,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2071), 4, + ACTIONS(2081), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - [4683] = 35, + [4693] = 36, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -82583,27 +81822,31 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1624), 1, + ACTIONS(1631), 1, anon_sym_RBRACK, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, - ACTIONS(2073), 1, + ACTIONS(2083), 1, anon_sym_COLON, STATE(836), 1, sym_string_directive, @@ -82623,13 +81866,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -82644,12 +81884,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [4803] = 34, + [4815] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -82670,23 +81910,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2075), 1, + ACTIONS(2085), 1, anon_sym_RBRACE, STATE(836), 1, sym_string_directive, @@ -82712,9 +81956,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -82732,7 +81973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [4920] = 34, + [4934] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -82751,25 +81992,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, - ACTIONS(2077), 1, + ACTIONS(2087), 1, anon_sym_COLON, STATE(836), 1, sym_string_directive, @@ -82789,13 +82034,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -82810,12 +82052,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [5037] = 34, + [5053] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -82836,23 +82078,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2079), 1, + ACTIONS(2089), 1, anon_sym_RPAREN, STATE(836), 1, sym_string_directive, @@ -82878,9 +82124,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -82898,7 +82141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [5154] = 34, + [5172] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -82919,23 +82162,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2081), 1, + ACTIONS(2091), 1, anon_sym_RPAREN, STATE(836), 1, sym_string_directive, @@ -82961,9 +82208,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -82981,7 +82225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [5271] = 34, + [5291] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -83002,23 +82246,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1624), 1, + ACTIONS(1631), 1, anon_sym_RBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -83044,9 +82292,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -83064,7 +82309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [5388] = 34, + [5410] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -83085,23 +82330,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2075), 1, + ACTIONS(2085), 1, anon_sym_RBRACK, STATE(836), 1, sym_string_directive, @@ -83127,9 +82376,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -83147,7 +82393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [5505] = 34, + [5529] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -83166,25 +82412,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, - ACTIONS(2083), 1, + ACTIONS(2093), 1, anon_sym_COLON, STATE(836), 1, sym_string_directive, @@ -83204,13 +82454,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -83225,12 +82472,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [5622] = 34, + [5648] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -83251,23 +82498,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2085), 1, + ACTIONS(2095), 1, anon_sym_RPAREN, STATE(836), 1, sym_string_directive, @@ -83293,9 +82544,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -83313,7 +82561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [5739] = 34, + [5767] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -83334,23 +82582,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2087), 1, + ACTIONS(2097), 1, anon_sym_RPAREN, STATE(836), 1, sym_string_directive, @@ -83376,9 +82628,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -83396,7 +82645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [5856] = 34, + [5886] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -83417,23 +82666,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2089), 1, + ACTIONS(2099), 1, anon_sym_RPAREN, STATE(836), 1, sym_string_directive, @@ -83459,9 +82712,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -83479,7 +82729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [5973] = 34, + [6005] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -83500,23 +82750,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1624), 1, + ACTIONS(1631), 1, anon_sym_RBRACK, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -83542,9 +82796,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -83562,7 +82813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [6090] = 34, + [6124] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -83583,23 +82834,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2091), 1, + ACTIONS(2101), 1, anon_sym_RPAREN, STATE(836), 1, sym_string_directive, @@ -83625,9 +82880,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -83645,7 +82897,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [6207] = 34, + [6243] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -83666,23 +82918,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2093), 1, + ACTIONS(2103), 1, anon_sym_RPAREN, STATE(836), 1, sym_string_directive, @@ -83708,9 +82964,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -83728,7 +82981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [6324] = 34, + [6362] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -83749,23 +83002,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2095), 1, + ACTIONS(2105), 1, anon_sym_RPAREN, STATE(836), 1, sym_string_directive, @@ -83791,9 +83048,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -83811,7 +83065,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [6441] = 34, + [6481] = 35, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -83832,23 +83086,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2097), 1, + ACTIONS(2107), 1, anon_sym_RPAREN, STATE(836), 1, sym_string_directive, @@ -83874,9 +83132,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -83894,7 +83149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [6558] = 33, + [6600] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -83915,25 +83170,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2099), 1, + ACTIONS(2109), 1, anon_sym_SEMI, - ACTIONS(2101), 1, + ACTIONS(2111), 1, anon_sym_when, STATE(836), 1, sym_string_directive, @@ -83955,9 +83214,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -83975,7 +83231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [6672] = 33, + [6716] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -83996,21 +83252,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -84036,9 +83296,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -84056,7 +83313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [6786] = 33, + [6832] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -84077,25 +83334,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2103), 1, + ACTIONS(2113), 1, anon_sym_SEMI, - ACTIONS(2105), 1, + ACTIONS(2115), 1, anon_sym_when, STATE(836), 1, sym_string_directive, @@ -84117,9 +83378,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -84137,7 +83395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [6900] = 33, + [6948] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -84158,25 +83416,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2107), 1, + ACTIONS(2117), 1, anon_sym_SEMI, - ACTIONS(2109), 1, + ACTIONS(2119), 1, anon_sym_when, STATE(836), 1, sym_string_directive, @@ -84198,9 +83460,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -84218,7 +83477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [7014] = 33, + [7064] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -84239,25 +83498,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2111), 1, + ACTIONS(2121), 1, anon_sym_SEMI, - ACTIONS(2113), 1, + ACTIONS(2123), 1, anon_sym_when, STATE(836), 1, sym_string_directive, @@ -84279,9 +83542,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -84299,7 +83559,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [7128] = 33, + [7180] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -84320,25 +83580,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2115), 1, + ACTIONS(2125), 1, anon_sym_SEMI, - ACTIONS(2117), 1, + ACTIONS(2127), 1, anon_sym_when, STATE(836), 1, sym_string_directive, @@ -84360,9 +83624,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -84380,7 +83641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [7242] = 33, + [7296] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -84401,21 +83662,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -84441,9 +83706,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -84461,7 +83723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [7356] = 33, + [7412] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -84482,21 +83744,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -84522,9 +83788,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -84542,7 +83805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [7470] = 33, + [7528] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -84561,25 +83824,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, - ACTIONS(2119), 1, + ACTIONS(2129), 1, anon_sym_COLON, STATE(836), 1, sym_string_directive, @@ -84597,13 +83864,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -84618,12 +83882,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [7584] = 33, + [7644] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -84644,25 +83908,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2121), 1, + ACTIONS(2131), 1, anon_sym_SEMI, - ACTIONS(2123), 1, + ACTIONS(2133), 1, anon_sym_when, STATE(836), 1, sym_string_directive, @@ -84684,9 +83952,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -84704,7 +83969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [7698] = 33, + [7760] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -84725,21 +83990,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -84765,9 +84034,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -84785,7 +84051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [7812] = 33, + [7876] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -84806,21 +84072,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -84846,9 +84116,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -84866,7 +84133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [7926] = 33, + [7992] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -84887,25 +84154,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2125), 1, + ACTIONS(2135), 1, anon_sym_SEMI, - ACTIONS(2127), 1, + ACTIONS(2137), 1, anon_sym_when, STATE(836), 1, sym_string_directive, @@ -84927,9 +84198,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -84947,7 +84215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [8040] = 33, + [8108] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -84968,21 +84236,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -85008,9 +84280,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -85028,7 +84297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [8154] = 33, + [8224] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -85049,25 +84318,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2129), 1, + ACTIONS(2139), 1, anon_sym_SEMI, - ACTIONS(2131), 1, + ACTIONS(2141), 1, anon_sym_when, STATE(836), 1, sym_string_directive, @@ -85089,9 +84362,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -85109,7 +84379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [8268] = 33, + [8340] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -85130,25 +84400,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2133), 1, + ACTIONS(2143), 1, anon_sym_SEMI, - ACTIONS(2135), 1, + ACTIONS(2145), 1, anon_sym_when, STATE(836), 1, sym_string_directive, @@ -85170,9 +84444,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -85190,7 +84461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [8382] = 33, + [8456] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -85211,25 +84482,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2137), 1, + ACTIONS(2147), 1, anon_sym_SEMI, - ACTIONS(2139), 1, + ACTIONS(2149), 1, anon_sym_when, STATE(836), 1, sym_string_directive, @@ -85251,9 +84526,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -85271,7 +84543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [8496] = 33, + [8572] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -85292,21 +84564,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -85332,9 +84608,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -85352,7 +84625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [8610] = 33, + [8688] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -85373,21 +84646,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -85413,9 +84690,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -85433,7 +84707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [8724] = 33, + [8804] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -85454,25 +84728,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2141), 1, + ACTIONS(2151), 1, anon_sym_SEMI, - ACTIONS(2143), 1, + ACTIONS(2153), 1, anon_sym_when, STATE(836), 1, sym_string_directive, @@ -85494,9 +84772,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -85514,7 +84789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [8838] = 33, + [8920] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -85535,21 +84810,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -85575,9 +84854,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -85595,7 +84871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [8952] = 33, + [9036] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -85616,21 +84892,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -85656,9 +84936,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -85676,7 +84953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [9066] = 33, + [9152] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -85697,21 +84974,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -85737,9 +85018,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -85757,7 +85035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [9180] = 33, + [9268] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -85778,21 +85056,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -85818,9 +85100,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -85838,7 +85117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [9294] = 33, + [9384] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -85859,25 +85138,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2145), 1, + ACTIONS(2155), 1, anon_sym_SEMI, - ACTIONS(2147), 1, + ACTIONS(2157), 1, anon_sym_when, STATE(836), 1, sym_string_directive, @@ -85899,9 +85182,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -85919,7 +85199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [9408] = 33, + [9500] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -85940,21 +85220,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -85980,9 +85264,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -86000,7 +85281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [9522] = 33, + [9616] = 34, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -86021,21 +85302,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -86061,9 +85346,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -86081,40 +85363,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [9636] = 27, - ACTIONS(2149), 1, + [9732] = 27, + ACTIONS(2159), 1, anon_sym_module, - ACTIONS(2151), 1, + ACTIONS(2161), 1, anon_sym_export, - ACTIONS(2153), 1, + ACTIONS(2163), 1, anon_sym_RBRACE, - ACTIONS(2155), 1, + ACTIONS(2165), 1, anon_sym_global, - ACTIONS(2157), 1, + ACTIONS(2167), 1, anon_sym_option, - ACTIONS(2159), 1, + ACTIONS(2169), 1, anon_sym_const, - ACTIONS(2161), 1, + ACTIONS(2171), 1, anon_sym_redef, - ACTIONS(2163), 1, + ACTIONS(2173), 1, anon_sym_type, - ACTIONS(2165), 1, + ACTIONS(2175), 1, anon_sym_event, - ACTIONS(2167), 1, + ACTIONS(2177), 1, anon_sym_function, - ACTIONS(2169), 1, + ACTIONS(2179), 1, anon_sym_hook, - ACTIONS(2171), 1, + ACTIONS(2181), 1, anon_sym_ATdeprecated, - ACTIONS(2173), 1, + ACTIONS(2183), 1, anon_sym_ATload, - ACTIONS(2177), 1, + ACTIONS(2187), 1, anon_sym_ATload_DASHplugin, - ACTIONS(2179), 1, + ACTIONS(2189), 1, anon_sym_ATprefixes, - ACTIONS(2181), 1, + ACTIONS(2191), 1, anon_sym_ATif, - ACTIONS(2187), 1, + ACTIONS(2197), 1, anon_sym_ATpragma, STATE(1821), 1, sym_pragma, @@ -86123,13 +85405,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2175), 2, + ACTIONS(2185), 2, anon_sym_ATload_DASHsigs, anon_sym_ATunload, - ACTIONS(2183), 2, + ACTIONS(2193), 2, anon_sym_ATifdef, anon_sym_ATifndef, - ACTIONS(2185), 2, + ACTIONS(2195), 2, anon_sym_ATendif, anon_sym_ATelse, STATE(929), 2, @@ -86155,40 +85437,40 @@ static const uint16_t ts_small_parse_table[] = { sym_type_decl, sym_func_decl, sym_preproc_directive, - [9737] = 27, - ACTIONS(2149), 1, + [9833] = 27, + ACTIONS(2159), 1, anon_sym_module, - ACTIONS(2151), 1, + ACTIONS(2161), 1, anon_sym_export, - ACTIONS(2155), 1, + ACTIONS(2165), 1, anon_sym_global, - ACTIONS(2157), 1, + ACTIONS(2167), 1, anon_sym_option, - ACTIONS(2159), 1, + ACTIONS(2169), 1, anon_sym_const, - ACTIONS(2161), 1, + ACTIONS(2171), 1, anon_sym_redef, - ACTIONS(2163), 1, + ACTIONS(2173), 1, anon_sym_type, - ACTIONS(2165), 1, + ACTIONS(2175), 1, anon_sym_event, - ACTIONS(2167), 1, + ACTIONS(2177), 1, anon_sym_function, - ACTIONS(2169), 1, + ACTIONS(2179), 1, anon_sym_hook, - ACTIONS(2171), 1, + ACTIONS(2181), 1, anon_sym_ATdeprecated, - ACTIONS(2173), 1, + ACTIONS(2183), 1, anon_sym_ATload, - ACTIONS(2177), 1, + ACTIONS(2187), 1, anon_sym_ATload_DASHplugin, - ACTIONS(2179), 1, + ACTIONS(2189), 1, anon_sym_ATprefixes, - ACTIONS(2181), 1, + ACTIONS(2191), 1, anon_sym_ATif, - ACTIONS(2187), 1, + ACTIONS(2197), 1, anon_sym_ATpragma, - ACTIONS(2189), 1, + ACTIONS(2199), 1, anon_sym_RBRACE, STATE(1821), 1, sym_pragma, @@ -86197,13 +85479,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2175), 2, + ACTIONS(2185), 2, anon_sym_ATload_DASHsigs, anon_sym_ATunload, - ACTIONS(2183), 2, + ACTIONS(2193), 2, anon_sym_ATifdef, anon_sym_ATifndef, - ACTIONS(2185), 2, + ACTIONS(2195), 2, anon_sym_ATendif, anon_sym_ATelse, STATE(927), 2, @@ -86229,20 +85511,20 @@ static const uint16_t ts_small_parse_table[] = { sym_type_decl, sym_func_decl, sym_preproc_directive, - [9838] = 5, - ACTIONS(2191), 1, + [9934] = 5, + ACTIONS(2201), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1504), 2, + ACTIONS(1511), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1502), 38, + ACTIONS(1509), 38, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -86281,7 +85563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [9895] = 32, + [9991] = 33, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -86302,23 +85584,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2193), 1, + ACTIONS(2203), 1, anon_sym_RBRACK, STATE(836), 1, sym_string_directive, @@ -86340,9 +85626,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -86360,7 +85643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [10006] = 32, + [10104] = 33, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -86381,23 +85664,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2195), 1, + ACTIONS(2205), 1, anon_sym_RBRACK, STATE(836), 1, sym_string_directive, @@ -86419,9 +85706,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -86439,7 +85723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [10117] = 32, + [10217] = 33, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -86460,23 +85744,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2197), 1, + ACTIONS(2207), 1, anon_sym_RBRACK, STATE(836), 1, sym_string_directive, @@ -86498,9 +85786,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -86518,40 +85803,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [10228] = 27, - ACTIONS(2149), 1, + [10330] = 27, + ACTIONS(2159), 1, anon_sym_module, - ACTIONS(2151), 1, + ACTIONS(2161), 1, anon_sym_export, - ACTIONS(2155), 1, + ACTIONS(2165), 1, anon_sym_global, - ACTIONS(2157), 1, + ACTIONS(2167), 1, anon_sym_option, - ACTIONS(2159), 1, + ACTIONS(2169), 1, anon_sym_const, - ACTIONS(2161), 1, + ACTIONS(2171), 1, anon_sym_redef, - ACTIONS(2163), 1, + ACTIONS(2173), 1, anon_sym_type, - ACTIONS(2165), 1, + ACTIONS(2175), 1, anon_sym_event, - ACTIONS(2167), 1, + ACTIONS(2177), 1, anon_sym_function, - ACTIONS(2169), 1, + ACTIONS(2179), 1, anon_sym_hook, - ACTIONS(2171), 1, + ACTIONS(2181), 1, anon_sym_ATdeprecated, - ACTIONS(2173), 1, + ACTIONS(2183), 1, anon_sym_ATload, - ACTIONS(2177), 1, + ACTIONS(2187), 1, anon_sym_ATload_DASHplugin, - ACTIONS(2179), 1, + ACTIONS(2189), 1, anon_sym_ATprefixes, - ACTIONS(2181), 1, + ACTIONS(2191), 1, anon_sym_ATif, - ACTIONS(2187), 1, + ACTIONS(2197), 1, anon_sym_ATpragma, - ACTIONS(2199), 1, + ACTIONS(2209), 1, anon_sym_RBRACE, STATE(1821), 1, sym_pragma, @@ -86560,13 +85845,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2175), 2, + ACTIONS(2185), 2, anon_sym_ATload_DASHsigs, anon_sym_ATunload, - ACTIONS(2183), 2, + ACTIONS(2193), 2, anon_sym_ATifdef, anon_sym_ATifndef, - ACTIONS(2185), 2, + ACTIONS(2195), 2, anon_sym_ATendif, anon_sym_ATelse, STATE(931), 2, @@ -86592,7 +85877,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_decl, sym_func_decl, sym_preproc_directive, - [10329] = 32, + [10431] = 33, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -86613,23 +85898,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2201), 1, + ACTIONS(2211), 1, anon_sym_RBRACK, STATE(836), 1, sym_string_directive, @@ -86651,9 +85940,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -86671,40 +85957,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [10440] = 27, - ACTIONS(2149), 1, + [10544] = 27, + ACTIONS(2159), 1, anon_sym_module, - ACTIONS(2151), 1, + ACTIONS(2161), 1, anon_sym_export, - ACTIONS(2155), 1, + ACTIONS(2165), 1, anon_sym_global, - ACTIONS(2157), 1, + ACTIONS(2167), 1, anon_sym_option, - ACTIONS(2159), 1, + ACTIONS(2169), 1, anon_sym_const, - ACTIONS(2161), 1, + ACTIONS(2171), 1, anon_sym_redef, - ACTIONS(2163), 1, + ACTIONS(2173), 1, anon_sym_type, - ACTIONS(2165), 1, + ACTIONS(2175), 1, anon_sym_event, - ACTIONS(2167), 1, + ACTIONS(2177), 1, anon_sym_function, - ACTIONS(2169), 1, + ACTIONS(2179), 1, anon_sym_hook, - ACTIONS(2171), 1, + ACTIONS(2181), 1, anon_sym_ATdeprecated, - ACTIONS(2173), 1, + ACTIONS(2183), 1, anon_sym_ATload, - ACTIONS(2177), 1, + ACTIONS(2187), 1, anon_sym_ATload_DASHplugin, - ACTIONS(2179), 1, + ACTIONS(2189), 1, anon_sym_ATprefixes, - ACTIONS(2181), 1, + ACTIONS(2191), 1, anon_sym_ATif, - ACTIONS(2187), 1, + ACTIONS(2197), 1, anon_sym_ATpragma, - ACTIONS(2203), 1, + ACTIONS(2213), 1, anon_sym_RBRACE, STATE(1821), 1, sym_pragma, @@ -86713,13 +85999,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2175), 2, + ACTIONS(2185), 2, anon_sym_ATload_DASHsigs, anon_sym_ATunload, - ACTIONS(2183), 2, + ACTIONS(2193), 2, anon_sym_ATifdef, anon_sym_ATifndef, - ACTIONS(2185), 2, + ACTIONS(2195), 2, anon_sym_ATendif, anon_sym_ATelse, STATE(931), 2, @@ -86745,7 +86031,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_decl, sym_func_decl, sym_preproc_directive, - [10541] = 32, + [10645] = 33, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -86766,23 +86052,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2205), 1, + ACTIONS(2215), 1, anon_sym_RBRACK, STATE(836), 1, sym_string_directive, @@ -86804,9 +86094,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -86824,40 +86111,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [10652] = 27, - ACTIONS(143), 1, + [10758] = 27, + ACTIONS(145), 1, anon_sym_RBRACE, - ACTIONS(2207), 1, + ACTIONS(2217), 1, anon_sym_module, - ACTIONS(2210), 1, + ACTIONS(2220), 1, anon_sym_export, - ACTIONS(2213), 1, + ACTIONS(2223), 1, anon_sym_global, - ACTIONS(2216), 1, + ACTIONS(2226), 1, anon_sym_option, - ACTIONS(2219), 1, + ACTIONS(2229), 1, anon_sym_const, - ACTIONS(2222), 1, + ACTIONS(2232), 1, anon_sym_redef, - ACTIONS(2225), 1, + ACTIONS(2235), 1, anon_sym_type, - ACTIONS(2228), 1, + ACTIONS(2238), 1, anon_sym_event, - ACTIONS(2231), 1, + ACTIONS(2241), 1, anon_sym_function, - ACTIONS(2234), 1, + ACTIONS(2244), 1, anon_sym_hook, - ACTIONS(2237), 1, + ACTIONS(2247), 1, anon_sym_ATdeprecated, - ACTIONS(2240), 1, + ACTIONS(2250), 1, anon_sym_ATload, - ACTIONS(2246), 1, + ACTIONS(2256), 1, anon_sym_ATload_DASHplugin, - ACTIONS(2249), 1, + ACTIONS(2259), 1, anon_sym_ATprefixes, - ACTIONS(2252), 1, + ACTIONS(2262), 1, anon_sym_ATif, - ACTIONS(2261), 1, + ACTIONS(2271), 1, anon_sym_ATpragma, STATE(1821), 1, sym_pragma, @@ -86866,13 +86153,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2243), 2, + ACTIONS(2253), 2, anon_sym_ATload_DASHsigs, anon_sym_ATunload, - ACTIONS(2255), 2, + ACTIONS(2265), 2, anon_sym_ATifdef, anon_sym_ATifndef, - ACTIONS(2258), 2, + ACTIONS(2268), 2, anon_sym_ATendif, anon_sym_ATelse, STATE(931), 2, @@ -86898,7 +86185,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_decl, sym_func_decl, sym_preproc_directive, - [10753] = 32, + [10859] = 33, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -86919,23 +86206,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2264), 1, + ACTIONS(2274), 1, anon_sym_RBRACK, STATE(836), 1, sym_string_directive, @@ -86957,9 +86248,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -86977,42 +86265,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [10864] = 31, - ACTIONS(766), 1, + [10972] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2266), 1, + ACTIONS(2276), 1, anon_sym_local, - ACTIONS(2270), 1, + ACTIONS(2280), 1, anon_sym_hook, - ACTIONS(2272), 1, + ACTIONS(2282), 1, anon_sym_DOLLAR, STATE(291), 1, sym_integer, @@ -87025,16 +86317,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2268), 2, + ACTIONS(2278), 2, anon_sym_table, anon_sym_set, - ACTIONS(2276), 2, + ACTIONS(2286), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -87044,17 +86333,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2274), 4, + ACTIONS(2284), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [10972] = 31, + [11082] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -87075,21 +86364,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -87111,9 +86404,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -87131,7 +86421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [11080] = 31, + [11192] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -87152,21 +86442,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -87188,9 +86482,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -87208,7 +86499,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [11188] = 31, + [11302] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -87227,23 +86518,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_token1, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2278), 1, + ACTIONS(2288), 1, sym_id, STATE(836), 1, sym_string_directive, @@ -87265,9 +86560,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -87285,42 +86577,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [11296] = 31, - ACTIONS(766), 1, + [11412] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(778), 1, + ACTIONS(783), 1, anon_sym_local, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_hook, - ACTIONS(794), 1, + ACTIONS(799), 1, anon_sym_DOLLAR, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, STATE(291), 1, sym_integer, @@ -87333,18 +86629,144 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(780), 2, + ACTIONS(785), 2, anon_sym_table, anon_sym_set, - ACTIONS(800), 2, + ACTIONS(805), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, + STATE(304), 2, + sym_interval, + sym_string, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(803), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(813), 4, + anon_sym_T, + anon_sym_F, + sym_hex, + sym_hostname, + [11522] = 5, + ACTIONS(1773), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(1477), 2, + anon_sym_ATload, + anon_sym_ATif, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(1473), 37, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_AMPdeprecated, + anon_sym_AMPbroker_allow_complex_type, + anon_sym_AMPerror_handler, + anon_sym_AMPis_assigned, + anon_sym_AMPis_used, + anon_sym_AMPlog, + anon_sym_AMPoptional, + anon_sym_AMPordered, + anon_sym_AMPraw_output, + anon_sym_AMPredef, + anon_sym_AMPadd_func, + anon_sym_AMPbackend, + anon_sym_AMPbroker_store, + anon_sym_AMPcreate_expire, + anon_sym_AMPdefault, + anon_sym_AMPdelete_func, + anon_sym_AMPexpire_func, + anon_sym_AMPgroup, + anon_sym_AMPon_change, + anon_sym_AMPpriority, + anon_sym_AMPread_expire, + anon_sym_AMPtype_column, + anon_sym_AMPwrite_expire, + anon_sym_ATdeprecated, + anon_sym_ATload_DASHsigs, + anon_sym_ATload_DASHplugin, + anon_sym_ATunload, + anon_sym_ATprefixes, + anon_sym_ATifdef, + anon_sym_ATifndef, + anon_sym_ATendif, + anon_sym_ATelse, + anon_sym_ATpragma, + [11578] = 32, + ACTIONS(771), 1, + anon_sym_LBRACE, + ACTIONS(777), 1, + anon_sym_record, + ACTIONS(779), 1, + anon_sym_LPAREN, + ACTIONS(781), 1, + anon_sym_LBRACK, + ACTIONS(783), 1, + anon_sym_local, + ACTIONS(787), 1, + anon_sym_vector, + ACTIONS(789), 1, + anon_sym_function, + ACTIONS(791), 1, + anon_sym_hook, + ACTIONS(799), 1, + anon_sym_DOLLAR, + ACTIONS(801), 1, + anon_sym_PIPE, + ACTIONS(807), 1, + anon_sym_copy, + ACTIONS(809), 1, + anon_sym_schedule, + ACTIONS(811), 1, + aux_sym_constant_token1, + ACTIONS(817), 1, + sym_id, + ACTIONS(819), 1, + sym_pattern, + ACTIONS(821), 1, sym_ipv6, + ACTIONS(823), 1, sym_ipv4, + ACTIONS(825), 1, + sym_port, + ACTIONS(827), 1, + sym_floatp, + ACTIONS(829), 1, + aux_sym_string_token1, + STATE(291), 1, + sym_integer, + STATE(299), 1, + sym_string_directive, + STATE(312), 1, + sym_constant, + STATE(838), 1, + sym_expr, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(785), 2, + anon_sym_table, + anon_sym_set, + ACTIONS(805), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(815), 2, + anon_sym_ATDIR, + anon_sym_ATFILENAME, STATE(304), 2, sym_interval, sym_string, @@ -87352,30 +86774,108 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(798), 4, + ACTIONS(803), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(813), 4, + anon_sym_T, + anon_sym_F, + sym_hex, + sym_hostname, + [11688] = 32, + ACTIONS(25), 1, + anon_sym_record, + ACTIONS(35), 1, + anon_sym_LPAREN, + ACTIONS(59), 1, + anon_sym_vector, + ACTIONS(65), 1, + anon_sym_DOLLAR, + ACTIONS(67), 1, + anon_sym_PIPE, + ACTIONS(73), 1, + anon_sym_copy, + ACTIONS(75), 1, + anon_sym_schedule, + ACTIONS(77), 1, + aux_sym_constant_token1, + ACTIONS(101), 1, + sym_id, + ACTIONS(103), 1, + sym_pattern, + ACTIONS(105), 1, + sym_ipv6, + ACTIONS(107), 1, + sym_ipv4, + ACTIONS(109), 1, + sym_port, + ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, + aux_sym_string_token1, + ACTIONS(119), 1, + anon_sym_local, + ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, + anon_sym_hook, + ACTIONS(135), 1, + anon_sym_LBRACE, + ACTIONS(1633), 1, + anon_sym_LBRACK, + STATE(836), 1, + sym_string_directive, + STATE(1258), 1, + sym_integer, + STATE(1286), 1, + sym_constant, + STATE(1304), 1, + sym_expr, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(57), 2, + anon_sym_table, + anon_sym_set, + ACTIONS(71), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(99), 2, + anon_sym_ATDIR, + anon_sym_ATFILENAME, + STATE(1268), 2, + sym_interval, + sym_string, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(69), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(808), 4, + ACTIONS(79), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [11404] = 5, - ACTIONS(1766), 1, + [11798] = 5, + ACTIONS(2290), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1470), 2, + ACTIONS(1497), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1466), 37, + ACTIONS(1493), 37, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RPAREN, @@ -87413,247 +86913,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [11460] = 31, - ACTIONS(766), 1, + [11854] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(778), 1, + ACTIONS(783), 1, anon_sym_local, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_hook, - ACTIONS(794), 1, + ACTIONS(799), 1, anon_sym_DOLLAR, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, - sym_port, - ACTIONS(820), 1, - sym_floatp, - ACTIONS(822), 1, - aux_sym_string_token1, - STATE(291), 1, - sym_integer, - STATE(299), 1, - sym_string_directive, - STATE(312), 1, - sym_constant, - STATE(838), 1, - sym_expr, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(780), 2, - anon_sym_table, - anon_sym_set, - ACTIONS(800), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(810), 2, - anon_sym_ATDIR, - anon_sym_ATFILENAME, - ACTIONS(816), 2, + ACTIONS(821), 1, sym_ipv6, + ACTIONS(823), 1, sym_ipv4, - STATE(304), 2, - sym_interval, - sym_string, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(798), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(808), 4, - anon_sym_T, - anon_sym_F, - sym_hex, - sym_hostname, - [11568] = 31, - ACTIONS(25), 1, - anon_sym_record, - ACTIONS(35), 1, - anon_sym_LPAREN, - ACTIONS(59), 1, - anon_sym_vector, - ACTIONS(65), 1, - anon_sym_DOLLAR, - ACTIONS(67), 1, - anon_sym_PIPE, - ACTIONS(73), 1, - anon_sym_copy, - ACTIONS(75), 1, - anon_sym_schedule, - ACTIONS(77), 1, - aux_sym_constant_token1, - ACTIONS(101), 1, - sym_id, - ACTIONS(103), 1, - sym_pattern, - ACTIONS(107), 1, + ACTIONS(825), 1, sym_port, - ACTIONS(109), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(111), 1, - aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, - ACTIONS(119), 1, - anon_sym_function, - ACTIONS(121), 1, - anon_sym_hook, - ACTIONS(133), 1, - anon_sym_LBRACE, - ACTIONS(1626), 1, - anon_sym_LBRACK, - STATE(836), 1, - sym_string_directive, - STATE(1258), 1, - sym_integer, - STATE(1286), 1, - sym_constant, - STATE(1304), 1, - sym_expr, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(57), 2, - anon_sym_table, - anon_sym_set, - ACTIONS(71), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(99), 2, - anon_sym_ATDIR, - anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - STATE(1268), 2, - sym_interval, - sym_string, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(69), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(79), 4, - anon_sym_T, - anon_sym_F, - sym_hex, - sym_hostname, - [11676] = 5, - ACTIONS(2280), 1, - anon_sym_COLON, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(1490), 2, - anon_sym_ATload, - anon_sym_ATif, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(1486), 37, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_AMPdeprecated, - anon_sym_AMPbroker_allow_complex_type, - anon_sym_AMPerror_handler, - anon_sym_AMPis_assigned, - anon_sym_AMPis_used, - anon_sym_AMPlog, - anon_sym_AMPoptional, - anon_sym_AMPordered, - anon_sym_AMPraw_output, - anon_sym_AMPredef, - anon_sym_AMPadd_func, - anon_sym_AMPbackend, - anon_sym_AMPbroker_store, - anon_sym_AMPcreate_expire, - anon_sym_AMPdefault, - anon_sym_AMPdelete_func, - anon_sym_AMPexpire_func, - anon_sym_AMPgroup, - anon_sym_AMPon_change, - anon_sym_AMPpriority, - anon_sym_AMPread_expire, - anon_sym_AMPtype_column, - anon_sym_AMPwrite_expire, - anon_sym_ATdeprecated, - anon_sym_ATload_DASHsigs, - anon_sym_ATload_DASHplugin, - anon_sym_ATunload, - anon_sym_ATprefixes, - anon_sym_ATifdef, - anon_sym_ATifndef, - anon_sym_ATendif, - anon_sym_ATelse, - anon_sym_ATpragma, - [11732] = 31, - ACTIONS(766), 1, - anon_sym_LBRACE, - ACTIONS(772), 1, - anon_sym_record, - ACTIONS(774), 1, - anon_sym_LPAREN, - ACTIONS(776), 1, - anon_sym_LBRACK, - ACTIONS(778), 1, - anon_sym_local, - ACTIONS(782), 1, - anon_sym_vector, - ACTIONS(784), 1, - anon_sym_function, - ACTIONS(786), 1, - anon_sym_hook, - ACTIONS(794), 1, - anon_sym_DOLLAR, - ACTIONS(796), 1, - anon_sym_PIPE, - ACTIONS(802), 1, - anon_sym_copy, - ACTIONS(804), 1, - anon_sym_schedule, - ACTIONS(806), 1, - aux_sym_constant_token1, - ACTIONS(812), 1, - sym_id, - ACTIONS(814), 1, - sym_pattern, - ACTIONS(818), 1, - sym_port, - ACTIONS(820), 1, - sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, STATE(291), 1, sym_integer, @@ -87666,18 +86965,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(780), 2, + ACTIONS(785), 2, anon_sym_table, anon_sym_set, - ACTIONS(800), 2, + ACTIONS(805), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, STATE(304), 2, sym_interval, sym_string, @@ -87685,52 +86981,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(798), 4, + ACTIONS(803), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [11840] = 31, - ACTIONS(766), 1, + [11964] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(778), 1, + ACTIONS(783), 1, anon_sym_local, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_hook, - ACTIONS(794), 1, + ACTIONS(799), 1, anon_sym_DOLLAR, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, STATE(291), 1, sym_integer, @@ -87743,18 +87043,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(780), 2, + ACTIONS(785), 2, anon_sym_table, anon_sym_set, - ACTIONS(800), 2, + ACTIONS(805), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, STATE(304), 2, sym_interval, sym_string, @@ -87762,52 +87059,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(798), 4, + ACTIONS(803), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [11948] = 31, - ACTIONS(766), 1, + [12074] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(778), 1, + ACTIONS(783), 1, anon_sym_local, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_hook, - ACTIONS(794), 1, + ACTIONS(799), 1, anon_sym_DOLLAR, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, STATE(291), 1, sym_integer, @@ -87820,18 +87121,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(780), 2, + ACTIONS(785), 2, anon_sym_table, anon_sym_set, - ACTIONS(800), 2, + ACTIONS(805), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, STATE(304), 2, sym_interval, sym_string, @@ -87839,52 +87137,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(798), 4, + ACTIONS(803), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [12056] = 31, - ACTIONS(766), 1, + [12184] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(778), 1, + ACTIONS(783), 1, anon_sym_local, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_hook, - ACTIONS(794), 1, + ACTIONS(799), 1, anon_sym_DOLLAR, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, STATE(291), 1, sym_integer, @@ -87897,18 +87199,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(780), 2, + ACTIONS(785), 2, anon_sym_table, anon_sym_set, - ACTIONS(800), 2, + ACTIONS(805), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, STATE(304), 2, sym_interval, sym_string, @@ -87916,30 +87215,30 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(798), 4, + ACTIONS(803), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [12164] = 5, - ACTIONS(2282), 1, + [12294] = 5, + ACTIONS(2292), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(546), 2, + ACTIONS(551), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(544), 37, + ACTIONS(549), 37, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RPAREN, @@ -87977,42 +87276,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [12220] = 31, - ACTIONS(766), 1, + [12350] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(778), 1, + ACTIONS(783), 1, anon_sym_local, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_hook, - ACTIONS(794), 1, + ACTIONS(799), 1, anon_sym_DOLLAR, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, STATE(291), 1, sym_integer, @@ -88025,18 +87328,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(780), 2, + ACTIONS(785), 2, anon_sym_table, anon_sym_set, - ACTIONS(800), 2, + ACTIONS(805), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, STATE(304), 2, sym_interval, sym_string, @@ -88044,17 +87344,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(798), 4, + ACTIONS(803), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [12328] = 31, + [12460] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -88075,21 +87375,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -88111,9 +87415,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -88131,7 +87432,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [12436] = 31, + [12570] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -88152,21 +87453,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -88188,9 +87493,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -88208,7 +87510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [12544] = 31, + [12680] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -88229,21 +87531,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -88265,9 +87571,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -88285,7 +87588,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [12652] = 31, + [12790] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -88306,21 +87609,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -88342,9 +87649,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -88362,7 +87666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [12760] = 31, + [12900] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -88383,21 +87687,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -88419,9 +87727,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -88439,7 +87744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [12868] = 31, + [13010] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -88456,25 +87761,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -88490,13 +87799,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -88511,12 +87817,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [12976] = 31, + [13120] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -88533,25 +87839,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -88567,13 +87877,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -88588,47 +87895,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [13084] = 31, - ACTIONS(766), 1, + [13230] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(778), 1, + ACTIONS(783), 1, anon_sym_local, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_hook, - ACTIONS(794), 1, + ACTIONS(799), 1, anon_sym_DOLLAR, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, STATE(291), 1, sym_integer, @@ -88641,18 +87952,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(780), 2, + ACTIONS(785), 2, anon_sym_table, anon_sym_set, - ACTIONS(800), 2, + ACTIONS(805), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, STATE(304), 2, sym_interval, sym_string, @@ -88660,17 +87968,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(798), 4, + ACTIONS(803), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [13192] = 31, + [13340] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -88691,21 +87999,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -88727,9 +88039,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -88747,7 +88056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [13300] = 31, + [13450] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -88768,21 +88077,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -88804,9 +88117,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -88824,7 +88134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [13408] = 31, + [13560] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -88845,21 +88155,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -88881,9 +88195,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -88901,7 +88212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [13516] = 31, + [13670] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -88918,25 +88229,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -88952,13 +88267,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -88973,12 +88285,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [13624] = 31, + [13780] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -88995,25 +88307,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -89029,167 +88345,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, - anon_sym_table, - anon_sym_set, - ACTIONS(2296), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1268), 2, - sym_interval, - sym_string, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(79), 4, - anon_sym_T, - anon_sym_F, - sym_hex, - sym_hostname, - ACTIONS(2294), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG, - anon_sym_TILDE, - [13732] = 31, - ACTIONS(25), 1, - anon_sym_record, - ACTIONS(35), 1, - anon_sym_LPAREN, - ACTIONS(59), 1, - anon_sym_vector, - ACTIONS(73), 1, - anon_sym_copy, - ACTIONS(75), 1, - anon_sym_schedule, - ACTIONS(77), 1, - aux_sym_constant_token1, - ACTIONS(101), 1, - sym_id, - ACTIONS(103), 1, - sym_pattern, - ACTIONS(107), 1, - sym_port, - ACTIONS(109), 1, - sym_floatp, - ACTIONS(111), 1, - aux_sym_string_token1, - ACTIONS(119), 1, - anon_sym_function, - ACTIONS(133), 1, - anon_sym_LBRACE, - ACTIONS(1626), 1, - anon_sym_LBRACK, - ACTIONS(2284), 1, - anon_sym_local, - ACTIONS(2288), 1, - anon_sym_hook, - ACTIONS(2290), 1, - anon_sym_DOLLAR, - ACTIONS(2292), 1, - anon_sym_PIPE, - STATE(836), 1, - sym_string_directive, - STATE(1258), 1, - sym_integer, - STATE(1283), 1, - sym_expr, - STATE(1286), 1, - sym_constant, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(99), 2, - anon_sym_ATDIR, - anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, - anon_sym_table, - anon_sym_set, ACTIONS(2296), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1268), 2, - sym_interval, - sym_string, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(79), 4, - anon_sym_T, - anon_sym_F, - sym_hex, - sym_hostname, - ACTIONS(2294), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG, - anon_sym_TILDE, - [13840] = 31, - ACTIONS(25), 1, - anon_sym_record, - ACTIONS(35), 1, - anon_sym_LPAREN, - ACTIONS(59), 1, - anon_sym_vector, - ACTIONS(67), 1, - anon_sym_PIPE, - ACTIONS(73), 1, - anon_sym_copy, - ACTIONS(75), 1, - anon_sym_schedule, - ACTIONS(77), 1, - aux_sym_constant_token1, - ACTIONS(101), 1, - sym_id, - ACTIONS(103), 1, - sym_pattern, - ACTIONS(107), 1, - sym_port, - ACTIONS(109), 1, - sym_floatp, - ACTIONS(111), 1, - aux_sym_string_token1, - ACTIONS(119), 1, - anon_sym_function, - ACTIONS(133), 1, - anon_sym_LBRACE, - ACTIONS(1626), 1, - anon_sym_LBRACK, - ACTIONS(2059), 1, - anon_sym_local, - ACTIONS(2063), 1, - anon_sym_hook, - ACTIONS(2065), 1, - anon_sym_DOLLAR, - STATE(836), 1, - sym_string_directive, - STATE(1258), 1, - sym_integer, - STATE(1286), 1, - sym_constant, - STATE(1558), 1, - sym_expr, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(99), 2, - anon_sym_ATDIR, - anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -89204,12 +88363,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [13948] = 31, + [13890] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -89226,25 +88385,185 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, + sym_ipv4, + ACTIONS(109), 1, sym_port, + ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, + aux_sym_string_token1, + ACTIONS(121), 1, + anon_sym_function, + ACTIONS(135), 1, + anon_sym_LBRACE, + ACTIONS(1633), 1, + anon_sym_LBRACK, + ACTIONS(2294), 1, + anon_sym_local, + ACTIONS(2298), 1, + anon_sym_hook, + ACTIONS(2300), 1, + anon_sym_DOLLAR, + ACTIONS(2302), 1, + anon_sym_PIPE, + STATE(836), 1, + sym_string_directive, + STATE(1258), 1, + sym_integer, + STATE(1283), 1, + sym_expr, + STATE(1286), 1, + sym_constant, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(99), 2, + anon_sym_ATDIR, + anon_sym_ATFILENAME, + ACTIONS(2296), 2, + anon_sym_table, + anon_sym_set, + ACTIONS(2306), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1268), 2, + sym_interval, + sym_string, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(79), 4, + anon_sym_T, + anon_sym_F, + sym_hex, + sym_hostname, + ACTIONS(2304), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG, + anon_sym_TILDE, + [14000] = 32, + ACTIONS(25), 1, + anon_sym_record, + ACTIONS(35), 1, + anon_sym_LPAREN, + ACTIONS(59), 1, + anon_sym_vector, + ACTIONS(67), 1, + anon_sym_PIPE, + ACTIONS(73), 1, + anon_sym_copy, + ACTIONS(75), 1, + anon_sym_schedule, + ACTIONS(77), 1, + aux_sym_constant_token1, + ACTIONS(101), 1, + sym_id, + ACTIONS(103), 1, + sym_pattern, + ACTIONS(105), 1, + sym_ipv6, + ACTIONS(107), 1, + sym_ipv4, ACTIONS(109), 1, + sym_port, + ACTIONS(111), 1, sym_floatp, + ACTIONS(113), 1, + aux_sym_string_token1, + ACTIONS(121), 1, + anon_sym_function, + ACTIONS(135), 1, + anon_sym_LBRACE, + ACTIONS(1633), 1, + anon_sym_LBRACK, + ACTIONS(2069), 1, + anon_sym_local, + ACTIONS(2073), 1, + anon_sym_hook, + ACTIONS(2075), 1, + anon_sym_DOLLAR, + STATE(836), 1, + sym_string_directive, + STATE(1258), 1, + sym_integer, + STATE(1286), 1, + sym_constant, + STATE(1558), 1, + sym_expr, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(99), 2, + anon_sym_ATDIR, + anon_sym_ATFILENAME, + ACTIONS(2071), 2, + anon_sym_table, + anon_sym_set, + ACTIONS(2079), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1268), 2, + sym_interval, + sym_string, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(79), 4, + anon_sym_T, + anon_sym_F, + sym_hex, + sym_hostname, + ACTIONS(2077), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG, + anon_sym_TILDE, + [14110] = 32, + ACTIONS(25), 1, + anon_sym_record, + ACTIONS(35), 1, + anon_sym_LPAREN, + ACTIONS(59), 1, + anon_sym_vector, + ACTIONS(73), 1, + anon_sym_copy, + ACTIONS(75), 1, + anon_sym_schedule, + ACTIONS(77), 1, + aux_sym_constant_token1, + ACTIONS(101), 1, + sym_id, + ACTIONS(103), 1, + sym_pattern, + ACTIONS(105), 1, + sym_ipv6, + ACTIONS(107), 1, + sym_ipv4, + ACTIONS(109), 1, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -89260,13 +88579,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -89281,12 +88597,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [14056] = 31, + [14220] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -89303,25 +88619,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -89337,13 +88657,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -89358,12 +88675,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [14164] = 31, + [14330] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -89384,21 +88701,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -89420,9 +88741,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -89440,7 +88758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [14272] = 31, + [14440] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -89457,25 +88775,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -89491,13 +88813,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -89512,12 +88831,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [14380] = 31, + [14550] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -89534,25 +88853,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -89568,13 +88891,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -89589,12 +88909,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [14488] = 31, + [14660] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -89611,25 +88931,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -89645,13 +88969,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -89666,12 +88987,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [14596] = 31, + [14770] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -89692,21 +89013,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -89728,9 +89053,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -89748,7 +89070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [14704] = 31, + [14880] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -89769,21 +89091,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -89805,9 +89131,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -89825,7 +89148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [14812] = 31, + [14990] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -89842,25 +89165,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -89876,13 +89203,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -89897,12 +89221,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [14920] = 31, + [15100] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -89923,21 +89247,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -89959,9 +89287,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -89979,7 +89304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [15028] = 31, + [15210] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -90000,21 +89325,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -90036,9 +89365,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -90056,7 +89382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [15136] = 31, + [15320] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -90077,21 +89403,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -90113,9 +89443,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -90133,7 +89460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [15244] = 31, + [15430] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -90154,21 +89481,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -90190,9 +89521,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -90210,7 +89538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [15352] = 31, + [15540] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -90231,21 +89559,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -90267,9 +89599,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -90287,7 +89616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [15460] = 31, + [15650] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -90308,21 +89637,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -90344,9 +89677,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -90364,7 +89694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [15568] = 31, + [15760] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -90385,21 +89715,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -90421,9 +89755,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -90441,7 +89772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [15676] = 31, + [15870] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -90462,21 +89793,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -90498,9 +89833,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -90518,7 +89850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [15784] = 31, + [15980] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -90539,21 +89871,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -90575,9 +89911,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -90595,7 +89928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [15892] = 31, + [16090] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -90616,21 +89949,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -90652,9 +89989,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -90672,7 +90006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [16000] = 31, + [16200] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -90693,21 +90027,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -90729,9 +90067,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -90749,7 +90084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [16108] = 31, + [16310] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -90770,21 +90105,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -90806,9 +90145,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -90826,7 +90162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [16216] = 31, + [16420] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -90847,21 +90183,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -90883,9 +90223,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -90903,7 +90240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [16324] = 31, + [16530] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -90924,21 +90261,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -90960,9 +90301,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -90980,7 +90318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [16432] = 31, + [16640] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -91001,21 +90339,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -91037,9 +90379,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -91057,7 +90396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [16540] = 31, + [16750] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -91078,21 +90417,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -91114,9 +90457,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -91134,7 +90474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [16648] = 31, + [16860] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -91155,21 +90495,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -91191,9 +90535,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -91211,7 +90552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [16756] = 31, + [16970] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -91232,21 +90573,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -91268,9 +90613,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -91288,7 +90630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [16864] = 31, + [17080] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -91309,21 +90651,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -91345,9 +90691,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -91365,7 +90708,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [16972] = 31, + [17190] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -91386,21 +90729,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -91422,9 +90769,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -91442,7 +90786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [17080] = 31, + [17300] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -91463,21 +90807,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -91499,9 +90847,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -91519,7 +90864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [17188] = 31, + [17410] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -91540,21 +90885,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -91576,9 +90925,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -91596,7 +90942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [17296] = 31, + [17520] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -91617,21 +90963,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -91653,9 +91003,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -91673,7 +91020,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [17404] = 31, + [17630] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -91694,21 +91041,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -91730,9 +91081,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -91750,7 +91098,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [17512] = 31, + [17740] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -91771,21 +91119,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -91807,9 +91159,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -91827,7 +91176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [17620] = 31, + [17850] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -91848,21 +91197,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -91884,9 +91237,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -91904,7 +91254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [17728] = 31, + [17960] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -91925,21 +91275,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -91961,9 +91315,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -91981,7 +91332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [17836] = 31, + [18070] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -92002,21 +91353,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -92038,9 +91393,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -92058,7 +91410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [17944] = 31, + [18180] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -92079,21 +91431,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -92115,9 +91471,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -92135,7 +91488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [18052] = 31, + [18290] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -92156,21 +91509,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -92192,9 +91549,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -92212,7 +91566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [18160] = 31, + [18400] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -92233,21 +91587,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -92269,9 +91627,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -92289,7 +91644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [18268] = 31, + [18510] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -92310,21 +91665,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -92346,9 +91705,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -92366,7 +91722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [18376] = 31, + [18620] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -92387,21 +91743,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -92423,9 +91783,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -92443,7 +91800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [18484] = 31, + [18730] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -92464,21 +91821,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -92500,9 +91861,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -92520,7 +91878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [18592] = 31, + [18840] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -92541,21 +91899,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -92577,9 +91939,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -92597,7 +91956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [18700] = 31, + [18950] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -92618,21 +91977,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -92654,9 +92017,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -92674,7 +92034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [18808] = 31, + [19060] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -92695,21 +92055,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -92731,9 +92095,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -92751,7 +92112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [18916] = 31, + [19170] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -92772,21 +92133,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -92808,9 +92173,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -92828,7 +92190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [19024] = 31, + [19280] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -92849,21 +92211,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -92885,9 +92251,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -92905,7 +92268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [19132] = 31, + [19390] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -92926,21 +92289,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -92962,9 +92329,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -92982,7 +92346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [19240] = 31, + [19500] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -93003,21 +92367,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -93039,9 +92407,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -93059,7 +92424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [19348] = 31, + [19610] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -93080,21 +92445,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -93116,9 +92485,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -93136,7 +92502,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [19456] = 31, + [19720] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -93157,21 +92523,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -93193,9 +92563,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -93213,7 +92580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [19564] = 31, + [19830] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -93234,21 +92601,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -93270,9 +92641,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -93290,7 +92658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [19672] = 31, + [19940] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -93311,21 +92679,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -93347,9 +92719,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -93367,7 +92736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [19780] = 31, + [20050] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -93388,21 +92757,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -93424,9 +92797,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -93444,7 +92814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [19888] = 31, + [20160] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -93465,21 +92835,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -93501,9 +92875,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -93521,7 +92892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [19996] = 31, + [20270] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -93542,21 +92913,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -93578,9 +92953,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -93598,7 +92970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [20104] = 31, + [20380] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -93619,21 +92991,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -93655,9 +93031,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -93675,7 +93048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [20212] = 31, + [20490] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -93696,21 +93069,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -93732,9 +93109,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -93752,7 +93126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [20320] = 31, + [20600] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -93773,21 +93147,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -93809,9 +93187,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -93829,7 +93204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [20428] = 31, + [20710] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -93850,21 +93225,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -93886,9 +93265,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -93906,7 +93282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [20536] = 31, + [20820] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -93927,21 +93303,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -93963,9 +93343,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -93983,7 +93360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [20644] = 31, + [20930] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -94004,21 +93381,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -94040,9 +93421,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -94060,7 +93438,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [20752] = 31, + [21040] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -94081,21 +93459,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -94117,9 +93499,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -94137,7 +93516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [20860] = 31, + [21150] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -94158,21 +93537,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -94194,9 +93577,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -94214,7 +93594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [20968] = 31, + [21260] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -94235,21 +93615,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -94271,9 +93655,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -94291,7 +93672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [21076] = 31, + [21370] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -94312,21 +93693,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -94348,9 +93733,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -94368,7 +93750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [21184] = 31, + [21480] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -94389,21 +93771,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -94425,9 +93811,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -94445,42 +93828,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [21292] = 31, - ACTIONS(766), 1, + [21590] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(778), 1, + ACTIONS(783), 1, anon_sym_local, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_hook, - ACTIONS(794), 1, + ACTIONS(799), 1, anon_sym_DOLLAR, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, STATE(291), 1, sym_integer, @@ -94493,18 +93880,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(780), 2, + ACTIONS(785), 2, anon_sym_table, anon_sym_set, - ACTIONS(800), 2, + ACTIONS(805), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, STATE(304), 2, sym_interval, sym_string, @@ -94512,17 +93896,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(798), 4, + ACTIONS(803), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [21400] = 31, + [21700] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -94543,21 +93927,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -94579,9 +93967,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -94599,7 +93984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [21508] = 31, + [21810] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -94620,21 +94005,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -94656,9 +94045,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -94676,7 +94062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [21616] = 31, + [21920] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -94697,21 +94083,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -94733,9 +94123,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -94753,7 +94140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [21724] = 31, + [22030] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -94774,21 +94161,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -94810,9 +94201,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -94830,7 +94218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [21832] = 31, + [22140] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -94851,21 +94239,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -94887,9 +94279,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -94907,7 +94296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [21940] = 31, + [22250] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -94928,21 +94317,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -94964,9 +94357,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -94984,7 +94374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [22048] = 31, + [22360] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -95005,21 +94395,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -95041,9 +94435,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -95061,7 +94452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [22156] = 31, + [22470] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -95082,21 +94473,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -95118,9 +94513,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -95138,7 +94530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [22264] = 31, + [22580] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -95159,21 +94551,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -95195,9 +94591,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -95215,7 +94608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [22372] = 31, + [22690] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -95236,21 +94629,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -95272,9 +94669,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -95292,7 +94686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [22480] = 31, + [22800] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -95313,21 +94707,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -95349,9 +94747,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -95369,7 +94764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [22588] = 31, + [22910] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -95390,21 +94785,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -95426,9 +94825,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -95446,7 +94842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [22696] = 31, + [23020] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -95467,21 +94863,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -95503,9 +94903,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -95523,7 +94920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [22804] = 31, + [23130] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -95544,21 +94941,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -95580,9 +94981,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -95600,7 +94998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [22912] = 31, + [23240] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -95621,21 +95019,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -95657,9 +95059,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -95677,7 +95076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [23020] = 31, + [23350] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -95698,21 +95097,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -95734,9 +95137,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -95754,7 +95154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [23128] = 31, + [23460] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -95775,21 +95175,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -95811,9 +95215,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -95831,7 +95232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [23236] = 31, + [23570] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -95852,21 +95253,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -95888,9 +95293,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -95908,7 +95310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [23344] = 31, + [23680] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -95929,21 +95331,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -95965,9 +95371,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -95985,7 +95388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [23452] = 31, + [23790] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -96006,21 +95409,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -96042,9 +95449,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -96062,7 +95466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [23560] = 31, + [23900] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -96083,21 +95487,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -96119,9 +95527,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -96139,7 +95544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [23668] = 31, + [24010] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -96160,21 +95565,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -96196,9 +95605,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -96216,7 +95622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [23776] = 31, + [24120] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -96237,21 +95643,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -96273,9 +95683,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -96293,7 +95700,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [23884] = 31, + [24230] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -96314,21 +95721,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -96350,9 +95761,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -96370,7 +95778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [23992] = 31, + [24340] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -96391,21 +95799,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -96427,9 +95839,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -96447,7 +95856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [24100] = 31, + [24450] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -96468,21 +95877,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -96504,9 +95917,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -96524,7 +95934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [24208] = 31, + [24560] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -96545,21 +95955,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -96581,9 +95995,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -96601,7 +96012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [24316] = 31, + [24670] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -96622,21 +96033,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -96658,9 +96073,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -96678,7 +96090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [24424] = 31, + [24780] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -96699,21 +96111,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -96735,9 +96151,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -96755,7 +96168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [24532] = 31, + [24890] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -96776,21 +96189,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -96812,9 +96229,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -96832,7 +96246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [24640] = 31, + [25000] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -96853,21 +96267,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -96889,9 +96307,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -96909,7 +96324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [24748] = 31, + [25110] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -96930,21 +96345,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -96966,9 +96385,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -96986,7 +96402,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [24856] = 31, + [25220] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -97007,21 +96423,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -97043,9 +96463,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -97063,7 +96480,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [24964] = 31, + [25330] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -97084,21 +96501,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -97120,9 +96541,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -97140,7 +96558,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [25072] = 31, + [25440] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -97161,21 +96579,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -97197,9 +96619,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -97217,7 +96636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [25180] = 31, + [25550] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -97238,21 +96657,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -97274,9 +96697,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -97294,7 +96714,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [25288] = 31, + [25660] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -97315,21 +96735,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -97351,9 +96775,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -97371,7 +96792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [25396] = 31, + [25770] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -97392,21 +96813,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -97428,9 +96853,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -97448,7 +96870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [25504] = 31, + [25880] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -97469,21 +96891,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -97505,9 +96931,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -97525,7 +96948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [25612] = 31, + [25990] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -97546,21 +96969,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -97582,9 +97009,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -97602,7 +97026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [25720] = 31, + [26100] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -97623,21 +97047,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -97659,9 +97087,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -97679,7 +97104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [25828] = 31, + [26210] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -97700,21 +97125,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -97736,9 +97165,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -97756,7 +97182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [25936] = 31, + [26320] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -97777,21 +97203,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -97813,9 +97243,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -97833,7 +97260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [26044] = 31, + [26430] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -97854,21 +97281,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -97890,9 +97321,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -97910,7 +97338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [26152] = 31, + [26540] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -97931,21 +97359,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -97967,9 +97399,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -97987,7 +97416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [26260] = 31, + [26650] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -98008,21 +97437,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -98044,9 +97477,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -98064,7 +97494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [26368] = 31, + [26760] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -98085,21 +97515,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -98121,9 +97555,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -98141,7 +97572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [26476] = 31, + [26870] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -98162,21 +97593,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -98198,9 +97633,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -98218,7 +97650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [26584] = 31, + [26980] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -98239,21 +97671,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -98275,9 +97711,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -98295,7 +97728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [26692] = 31, + [27090] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -98316,21 +97749,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -98352,9 +97789,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -98372,7 +97806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [26800] = 31, + [27200] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -98393,21 +97827,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -98429,9 +97867,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -98449,7 +97884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [26908] = 31, + [27310] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -98470,21 +97905,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -98506,9 +97945,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -98526,7 +97962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [27016] = 31, + [27420] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -98547,21 +97983,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -98583,9 +98023,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -98603,7 +98040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [27124] = 31, + [27530] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -98620,25 +98057,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -98654,13 +98095,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -98675,12 +98113,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [27232] = 31, + [27640] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -98701,21 +98139,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -98737,9 +98179,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -98757,7 +98196,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [27340] = 31, + [27750] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -98778,21 +98217,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -98814,9 +98257,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -98834,7 +98274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [27448] = 31, + [27860] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -98855,21 +98295,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -98891,9 +98335,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -98911,42 +98352,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [27556] = 31, - ACTIONS(766), 1, + [27970] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2298), 1, + ACTIONS(2308), 1, anon_sym_local, - ACTIONS(2302), 1, + ACTIONS(2312), 1, anon_sym_hook, - ACTIONS(2304), 1, + ACTIONS(2314), 1, anon_sym_DOLLAR, - ACTIONS(2306), 1, + ACTIONS(2316), 1, anon_sym_PIPE, STATE(291), 1, sym_integer, @@ -98959,16 +98404,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2300), 2, + ACTIONS(2310), 2, anon_sym_table, anon_sym_set, - ACTIONS(2310), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -98978,17 +98420,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2308), 4, + ACTIONS(2318), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [27664] = 31, + [28080] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -99009,21 +98451,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -99045,9 +98491,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -99065,7 +98508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [27772] = 31, + [28190] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -99082,25 +98525,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -99116,13 +98563,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -99137,12 +98581,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [27880] = 31, + [28300] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -99159,25 +98603,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -99193,13 +98641,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -99214,12 +98659,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [27988] = 31, + [28410] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -99236,25 +98681,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -99270,13 +98719,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -99291,47 +98737,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [28096] = 31, - ACTIONS(766), 1, + [28520] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2298), 1, + ACTIONS(2308), 1, anon_sym_local, - ACTIONS(2302), 1, + ACTIONS(2312), 1, anon_sym_hook, - ACTIONS(2304), 1, + ACTIONS(2314), 1, anon_sym_DOLLAR, - ACTIONS(2306), 1, + ACTIONS(2316), 1, anon_sym_PIPE, STATE(291), 1, sym_integer, @@ -99344,16 +98794,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2300), 2, + ACTIONS(2310), 2, anon_sym_table, anon_sym_set, - ACTIONS(2310), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -99363,52 +98810,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2308), 4, + ACTIONS(2318), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [28204] = 31, - ACTIONS(766), 1, + [28630] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2298), 1, + ACTIONS(2308), 1, anon_sym_local, - ACTIONS(2302), 1, + ACTIONS(2312), 1, anon_sym_hook, - ACTIONS(2304), 1, + ACTIONS(2314), 1, anon_sym_DOLLAR, - ACTIONS(2306), 1, + ACTIONS(2316), 1, anon_sym_PIPE, STATE(291), 1, sym_integer, @@ -99421,16 +98872,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2300), 2, + ACTIONS(2310), 2, anon_sym_table, anon_sym_set, - ACTIONS(2310), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -99440,52 +98888,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2308), 4, + ACTIONS(2318), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [28312] = 31, - ACTIONS(766), 1, + [28740] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2298), 1, + ACTIONS(2308), 1, anon_sym_local, - ACTIONS(2302), 1, + ACTIONS(2312), 1, anon_sym_hook, - ACTIONS(2304), 1, + ACTIONS(2314), 1, anon_sym_DOLLAR, - ACTIONS(2306), 1, + ACTIONS(2316), 1, anon_sym_PIPE, STATE(291), 1, sym_integer, @@ -99498,16 +98950,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2300), 2, + ACTIONS(2310), 2, anon_sym_table, anon_sym_set, - ACTIONS(2310), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -99517,52 +98966,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2308), 4, + ACTIONS(2318), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [28420] = 31, - ACTIONS(766), 1, + [28850] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2298), 1, + ACTIONS(2308), 1, anon_sym_local, - ACTIONS(2302), 1, + ACTIONS(2312), 1, anon_sym_hook, - ACTIONS(2304), 1, + ACTIONS(2314), 1, anon_sym_DOLLAR, - ACTIONS(2306), 1, + ACTIONS(2316), 1, anon_sym_PIPE, STATE(291), 1, sym_integer, @@ -99575,16 +99028,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2300), 2, + ACTIONS(2310), 2, anon_sym_table, anon_sym_set, - ACTIONS(2310), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -99594,52 +99044,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2308), 4, + ACTIONS(2318), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [28528] = 31, - ACTIONS(766), 1, + [28960] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2298), 1, + ACTIONS(2308), 1, anon_sym_local, - ACTIONS(2302), 1, + ACTIONS(2312), 1, anon_sym_hook, - ACTIONS(2304), 1, + ACTIONS(2314), 1, anon_sym_DOLLAR, - ACTIONS(2306), 1, + ACTIONS(2316), 1, anon_sym_PIPE, STATE(291), 1, sym_integer, @@ -99652,16 +99106,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2300), 2, + ACTIONS(2310), 2, anon_sym_table, anon_sym_set, - ACTIONS(2310), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -99671,52 +99122,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2308), 4, + ACTIONS(2318), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [28636] = 31, - ACTIONS(766), 1, + [29070] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2298), 1, + ACTIONS(2308), 1, anon_sym_local, - ACTIONS(2302), 1, + ACTIONS(2312), 1, anon_sym_hook, - ACTIONS(2304), 1, + ACTIONS(2314), 1, anon_sym_DOLLAR, - ACTIONS(2306), 1, + ACTIONS(2316), 1, anon_sym_PIPE, STATE(291), 1, sym_integer, @@ -99729,16 +99184,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2300), 2, + ACTIONS(2310), 2, anon_sym_table, anon_sym_set, - ACTIONS(2310), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -99748,52 +99200,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2308), 4, + ACTIONS(2318), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [28744] = 31, - ACTIONS(766), 1, + [29180] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2298), 1, + ACTIONS(2308), 1, anon_sym_local, - ACTIONS(2302), 1, + ACTIONS(2312), 1, anon_sym_hook, - ACTIONS(2304), 1, + ACTIONS(2314), 1, anon_sym_DOLLAR, - ACTIONS(2306), 1, + ACTIONS(2316), 1, anon_sym_PIPE, STATE(291), 1, sym_integer, @@ -99806,16 +99262,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2300), 2, + ACTIONS(2310), 2, anon_sym_table, anon_sym_set, - ACTIONS(2310), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -99825,17 +99278,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2308), 4, + ACTIONS(2318), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [28852] = 9, + [29290] = 9, STATE(836), 1, sym_string_directive, STATE(1258), 1, @@ -99854,10 +99307,9 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2312), 14, + ACTIONS(2322), 14, anon_sym_LBRACE, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_DOLLAR, anon_sym_PIPE, anon_sym_PLUS_PLUS, @@ -99867,10 +99319,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATDIR, anon_sym_ATFILENAME, sym_pattern, + sym_ipv6, sym_port, aux_sym_string_token1, - ACTIONS(2314), 20, + ACTIONS(2324), 20, anon_sym_record, + anon_sym_LBRACK, anon_sym_local, anon_sym_table, anon_sym_set, @@ -99885,47 +99339,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_T, anon_sym_F, sym_id, - sym_ipv6, sym_ipv4, sym_floatp, sym_hex, sym_hostname, - [28916] = 31, - ACTIONS(766), 1, + [29354] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2298), 1, + ACTIONS(2308), 1, anon_sym_local, - ACTIONS(2302), 1, + ACTIONS(2312), 1, anon_sym_hook, - ACTIONS(2304), 1, + ACTIONS(2314), 1, anon_sym_DOLLAR, - ACTIONS(2306), 1, + ACTIONS(2316), 1, anon_sym_PIPE, STATE(291), 1, sym_integer, @@ -99938,16 +99395,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2300), 2, + ACTIONS(2310), 2, anon_sym_table, anon_sym_set, - ACTIONS(2310), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -99957,52 +99411,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2308), 4, + ACTIONS(2318), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [29024] = 31, - ACTIONS(766), 1, + [29464] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2298), 1, + ACTIONS(2308), 1, anon_sym_local, - ACTIONS(2302), 1, + ACTIONS(2312), 1, anon_sym_hook, - ACTIONS(2304), 1, + ACTIONS(2314), 1, anon_sym_DOLLAR, - ACTIONS(2306), 1, + ACTIONS(2316), 1, anon_sym_PIPE, STATE(291), 1, sym_integer, @@ -100015,16 +99473,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2300), 2, + ACTIONS(2310), 2, anon_sym_table, anon_sym_set, - ACTIONS(2310), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -100034,17 +99489,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2308), 4, + ACTIONS(2318), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [29132] = 31, + [29574] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -100065,21 +99520,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -100101,9 +99560,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -100121,42 +99577,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [29240] = 31, - ACTIONS(766), 1, + [29684] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(778), 1, + ACTIONS(783), 1, anon_sym_local, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_hook, - ACTIONS(794), 1, + ACTIONS(799), 1, anon_sym_DOLLAR, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, STATE(291), 1, sym_integer, @@ -100169,18 +99629,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(780), 2, + ACTIONS(785), 2, anon_sym_table, anon_sym_set, - ACTIONS(800), 2, + ACTIONS(805), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, STATE(304), 2, sym_interval, sym_string, @@ -100188,52 +99645,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(798), 4, + ACTIONS(803), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [29348] = 31, - ACTIONS(766), 1, + [29794] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2298), 1, + ACTIONS(2308), 1, anon_sym_local, - ACTIONS(2302), 1, + ACTIONS(2312), 1, anon_sym_hook, - ACTIONS(2304), 1, + ACTIONS(2314), 1, anon_sym_DOLLAR, - ACTIONS(2306), 1, + ACTIONS(2316), 1, anon_sym_PIPE, STATE(291), 1, sym_integer, @@ -100246,16 +99707,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2300), 2, + ACTIONS(2310), 2, anon_sym_table, anon_sym_set, - ACTIONS(2310), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -100265,17 +99723,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2308), 4, + ACTIONS(2318), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [29456] = 31, + [29904] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -100292,25 +99750,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -100326,13 +99788,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -100347,47 +99806,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [29564] = 31, - ACTIONS(766), 1, + [30014] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2298), 1, + ACTIONS(2308), 1, anon_sym_local, - ACTIONS(2302), 1, + ACTIONS(2312), 1, anon_sym_hook, - ACTIONS(2304), 1, + ACTIONS(2314), 1, anon_sym_DOLLAR, - ACTIONS(2306), 1, + ACTIONS(2316), 1, anon_sym_PIPE, STATE(291), 1, sym_integer, @@ -100400,16 +99863,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2300), 2, + ACTIONS(2310), 2, anon_sym_table, anon_sym_set, - ACTIONS(2310), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -100419,52 +99879,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2308), 4, + ACTIONS(2318), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [29672] = 31, - ACTIONS(766), 1, + [30124] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2298), 1, + ACTIONS(2308), 1, anon_sym_local, - ACTIONS(2302), 1, + ACTIONS(2312), 1, anon_sym_hook, - ACTIONS(2304), 1, + ACTIONS(2314), 1, anon_sym_DOLLAR, - ACTIONS(2306), 1, + ACTIONS(2316), 1, anon_sym_PIPE, STATE(291), 1, sym_integer, @@ -100477,16 +99941,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2300), 2, + ACTIONS(2310), 2, anon_sym_table, anon_sym_set, - ACTIONS(2310), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -100496,17 +99957,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2308), 4, + ACTIONS(2318), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [29780] = 31, + [30234] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -100525,23 +99986,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -100557,13 +100022,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -100578,12 +100040,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [29888] = 31, + [30344] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -100600,25 +100062,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -100634,13 +100100,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -100655,12 +100118,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [29996] = 31, + [30454] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -100681,21 +100144,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -100717,9 +100184,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -100737,7 +100201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [30104] = 31, + [30564] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -100758,21 +100222,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -100794,9 +100262,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -100814,7 +100279,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [30212] = 31, + [30674] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -100835,21 +100300,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -100871,9 +100340,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -100891,7 +100357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [30320] = 31, + [30784] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -100908,25 +100374,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -100942,13 +100412,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -100963,12 +100430,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [30428] = 31, + [30894] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -100985,25 +100452,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -101019,13 +100490,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -101040,12 +100508,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [30536] = 31, + [31004] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -101062,25 +100530,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -101096,13 +100568,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -101117,12 +100586,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [30644] = 31, + [31114] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -101139,25 +100608,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -101173,13 +100646,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -101194,12 +100664,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [30752] = 31, + [31224] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -101220,21 +100690,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -101256,9 +100730,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -101276,7 +100747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [30860] = 31, + [31334] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -101297,21 +100768,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -101333,9 +100808,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -101353,7 +100825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [30968] = 31, + [31444] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -101374,21 +100846,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -101410,9 +100886,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -101430,7 +100903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [31076] = 31, + [31554] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -101451,21 +100924,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -101487,9 +100964,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -101507,7 +100981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [31184] = 31, + [31664] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -101524,25 +100998,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -101558,13 +101036,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -101579,12 +101054,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [31292] = 31, + [31774] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -101601,25 +101076,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -101635,13 +101114,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -101656,12 +101132,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [31400] = 31, + [31884] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -101678,25 +101154,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -101712,13 +101192,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -101733,12 +101210,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [31508] = 31, + [31994] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -101755,25 +101232,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -101789,13 +101270,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -101810,12 +101288,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [31616] = 31, + [32104] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -101836,21 +101314,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -101872,9 +101354,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -101892,7 +101371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [31724] = 31, + [32214] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -101913,21 +101392,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -101949,9 +101432,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -101969,7 +101449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [31832] = 31, + [32324] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -101990,21 +101470,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -102026,9 +101510,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -102046,7 +101527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [31940] = 31, + [32434] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -102067,21 +101548,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -102103,9 +101588,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -102123,7 +101605,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [32048] = 31, + [32544] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -102140,25 +101622,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -102174,13 +101660,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -102195,12 +101678,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [32156] = 31, + [32654] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -102217,25 +101700,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -102251,13 +101738,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -102272,12 +101756,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [32264] = 31, + [32764] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -102294,25 +101778,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -102328,13 +101816,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -102349,12 +101834,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [32372] = 31, + [32874] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -102371,25 +101856,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -102405,13 +101894,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -102426,12 +101912,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [32480] = 31, + [32984] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -102452,21 +101938,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -102488,9 +101978,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -102508,7 +101995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [32588] = 31, + [33094] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -102529,21 +102016,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -102565,9 +102056,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -102585,7 +102073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [32696] = 31, + [33204] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -102606,21 +102094,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -102642,9 +102134,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -102662,7 +102151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [32804] = 31, + [33314] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -102683,21 +102172,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -102719,9 +102212,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -102739,7 +102229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [32912] = 31, + [33424] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -102756,25 +102246,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -102790,13 +102284,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -102811,12 +102302,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [33020] = 31, + [33534] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -102833,25 +102324,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -102867,13 +102362,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -102888,12 +102380,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [33128] = 31, + [33644] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -102910,25 +102402,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -102944,13 +102440,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -102965,12 +102458,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [33236] = 31, + [33754] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -102987,25 +102480,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -103021,13 +102518,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -103042,12 +102536,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [33344] = 31, + [33864] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -103068,21 +102562,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -103104,9 +102602,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -103124,7 +102619,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [33452] = 31, + [33974] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -103141,25 +102636,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -103175,13 +102674,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -103196,12 +102692,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [33560] = 31, + [34084] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -103218,25 +102714,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -103252,13 +102752,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -103273,12 +102770,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [33668] = 31, + [34194] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -103295,25 +102792,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -103329,13 +102830,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -103350,12 +102848,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [33776] = 31, + [34304] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -103372,25 +102870,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -103406,13 +102908,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -103427,12 +102926,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [33884] = 31, + [34414] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -103453,21 +102952,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -103489,9 +102992,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -103509,7 +103009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [33992] = 31, + [34524] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -103526,25 +103026,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -103560,13 +103064,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -103581,12 +103082,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [34100] = 31, + [34634] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -103603,25 +103104,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -103637,13 +103142,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -103658,12 +103160,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [34208] = 31, + [34744] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -103680,25 +103182,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -103714,13 +103220,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -103735,12 +103238,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [34316] = 31, + [34854] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -103757,25 +103260,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -103791,13 +103298,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -103812,12 +103316,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [34424] = 31, + [34964] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -103838,21 +103342,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -103874,9 +103382,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -103894,7 +103399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [34532] = 31, + [35074] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -103911,25 +103416,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -103945,13 +103454,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -103966,12 +103472,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [34640] = 31, + [35184] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -103988,25 +103494,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -104022,13 +103532,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -104043,12 +103550,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [34748] = 31, + [35294] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -104065,25 +103572,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -104099,13 +103610,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -104120,12 +103628,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [34856] = 31, + [35404] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -104142,25 +103650,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -104176,13 +103688,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -104197,12 +103706,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [34964] = 31, + [35514] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -104223,21 +103732,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -104259,9 +103772,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -104279,7 +103789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [35072] = 31, + [35624] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -104296,25 +103806,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -104330,13 +103844,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -104351,12 +103862,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [35180] = 31, + [35734] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -104373,25 +103884,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -104407,13 +103922,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -104428,12 +103940,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [35288] = 31, + [35844] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -104450,25 +103962,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -104484,13 +104000,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -104505,12 +104018,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [35396] = 31, + [35954] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -104527,25 +104040,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -104561,13 +104078,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -104582,12 +104096,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [35504] = 31, + [36064] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -104608,21 +104122,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -104644,9 +104162,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -104664,7 +104179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [35612] = 31, + [36174] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -104681,25 +104196,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -104715,13 +104234,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -104736,12 +104252,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [35720] = 31, + [36284] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -104758,25 +104274,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -104792,90 +104312,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, - anon_sym_table, - anon_sym_set, ACTIONS(2296), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1268), 2, - sym_interval, - sym_string, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(79), 4, - anon_sym_T, - anon_sym_F, - sym_hex, - sym_hostname, - ACTIONS(2294), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG, - anon_sym_TILDE, - [35828] = 31, - ACTIONS(25), 1, - anon_sym_record, - ACTIONS(35), 1, - anon_sym_LPAREN, - ACTIONS(59), 1, - anon_sym_vector, - ACTIONS(73), 1, - anon_sym_copy, - ACTIONS(75), 1, - anon_sym_schedule, - ACTIONS(77), 1, - aux_sym_constant_token1, - ACTIONS(101), 1, - sym_id, - ACTIONS(103), 1, - sym_pattern, - ACTIONS(107), 1, - sym_port, - ACTIONS(109), 1, - sym_floatp, - ACTIONS(111), 1, - aux_sym_string_token1, - ACTIONS(119), 1, - anon_sym_function, - ACTIONS(133), 1, - anon_sym_LBRACE, - ACTIONS(1626), 1, - anon_sym_LBRACK, - ACTIONS(2284), 1, - anon_sym_local, - ACTIONS(2288), 1, - anon_sym_hook, - ACTIONS(2290), 1, - anon_sym_DOLLAR, - ACTIONS(2292), 1, - anon_sym_PIPE, - STATE(836), 1, - sym_string_directive, - STATE(1258), 1, - sym_integer, - STATE(1286), 1, - sym_constant, - STATE(1537), 1, - sym_expr, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(99), 2, - anon_sym_ATDIR, - anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -104890,12 +104330,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [35936] = 31, + [36394] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -104912,25 +104352,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -104938,7 +104382,7 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, STATE(1286), 1, sym_constant, - STATE(1539), 1, + STATE(1537), 1, sym_expr, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -104946,13 +104390,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -104967,12 +104408,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [36044] = 31, + [36504] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -104989,25 +104430,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -105015,7 +104460,7 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, STATE(1286), 1, sym_constant, - STATE(1540), 1, + STATE(1539), 1, sym_expr, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -105023,13 +104468,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -105044,12 +104486,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [36152] = 31, + [36614] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -105066,25 +104508,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -105092,7 +104538,7 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, STATE(1286), 1, sym_constant, - STATE(1542), 1, + STATE(1540), 1, sym_expr, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -105100,13 +104546,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -105121,12 +104564,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [36260] = 31, + [36724] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -105143,25 +104586,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -105169,7 +104616,7 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, STATE(1286), 1, sym_constant, - STATE(1543), 1, + STATE(1542), 1, sym_expr, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -105177,13 +104624,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -105198,12 +104642,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [36368] = 31, + [36834] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -105220,25 +104664,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -105246,7 +104694,7 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, STATE(1286), 1, sym_constant, - STATE(1545), 1, + STATE(1543), 1, sym_expr, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -105254,13 +104702,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -105275,22 +104720,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [36476] = 31, + [36944] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_vector, - ACTIONS(65), 1, - anon_sym_DOLLAR, - ACTIONS(67), 1, - anon_sym_PIPE, ACTIONS(73), 1, anon_sym_copy, ACTIONS(75), 1, @@ -105301,106 +104742,37 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, - ACTIONS(107), 1, - sym_port, - ACTIONS(109), 1, - sym_floatp, - ACTIONS(111), 1, - aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, - ACTIONS(119), 1, - anon_sym_function, - ACTIONS(121), 1, - anon_sym_hook, - ACTIONS(133), 1, - anon_sym_LBRACE, - ACTIONS(1626), 1, - anon_sym_LBRACK, - STATE(836), 1, - sym_string_directive, - STATE(1258), 1, - sym_integer, - STATE(1286), 1, - sym_constant, - STATE(1546), 1, - sym_expr, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(57), 2, - anon_sym_table, - anon_sym_set, - ACTIONS(71), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(99), 2, - anon_sym_ATDIR, - anon_sym_ATFILENAME, - ACTIONS(105), 2, + ACTIONS(105), 1, sym_ipv6, - sym_ipv4, - STATE(1268), 2, - sym_interval, - sym_string, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(69), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(79), 4, - anon_sym_T, - anon_sym_F, - sym_hex, - sym_hostname, - [36584] = 31, - ACTIONS(25), 1, - anon_sym_record, - ACTIONS(35), 1, - anon_sym_LPAREN, - ACTIONS(59), 1, - anon_sym_vector, - ACTIONS(67), 1, - anon_sym_PIPE, - ACTIONS(73), 1, - anon_sym_copy, - ACTIONS(75), 1, - anon_sym_schedule, - ACTIONS(77), 1, - aux_sym_constant_token1, - ACTIONS(101), 1, - sym_id, - ACTIONS(103), 1, - sym_pattern, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, + ACTIONS(2302), 1, + anon_sym_PIPE, STATE(836), 1, sym_string_directive, STATE(1258), 1, sym_integer, STATE(1286), 1, sym_constant, - STATE(1315), 1, + STATE(1545), 1, sym_expr, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -105408,13 +104780,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -105429,18 +104798,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [36692] = 31, + [37054] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_vector, + ACTIONS(65), 1, + anon_sym_DOLLAR, ACTIONS(67), 1, anon_sym_PIPE, ACTIONS(73), 1, @@ -105453,47 +104824,46 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, ACTIONS(119), 1, + anon_sym_local, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(123), 1, + anon_sym_hook, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, - anon_sym_local, - ACTIONS(2063), 1, - anon_sym_hook, - ACTIONS(2065), 1, - anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, STATE(1258), 1, sym_integer, STATE(1286), 1, sym_constant, - STATE(1316), 1, + STATE(1546), 1, sym_expr, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(99), 2, - anon_sym_ATDIR, - anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(57), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(71), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(99), 2, + anon_sym_ATDIR, + anon_sym_ATFILENAME, STATE(1268), 2, sym_interval, sym_string, @@ -105501,17 +104871,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, + ACTIONS(69), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG, + anon_sym_TILDE, ACTIONS(79), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG, - anon_sym_TILDE, - [36800] = 31, + [37164] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -105530,23 +104900,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -105554,7 +104928,7 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, STATE(1286), 1, sym_constant, - STATE(1313), 1, + STATE(1315), 1, sym_expr, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -105562,13 +104936,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -105583,12 +104954,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [36908] = 31, + [37274] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -105607,23 +104978,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -105631,7 +105006,7 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, STATE(1286), 1, sym_constant, - STATE(1547), 1, + STATE(1316), 1, sym_expr, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -105639,13 +105014,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -105660,12 +105032,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [37016] = 31, + [37384] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -105684,23 +105056,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -105708,7 +105084,7 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, STATE(1286), 1, sym_constant, - STATE(1308), 1, + STATE(1313), 1, sym_expr, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -105716,13 +105092,88 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, + ACTIONS(2071), 2, + anon_sym_table, + anon_sym_set, + ACTIONS(2079), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1268), 2, + sym_interval, + sym_string, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(79), 4, + anon_sym_T, + anon_sym_F, + sym_hex, + sym_hostname, + ACTIONS(2077), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG, + anon_sym_TILDE, + [37494] = 32, + ACTIONS(25), 1, + anon_sym_record, + ACTIONS(35), 1, + anon_sym_LPAREN, + ACTIONS(59), 1, + anon_sym_vector, + ACTIONS(67), 1, + anon_sym_PIPE, + ACTIONS(73), 1, + anon_sym_copy, + ACTIONS(75), 1, + anon_sym_schedule, + ACTIONS(77), 1, + aux_sym_constant_token1, + ACTIONS(101), 1, + sym_id, + ACTIONS(103), 1, + sym_pattern, + ACTIONS(105), 1, sym_ipv6, + ACTIONS(107), 1, sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(109), 1, + sym_port, + ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, + aux_sym_string_token1, + ACTIONS(121), 1, + anon_sym_function, + ACTIONS(135), 1, + anon_sym_LBRACE, + ACTIONS(1633), 1, + anon_sym_LBRACK, + ACTIONS(2069), 1, + anon_sym_local, + ACTIONS(2073), 1, + anon_sym_hook, + ACTIONS(2075), 1, + anon_sym_DOLLAR, + STATE(836), 1, + sym_string_directive, + STATE(1258), 1, + sym_integer, + STATE(1286), 1, + sym_constant, + STATE(1547), 1, + sym_expr, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(99), 2, + anon_sym_ATDIR, + anon_sym_ATFILENAME, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -105737,12 +105188,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [37124] = 31, + [37604] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -105761,23 +105212,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -105785,7 +105240,7 @@ static const uint16_t ts_small_parse_table[] = { sym_integer, STATE(1286), 1, sym_constant, - STATE(1319), 1, + STATE(1308), 1, sym_expr, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -105793,13 +105248,88 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, + ACTIONS(2071), 2, + anon_sym_table, + anon_sym_set, + ACTIONS(2079), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1268), 2, + sym_interval, + sym_string, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(79), 4, + anon_sym_T, + anon_sym_F, + sym_hex, + sym_hostname, + ACTIONS(2077), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG, + anon_sym_TILDE, + [37714] = 32, + ACTIONS(25), 1, + anon_sym_record, + ACTIONS(35), 1, + anon_sym_LPAREN, + ACTIONS(59), 1, + anon_sym_vector, + ACTIONS(67), 1, + anon_sym_PIPE, + ACTIONS(73), 1, + anon_sym_copy, + ACTIONS(75), 1, + anon_sym_schedule, + ACTIONS(77), 1, + aux_sym_constant_token1, + ACTIONS(101), 1, + sym_id, + ACTIONS(103), 1, + sym_pattern, + ACTIONS(105), 1, sym_ipv6, + ACTIONS(107), 1, sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(109), 1, + sym_port, + ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, + aux_sym_string_token1, + ACTIONS(121), 1, + anon_sym_function, + ACTIONS(135), 1, + anon_sym_LBRACE, + ACTIONS(1633), 1, + anon_sym_LBRACK, + ACTIONS(2069), 1, + anon_sym_local, + ACTIONS(2073), 1, + anon_sym_hook, + ACTIONS(2075), 1, + anon_sym_DOLLAR, + STATE(836), 1, + sym_string_directive, + STATE(1258), 1, + sym_integer, + STATE(1286), 1, + sym_constant, + STATE(1319), 1, + sym_expr, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(99), 2, + anon_sym_ATDIR, + anon_sym_ATFILENAME, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -105814,12 +105344,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [37232] = 31, + [37824] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -105838,23 +105368,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -105870,13 +105404,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -105891,12 +105422,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [37340] = 31, + [37934] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -105915,23 +105446,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -105947,13 +105482,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -105968,12 +105500,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [37448] = 31, + [38044] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -105994,21 +105526,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2316), 1, + ACTIONS(2326), 1, anon_sym_LBRACE, STATE(836), 1, sym_string_directive, @@ -106030,9 +105566,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -106050,7 +105583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [37556] = 31, + [38154] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -106069,23 +105602,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -106101,13 +105638,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -106122,12 +105656,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [37664] = 31, + [38264] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -106148,21 +105682,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -106184,9 +105722,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -106204,7 +105739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [37772] = 31, + [38374] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -106223,23 +105758,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -106255,13 +105794,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -106276,47 +105812,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [37880] = 31, - ACTIONS(766), 1, + [38484] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(778), 1, + ACTIONS(783), 1, anon_sym_local, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_hook, - ACTIONS(794), 1, + ACTIONS(799), 1, anon_sym_DOLLAR, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, STATE(291), 1, sym_integer, @@ -106329,18 +105869,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(780), 2, + ACTIONS(785), 2, anon_sym_table, anon_sym_set, - ACTIONS(800), 2, + ACTIONS(805), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, STATE(304), 2, sym_interval, sym_string, @@ -106348,17 +105885,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(798), 4, + ACTIONS(803), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [37988] = 31, + [38594] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -106379,21 +105916,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -106415,9 +105956,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -106435,7 +105973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [38096] = 31, + [38704] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -106456,21 +105994,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -106492,9 +106034,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -106512,7 +106051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [38204] = 31, + [38814] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -106533,21 +106072,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -106569,9 +106112,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -106589,7 +106129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [38312] = 31, + [38924] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -106606,25 +106146,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -106640,13 +106184,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -106661,47 +106202,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [38420] = 31, - ACTIONS(766), 1, + [39034] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(778), 1, + ACTIONS(783), 1, anon_sym_local, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_hook, - ACTIONS(794), 1, + ACTIONS(799), 1, anon_sym_DOLLAR, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, STATE(291), 1, sym_integer, @@ -106714,18 +106259,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(780), 2, + ACTIONS(785), 2, anon_sym_table, anon_sym_set, - ACTIONS(800), 2, + ACTIONS(805), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, STATE(304), 2, sym_interval, sym_string, @@ -106733,17 +106275,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(798), 4, + ACTIONS(803), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [38528] = 31, + [39144] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -106764,21 +106306,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -106800,9 +106346,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -106820,7 +106363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [38636] = 31, + [39254] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -106841,21 +106384,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -106877,9 +106424,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -106897,7 +106441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [38744] = 31, + [39364] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -106914,25 +106458,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -106948,13 +106496,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -106969,12 +106514,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [38852] = 31, + [39474] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -106995,21 +106540,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -107031,9 +106580,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -107051,7 +106597,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [38960] = 31, + [39584] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -107072,21 +106618,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -107108,9 +106658,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -107128,7 +106675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [39068] = 31, + [39694] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -107149,21 +106696,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -107185,9 +106736,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -107205,7 +106753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [39176] = 31, + [39804] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -107226,21 +106774,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -107262,9 +106814,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -107282,42 +106831,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [39284] = 31, - ACTIONS(766), 1, + [39914] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2266), 1, + ACTIONS(2276), 1, anon_sym_local, - ACTIONS(2270), 1, + ACTIONS(2280), 1, anon_sym_hook, - ACTIONS(2272), 1, + ACTIONS(2282), 1, anon_sym_DOLLAR, STATE(291), 1, sym_integer, @@ -107330,16 +106883,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2268), 2, + ACTIONS(2278), 2, anon_sym_table, anon_sym_set, - ACTIONS(2276), 2, + ACTIONS(2286), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -107349,52 +106899,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2274), 4, + ACTIONS(2284), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [39392] = 31, - ACTIONS(766), 1, + [40024] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2266), 1, + ACTIONS(2276), 1, anon_sym_local, - ACTIONS(2270), 1, + ACTIONS(2280), 1, anon_sym_hook, - ACTIONS(2272), 1, + ACTIONS(2282), 1, anon_sym_DOLLAR, STATE(291), 1, sym_integer, @@ -107407,16 +106961,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2268), 2, + ACTIONS(2278), 2, anon_sym_table, anon_sym_set, - ACTIONS(2276), 2, + ACTIONS(2286), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -107426,17 +106977,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2274), 4, + ACTIONS(2284), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [39500] = 31, + [40134] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -107453,25 +107004,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -107487,13 +107042,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -107508,12 +107060,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [39608] = 31, + [40244] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -107534,21 +107086,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -107570,9 +107126,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -107590,42 +107143,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [39716] = 31, - ACTIONS(766), 1, + [40354] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(778), 1, + ACTIONS(783), 1, anon_sym_local, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_hook, - ACTIONS(794), 1, + ACTIONS(799), 1, anon_sym_DOLLAR, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, STATE(291), 1, sym_integer, @@ -107638,18 +107195,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(780), 2, + ACTIONS(785), 2, anon_sym_table, anon_sym_set, - ACTIONS(800), 2, + ACTIONS(805), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, STATE(304), 2, sym_interval, sym_string, @@ -107657,17 +107211,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(798), 4, + ACTIONS(803), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [39824] = 31, + [40464] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -107686,23 +107240,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -107718,13 +107276,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -107739,12 +107294,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [39932] = 31, + [40574] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -107765,21 +107320,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -107801,9 +107360,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -107821,7 +107377,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [40040] = 31, + [40684] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -107842,21 +107398,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -107878,9 +107438,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -107898,7 +107455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [40148] = 31, + [40794] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -107919,21 +107476,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -107955,9 +107516,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -107975,7 +107533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [40256] = 31, + [40904] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -107996,21 +107554,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -108032,9 +107594,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -108052,7 +107611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [40364] = 31, + [41014] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -108069,25 +107628,29 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2284), 1, + ACTIONS(2294), 1, anon_sym_local, - ACTIONS(2288), 1, + ACTIONS(2298), 1, anon_sym_hook, - ACTIONS(2290), 1, + ACTIONS(2300), 1, anon_sym_DOLLAR, - ACTIONS(2292), 1, + ACTIONS(2302), 1, anon_sym_PIPE, STATE(836), 1, sym_string_directive, @@ -108103,13 +107666,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2286), 2, + ACTIONS(2296), 2, anon_sym_table, anon_sym_set, - ACTIONS(2296), 2, + ACTIONS(2306), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -108124,12 +107684,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2294), 4, + ACTIONS(2304), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [40472] = 31, + [41124] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -108150,21 +107710,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -108186,9 +107750,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -108206,7 +107767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [40580] = 31, + [41234] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -108227,21 +107788,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -108263,9 +107828,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -108283,7 +107845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [40688] = 31, + [41344] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -108304,21 +107866,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -108340,9 +107906,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -108360,7 +107923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [40796] = 31, + [41454] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -108381,21 +107944,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -108417,9 +107984,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -108437,7 +108001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [40904] = 31, + [41564] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -108458,21 +108022,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -108494,9 +108062,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -108514,7 +108079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [41012] = 31, + [41674] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -108535,21 +108100,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -108571,9 +108140,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -108591,7 +108157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [41120] = 31, + [41784] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -108612,21 +108178,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -108648,9 +108218,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -108668,7 +108235,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [41228] = 31, + [41894] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -108689,21 +108256,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -108725,9 +108296,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -108745,7 +108313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [41336] = 31, + [42004] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -108766,21 +108334,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -108802,9 +108374,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -108822,7 +108391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [41444] = 31, + [42114] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -108843,21 +108412,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -108879,9 +108452,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -108899,7 +108469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [41552] = 31, + [42224] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -108920,21 +108490,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -108956,9 +108530,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -108976,7 +108547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [41660] = 31, + [42334] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -108997,21 +108568,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -109033,9 +108608,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -109053,7 +108625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [41768] = 31, + [42444] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -109074,21 +108646,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -109110,9 +108686,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -109130,7 +108703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [41876] = 31, + [42554] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -109151,21 +108724,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -109187,9 +108764,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -109207,7 +108781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [41984] = 31, + [42664] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -109228,21 +108802,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -109264,9 +108842,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -109284,7 +108859,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [42092] = 31, + [42774] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -109303,23 +108878,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -109335,13 +108914,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -109356,12 +108932,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [42200] = 31, + [42884] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -109380,23 +108956,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -109412,13 +108992,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -109433,12 +109010,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [42308] = 31, + [42994] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -109457,23 +109034,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_token1, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2318), 1, + ACTIONS(2328), 1, sym_id, STATE(836), 1, sym_string_directive, @@ -109495,9 +109076,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -109515,7 +109093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [42416] = 31, + [43104] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -109536,21 +109114,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2320), 1, + ACTIONS(2330), 1, anon_sym_LBRACE, STATE(836), 1, sym_string_directive, @@ -109572,9 +109154,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -109592,7 +109171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [42524] = 31, + [43214] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -109613,21 +109192,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -109649,9 +109232,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -109669,7 +109249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [42632] = 31, + [43324] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -109690,21 +109270,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -109726,9 +109310,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -109746,42 +109327,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [42740] = 31, - ACTIONS(766), 1, + [43434] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2266), 1, + ACTIONS(2276), 1, anon_sym_local, - ACTIONS(2270), 1, + ACTIONS(2280), 1, anon_sym_hook, - ACTIONS(2272), 1, + ACTIONS(2282), 1, anon_sym_DOLLAR, STATE(291), 1, sym_integer, @@ -109794,16 +109379,91 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, + ACTIONS(2278), 2, + anon_sym_table, + anon_sym_set, + ACTIONS(2286), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(304), 2, + sym_interval, + sym_string, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(813), 4, + anon_sym_T, + anon_sym_F, + sym_hex, + sym_hostname, + ACTIONS(2284), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG, + anon_sym_TILDE, + [43544] = 32, + ACTIONS(771), 1, + anon_sym_LBRACE, + ACTIONS(777), 1, + anon_sym_record, + ACTIONS(779), 1, + anon_sym_LPAREN, + ACTIONS(781), 1, + anon_sym_LBRACK, + ACTIONS(787), 1, + anon_sym_vector, + ACTIONS(789), 1, + anon_sym_function, + ACTIONS(801), 1, + anon_sym_PIPE, + ACTIONS(807), 1, + anon_sym_copy, + ACTIONS(809), 1, + anon_sym_schedule, + ACTIONS(811), 1, + aux_sym_constant_token1, + ACTIONS(817), 1, + sym_id, + ACTIONS(819), 1, + sym_pattern, + ACTIONS(821), 1, sym_ipv6, + ACTIONS(823), 1, sym_ipv4, - ACTIONS(2268), 2, + ACTIONS(825), 1, + sym_port, + ACTIONS(827), 1, + sym_floatp, + ACTIONS(829), 1, + aux_sym_string_token1, + ACTIONS(2276), 1, + anon_sym_local, + ACTIONS(2280), 1, + anon_sym_hook, + ACTIONS(2282), 1, + anon_sym_DOLLAR, + STATE(291), 1, + sym_integer, + STATE(299), 1, + sym_string_directive, + STATE(312), 1, + sym_constant, + STATE(865), 1, + sym_expr, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(815), 2, + anon_sym_ATDIR, + anon_sym_ATFILENAME, + ACTIONS(2278), 2, anon_sym_table, anon_sym_set, - ACTIONS(2276), 2, + ACTIONS(2286), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -109813,52 +109473,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2274), 4, + ACTIONS(2284), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [42848] = 31, - ACTIONS(766), 1, + [43654] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2266), 1, + ACTIONS(2276), 1, anon_sym_local, - ACTIONS(2270), 1, + ACTIONS(2280), 1, anon_sym_hook, - ACTIONS(2272), 1, + ACTIONS(2282), 1, anon_sym_DOLLAR, STATE(291), 1, sym_integer, @@ -109866,21 +109530,174 @@ static const uint16_t ts_small_parse_table[] = { sym_string_directive, STATE(312), 1, sym_constant, - STATE(865), 1, + STATE(866), 1, sym_expr, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, + ACTIONS(2278), 2, + anon_sym_table, + anon_sym_set, + ACTIONS(2286), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(304), 2, + sym_interval, + sym_string, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(813), 4, + anon_sym_T, + anon_sym_F, + sym_hex, + sym_hostname, + ACTIONS(2284), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG, + anon_sym_TILDE, + [43764] = 32, + ACTIONS(771), 1, + anon_sym_LBRACE, + ACTIONS(777), 1, + anon_sym_record, + ACTIONS(779), 1, + anon_sym_LPAREN, + ACTIONS(781), 1, + anon_sym_LBRACK, + ACTIONS(787), 1, + anon_sym_vector, + ACTIONS(789), 1, + anon_sym_function, + ACTIONS(801), 1, + anon_sym_PIPE, + ACTIONS(807), 1, + anon_sym_copy, + ACTIONS(809), 1, + anon_sym_schedule, + ACTIONS(811), 1, + aux_sym_constant_token1, + ACTIONS(817), 1, + sym_id, + ACTIONS(819), 1, + sym_pattern, + ACTIONS(821), 1, sym_ipv6, + ACTIONS(823), 1, sym_ipv4, - ACTIONS(2268), 2, + ACTIONS(825), 1, + sym_port, + ACTIONS(827), 1, + sym_floatp, + ACTIONS(829), 1, + aux_sym_string_token1, + ACTIONS(2276), 1, + anon_sym_local, + ACTIONS(2280), 1, + anon_sym_hook, + ACTIONS(2282), 1, + anon_sym_DOLLAR, + STATE(291), 1, + sym_integer, + STATE(299), 1, + sym_string_directive, + STATE(312), 1, + sym_constant, + STATE(853), 1, + sym_expr, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(815), 2, + anon_sym_ATDIR, + anon_sym_ATFILENAME, + ACTIONS(2278), 2, anon_sym_table, anon_sym_set, - ACTIONS(2276), 2, + ACTIONS(2286), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(304), 2, + sym_interval, + sym_string, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(813), 4, + anon_sym_T, + anon_sym_F, + sym_hex, + sym_hostname, + ACTIONS(2284), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG, + anon_sym_TILDE, + [43874] = 32, + ACTIONS(771), 1, + anon_sym_LBRACE, + ACTIONS(777), 1, + anon_sym_record, + ACTIONS(779), 1, + anon_sym_LPAREN, + ACTIONS(781), 1, + anon_sym_LBRACK, + ACTIONS(787), 1, + anon_sym_vector, + ACTIONS(789), 1, + anon_sym_function, + ACTIONS(801), 1, + anon_sym_PIPE, + ACTIONS(807), 1, + anon_sym_copy, + ACTIONS(809), 1, + anon_sym_schedule, + ACTIONS(811), 1, + aux_sym_constant_token1, + ACTIONS(817), 1, + sym_id, + ACTIONS(819), 1, + sym_pattern, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, + sym_port, + ACTIONS(827), 1, + sym_floatp, + ACTIONS(829), 1, + aux_sym_string_token1, + ACTIONS(2276), 1, + anon_sym_local, + ACTIONS(2280), 1, + anon_sym_hook, + ACTIONS(2282), 1, + anon_sym_DOLLAR, + STATE(291), 1, + sym_integer, + STATE(299), 1, + sym_string_directive, + STATE(312), 1, + sym_constant, + STATE(854), 1, + sym_expr, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(815), 2, + anon_sym_ATDIR, + anon_sym_ATFILENAME, + ACTIONS(2278), 2, + anon_sym_table, + anon_sym_set, + ACTIONS(2286), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -109890,129 +109707,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2274), 4, + ACTIONS(2284), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [42956] = 31, - ACTIONS(766), 1, + [43984] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, - sym_port, - ACTIONS(820), 1, - sym_floatp, - ACTIONS(822), 1, - aux_sym_string_token1, - ACTIONS(2266), 1, - anon_sym_local, - ACTIONS(2270), 1, - anon_sym_hook, - ACTIONS(2272), 1, - anon_sym_DOLLAR, - STATE(291), 1, - sym_integer, - STATE(299), 1, - sym_string_directive, - STATE(312), 1, - sym_constant, - STATE(866), 1, - sym_expr, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(810), 2, - anon_sym_ATDIR, - anon_sym_ATFILENAME, - ACTIONS(816), 2, + ACTIONS(821), 1, sym_ipv6, + ACTIONS(823), 1, sym_ipv4, - ACTIONS(2268), 2, - anon_sym_table, - anon_sym_set, - ACTIONS(2276), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(304), 2, - sym_interval, - sym_string, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(808), 4, - anon_sym_T, - anon_sym_F, - sym_hex, - sym_hostname, - ACTIONS(2274), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG, - anon_sym_TILDE, - [43064] = 31, - ACTIONS(766), 1, - anon_sym_LBRACE, - ACTIONS(772), 1, - anon_sym_record, - ACTIONS(774), 1, - anon_sym_LPAREN, - ACTIONS(776), 1, - anon_sym_LBRACK, - ACTIONS(782), 1, - anon_sym_vector, - ACTIONS(784), 1, - anon_sym_function, - ACTIONS(796), 1, - anon_sym_PIPE, - ACTIONS(802), 1, - anon_sym_copy, - ACTIONS(804), 1, - anon_sym_schedule, - ACTIONS(806), 1, - aux_sym_constant_token1, - ACTIONS(812), 1, - sym_id, - ACTIONS(814), 1, - sym_pattern, - ACTIONS(818), 1, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2266), 1, + ACTIONS(2276), 1, anon_sym_local, - ACTIONS(2270), 1, + ACTIONS(2280), 1, anon_sym_hook, - ACTIONS(2272), 1, + ACTIONS(2282), 1, anon_sym_DOLLAR, STATE(291), 1, sym_integer, @@ -110020,21 +109764,18 @@ static const uint16_t ts_small_parse_table[] = { sym_string_directive, STATE(312), 1, sym_constant, - STATE(853), 1, + STATE(856), 1, sym_expr, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2268), 2, + ACTIONS(2278), 2, anon_sym_table, anon_sym_set, - ACTIONS(2276), 2, + ACTIONS(2286), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -110044,129 +109785,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2274), 4, + ACTIONS(2284), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [43172] = 31, - ACTIONS(766), 1, + [44094] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, - sym_port, - ACTIONS(820), 1, - sym_floatp, - ACTIONS(822), 1, - aux_sym_string_token1, - ACTIONS(2266), 1, - anon_sym_local, - ACTIONS(2270), 1, - anon_sym_hook, - ACTIONS(2272), 1, - anon_sym_DOLLAR, - STATE(291), 1, - sym_integer, - STATE(299), 1, - sym_string_directive, - STATE(312), 1, - sym_constant, - STATE(854), 1, - sym_expr, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(810), 2, - anon_sym_ATDIR, - anon_sym_ATFILENAME, - ACTIONS(816), 2, + ACTIONS(821), 1, sym_ipv6, + ACTIONS(823), 1, sym_ipv4, - ACTIONS(2268), 2, - anon_sym_table, - anon_sym_set, - ACTIONS(2276), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(304), 2, - sym_interval, - sym_string, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(808), 4, - anon_sym_T, - anon_sym_F, - sym_hex, - sym_hostname, - ACTIONS(2274), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG, - anon_sym_TILDE, - [43280] = 31, - ACTIONS(766), 1, - anon_sym_LBRACE, - ACTIONS(772), 1, - anon_sym_record, - ACTIONS(774), 1, - anon_sym_LPAREN, - ACTIONS(776), 1, - anon_sym_LBRACK, - ACTIONS(782), 1, - anon_sym_vector, - ACTIONS(784), 1, - anon_sym_function, - ACTIONS(796), 1, - anon_sym_PIPE, - ACTIONS(802), 1, - anon_sym_copy, - ACTIONS(804), 1, - anon_sym_schedule, - ACTIONS(806), 1, - aux_sym_constant_token1, - ACTIONS(812), 1, - sym_id, - ACTIONS(814), 1, - sym_pattern, - ACTIONS(818), 1, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2266), 1, + ACTIONS(2276), 1, anon_sym_local, - ACTIONS(2270), 1, + ACTIONS(2280), 1, anon_sym_hook, - ACTIONS(2272), 1, + ACTIONS(2282), 1, anon_sym_DOLLAR, STATE(291), 1, sym_integer, @@ -110174,21 +109842,18 @@ static const uint16_t ts_small_parse_table[] = { sym_string_directive, STATE(312), 1, sym_constant, - STATE(856), 1, + STATE(867), 1, sym_expr, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2268), 2, + ACTIONS(2278), 2, anon_sym_table, anon_sym_set, - ACTIONS(2276), 2, + ACTIONS(2286), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -110198,129 +109863,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2274), 4, + ACTIONS(2284), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [43388] = 31, - ACTIONS(766), 1, + [44204] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, - sym_port, - ACTIONS(820), 1, - sym_floatp, - ACTIONS(822), 1, - aux_sym_string_token1, - ACTIONS(2266), 1, - anon_sym_local, - ACTIONS(2270), 1, - anon_sym_hook, - ACTIONS(2272), 1, - anon_sym_DOLLAR, - STATE(291), 1, - sym_integer, - STATE(299), 1, - sym_string_directive, - STATE(312), 1, - sym_constant, - STATE(867), 1, - sym_expr, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(810), 2, - anon_sym_ATDIR, - anon_sym_ATFILENAME, - ACTIONS(816), 2, + ACTIONS(821), 1, sym_ipv6, + ACTIONS(823), 1, sym_ipv4, - ACTIONS(2268), 2, - anon_sym_table, - anon_sym_set, - ACTIONS(2276), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(304), 2, - sym_interval, - sym_string, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(808), 4, - anon_sym_T, - anon_sym_F, - sym_hex, - sym_hostname, - ACTIONS(2274), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG, - anon_sym_TILDE, - [43496] = 31, - ACTIONS(766), 1, - anon_sym_LBRACE, - ACTIONS(772), 1, - anon_sym_record, - ACTIONS(774), 1, - anon_sym_LPAREN, - ACTIONS(776), 1, - anon_sym_LBRACK, - ACTIONS(782), 1, - anon_sym_vector, - ACTIONS(784), 1, - anon_sym_function, - ACTIONS(796), 1, - anon_sym_PIPE, - ACTIONS(802), 1, - anon_sym_copy, - ACTIONS(804), 1, - anon_sym_schedule, - ACTIONS(806), 1, - aux_sym_constant_token1, - ACTIONS(812), 1, - sym_id, - ACTIONS(814), 1, - sym_pattern, - ACTIONS(818), 1, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2266), 1, + ACTIONS(2276), 1, anon_sym_local, - ACTIONS(2270), 1, + ACTIONS(2280), 1, anon_sym_hook, - ACTIONS(2272), 1, + ACTIONS(2282), 1, anon_sym_DOLLAR, STATE(291), 1, sym_integer, @@ -110333,16 +109925,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2268), 2, + ACTIONS(2278), 2, anon_sym_table, anon_sym_set, - ACTIONS(2276), 2, + ACTIONS(2286), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -110352,52 +109941,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2274), 4, + ACTIONS(2284), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [43604] = 31, - ACTIONS(766), 1, + [44314] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, - ACTIONS(2266), 1, + ACTIONS(2276), 1, anon_sym_local, - ACTIONS(2270), 1, + ACTIONS(2280), 1, anon_sym_hook, - ACTIONS(2272), 1, + ACTIONS(2282), 1, anon_sym_DOLLAR, STATE(291), 1, sym_integer, @@ -110410,16 +110003,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2268), 2, + ACTIONS(2278), 2, anon_sym_table, anon_sym_set, - ACTIONS(2276), 2, + ACTIONS(2286), 2, anon_sym_DASH, anon_sym_PLUS, STATE(304), 2, @@ -110429,52 +110019,56 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2274), 4, + ACTIONS(2284), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [43712] = 31, - ACTIONS(766), 1, + [44424] = 32, + ACTIONS(771), 1, anon_sym_LBRACE, - ACTIONS(772), 1, + ACTIONS(777), 1, anon_sym_record, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(776), 1, + ACTIONS(781), 1, anon_sym_LBRACK, - ACTIONS(778), 1, + ACTIONS(783), 1, anon_sym_local, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_vector, - ACTIONS(784), 1, + ACTIONS(789), 1, anon_sym_function, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_hook, - ACTIONS(794), 1, + ACTIONS(799), 1, anon_sym_DOLLAR, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_PIPE, - ACTIONS(802), 1, + ACTIONS(807), 1, anon_sym_copy, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_schedule, - ACTIONS(806), 1, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(812), 1, + ACTIONS(817), 1, sym_id, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_pattern, - ACTIONS(818), 1, + ACTIONS(821), 1, + sym_ipv6, + ACTIONS(823), 1, + sym_ipv4, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(822), 1, + ACTIONS(829), 1, aux_sym_string_token1, STATE(291), 1, sym_integer, @@ -110487,18 +110081,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(780), 2, + ACTIONS(785), 2, anon_sym_table, anon_sym_set, - ACTIONS(800), 2, + ACTIONS(805), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(810), 2, + ACTIONS(815), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(816), 2, - sym_ipv6, - sym_ipv4, STATE(304), 2, sym_interval, sym_string, @@ -110506,17 +110097,17 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(798), 4, + ACTIONS(803), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [43820] = 31, + [44534] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -110535,23 +110126,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_token1, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2322), 1, + ACTIONS(2332), 1, sym_id, STATE(836), 1, sym_string_directive, @@ -110573,9 +110168,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -110593,7 +110185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [43928] = 31, + [44644] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -110612,23 +110204,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -110644,13 +110240,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -110665,12 +110258,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [44036] = 31, + [44754] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -110691,21 +110284,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -110727,9 +110324,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -110747,7 +110341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [44144] = 31, + [44864] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -110766,23 +110360,27 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(119), 1, + ACTIONS(121), 1, anon_sym_function, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, - ACTIONS(2059), 1, + ACTIONS(2069), 1, anon_sym_local, - ACTIONS(2063), 1, + ACTIONS(2073), 1, anon_sym_hook, - ACTIONS(2065), 1, + ACTIONS(2075), 1, anon_sym_DOLLAR, STATE(836), 1, sym_string_directive, @@ -110798,13 +110396,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, - ACTIONS(2061), 2, + ACTIONS(2071), 2, anon_sym_table, anon_sym_set, - ACTIONS(2069), 2, + ACTIONS(2079), 2, anon_sym_DASH, anon_sym_PLUS, STATE(1268), 2, @@ -110819,12 +110414,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - ACTIONS(2067), 4, + ACTIONS(2077), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG, anon_sym_TILDE, - [44252] = 31, + [44974] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -110845,21 +110440,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -110881,9 +110480,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -110901,7 +110497,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [44360] = 31, + [45084] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -110922,21 +110518,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -110958,9 +110558,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -110978,7 +110575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [44468] = 31, + [45194] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -110999,21 +110596,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -111035,9 +110636,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -111055,7 +110653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [44576] = 31, + [45304] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -111076,21 +110674,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -111112,9 +110714,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -111132,7 +110731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [44684] = 31, + [45414] = 32, ACTIONS(25), 1, anon_sym_record, ACTIONS(35), 1, @@ -111153,21 +110752,25 @@ static const uint16_t ts_small_parse_table[] = { sym_id, ACTIONS(103), 1, sym_pattern, + ACTIONS(105), 1, + sym_ipv6, ACTIONS(107), 1, - sym_port, + sym_ipv4, ACTIONS(109), 1, - sym_floatp, + sym_port, ACTIONS(111), 1, + sym_floatp, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(117), 1, - anon_sym_local, ACTIONS(119), 1, - anon_sym_function, + anon_sym_local, ACTIONS(121), 1, + anon_sym_function, + ACTIONS(123), 1, anon_sym_hook, - ACTIONS(133), 1, + ACTIONS(135), 1, anon_sym_LBRACE, - ACTIONS(1626), 1, + ACTIONS(1633), 1, anon_sym_LBRACK, STATE(836), 1, sym_string_directive, @@ -111189,9 +110792,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(99), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, - ACTIONS(105), 2, - sym_ipv6, - sym_ipv4, STATE(1268), 2, sym_interval, sym_string, @@ -111209,15 +110809,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_F, sym_hex, sym_hostname, - [44792] = 9, - ACTIONS(788), 1, + [45524] = 9, + ACTIONS(793), 1, anon_sym_AMPdeprecated, STATE(1838), 1, sym_attr_list, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2328), 2, + ACTIONS(2338), 2, anon_sym_ATload, anon_sym_ATif, STATE(1254), 2, @@ -111227,7 +110827,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -111237,7 +110837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(2324), 11, + ACTIONS(2334), 11, anon_sym_LBRACE, anon_sym_ATdeprecated, anon_sym_ATload_DASHsigs, @@ -111249,7 +110849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - ACTIONS(2326), 13, + ACTIONS(2336), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -111263,7 +110863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [44855] = 4, + [45587] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -111271,13 +110871,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1979), 18, + ACTIONS(1986), 18, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOLLAR, anon_sym_PIPE, @@ -111288,11 +110887,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATDIR, anon_sym_ATFILENAME, sym_pattern, + sym_ipv6, sym_port, aux_sym_string_token1, - ACTIONS(1984), 21, + ACTIONS(1991), 21, anon_sym_COLON, anon_sym_record, + anon_sym_LBRACK, anon_sym_local, anon_sym_table, anon_sym_set, @@ -111307,20 +110908,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_T, anon_sym_F, sym_id, - sym_ipv6, sym_ipv4, sym_floatp, sym_hex, sym_hostname, - [44908] = 9, - ACTIONS(788), 1, + [45640] = 9, + ACTIONS(793), 1, anon_sym_AMPdeprecated, STATE(1836), 1, sym_attr_list, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2332), 2, + ACTIONS(2342), 2, anon_sym_ATload, anon_sym_ATif, STATE(1254), 2, @@ -111330,7 +110930,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -111340,7 +110940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(2330), 11, + ACTIONS(2340), 11, anon_sym_LBRACE, anon_sym_ATdeprecated, anon_sym_ATload_DASHsigs, @@ -111352,7 +110952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - ACTIONS(2326), 13, + ACTIONS(2336), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -111366,15 +110966,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [44971] = 9, - ACTIONS(788), 1, + [45703] = 9, + ACTIONS(793), 1, anon_sym_AMPdeprecated, STATE(1837), 1, sym_attr_list, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2336), 2, + ACTIONS(2346), 2, anon_sym_ATload, anon_sym_ATif, STATE(1254), 2, @@ -111384,7 +110984,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -111394,7 +110994,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(2334), 11, + ACTIONS(2344), 11, anon_sym_LBRACE, anon_sym_ATdeprecated, anon_sym_ATload_DASHsigs, @@ -111406,7 +111006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - ACTIONS(2326), 13, + ACTIONS(2336), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -111420,15 +111020,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [45034] = 9, - ACTIONS(788), 1, + [45766] = 9, + ACTIONS(793), 1, anon_sym_AMPdeprecated, STATE(1835), 1, sym_attr_list, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2340), 2, + ACTIONS(2350), 2, anon_sym_ATload, anon_sym_ATif, STATE(1254), 2, @@ -111438,7 +111038,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -111448,7 +111048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(2338), 11, + ACTIONS(2348), 11, anon_sym_LBRACE, anon_sym_ATdeprecated, anon_sym_ATload_DASHsigs, @@ -111460,7 +111060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - ACTIONS(2326), 13, + ACTIONS(2336), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -111474,13 +111074,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [45097] = 8, - ACTIONS(788), 1, + [45829] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1793), 2, + ACTIONS(1800), 2, anon_sym_ATload, anon_sym_ATif, STATE(1255), 2, @@ -111490,7 +111090,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -111500,7 +111100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(1791), 11, + ACTIONS(1798), 11, anon_sym_LBRACE, anon_sym_ATdeprecated, anon_sym_ATload_DASHsigs, @@ -111512,7 +111112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - ACTIONS(2326), 13, + ACTIONS(2336), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -111526,13 +111126,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [45157] = 8, - ACTIONS(2342), 1, + [45889] = 8, + ACTIONS(2352), 1, anon_sym_AMPdeprecated, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1780), 2, + ACTIONS(1787), 2, anon_sym_ATload, anon_sym_ATif, STATE(1255), 2, @@ -111542,7 +111142,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1785), 9, + ACTIONS(1792), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -111552,7 +111152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(1778), 11, + ACTIONS(1785), 11, anon_sym_LBRACE, anon_sym_ATdeprecated, anon_sym_ATload_DASHsigs, @@ -111564,7 +111164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - ACTIONS(2345), 13, + ACTIONS(2355), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -111578,22 +111178,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [45217] = 6, - ACTIONS(1766), 1, + [45949] = 6, + ACTIONS(1773), 1, anon_sym_COLON, - ACTIONS(2348), 1, + ACTIONS(2358), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1470), 2, + ACTIONS(1477), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1466), 34, + ACTIONS(1473), 34, anon_sym_LBRACE, anon_sym_AMPdeprecated, anon_sym_AMPbroker_allow_complex_type, @@ -111628,8 +111228,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [45273] = 5, - ACTIONS(2350), 1, + [46005] = 5, + ACTIONS(2360), 1, sym_time_unit, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -111638,7 +111238,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1458), 9, + ACTIONS(1465), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -111648,7 +111248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1456), 26, + ACTIONS(1463), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -111675,8 +111275,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [45325] = 5, - ACTIONS(2350), 1, + [46057] = 5, + ACTIONS(2360), 1, sym_time_unit, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -111685,7 +111285,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1458), 9, + ACTIONS(1465), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -111695,7 +111295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1456), 26, + ACTIONS(1463), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -111722,7 +111322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [45377] = 4, + [46109] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -111730,7 +111330,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1454), 9, + ACTIONS(1461), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -111740,7 +111340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1452), 27, + ACTIONS(1459), 27, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -111768,7 +111368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, sym_time_unit, - [45427] = 4, + [46159] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -111776,7 +111376,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1512), 9, + ACTIONS(1519), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -111786,7 +111386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1510), 26, + ACTIONS(1517), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -111813,7 +111413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [45476] = 4, + [46208] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -111821,7 +111421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -111831,7 +111431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(113), 26, + ACTIONS(115), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -111858,7 +111458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [45525] = 4, + [46257] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -111866,7 +111466,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(258), 9, + ACTIONS(260), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -111876,7 +111476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(256), 26, + ACTIONS(258), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -111903,7 +111503,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [45574] = 4, + [46306] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -111911,7 +111511,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(570), 9, + ACTIONS(575), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -111921,7 +111521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(568), 26, + ACTIONS(573), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -111948,7 +111548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [45623] = 4, + [46355] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -111956,7 +111556,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(578), 9, + ACTIONS(583), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -111966,7 +111566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(576), 26, + ACTIONS(581), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -111993,7 +111593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [45672] = 4, + [46404] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112001,7 +111601,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1464), 9, + ACTIONS(1471), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112011,7 +111611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1462), 26, + ACTIONS(1469), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112038,8 +111638,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [45721] = 5, - ACTIONS(2352), 1, + [46453] = 5, + ACTIONS(2362), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -112048,7 +111648,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(546), 9, + ACTIONS(551), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112058,7 +111658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(544), 25, + ACTIONS(549), 25, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112084,7 +111684,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [45772] = 4, + [46504] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112092,7 +111692,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(141), 9, + ACTIONS(143), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112102,7 +111702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(135), 26, + ACTIONS(137), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112129,7 +111729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [45821] = 4, + [46553] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112137,7 +111737,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1458), 9, + ACTIONS(1465), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112147,7 +111747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1456), 26, + ACTIONS(1463), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112174,7 +111774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [45870] = 4, + [46602] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112182,7 +111782,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112192,7 +111792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(113), 26, + ACTIONS(115), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112219,7 +111819,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [45919] = 4, + [46651] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112227,7 +111827,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(588), 9, + ACTIONS(593), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112237,7 +111837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(586), 26, + ACTIONS(591), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112264,7 +111864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [45968] = 4, + [46700] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112272,7 +111872,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(340), 9, + ACTIONS(342), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112282,7 +111882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(338), 26, + ACTIONS(340), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112309,7 +111909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46017] = 4, + [46749] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112317,7 +111917,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1508), 9, + ACTIONS(1515), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112327,7 +111927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1506), 26, + ACTIONS(1513), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112354,8 +111954,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46066] = 5, - ACTIONS(2354), 1, + [46798] = 5, + ACTIONS(2364), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -112364,7 +111964,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1470), 9, + ACTIONS(1477), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112374,7 +111974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1466), 25, + ACTIONS(1473), 25, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112400,7 +112000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46117] = 4, + [46849] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112408,7 +112008,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(556), 9, + ACTIONS(561), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112418,7 +112018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(554), 26, + ACTIONS(559), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112445,7 +112045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46166] = 4, + [46898] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112453,7 +112053,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(141), 9, + ACTIONS(143), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112463,7 +112063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(135), 26, + ACTIONS(137), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112490,7 +112090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46215] = 4, + [46947] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112498,7 +112098,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(592), 9, + ACTIONS(597), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112508,7 +112108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(590), 26, + ACTIONS(595), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112535,7 +112135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46264] = 4, + [46996] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112543,7 +112143,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(546), 9, + ACTIONS(551), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112553,7 +112153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(544), 26, + ACTIONS(549), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112580,7 +112180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46313] = 4, + [47045] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112588,7 +112188,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1512), 9, + ACTIONS(1519), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112598,7 +112198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1510), 26, + ACTIONS(1517), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112625,7 +112225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46362] = 4, + [47094] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112633,7 +112233,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112643,7 +112243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(113), 26, + ACTIONS(115), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112670,7 +112270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46411] = 4, + [47143] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112678,7 +112278,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1484), 9, + ACTIONS(1491), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112688,7 +112288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1482), 26, + ACTIONS(1489), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112715,8 +112315,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46460] = 5, - ACTIONS(2356), 1, + [47192] = 5, + ACTIONS(2366), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -112725,7 +112325,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1500), 9, + ACTIONS(1507), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112735,7 +112335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1498), 25, + ACTIONS(1505), 25, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112761,7 +112361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46511] = 4, + [47243] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112769,7 +112369,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1484), 9, + ACTIONS(1491), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112779,7 +112379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1482), 26, + ACTIONS(1489), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112806,24 +112406,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46560] = 8, - ACTIONS(2358), 1, + [47292] = 8, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112833,7 +112433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(113), 21, + ACTIONS(115), 21, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112855,8 +112455,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46617] = 5, - ACTIONS(2364), 1, + [47349] = 5, + ACTIONS(2374), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -112865,7 +112465,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1490), 9, + ACTIONS(1497), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112875,7 +112475,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1486), 25, + ACTIONS(1493), 25, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112901,7 +112501,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46668] = 4, + [47400] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112909,7 +112509,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1484), 9, + ACTIONS(1491), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112919,7 +112519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1482), 26, + ACTIONS(1489), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112946,7 +112546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46717] = 4, + [47449] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112954,7 +112554,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1500), 9, + ACTIONS(1507), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -112964,7 +112564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1498), 26, + ACTIONS(1505), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -112991,7 +112591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46766] = 4, + [47498] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -112999,7 +112599,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1458), 9, + ACTIONS(1465), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -113009,7 +112609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1456), 26, + ACTIONS(1463), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -113036,24 +112636,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46815] = 8, - ACTIONS(2358), 1, + [47547] = 8, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(141), 9, + ACTIONS(143), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -113063,7 +112663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(135), 21, + ACTIONS(137), 21, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -113085,7 +112685,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46872] = 4, + [47604] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -113093,7 +112693,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -113103,7 +112703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(113), 26, + ACTIONS(115), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -113130,7 +112730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46921] = 4, + [47653] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -113138,7 +112738,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1520), 9, + ACTIONS(1527), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -113148,7 +112748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1518), 26, + ACTIONS(1525), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -113175,7 +112775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [46970] = 4, + [47702] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -113183,7 +112783,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1512), 9, + ACTIONS(1519), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -113193,7 +112793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1510), 26, + ACTIONS(1517), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -113220,7 +112820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [47019] = 4, + [47751] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -113228,7 +112828,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1530), 9, + ACTIONS(1537), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -113238,7 +112838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1528), 26, + ACTIONS(1535), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -113265,7 +112865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [47068] = 4, + [47800] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -113273,7 +112873,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1534), 9, + ACTIONS(1541), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -113283,7 +112883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1532), 26, + ACTIONS(1539), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -113310,7 +112910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [47117] = 4, + [47849] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -113318,7 +112918,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(566), 9, + ACTIONS(571), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -113328,7 +112928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(564), 26, + ACTIONS(569), 26, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_RBRACE, @@ -113355,55 +112955,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [47166] = 16, - ACTIONS(2358), 1, + [47898] = 16, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2388), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1482), 7, + ACTIONS(1489), 7, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LPAREN, @@ -113411,163 +113011,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACK, anon_sym_QMARK_DOLLAR, - [47238] = 19, - ACTIONS(2356), 1, + [47970] = 19, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2386), 1, + ACTIONS(2396), 1, anon_sym_COMMA, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2384), 4, + ACTIONS(2394), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [47316] = 18, - ACTIONS(2356), 1, + [48048] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(135), 5, + ACTIONS(137), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [47392] = 13, - ACTIONS(115), 1, + [48124] = 13, + ACTIONS(117), 1, anon_sym_EQ, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2388), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(113), 13, + ACTIONS(115), 13, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -113581,166 +113181,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [47458] = 18, - ACTIONS(2356), 1, + [48190] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1482), 5, + ACTIONS(1489), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [47534] = 19, - ACTIONS(2356), 1, + [48266] = 19, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2386), 1, + ACTIONS(2396), 1, anon_sym_COMMA, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2071), 4, + ACTIONS(2081), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [47612] = 14, - ACTIONS(115), 1, + [48344] = 14, + ACTIONS(117), 1, anon_sym_EQ, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2388), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(113), 11, + ACTIONS(115), 11, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -113752,7 +113352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [47680] = 4, + [48412] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -113760,10 +113360,9 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2312), 14, + ACTIONS(2322), 14, anon_sym_LBRACE, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_DOLLAR, anon_sym_PIPE, anon_sym_PLUS_PLUS, @@ -113773,10 +113372,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATDIR, anon_sym_ATFILENAME, sym_pattern, + sym_ipv6, sym_port, aux_sym_string_token1, - ACTIONS(2314), 20, + ACTIONS(2324), 20, anon_sym_record, + anon_sym_LBRACK, anon_sym_local, anon_sym_table, anon_sym_set, @@ -113791,33 +113392,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_T, anon_sym_F, sym_id, - sym_ipv6, sym_ipv4, sym_floatp, sym_hex, sym_hostname, - [47728] = 9, - ACTIONS(2358), 1, + [48460] = 9, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1484), 9, + ACTIONS(1491), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -113827,7 +113427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1482), 17, + ACTIONS(1489), 17, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -113845,46 +113445,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [47786] = 13, - ACTIONS(1512), 1, + [48518] = 13, + ACTIONS(1519), 1, anon_sym_EQ, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2388), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1510), 13, + ACTIONS(1517), 13, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -113898,55 +113498,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [47852] = 16, - ACTIONS(2358), 1, + [48584] = 16, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2388), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(113), 7, + ACTIONS(115), 7, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_LPAREN, @@ -113954,28 +113554,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACK, anon_sym_QMARK_DOLLAR, - [47924] = 9, - ACTIONS(2358), 1, + [48656] = 9, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -113985,7 +113585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(113), 17, + ACTIONS(115), 17, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_PLUS_EQ, @@ -114003,104 +113603,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [47982] = 20, - ACTIONS(2071), 1, + [48714] = 20, + ACTIONS(2081), 1, anon_sym_RBRACK, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2386), 1, + ACTIONS(2396), 1, anon_sym_COMMA, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2390), 1, + ACTIONS(2400), 1, anon_sym_COLON, - ACTIONS(2396), 1, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2416), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2392), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2410), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [48060] = 13, - ACTIONS(115), 1, + [48792] = 13, + ACTIONS(117), 1, anon_sym_EQ, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2402), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2416), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(113), 11, + ACTIONS(115), 11, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -114112,24 +113712,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [48124] = 20, - ACTIONS(906), 1, + [48856] = 20, + ACTIONS(913), 1, anon_sym_SEMI, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2412), 1, + ACTIONS(2422), 1, anon_sym_COMMA, STATE(1275), 1, sym_index_slice, @@ -114138,56 +113738,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [48202] = 20, - ACTIONS(922), 1, + [48934] = 20, + ACTIONS(929), 1, anon_sym_SEMI, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2412), 1, + ACTIONS(2422), 1, anon_sym_COMMA, STATE(1275), 1, sym_index_slice, @@ -114196,56 +113796,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [48280] = 20, - ACTIONS(894), 1, + [49012] = 20, + ACTIONS(901), 1, anon_sym_SEMI, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2412), 1, + ACTIONS(2422), 1, anon_sym_COMMA, STATE(1275), 1, sym_index_slice, @@ -114254,56 +113854,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [48358] = 20, - ACTIONS(902), 1, + [49090] = 20, + ACTIONS(909), 1, anon_sym_SEMI, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2412), 1, + ACTIONS(2422), 1, anon_sym_COMMA, STATE(1275), 1, sym_index_slice, @@ -114312,56 +113912,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [48436] = 8, - ACTIONS(2358), 1, + [49168] = 8, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -114371,7 +113971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(113), 18, + ACTIONS(115), 18, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -114390,24 +113990,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [48490] = 20, - ACTIONS(842), 1, + [49222] = 20, + ACTIONS(849), 1, anon_sym_SEMI, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2412), 1, + ACTIONS(2422), 1, anon_sym_COMMA, STATE(1275), 1, sym_index_slice, @@ -114416,114 +114016,114 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [48568] = 16, - ACTIONS(2358), 1, + [49300] = 16, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2396), 1, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2416), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2392), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2410), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(113), 5, + ACTIONS(115), 5, anon_sym_COLON, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_QMARK_DOLLAR, - ACTIONS(2400), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [48638] = 9, - ACTIONS(2358), 1, + [49370] = 9, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(115), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -114533,7 +114133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(113), 15, + ACTIONS(115), 15, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -114549,66 +114149,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [48694] = 20, - ACTIONS(2071), 1, + [49426] = 20, + ACTIONS(2081), 1, anon_sym_RBRACK, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2386), 1, + ACTIONS(2396), 1, anon_sym_COMMA, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2396), 1, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2416), 1, anon_sym_QMARK, - ACTIONS(2414), 1, + ACTIONS(2424), 1, anon_sym_COLON, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2392), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2410), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [48772] = 5, - ACTIONS(2416), 1, + [49504] = 5, + ACTIONS(2426), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -114617,7 +114217,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(546), 9, + ACTIONS(551), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -114627,7 +114227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(544), 22, + ACTIONS(549), 22, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -114650,49 +114250,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [48820] = 14, - ACTIONS(115), 1, + [49552] = 14, + ACTIONS(117), 1, anon_sym_EQ, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2402), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2416), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(113), 9, + ACTIONS(115), 9, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -114702,24 +114302,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [48886] = 20, - ACTIONS(878), 1, + [49618] = 20, + ACTIONS(885), 1, anon_sym_SEMI, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2412), 1, + ACTIONS(2422), 1, anon_sym_COMMA, STATE(1275), 1, sym_index_slice, @@ -114728,56 +114328,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [48964] = 20, - ACTIONS(838), 1, + [49696] = 20, + ACTIONS(845), 1, anon_sym_SEMI, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2412), 1, + ACTIONS(2422), 1, anon_sym_COMMA, STATE(1275), 1, sym_index_slice, @@ -114786,114 +114386,114 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [49042] = 20, - ACTIONS(2071), 1, + [49774] = 20, + ACTIONS(2081), 1, anon_sym_RBRACE, - ACTIONS(2103), 1, + ACTIONS(2113), 1, anon_sym_SEMI, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2386), 1, + ACTIONS(2396), 1, anon_sym_COMMA, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [49120] = 20, - ACTIONS(926), 1, + [49852] = 20, + ACTIONS(933), 1, anon_sym_SEMI, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2412), 1, + ACTIONS(2422), 1, anon_sym_COMMA, STATE(1275), 1, sym_index_slice, @@ -114902,56 +114502,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [49198] = 20, - ACTIONS(854), 1, + [49930] = 20, + ACTIONS(861), 1, anon_sym_SEMI, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2412), 1, + ACTIONS(2422), 1, anon_sym_COMMA, STATE(1275), 1, sym_index_slice, @@ -114960,112 +114560,112 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [49276] = 18, - ACTIONS(2356), 1, + [50008] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2396), 1, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2416), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2392), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2410), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1482), 3, + ACTIONS(1489), 3, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(2404), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [49350] = 20, - ACTIONS(950), 1, + [50082] = 20, + ACTIONS(957), 1, anon_sym_SEMI, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2412), 1, + ACTIONS(2422), 1, anon_sym_COMMA, STATE(1275), 1, sym_index_slice, @@ -115074,170 +114674,170 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [49428] = 18, - ACTIONS(2356), 1, + [50160] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2396), 1, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2416), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2392), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2410), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(135), 3, + ACTIONS(137), 3, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(2404), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [49502] = 16, - ACTIONS(2358), 1, + [50234] = 16, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2396), 1, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2416), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2392), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2410), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(1482), 5, + ACTIONS(1489), 5, anon_sym_COLON, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_QMARK_DOLLAR, - ACTIONS(2400), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [49572] = 9, - ACTIONS(2358), 1, + [50304] = 9, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1484), 9, + ACTIONS(1491), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -115247,7 +114847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1482), 15, + ACTIONS(1489), 15, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -115263,24 +114863,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [49628] = 8, - ACTIONS(2358), 1, + [50360] = 8, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(141), 9, + ACTIONS(143), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -115290,7 +114890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(135), 18, + ACTIONS(137), 18, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -115309,24 +114909,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [49682] = 20, - ACTIONS(828), 1, + [50414] = 20, + ACTIONS(835), 1, anon_sym_SEMI, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2412), 1, + ACTIONS(2422), 1, anon_sym_COMMA, STATE(1275), 1, sym_index_slice, @@ -115335,114 +114935,114 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [49760] = 20, - ACTIONS(2071), 1, + [50492] = 20, + ACTIONS(2081), 1, anon_sym_RBRACK, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2386), 1, + ACTIONS(2396), 1, anon_sym_COMMA, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2396), 1, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2416), 1, anon_sym_QMARK, - ACTIONS(2418), 1, + ACTIONS(2428), 1, anon_sym_COLON, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2392), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2410), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [49838] = 20, - ACTIONS(862), 1, + [50570] = 20, + ACTIONS(869), 1, anon_sym_SEMI, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2412), 1, + ACTIONS(2422), 1, anon_sym_COMMA, STATE(1275), 1, sym_index_slice, @@ -115451,78 +115051,78 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [49916] = 13, - ACTIONS(1512), 1, + [50648] = 13, + ACTIONS(1519), 1, anon_sym_EQ, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2402), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2416), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1510), 11, + ACTIONS(1517), 11, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -115534,63 +115134,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [49980] = 19, - ACTIONS(2356), 1, + [50712] = 19, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2384), 1, + ACTIONS(2394), 1, anon_sym_COLON, - ACTIONS(2386), 1, + ACTIONS(2396), 1, anon_sym_COMMA, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2396), 1, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2416), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2392), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2410), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [50055] = 4, + [50787] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -115598,7 +115198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1470), 9, + ACTIONS(1477), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -115608,7 +115208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1466), 22, + ACTIONS(1473), 22, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -115631,10 +115231,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [50100] = 6, - ACTIONS(2356), 1, + [50832] = 6, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2420), 1, + ACTIONS(2430), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -115643,7 +115243,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1500), 9, + ACTIONS(1507), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -115653,7 +115253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1498), 20, + ACTIONS(1505), 20, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_RPAREN, @@ -115674,2709 +115274,2439 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [50149] = 19, - ACTIONS(2071), 1, + [50881] = 19, + ACTIONS(2081), 1, anon_sym_COLON, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2386), 1, - anon_sym_COMMA, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, ACTIONS(2396), 1, - anon_sym_EQ, - ACTIONS(2402), 1, - anon_sym_BANG, - ACTIONS(2406), 1, - anon_sym_QMARK, - STATE(1275), 1, - sym_index_slice, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(2392), 2, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - ACTIONS(2398), 2, - anon_sym_as, - anon_sym_is, - ACTIONS(2408), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2410), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(2404), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2394), 4, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - ACTIONS(2400), 6, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - [50224] = 4, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(1490), 9, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_BANG, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - anon_sym_QMARK, - ACTIONS(1486), 22, - anon_sym_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_as, - anon_sym_DOLLAR, - anon_sym_is, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - [50269] = 18, - ACTIONS(2356), 1, - anon_sym_LPAREN, - ACTIONS(2358), 1, - anon_sym_LBRACK, - ACTIONS(2362), 1, - anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2416), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2422), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, - anon_sym_as, - anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2382), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(2376), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2368), 4, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - ACTIONS(2372), 6, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - [50341] = 18, - ACTIONS(2129), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, - anon_sym_LPAREN, - ACTIONS(2358), 1, - anon_sym_LBRACK, - ACTIONS(2362), 1, - anon_sym_DOLLAR, - ACTIONS(2370), 1, - anon_sym_EQ, - ACTIONS(2374), 1, - anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - STATE(1275), 1, - sym_index_slice, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [50413] = 18, - ACTIONS(906), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, - anon_sym_LPAREN, - ACTIONS(2358), 1, - anon_sym_LBRACK, - ACTIONS(2362), 1, - anon_sym_DOLLAR, - ACTIONS(2370), 1, - anon_sym_EQ, - ACTIONS(2374), 1, - anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - STATE(1275), 1, - sym_index_slice, + [50956] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, - anon_sym_as, - anon_sym_is, - ACTIONS(2366), 2, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - ACTIONS(2380), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2382), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2368), 4, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(1497), 9, + anon_sym_EQ, anon_sym_PIPE, + anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [50485] = 18, - ACTIONS(2197), 1, + anon_sym_QMARK, + ACTIONS(1493), 22, + anon_sym_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_in, + anon_sym_LBRACK, anon_sym_RBRACK, - ACTIONS(2356), 1, + anon_sym_as, + anon_sym_DOLLAR, + anon_sym_is, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_DOLLAR, + [51001] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2432), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [50557] = 18, - ACTIONS(2356), 1, + [51073] = 18, + ACTIONS(2139), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2424), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [50629] = 18, - ACTIONS(1887), 1, - anon_sym_RPAREN, - ACTIONS(2356), 1, + [51145] = 18, + ACTIONS(913), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [50701] = 18, - ACTIONS(2356), 1, + [51217] = 18, + ACTIONS(2207), 1, + anon_sym_RBRACK, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2426), 1, - anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [50773] = 18, - ACTIONS(2356), 1, + [51289] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2428), 1, - anon_sym_RBRACK, + ACTIONS(2434), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [50845] = 18, - ACTIONS(2356), 1, + [51361] = 18, + ACTIONS(1894), 1, + anon_sym_RPAREN, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2430), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [50917] = 18, - ACTIONS(2356), 1, + [51433] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2432), 1, - anon_sym_RPAREN, + ACTIONS(2436), 1, + anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [50989] = 18, - ACTIONS(2356), 1, + [51505] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2434), 1, - anon_sym_RPAREN, + ACTIONS(2438), 1, + anon_sym_RBRACK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [51061] = 18, - ACTIONS(2356), 1, + [51577] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2436), 1, + ACTIONS(2440), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [51133] = 18, - ACTIONS(2356), 1, + [51649] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2438), 1, + ACTIONS(2442), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [51205] = 18, - ACTIONS(2356), 1, + [51721] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2440), 1, + ACTIONS(2444), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [51277] = 18, - ACTIONS(2125), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [51793] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2446), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [51349] = 18, - ACTIONS(950), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [51865] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2448), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [51421] = 18, - ACTIONS(2356), 1, + [51937] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2442), 1, + ACTIONS(2450), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [51493] = 18, - ACTIONS(2356), 1, + [52009] = 18, + ACTIONS(2135), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2444), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [51565] = 18, - ACTIONS(2356), 1, + [52081] = 18, + ACTIONS(957), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2446), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [51637] = 18, - ACTIONS(2356), 1, + [52153] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2448), 1, - anon_sym_SEMI, + ACTIONS(2452), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [51709] = 18, - ACTIONS(2356), 1, + [52225] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2450), 1, + ACTIONS(2454), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [51781] = 18, - ACTIONS(2356), 1, + [52297] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2452), 1, + ACTIONS(2456), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [51853] = 18, - ACTIONS(2356), 1, + [52369] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2454), 1, - anon_sym_RPAREN, + ACTIONS(2458), 1, + anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [51925] = 18, - ACTIONS(2356), 1, + [52441] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2456), 1, + ACTIONS(2460), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [51997] = 18, - ACTIONS(2356), 1, + [52513] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2458), 1, + ACTIONS(2462), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [52069] = 18, - ACTIONS(2356), 1, + [52585] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2460), 1, + ACTIONS(2464), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [52141] = 18, - ACTIONS(2107), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [52657] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2466), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [52213] = 18, - ACTIONS(862), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [52729] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2468), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [52285] = 18, - ACTIONS(2356), 1, + [52801] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2462), 1, + ACTIONS(2470), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [52357] = 18, - ACTIONS(2356), 1, + [52873] = 18, + ACTIONS(2117), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2464), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [52429] = 18, - ACTIONS(1823), 1, - anon_sym_RPAREN, - ACTIONS(2356), 1, + [52945] = 18, + ACTIONS(869), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [52501] = 18, - ACTIONS(2356), 1, + [53017] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2466), 1, - anon_sym_SEMI, + ACTIONS(2472), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [52573] = 18, - ACTIONS(2356), 1, + [53089] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2468), 1, - anon_sym_LBRACE, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2474), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [52645] = 18, - ACTIONS(2356), 1, + [53161] = 18, + ACTIONS(1830), 1, + anon_sym_RPAREN, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2488), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [52717] = 18, - ACTIONS(2356), 1, + [53233] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2490), 1, - anon_sym_RPAREN, + ACTIONS(2476), 1, + anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [52789] = 18, - ACTIONS(2356), 1, + [53305] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2478), 1, + anon_sym_LBRACE, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, ACTIONS(2492), 1, - anon_sym_RPAREN, + anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [52861] = 18, - ACTIONS(2356), 1, + [53377] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2494), 1, + ACTIONS(2498), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [52933] = 18, - ACTIONS(2356), 1, + [53449] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2496), 1, + ACTIONS(2500), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [53005] = 18, - ACTIONS(2141), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [53521] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - STATE(1275), 1, - sym_index_slice, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(2360), 2, - anon_sym_as, - anon_sym_is, - ACTIONS(2366), 2, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - ACTIONS(2380), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2382), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(2376), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2368), 4, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - ACTIONS(2372), 6, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - [53077] = 18, - ACTIONS(894), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, - anon_sym_LPAREN, - ACTIONS(2358), 1, - anon_sym_LBRACK, - ACTIONS(2362), 1, - anon_sym_DOLLAR, - ACTIONS(2370), 1, - anon_sym_EQ, - ACTIONS(2374), 1, - anon_sym_BANG, - ACTIONS(2378), 1, anon_sym_QMARK, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2502), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [53149] = 18, - ACTIONS(2356), 1, + [53593] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2498), 1, + ACTIONS(2504), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [53221] = 18, - ACTIONS(1815), 1, - anon_sym_RPAREN, - ACTIONS(2356), 1, + [53665] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - STATE(1275), 1, - sym_index_slice, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(2360), 2, - anon_sym_as, - anon_sym_is, - ACTIONS(2366), 2, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - ACTIONS(2380), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2382), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(2376), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2368), 4, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - ACTIONS(2372), 6, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - [53293] = 18, - ACTIONS(2356), 1, - anon_sym_LPAREN, - ACTIONS(2358), 1, - anon_sym_LBRACK, - ACTIONS(2362), 1, - anon_sym_DOLLAR, - ACTIONS(2370), 1, - anon_sym_EQ, - ACTIONS(2374), 1, - anon_sym_BANG, - ACTIONS(2378), 1, anon_sym_QMARK, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2500), 1, - anon_sym_SEMI, + ACTIONS(2506), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [53365] = 18, - ACTIONS(2356), 1, + [53737] = 18, + ACTIONS(2151), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2502), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [53437] = 18, - ACTIONS(2356), 1, + [53809] = 18, + ACTIONS(901), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2504), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [53509] = 18, - ACTIONS(2356), 1, + [53881] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2506), 1, + ACTIONS(2508), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [53581] = 18, - ACTIONS(2356), 1, + [53953] = 18, + ACTIONS(1822), 1, + anon_sym_RPAREN, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2508), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [53653] = 18, - ACTIONS(2356), 1, + [54025] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, ACTIONS(2510), 1, - anon_sym_RPAREN, + anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [53725] = 18, - ACTIONS(2356), 1, + [54097] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, ACTIONS(2512), 1, anon_sym_RPAREN, @@ -118385,538 +117715,484 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [53797] = 18, - ACTIONS(2356), 1, + [54169] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, ACTIONS(2514), 1, - anon_sym_LBRACE, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [53869] = 18, - ACTIONS(2099), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [54241] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2516), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [53941] = 18, - ACTIONS(922), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [54313] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2518), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [54013] = 18, - ACTIONS(2356), 1, + [54385] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2516), 1, + ACTIONS(2520), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [54085] = 18, - ACTIONS(1821), 1, - anon_sym_RPAREN, - ACTIONS(2356), 1, + [54457] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2522), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [54157] = 18, - ACTIONS(2356), 1, + [54529] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2518), 1, - anon_sym_SEMI, + ACTIONS(2524), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [54229] = 18, - ACTIONS(2356), 1, + [54601] = 18, + ACTIONS(2109), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2520), 1, - anon_sym_RPAREN, - STATE(1275), 1, - sym_index_slice, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(2360), 2, - anon_sym_as, - anon_sym_is, - ACTIONS(2366), 2, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - ACTIONS(2380), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2382), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(2376), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2368), 4, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - ACTIONS(2372), 6, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - [54301] = 18, - ACTIONS(2356), 1, - anon_sym_LPAREN, - ACTIONS(2358), 1, - anon_sym_LBRACK, - ACTIONS(2362), 1, - anon_sym_DOLLAR, - ACTIONS(2370), 1, - anon_sym_EQ, - ACTIONS(2374), 1, - anon_sym_BANG, - ACTIONS(2378), 1, anon_sym_QMARK, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2522), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [54373] = 18, - ACTIONS(2356), 1, + [54673] = 18, + ACTIONS(929), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2524), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [54445] = 18, - ACTIONS(2356), 1, + [54745] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, ACTIONS(2526), 1, anon_sym_RPAREN, @@ -118925,1186 +118201,1186 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [54517] = 18, - ACTIONS(2115), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [54817] = 18, + ACTIONS(1828), 1, + anon_sym_RPAREN, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [54589] = 18, - ACTIONS(828), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [54889] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2528), 1, + anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [54661] = 18, - ACTIONS(2356), 1, + [54961] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2528), 1, + ACTIONS(2530), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [54733] = 18, - ACTIONS(2356), 1, + [55033] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2530), 1, + ACTIONS(2532), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [54805] = 18, - ACTIONS(1831), 1, - anon_sym_RPAREN, - ACTIONS(2356), 1, + [55105] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2534), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [54877] = 18, - ACTIONS(2356), 1, + [55177] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2532), 1, - anon_sym_SEMI, + ACTIONS(2536), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [54949] = 18, - ACTIONS(2121), 1, + [55249] = 18, + ACTIONS(2125), 1, anon_sym_SEMI, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [55021] = 18, - ACTIONS(2356), 1, + [55321] = 18, + ACTIONS(835), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2534), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [55093] = 18, - ACTIONS(2356), 1, + [55393] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2536), 1, + ACTIONS(2538), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [55165] = 18, - ACTIONS(2356), 1, + [55465] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2538), 1, + ACTIONS(2540), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [55237] = 18, - ACTIONS(2356), 1, + [55537] = 18, + ACTIONS(1838), 1, + anon_sym_RPAREN, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2540), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [55309] = 18, - ACTIONS(2356), 1, + [55609] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, ACTIONS(2542), 1, - anon_sym_RPAREN, + anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [55381] = 18, - ACTIONS(2356), 1, + [55681] = 18, + ACTIONS(2131), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2544), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [55453] = 18, - ACTIONS(2145), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [55753] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2544), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [55525] = 18, - ACTIONS(854), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [55825] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2546), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [55597] = 18, - ACTIONS(2356), 1, + [55897] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2546), 1, + ACTIONS(2548), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [55669] = 18, - ACTIONS(2356), 1, + [55969] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2548), 1, - anon_sym_RPAREN, + ACTIONS(2550), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [55741] = 18, - ACTIONS(2356), 1, + [56041] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2550), 1, + ACTIONS(2552), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [55813] = 18, - ACTIONS(1768), 1, - anon_sym_RPAREN, - ACTIONS(2356), 1, + [56113] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2554), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [55885] = 18, - ACTIONS(2356), 1, + [56185] = 18, + ACTIONS(2155), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2552), 1, - anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [55957] = 18, - ACTIONS(2356), 1, + [56257] = 18, + ACTIONS(861), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2554), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [56029] = 18, - ACTIONS(2356), 1, + [56329] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, ACTIONS(2556), 1, anon_sym_RPAREN, @@ -120113,52 +119389,52 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [56101] = 18, - ACTIONS(2356), 1, + [56401] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, ACTIONS(2558), 1, anon_sym_RPAREN, @@ -120167,52 +119443,52 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [56173] = 18, - ACTIONS(2356), 1, + [56473] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, ACTIONS(2560), 1, anon_sym_RPAREN, @@ -120221,634 +119497,634 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [56245] = 18, - ACTIONS(1540), 1, + [56545] = 18, + ACTIONS(1775), 1, anon_sym_RPAREN, - ACTIONS(2356), 1, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [56317] = 18, - ACTIONS(2356), 1, + [56617] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, ACTIONS(2562), 1, - anon_sym_RPAREN, + anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [56389] = 18, - ACTIONS(2137), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [56689] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2564), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [56461] = 18, - ACTIONS(878), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [56761] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2566), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - [56533] = 6, - ACTIONS(2564), 1, - anon_sym_LPAREN, - STATE(1253), 1, - sym_func_params, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(1500), 9, - anon_sym_EQ, + ACTIONS(2382), 6, anon_sym_PIPE, - anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - anon_sym_QMARK, - ACTIONS(1498), 19, - anon_sym_SEMI, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_as, - anon_sym_DOLLAR, - anon_sym_is, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_DOLLAR, - [56581] = 18, - ACTIONS(2356), 1, + [56833] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2566), 1, + ACTIONS(2568), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [56653] = 18, - ACTIONS(1774), 1, - anon_sym_RPAREN, - ACTIONS(2356), 1, + [56905] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2570), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [56725] = 18, - ACTIONS(2356), 1, + [56977] = 18, + ACTIONS(1547), 1, + anon_sym_RPAREN, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2568), 1, - anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [56797] = 18, - ACTIONS(2356), 1, + [57049] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2570), 1, + ACTIONS(2572), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [56869] = 18, - ACTIONS(2356), 1, + [57121] = 18, + ACTIONS(2147), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2572), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [56941] = 18, - ACTIONS(2356), 1, + [57193] = 18, + ACTIONS(885), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2574), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [57013] = 18, - ACTIONS(2356), 1, + [57265] = 6, + ACTIONS(2574), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + STATE(1253), 1, + sym_func_params, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(1507), 9, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_BANG, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_QMARK, + ACTIONS(1505), 19, + anon_sym_SEMI, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_in, anon_sym_LBRACK, - ACTIONS(2362), 1, + anon_sym_as, + anon_sym_DOLLAR, + anon_sym_is, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_DOLLAR, + [57313] = 18, + ACTIONS(2366), 1, + anon_sym_LPAREN, + ACTIONS(2368), 1, + anon_sym_LBRACK, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, ACTIONS(2576), 1, anon_sym_RPAREN, @@ -120857,538 +120133,538 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [57085] = 18, - ACTIONS(2356), 1, + [57385] = 18, + ACTIONS(1781), 1, + anon_sym_RPAREN, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2578), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [57157] = 18, - ACTIONS(2111), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [57457] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2578), 1, + anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [57229] = 18, - ACTIONS(902), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [57529] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2580), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [57301] = 18, - ACTIONS(2356), 1, + [57601] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2580), 1, + ACTIONS(2582), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [57373] = 18, - ACTIONS(1801), 1, - anon_sym_RPAREN, - ACTIONS(2356), 1, + [57673] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2584), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [57445] = 18, - ACTIONS(2356), 1, + [57745] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2582), 1, - anon_sym_SEMI, + ACTIONS(2586), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [57517] = 18, - ACTIONS(2356), 1, + [57817] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2584), 1, + ACTIONS(2588), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [57589] = 18, - ACTIONS(2356), 1, + [57889] = 18, + ACTIONS(2121), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2586), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [57661] = 18, - ACTIONS(2356), 1, + [57961] = 18, + ACTIONS(909), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2588), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [57733] = 18, - ACTIONS(2356), 1, + [58033] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, ACTIONS(2590), 1, anon_sym_RPAREN, @@ -121397,646 +120673,646 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [57805] = 18, - ACTIONS(2356), 1, + [58105] = 18, + ACTIONS(1808), 1, + anon_sym_RPAREN, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2592), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [57877] = 18, - ACTIONS(2356), 1, + [58177] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2594), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2592), 1, + anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [57949] = 18, - ACTIONS(2356), 1, + [58249] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2396), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2596), 1, - anon_sym_COLON, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2594), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2392), 2, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - ACTIONS(2398), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2376), 2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2410), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [58021] = 18, - ACTIONS(2133), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [58321] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2596), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [58093] = 18, - ACTIONS(926), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [58393] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2598), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [58165] = 18, - ACTIONS(2356), 1, + [58465] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2598), 1, + ACTIONS(2600), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [58237] = 18, - ACTIONS(1696), 1, - anon_sym_RPAREN, - ACTIONS(2356), 1, + [58537] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2602), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [58309] = 18, - ACTIONS(2356), 1, + [58609] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2600), 1, - anon_sym_SEMI, + ACTIONS(2604), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [58381] = 18, - ACTIONS(2356), 1, + [58681] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2416), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2602), 1, - anon_sym_RPAREN, + ACTIONS(2606), 1, + anon_sym_COLON, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, - anon_sym_as, - anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2408), 2, + anon_sym_as, + anon_sym_is, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [58453] = 18, - ACTIONS(2356), 1, + [58753] = 18, + ACTIONS(2143), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2604), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [58525] = 18, - ACTIONS(2356), 1, + [58825] = 18, + ACTIONS(933), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2606), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [58597] = 18, - ACTIONS(2356), 1, + [58897] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, ACTIONS(2608), 1, anon_sym_RPAREN, @@ -122045,848 +121321,868 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [58669] = 18, - ACTIONS(2356), 1, + [58969] = 18, + ACTIONS(1703), 1, + anon_sym_RPAREN, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2610), 1, - anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [58741] = 18, - ACTIONS(2356), 1, + [59041] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2612), 1, - anon_sym_RPAREN, + ACTIONS(2610), 1, + anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [58813] = 18, - ACTIONS(1736), 1, - anon_sym_RPAREN, - ACTIONS(2356), 1, + [59113] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2612), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [58885] = 18, - ACTIONS(1690), 1, - anon_sym_RPAREN, - ACTIONS(2356), 1, + [59185] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2614), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [58957] = 18, - ACTIONS(2356), 1, + [59257] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2614), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2616), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [59029] = 18, - ACTIONS(2356), 1, + [59329] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, - ACTIONS(2386), 1, - anon_sym_COMMA, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2618), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [59101] = 18, - ACTIONS(2356), 1, + [59401] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2616), 1, - anon_sym_RPAREN, + ACTIONS(2620), 1, + anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [59173] = 18, - ACTIONS(2356), 1, + [59473] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2618), 1, + ACTIONS(2622), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [59245] = 16, - ACTIONS(2358), 1, + [59545] = 18, + ACTIONS(1743), 1, + anon_sym_RPAREN, + ACTIONS(2366), 1, + anon_sym_LPAREN, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(113), 3, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_QMARK_DOLLAR, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [59313] = 9, - ACTIONS(2358), 1, + [59617] = 18, + ACTIONS(1697), 1, + anon_sym_RPAREN, + ACTIONS(2366), 1, + anon_sym_LPAREN, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, + ACTIONS(2380), 1, + anon_sym_EQ, + ACTIONS(2384), 1, + anon_sym_BANG, + ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, + ACTIONS(2376), 2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + ACTIONS(2390), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2392), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(115), 9, - anon_sym_EQ, + ACTIONS(2378), 4, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + ACTIONS(2382), 6, anon_sym_PIPE, - anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - anon_sym_QMARK, - ACTIONS(113), 13, - anon_sym_LBRACE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, + [59689] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_DOLLAR, - [59367] = 13, - ACTIONS(115), 1, - anon_sym_EQ, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2478), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, + anon_sym_EQ, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, + ACTIONS(2624), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, + ACTIONS(2480), 2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + ACTIONS(2494), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2496), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(113), 9, - anon_sym_LBRACE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, + [59761] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_DOLLAR, - [59429] = 14, - ACTIONS(115), 1, - anon_sym_EQ, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2478), 1, + ACTIONS(2380), 1, + anon_sym_EQ, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, + ACTIONS(2396), 1, + anon_sym_COMMA, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2484), 2, + ACTIONS(2376), 2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2392), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(113), 7, - anon_sym_LBRACE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_DOLLAR, - [59493] = 18, - ACTIONS(2356), 1, + [59833] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2620), 1, + ACTIONS(2626), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [59565] = 18, - ACTIONS(1482), 1, - anon_sym_LBRACE, - ACTIONS(2356), 1, + [59905] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2628), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [59637] = 16, - ACTIONS(2358), 1, + [59977] = 16, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1482), 3, + ACTIONS(115), 3, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_QMARK_DOLLAR, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [59705] = 9, - ACTIONS(2358), 1, + [60045] = 9, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1484), 9, + ACTIONS(117), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -122896,7 +122192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1482), 13, + ACTIONS(115), 13, anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -122910,555 +122206,589 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [59759] = 18, - ACTIONS(2356), 1, - anon_sym_LPAREN, - ACTIONS(2358), 1, + [60099] = 13, + ACTIONS(117), 1, + anon_sym_EQ, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, - anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2622), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - ACTIONS(2380), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2382), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [59831] = 13, - ACTIONS(1512), 1, + ACTIONS(115), 9, + anon_sym_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_DOLLAR, + [60161] = 14, + ACTIONS(117), 1, anon_sym_EQ, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, + ACTIONS(2494), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - ACTIONS(1510), 9, + ACTIONS(115), 7, anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [59893] = 18, - ACTIONS(2356), 1, + [60225] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2624), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2630), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [59965] = 18, - ACTIONS(2356), 1, + [60297] = 18, + ACTIONS(1489), 1, + anon_sym_LBRACE, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2626), 1, - anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [60037] = 18, - ACTIONS(2356), 1, - anon_sym_LPAREN, - ACTIONS(2358), 1, + [60369] = 16, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2628), 1, - anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(1489), 3, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_QMARK_DOLLAR, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [60109] = 18, - ACTIONS(2356), 1, - anon_sym_LPAREN, - ACTIONS(2358), 1, + [60437] = 9, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + STATE(1275), 1, + sym_index_slice, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(2370), 2, + anon_sym_as, + anon_sym_is, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(2490), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1491), 9, anon_sym_EQ, - ACTIONS(2478), 1, + anon_sym_PIPE, anon_sym_BANG, - ACTIONS(2482), 1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(2630), 1, + ACTIONS(1489), 13, anon_sym_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LPAREN, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_DOLLAR, + [60491] = 18, + ACTIONS(2366), 1, + anon_sym_LPAREN, + ACTIONS(2368), 1, + anon_sym_LBRACK, + ACTIONS(2372), 1, + anon_sym_DOLLAR, + ACTIONS(2380), 1, + anon_sym_EQ, + ACTIONS(2384), 1, + anon_sym_BANG, + ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2632), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [60181] = 18, - ACTIONS(2356), 1, - anon_sym_LPAREN, - ACTIONS(2358), 1, + [60563] = 13, + ACTIONS(1519), 1, + anon_sym_EQ, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, - anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2632), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - ACTIONS(2380), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2382), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [60253] = 18, - ACTIONS(2356), 1, + ACTIONS(1517), 9, + anon_sym_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, anon_sym_LPAREN, - ACTIONS(2358), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_DOLLAR, + [60625] = 18, + ACTIONS(2366), 1, + anon_sym_LPAREN, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, ACTIONS(2634), 1, - anon_sym_RPAREN, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [60325] = 18, - ACTIONS(2356), 1, + [60697] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, ACTIONS(2636), 1, - anon_sym_RPAREN, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [60397] = 18, - ACTIONS(2356), 1, + [60769] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, ACTIONS(2638), 1, - anon_sym_RPAREN, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [60469] = 18, - ACTIONS(2356), 1, + [60841] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, ACTIONS(2640), 1, anon_sym_LBRACE, @@ -123467,214 +122797,214 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [60541] = 18, - ACTIONS(2356), 1, + [60913] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, ACTIONS(2642), 1, - anon_sym_LBRACE, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [60613] = 18, - ACTIONS(2356), 1, + [60985] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, ACTIONS(2644), 1, - anon_sym_LBRACE, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [60685] = 18, - ACTIONS(2356), 1, + [61057] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, ACTIONS(2646), 1, - anon_sym_LBRACE, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [60757] = 18, - ACTIONS(2356), 1, + [61129] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, ACTIONS(2648), 1, anon_sym_RPAREN, @@ -123683,5546 +123013,5816 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [60829] = 18, - ACTIONS(2356), 1, + [61201] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, ACTIONS(2650), 1, - anon_sym_RPAREN, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [60901] = 18, - ACTIONS(2356), 1, + [61273] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, ACTIONS(2652), 1, - anon_sym_RPAREN, + anon_sym_LBRACE, + STATE(1275), 1, + sym_index_slice, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(2370), 2, + anon_sym_as, + anon_sym_is, + ACTIONS(2480), 2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + ACTIONS(2494), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2496), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(2490), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2482), 4, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + ACTIONS(2486), 6, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [61345] = 18, + ACTIONS(2366), 1, + anon_sym_LPAREN, + ACTIONS(2368), 1, + anon_sym_LBRACK, + ACTIONS(2372), 1, + anon_sym_DOLLAR, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, + anon_sym_EQ, + ACTIONS(2488), 1, + anon_sym_BANG, + ACTIONS(2492), 1, + anon_sym_QMARK, + ACTIONS(2654), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [60973] = 18, - ACTIONS(2356), 1, + [61417] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, + ACTIONS(2656), 1, + anon_sym_LBRACE, + STATE(1275), 1, + sym_index_slice, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(2370), 2, + anon_sym_as, + anon_sym_is, + ACTIONS(2480), 2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + ACTIONS(2494), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2496), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(2490), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2482), 4, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + ACTIONS(2486), 6, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [61489] = 18, + ACTIONS(2366), 1, + anon_sym_LPAREN, + ACTIONS(2368), 1, + anon_sym_LBRACK, + ACTIONS(2372), 1, + anon_sym_DOLLAR, + ACTIONS(2380), 1, + anon_sym_EQ, + ACTIONS(2384), 1, + anon_sym_BANG, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2654), 1, + ACTIONS(2658), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [61045] = 18, - ACTIONS(2356), 1, + [61561] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2656), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2660), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [61117] = 18, - ACTIONS(2356), 1, + [61633] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, + ACTIONS(2380), 1, + anon_sym_EQ, + ACTIONS(2384), 1, + anon_sym_BANG, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2662), 1, + anon_sym_RPAREN, + STATE(1275), 1, + sym_index_slice, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(2370), 2, + anon_sym_as, + anon_sym_is, + ACTIONS(2376), 2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + ACTIONS(2390), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2392), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(2386), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2378), 4, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + ACTIONS(2382), 6, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [61705] = 18, + ACTIONS(2366), 1, + anon_sym_LPAREN, + ACTIONS(2368), 1, + anon_sym_LBRACK, + ACTIONS(2372), 1, + anon_sym_DOLLAR, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2658), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2664), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [61189] = 18, - ACTIONS(2356), 1, + [61777] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2660), 1, + ACTIONS(2666), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [61261] = 18, - ACTIONS(2356), 1, + [61849] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2662), 1, + ACTIONS(2668), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [61333] = 18, - ACTIONS(2356), 1, + [61921] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2664), 1, - anon_sym_RBRACK, + ACTIONS(2670), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [61405] = 18, - ACTIONS(2356), 1, + [61993] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2666), 1, - anon_sym_RPAREN, + ACTIONS(2672), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [61477] = 18, - ACTIONS(2356), 1, + [62065] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2668), 1, - anon_sym_RPAREN, + ACTIONS(2674), 1, + anon_sym_RBRACK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [61549] = 18, - ACTIONS(2356), 1, + [62137] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2670), 1, + ACTIONS(2676), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [61621] = 18, - ACTIONS(2356), 1, + [62209] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2672), 1, + ACTIONS(2678), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [61693] = 18, - ACTIONS(2356), 1, + [62281] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2674), 1, + ACTIONS(2680), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [61765] = 18, - ACTIONS(2356), 1, + [62353] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2676), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2682), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [61837] = 18, - ACTIONS(2356), 1, + [62425] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2678), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2684), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [61909] = 18, - ACTIONS(2356), 1, + [62497] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2680), 1, + ACTIONS(2686), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [61981] = 18, - ACTIONS(2356), 1, + [62569] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2682), 1, + ACTIONS(2688), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [62053] = 18, - ACTIONS(2356), 1, + [62641] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2684), 1, - anon_sym_RPAREN, + ACTIONS(2690), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [62125] = 18, - ACTIONS(2356), 1, + [62713] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2686), 1, - anon_sym_RPAREN, + ACTIONS(2692), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [62197] = 18, - ACTIONS(2356), 1, + [62785] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2688), 1, + ACTIONS(2694), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [62269] = 18, - ACTIONS(2356), 1, + [62857] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2690), 1, + ACTIONS(2696), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [62341] = 18, - ACTIONS(2356), 1, + [62929] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2692), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2698), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [62413] = 18, - ACTIONS(2356), 1, + [63001] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2694), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2700), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [62485] = 18, - ACTIONS(2356), 1, + [63073] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2696), 1, + ACTIONS(2702), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [62557] = 18, - ACTIONS(2356), 1, + [63145] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2698), 1, - anon_sym_SEMI, + ACTIONS(2704), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [62629] = 18, - ACTIONS(2356), 1, + [63217] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2700), 1, + ACTIONS(2706), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [62701] = 18, - ACTIONS(2356), 1, + [63289] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2702), 1, - anon_sym_RPAREN, + ACTIONS(2708), 1, + anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [62773] = 18, - ACTIONS(2356), 1, + [63361] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2704), 1, + ACTIONS(2710), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [62845] = 18, - ACTIONS(2356), 1, + [63433] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, - anon_sym_QMARK, - ACTIONS(2706), 1, - anon_sym_LBRACE, - STATE(1275), 1, - sym_index_slice, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(2360), 2, - anon_sym_as, - anon_sym_is, - ACTIONS(2470), 2, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - ACTIONS(2484), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2486), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(2480), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2472), 4, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - ACTIONS(2476), 6, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - [62917] = 18, - ACTIONS(2356), 1, - anon_sym_LPAREN, - ACTIONS(2358), 1, - anon_sym_LBRACK, - ACTIONS(2362), 1, - anon_sym_DOLLAR, ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, - anon_sym_EQ, - ACTIONS(2478), 1, - anon_sym_BANG, - ACTIONS(2482), 1, anon_sym_QMARK, - ACTIONS(2708), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2712), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [62989] = 18, - ACTIONS(2356), 1, + [63505] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2710), 1, + ACTIONS(2714), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [63061] = 18, - ACTIONS(2356), 1, - anon_sym_LPAREN, - ACTIONS(2358), 1, - anon_sym_LBRACK, - ACTIONS(2362), 1, - anon_sym_DOLLAR, - ACTIONS(2370), 1, - anon_sym_EQ, - ACTIONS(2374), 1, - anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2712), 1, - anon_sym_RPAREN, - STATE(1275), 1, - sym_index_slice, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(2360), 2, - anon_sym_as, - anon_sym_is, - ACTIONS(2366), 2, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - ACTIONS(2380), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2382), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(2376), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2368), 4, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - ACTIONS(2372), 6, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - [63133] = 18, - ACTIONS(2356), 1, + [63577] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2714), 1, + ACTIONS(2716), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [63205] = 18, - ACTIONS(2356), 1, + [63649] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2716), 1, + ACTIONS(2718), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [63277] = 18, - ACTIONS(2356), 1, + [63721] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2718), 1, + ACTIONS(2720), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [63349] = 18, - ACTIONS(2356), 1, + [63793] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2720), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2722), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [63421] = 18, - ACTIONS(2356), 1, + [63865] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2722), 1, - anon_sym_RPAREN, + ACTIONS(2724), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [63493] = 18, - ACTIONS(2356), 1, + [63937] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2724), 1, + ACTIONS(2726), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [63565] = 18, - ACTIONS(2356), 1, + [64009] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2726), 1, + ACTIONS(2728), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [63637] = 18, - ACTIONS(2356), 1, + [64081] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2728), 1, + ACTIONS(2730), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [63709] = 18, - ACTIONS(2356), 1, + [64153] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2730), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2732), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [63781] = 18, - ACTIONS(2356), 1, + [64225] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2732), 1, - anon_sym_RPAREN, + ACTIONS(2734), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [63853] = 18, - ACTIONS(2356), 1, + [64297] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2734), 1, + ACTIONS(2736), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [63925] = 18, - ACTIONS(2356), 1, + [64369] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2736), 1, + ACTIONS(2738), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [63997] = 18, - ACTIONS(2356), 1, + [64441] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2738), 1, + ACTIONS(2740), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [64069] = 18, - ACTIONS(2356), 1, + [64513] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2740), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2742), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [64141] = 18, - ACTIONS(2356), 1, + [64585] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2742), 1, - anon_sym_RPAREN, + ACTIONS(2744), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [64213] = 18, - ACTIONS(2356), 1, + [64657] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2744), 1, + ACTIONS(2746), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [64285] = 18, - ACTIONS(2356), 1, + [64729] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2746), 1, + ACTIONS(2748), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [64357] = 18, - ACTIONS(2356), 1, + [64801] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2748), 1, + ACTIONS(2750), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [64429] = 18, - ACTIONS(2356), 1, + [64873] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2750), 1, + ACTIONS(2752), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [64501] = 18, - ACTIONS(2356), 1, + [64945] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2752), 1, + ACTIONS(2754), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [64573] = 18, - ACTIONS(2356), 1, + [65017] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2754), 1, + ACTIONS(2756), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [64645] = 18, - ACTIONS(2356), 1, + [65089] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2756), 1, + ACTIONS(2758), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [64717] = 18, - ACTIONS(2356), 1, + [65161] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2758), 1, - anon_sym_LBRACE, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2760), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [64789] = 18, - ACTIONS(2356), 1, + [65233] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2760), 1, + ACTIONS(2762), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [64861] = 18, - ACTIONS(135), 1, - anon_sym_LBRACE, - ACTIONS(2356), 1, + [65305] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, + ACTIONS(2764), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [64933] = 18, - ACTIONS(2356), 1, + [65377] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2474), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2478), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2482), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2762), 1, + ACTIONS(2766), 1, anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2470), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2484), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2486), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2480), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2472), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [65005] = 18, - ACTIONS(2356), 1, + [65449] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2764), 1, - anon_sym_RPAREN, + ACTIONS(2768), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [65077] = 18, - ACTIONS(2356), 1, + [65521] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2396), 1, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2766), 1, - anon_sym_COLON, + ACTIONS(2770), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2392), 2, + ACTIONS(2370), 2, + anon_sym_as, + anon_sym_is, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2398), 2, + ACTIONS(2494), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2496), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(2490), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2482), 4, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + ACTIONS(2486), 6, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [65593] = 18, + ACTIONS(137), 1, + anon_sym_LBRACE, + ACTIONS(2366), 1, + anon_sym_LPAREN, + ACTIONS(2368), 1, + anon_sym_LBRACK, + ACTIONS(2372), 1, + anon_sym_DOLLAR, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, + anon_sym_EQ, + ACTIONS(2488), 1, + anon_sym_BANG, + ACTIONS(2492), 1, + anon_sym_QMARK, + STATE(1275), 1, + sym_index_slice, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2480), 2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2410), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [65149] = 18, - ACTIONS(2356), 1, + [65665] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2484), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2488), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2492), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2768), 1, - anon_sym_RPAREN, + ACTIONS(2772), 1, + anon_sym_LBRACE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2480), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2494), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2496), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2490), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2482), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [65221] = 18, - ACTIONS(2356), 1, + [65737] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2770), 1, + ACTIONS(2774), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [65293] = 18, - ACTIONS(2356), 1, + [65809] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2396), 1, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2416), 1, anon_sym_QMARK, - ACTIONS(2772), 1, + ACTIONS(2776), 1, anon_sym_COLON, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2392), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2398), 2, + ACTIONS(2408), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2410), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [65365] = 18, - ACTIONS(2103), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [65881] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2778), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [65437] = 18, - ACTIONS(2356), 1, + [65953] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2774), 1, + ACTIONS(2780), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [65509] = 18, - ACTIONS(838), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [66025] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2416), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, + ACTIONS(2782), 1, + anon_sym_COLON, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, - anon_sym_as, - anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2408), 2, + anon_sym_as, + anon_sym_is, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [65581] = 18, - ACTIONS(2195), 1, - anon_sym_RBRACK, - ACTIONS(2356), 1, + [66097] = 18, + ACTIONS(2113), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [65653] = 18, - ACTIONS(2356), 1, + [66169] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2776), 1, + ACTIONS(2784), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [65725] = 18, - ACTIONS(2356), 1, + [66241] = 18, + ACTIONS(845), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2778), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [65797] = 18, - ACTIONS(1879), 1, - anon_sym_RPAREN, - ACTIONS(2356), 1, + [66313] = 18, + ACTIONS(2205), 1, + anon_sym_RBRACK, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [65869] = 18, - ACTIONS(2356), 1, + [66385] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2396), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2780), 1, - anon_sym_COLON, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2786), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2392), 2, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - ACTIONS(2398), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2376), 2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2410), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [65941] = 18, - ACTIONS(2356), 1, + [66457] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2782), 1, - anon_sym_SEMI, + ACTIONS(2788), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [66013] = 18, - ACTIONS(2356), 1, + [66529] = 18, + ACTIONS(1886), 1, + anon_sym_RPAREN, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2784), 1, - anon_sym_RBRACK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [66085] = 18, - ACTIONS(2356), 1, + [66601] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2416), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2786), 1, - anon_sym_RPAREN, + ACTIONS(2790), 1, + anon_sym_COLON, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, - anon_sym_as, - anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2408), 2, + anon_sym_as, + anon_sym_is, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [66157] = 18, - ACTIONS(2356), 1, + [66673] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2788), 1, - anon_sym_RPAREN, + ACTIONS(2792), 1, + anon_sym_SEMI, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [66229] = 18, - ACTIONS(2356), 1, + [66745] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2790), 1, - anon_sym_RPAREN, + ACTIONS(2794), 1, + anon_sym_RBRACK, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [66301] = 18, - ACTIONS(2356), 1, + [66817] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(2796), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [66373] = 18, - ACTIONS(2356), 1, + [66889] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2794), 1, + ACTIONS(2798), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [66445] = 18, - ACTIONS(2356), 1, + [66961] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2796), 1, + ACTIONS(2800), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [66517] = 18, - ACTIONS(2356), 1, + [67033] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2798), 1, + ACTIONS(2802), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [66589] = 18, - ACTIONS(2356), 1, + [67105] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2800), 1, + ACTIONS(2804), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [66661] = 18, - ACTIONS(2356), 1, + [67177] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2802), 1, + ACTIONS(2806), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [66733] = 18, - ACTIONS(2356), 1, + [67249] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2804), 1, + ACTIONS(2808), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [66805] = 18, - ACTIONS(2356), 1, + [67321] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2806), 1, + ACTIONS(2810), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [66877] = 18, - ACTIONS(2356), 1, + [67393] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2808), 1, + ACTIONS(2812), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [66949] = 18, - ACTIONS(2356), 1, + [67465] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2810), 1, + ACTIONS(2814), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [67021] = 18, - ACTIONS(2356), 1, + [67537] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2812), 1, + ACTIONS(2816), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [67093] = 18, - ACTIONS(2356), 1, + [67609] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2814), 1, + ACTIONS(2818), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [67165] = 18, - ACTIONS(2356), 1, + [67681] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2816), 1, + ACTIONS(2820), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [67237] = 18, - ACTIONS(2356), 1, + [67753] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2818), 1, + ACTIONS(2822), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [67309] = 18, - ACTIONS(2356), 1, + [67825] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2396), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2820), 1, - anon_sym_COLON, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2824), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2392), 2, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - ACTIONS(2398), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2376), 2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2410), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [67381] = 18, - ACTIONS(2356), 1, + [67897] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2822), 1, + ACTIONS(2826), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [67453] = 18, - ACTIONS(2356), 1, + [67969] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2824), 1, + ACTIONS(2828), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [67525] = 18, - ACTIONS(2356), 1, + [68041] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2416), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2826), 1, - anon_sym_RPAREN, + ACTIONS(2830), 1, + anon_sym_COLON, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, - anon_sym_as, - anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2408), 2, + anon_sym_as, + anon_sym_is, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [67597] = 18, - ACTIONS(2356), 1, + [68113] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2828), 1, + ACTIONS(2832), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [67669] = 18, - ACTIONS(2201), 1, - anon_sym_RBRACK, - ACTIONS(2356), 1, + [68185] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, + ACTIONS(2834), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [67741] = 18, - ACTIONS(2356), 1, + [68257] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, - ACTIONS(2396), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2406), 1, + ACTIONS(2388), 1, anon_sym_QMARK, - ACTIONS(2830), 1, - anon_sym_COLON, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2836), 1, + anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2392), 2, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - ACTIONS(2398), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2408), 2, + ACTIONS(2376), 2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2410), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2404), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2394), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2400), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [67813] = 18, - ACTIONS(2356), 1, + [68329] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2832), 1, + ACTIONS(2838), 1, anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [67885] = 18, - ACTIONS(2356), 1, + [68401] = 18, + ACTIONS(2211), 1, + anon_sym_RBRACK, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2834), 1, - anon_sym_RPAREN, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [67957] = 18, - ACTIONS(842), 1, - anon_sym_SEMI, - ACTIONS(2356), 1, + [68473] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2406), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2412), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2416), 1, anon_sym_QMARK, - ACTIONS(2388), 1, - anon_sym_QMARK_DOLLAR, + ACTIONS(2840), 1, + anon_sym_COLON, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, - anon_sym_as, - anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2402), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2408), 2, + anon_sym_as, + anon_sym_is, + ACTIONS(2418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2420), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2414), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2404), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2410), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [68029] = 18, - ACTIONS(2356), 1, + [68545] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2388), 1, anon_sym_QMARK, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2842), 1, + anon_sym_RPAREN, + STATE(1275), 1, + sym_index_slice, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(2370), 2, + anon_sym_as, + anon_sym_is, + ACTIONS(2376), 2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + ACTIONS(2390), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2392), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(2386), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2378), 4, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + ACTIONS(2382), 6, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [68617] = 18, + ACTIONS(2366), 1, + anon_sym_LPAREN, + ACTIONS(2368), 1, + anon_sym_LBRACK, + ACTIONS(2372), 1, + anon_sym_DOLLAR, + ACTIONS(2380), 1, + anon_sym_EQ, + ACTIONS(2384), 1, + anon_sym_BANG, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2836), 1, + ACTIONS(2844), 1, + anon_sym_RPAREN, + STATE(1275), 1, + sym_index_slice, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(2370), 2, + anon_sym_as, + anon_sym_is, + ACTIONS(2376), 2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + ACTIONS(2390), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2392), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(2386), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2378), 4, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + ACTIONS(2382), 6, anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [68689] = 18, + ACTIONS(849), 1, + anon_sym_SEMI, + ACTIONS(2366), 1, + anon_sym_LPAREN, + ACTIONS(2368), 1, + anon_sym_LBRACK, + ACTIONS(2372), 1, + anon_sym_DOLLAR, + ACTIONS(2380), 1, + anon_sym_EQ, + ACTIONS(2384), 1, + anon_sym_BANG, + ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 5, + ACTIONS(2382), 6, + anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [68100] = 18, - ACTIONS(2356), 1, + [68761] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, + ACTIONS(2388), 1, anon_sym_QMARK, + ACTIONS(2398), 1, + anon_sym_QMARK_DOLLAR, + ACTIONS(2846), 1, + anon_sym_PIPE, + STATE(1275), 1, + sym_index_slice, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(2370), 2, + anon_sym_as, + anon_sym_is, + ACTIONS(2376), 2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + ACTIONS(2390), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2392), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(2386), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2378), 4, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + ACTIONS(2382), 5, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [68832] = 18, + ACTIONS(2366), 1, + anon_sym_LPAREN, + ACTIONS(2368), 1, + anon_sym_LBRACK, + ACTIONS(2372), 1, + anon_sym_DOLLAR, + ACTIONS(2380), 1, + anon_sym_EQ, + ACTIONS(2384), 1, + anon_sym_BANG, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2838), 1, + ACTIONS(2848), 1, anon_sym_PIPE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 5, + ACTIONS(2382), 5, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [68171] = 7, - ACTIONS(2342), 1, + [68903] = 7, + ACTIONS(2352), 1, anon_sym_AMPdeprecated, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -129234,12 +128834,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1778), 4, + ACTIONS(1785), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(1785), 9, + ACTIONS(1792), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -129249,7 +128849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(2840), 13, + ACTIONS(2850), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -129263,61 +128863,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [68220] = 18, - ACTIONS(2356), 1, + [68952] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2843), 1, + ACTIONS(2853), 1, anon_sym_PIPE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 5, + ACTIONS(2382), 5, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [68291] = 7, - ACTIONS(788), 1, + [69023] = 7, + ACTIONS(793), 1, anon_sym_AMPdeprecated, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -129329,12 +128929,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1791), 4, + ACTIONS(1798), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -129344,7 +128944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -129358,8 +128958,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [68340] = 8, - ACTIONS(788), 1, + [69072] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, STATE(1958), 1, sym_attr_list, @@ -129373,11 +128973,11 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2845), 3, + ACTIONS(2855), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -129387,7 +128987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -129401,181 +129001,181 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [68391] = 18, - ACTIONS(2356), 1, + [69123] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2366), 1, + ACTIONS(2376), 1, anon_sym_PLUS_EQ, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2847), 1, + ACTIONS(2857), 1, anon_sym_DASH_EQ, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [68462] = 18, - ACTIONS(2356), 1, + [69194] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2849), 1, + ACTIONS(2859), 1, anon_sym_PIPE, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2366), 2, + ACTIONS(2376), 2, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 5, + ACTIONS(2382), 5, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [68533] = 18, - ACTIONS(2356), 1, + [69265] = 18, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2368), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2372), 1, anon_sym_DOLLAR, - ACTIONS(2366), 1, + ACTIONS(2376), 1, anon_sym_PLUS_EQ, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_EQ, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_BANG, - ACTIONS(2378), 1, - anon_sym_QMARK, ACTIONS(2388), 1, + anon_sym_QMARK, + ACTIONS(2398), 1, anon_sym_QMARK_DOLLAR, - ACTIONS(2851), 1, + ACTIONS(2861), 1, anon_sym_DASH_EQ, STATE(1275), 1, sym_index_slice, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2360), 2, + ACTIONS(2370), 2, anon_sym_as, anon_sym_is, - ACTIONS(2380), 2, + ACTIONS(2390), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2382), 2, + ACTIONS(2392), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2376), 3, + ACTIONS(2386), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2368), 4, + ACTIONS(2378), 4, anon_sym_in, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(2372), 6, + ACTIONS(2382), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [68604] = 15, - ACTIONS(2853), 1, + [69336] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -129584,17 +129184,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -129609,22 +129209,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [68668] = 15, - ACTIONS(2875), 1, + [69400] = 15, + ACTIONS(2885), 1, anon_sym_enum, - ACTIONS(2878), 1, + ACTIONS(2888), 1, anon_sym_record, - ACTIONS(2887), 1, + ACTIONS(2897), 1, anon_sym_table, - ACTIONS(2890), 1, + ACTIONS(2900), 1, anon_sym_set, - ACTIONS(2893), 1, + ACTIONS(2903), 1, anon_sym_union, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_vector, - ACTIONS(2902), 1, + ACTIONS(2912), 1, anon_sym_function, - ACTIONS(2905), 1, + ACTIONS(2915), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -129633,17 +129233,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2881), 2, + ACTIONS(2891), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2896), 2, + ACTIONS(2906), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2884), 14, + ACTIONS(2894), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -129658,22 +129258,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [68732] = 15, - ACTIONS(2853), 1, + [69464] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -129682,17 +129282,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -129707,22 +129307,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [68796] = 15, - ACTIONS(2853), 1, + [69528] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -129731,17 +129331,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -129756,22 +129356,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [68860] = 15, - ACTIONS(2853), 1, + [69592] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1602), 1, aux_sym_type_repeat1, @@ -129780,17 +129380,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -129805,22 +129405,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [68924] = 15, - ACTIONS(2853), 1, + [69656] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -129829,17 +129429,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -129854,22 +129454,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [68988] = 15, - ACTIONS(2853), 1, + [69720] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1606), 1, aux_sym_type_repeat1, @@ -129878,17 +129478,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -129903,10 +129503,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [69052] = 6, - ACTIONS(2356), 1, + [69784] = 6, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2908), 1, + ACTIONS(2918), 1, anon_sym_PLUS_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -129915,7 +129515,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1500), 9, + ACTIONS(1507), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -129925,7 +129525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1498), 17, + ACTIONS(1505), 17, anon_sym_DASH_EQ, anon_sym_in, anon_sym_LBRACK, @@ -129943,22 +129543,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [69098] = 15, - ACTIONS(2853), 1, + [69830] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1609), 1, aux_sym_type_repeat1, @@ -129967,17 +129567,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -129992,22 +129592,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [69162] = 15, - ACTIONS(2853), 1, + [69894] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -130016,17 +129616,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130041,22 +129641,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [69226] = 15, - ACTIONS(2853), 1, + [69958] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1597), 1, aux_sym_type_repeat1, @@ -130065,17 +129665,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130090,22 +129690,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [69290] = 15, - ACTIONS(2853), 1, + [70022] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -130114,17 +129714,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130139,22 +129739,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [69354] = 15, - ACTIONS(2853), 1, + [70086] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -130163,17 +129763,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130188,22 +129788,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [69418] = 15, - ACTIONS(2853), 1, + [70150] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -130212,17 +129812,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130237,22 +129837,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [69482] = 15, - ACTIONS(2853), 1, + [70214] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1612), 1, aux_sym_type_repeat1, @@ -130261,17 +129861,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130286,22 +129886,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [69546] = 15, - ACTIONS(2853), 1, + [70278] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -130310,17 +129910,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130335,22 +129935,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [69610] = 15, - ACTIONS(2853), 1, + [70342] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1614), 1, aux_sym_type_repeat1, @@ -130359,17 +129959,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130384,22 +129984,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [69674] = 15, - ACTIONS(2853), 1, + [70406] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -130408,17 +130008,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130433,22 +130033,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [69738] = 15, - ACTIONS(2853), 1, + [70470] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1616), 1, aux_sym_type_repeat1, @@ -130457,17 +130057,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130482,22 +130082,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [69802] = 15, - ACTIONS(2853), 1, + [70534] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -130506,17 +130106,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130531,22 +130131,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [69866] = 15, - ACTIONS(2853), 1, + [70598] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1599), 1, aux_sym_type_repeat1, @@ -130555,17 +130155,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130580,10 +130180,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [69930] = 6, - ACTIONS(2356), 1, + [70662] = 6, + ACTIONS(2366), 1, anon_sym_LPAREN, - ACTIONS(2911), 1, + ACTIONS(2921), 1, anon_sym_PLUS_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -130592,7 +130192,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1500), 9, + ACTIONS(1507), 9, anon_sym_EQ, anon_sym_PIPE, anon_sym_BANG, @@ -130602,7 +130202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1498), 17, + ACTIONS(1505), 17, anon_sym_DASH_EQ, anon_sym_in, anon_sym_LBRACK, @@ -130620,22 +130220,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOLLAR, - [69976] = 15, - ACTIONS(2853), 1, + [70708] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1620), 1, aux_sym_type_repeat1, @@ -130644,17 +130244,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130669,22 +130269,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [70040] = 15, - ACTIONS(2853), 1, + [70772] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -130693,17 +130293,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130718,22 +130318,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [70104] = 15, - ACTIONS(2853), 1, + [70836] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1623), 1, aux_sym_type_repeat1, @@ -130742,17 +130342,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130767,22 +130367,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [70168] = 15, - ACTIONS(2853), 1, + [70900] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1624), 1, aux_sym_type_repeat1, @@ -130791,17 +130391,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130816,22 +130416,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [70232] = 15, - ACTIONS(2853), 1, + [70964] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -130840,17 +130440,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130865,22 +130465,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [70296] = 15, - ACTIONS(2853), 1, + [71028] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -130889,17 +130489,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130914,22 +130514,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [70360] = 15, - ACTIONS(2853), 1, + [71092] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1626), 1, aux_sym_type_repeat1, @@ -130938,17 +130538,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -130963,22 +130563,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [70424] = 15, - ACTIONS(2853), 1, + [71156] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1598), 1, aux_sym_type_repeat1, @@ -130987,17 +130587,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -131012,22 +130612,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [70488] = 15, - ACTIONS(2853), 1, + [71220] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1600), 1, aux_sym_type_repeat1, @@ -131036,17 +130636,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -131061,22 +130661,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [70552] = 15, - ACTIONS(2853), 1, + [71284] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1610), 1, aux_sym_type_repeat1, @@ -131085,17 +130685,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -131110,22 +130710,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [70616] = 15, - ACTIONS(2853), 1, + [71348] = 15, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1608), 1, aux_sym_type_repeat1, @@ -131134,17 +130734,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -131159,10 +130759,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [70680] = 8, - ACTIONS(788), 1, + [71412] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2914), 1, + ACTIONS(2924), 1, anon_sym_SEMI, STATE(2489), 1, sym_attr_list, @@ -131176,7 +130776,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -131186,7 +130786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -131200,10 +130800,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [70729] = 8, - ACTIONS(788), 1, + [71461] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2916), 1, + ACTIONS(2926), 1, anon_sym_SEMI, STATE(2386), 1, sym_attr_list, @@ -131217,7 +130817,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -131227,7 +130827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -131241,10 +130841,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [70778] = 8, - ACTIONS(788), 1, + [71510] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2500), 1, + ACTIONS(2510), 1, anon_sym_SEMI, STATE(2744), 1, sym_attr_list, @@ -131258,7 +130858,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -131268,7 +130868,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -131282,10 +130882,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [70827] = 8, - ACTIONS(788), 1, + [71559] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2918), 1, + ACTIONS(2928), 1, anon_sym_SEMI, STATE(2476), 1, sym_attr_list, @@ -131299,7 +130899,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -131309,7 +130909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -131323,39 +130923,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [70876] = 14, - ACTIONS(2853), 1, + [71608] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2920), 1, + ACTIONS(2930), 1, anon_sym_table, - ACTIONS(2924), 1, + ACTIONS(2934), 1, anon_sym_vector, - ACTIONS(2926), 1, + ACTIONS(2936), 1, anon_sym_function, STATE(1294), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2922), 2, + ACTIONS(2932), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -131370,39 +130970,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [70937] = 14, - ACTIONS(2928), 1, + [71669] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(190), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -131417,39 +131017,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [70998] = 14, - ACTIONS(2928), 1, + [71730] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(248), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -131464,39 +131064,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [71059] = 14, - ACTIONS(2928), 1, + [71791] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(249), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -131511,39 +131111,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [71120] = 14, - ACTIONS(2928), 1, + [71852] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(236), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -131558,10 +131158,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [71181] = 8, - ACTIONS(788), 1, + [71913] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2950), 1, + ACTIONS(2960), 1, anon_sym_SEMI, STATE(2487), 1, sym_attr_list, @@ -131575,7 +131175,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -131585,7 +131185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -131599,39 +131199,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [71230] = 14, - ACTIONS(2928), 1, + [71962] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, - ACTIONS(2952), 1, + ACTIONS(2962), 1, anon_sym_table, - ACTIONS(2956), 1, + ACTIONS(2966), 1, anon_sym_vector, - ACTIONS(2958), 1, + ACTIONS(2968), 1, anon_sym_function, STATE(1762), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2954), 2, + ACTIONS(2964), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -131646,10 +131246,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [71291] = 8, - ACTIONS(788), 1, + [72023] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2600), 1, + ACTIONS(2610), 1, anon_sym_SEMI, STATE(2530), 1, sym_attr_list, @@ -131663,7 +131263,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -131673,7 +131273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -131687,39 +131287,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [71340] = 14, - ACTIONS(2928), 1, + [72072] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(219), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -131734,39 +131334,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [71401] = 14, - ACTIONS(2853), 1, + [72133] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2960), 1, + ACTIONS(2970), 1, anon_sym_table, - ACTIONS(2964), 1, + ACTIONS(2974), 1, anon_sym_vector, - ACTIONS(2966), 1, + ACTIONS(2976), 1, anon_sym_function, STATE(1262), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2962), 2, + ACTIONS(2972), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -131781,10 +131381,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [71462] = 8, - ACTIONS(788), 1, + [72194] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2968), 1, + ACTIONS(2978), 1, anon_sym_SEMI, STATE(2412), 1, sym_attr_list, @@ -131798,7 +131398,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -131808,7 +131408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -131822,10 +131422,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [71511] = 8, - ACTIONS(788), 1, + [72243] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2970), 1, + ACTIONS(2980), 1, anon_sym_SEMI, STATE(2824), 1, sym_attr_list, @@ -131839,7 +131439,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -131849,7 +131449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -131863,10 +131463,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [71560] = 8, - ACTIONS(788), 1, + [72292] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2426), 1, + ACTIONS(2436), 1, anon_sym_SEMI, STATE(2265), 1, sym_attr_list, @@ -131880,7 +131480,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -131890,7 +131490,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -131904,39 +131504,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [71609] = 14, - ACTIONS(2928), 1, + [72341] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(254), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -131951,39 +131551,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [71670] = 14, - ACTIONS(2928), 1, + [72402] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(255), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, + ACTIONS(2952), 2, + anon_sym_list, + anon_sym_file, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(2944), 14, + anon_sym_addr, + anon_sym_any, + anon_sym_bool, + anon_sym_count, + anon_sym_double, + anon_sym_int, + anon_sym_interval, + anon_sym_string, + anon_sym_subnet, + anon_sym_pattern, + anon_sym_port, + anon_sym_time, + anon_sym_timer, + sym_id, + [72463] = 8, + ACTIONS(793), 1, + anon_sym_AMPdeprecated, + ACTIONS(2982), 1, + anon_sym_SEMI, + STATE(2447), 1, + sym_attr_list, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + STATE(1592), 2, + sym_attr, + aux_sym_attr_list_repeat1, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(795), 9, + anon_sym_AMPbroker_allow_complex_type, + anon_sym_AMPerror_handler, + anon_sym_AMPis_assigned, + anon_sym_AMPis_used, + anon_sym_AMPlog, + anon_sym_AMPoptional, + anon_sym_AMPordered, + anon_sym_AMPraw_output, + anon_sym_AMPredef, + ACTIONS(797), 13, + anon_sym_AMPadd_func, + anon_sym_AMPbackend, + anon_sym_AMPbroker_store, + anon_sym_AMPcreate_expire, + anon_sym_AMPdefault, + anon_sym_AMPdelete_func, + anon_sym_AMPexpire_func, + anon_sym_AMPgroup, + anon_sym_AMPon_change, + anon_sym_AMPpriority, + anon_sym_AMPread_expire, + anon_sym_AMPtype_column, + anon_sym_AMPwrite_expire, + [72512] = 14, + ACTIONS(2938), 1, + anon_sym_enum, + ACTIONS(2940), 1, + anon_sym_record, + ACTIONS(2946), 1, + anon_sym_table, + ACTIONS(2948), 1, + anon_sym_set, + ACTIONS(2950), 1, + anon_sym_union, + ACTIONS(2954), 1, + anon_sym_vector, + ACTIONS(2956), 1, + anon_sym_function, + ACTIONS(2958), 1, + anon_sym_opaque, + STATE(222), 1, + sym_type, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, ACTIONS(2942), 2, + anon_sym_event, + anon_sym_hook, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -131998,127 +131686,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [71731] = 8, - ACTIONS(788), 1, - anon_sym_AMPdeprecated, - ACTIONS(2972), 1, - anon_sym_SEMI, - STATE(2447), 1, - sym_attr_list, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - STATE(1592), 2, - sym_attr, - aux_sym_attr_list_repeat1, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(790), 9, - anon_sym_AMPbroker_allow_complex_type, - anon_sym_AMPerror_handler, - anon_sym_AMPis_assigned, - anon_sym_AMPis_used, - anon_sym_AMPlog, - anon_sym_AMPoptional, - anon_sym_AMPordered, - anon_sym_AMPraw_output, - anon_sym_AMPredef, - ACTIONS(792), 13, - anon_sym_AMPadd_func, - anon_sym_AMPbackend, - anon_sym_AMPbroker_store, - anon_sym_AMPcreate_expire, - anon_sym_AMPdefault, - anon_sym_AMPdelete_func, - anon_sym_AMPexpire_func, - anon_sym_AMPgroup, - anon_sym_AMPon_change, - anon_sym_AMPpriority, - anon_sym_AMPread_expire, - anon_sym_AMPtype_column, - anon_sym_AMPwrite_expire, - [71780] = 14, - ACTIONS(2928), 1, - anon_sym_enum, - ACTIONS(2930), 1, - anon_sym_record, - ACTIONS(2936), 1, - anon_sym_table, + [72573] = 14, ACTIONS(2938), 1, - anon_sym_set, - ACTIONS(2940), 1, - anon_sym_union, - ACTIONS(2944), 1, - anon_sym_vector, - ACTIONS(2946), 1, - anon_sym_function, - ACTIONS(2948), 1, - anon_sym_opaque, - STATE(222), 1, - sym_type, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(2932), 2, - anon_sym_event, - anon_sym_hook, - ACTIONS(2942), 2, - anon_sym_list, - anon_sym_file, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(2934), 14, - anon_sym_addr, - anon_sym_any, - anon_sym_bool, - anon_sym_count, - anon_sym_double, - anon_sym_int, - anon_sym_interval, - anon_sym_string, - anon_sym_subnet, - anon_sym_pattern, - anon_sym_port, - anon_sym_time, - anon_sym_timer, - sym_id, - [71841] = 14, - ACTIONS(2928), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(192), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -132133,10 +131733,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [71902] = 8, - ACTIONS(788), 1, + [72634] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2466), 1, + ACTIONS(2476), 1, anon_sym_SEMI, STATE(2311), 1, sym_attr_list, @@ -132150,7 +131750,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -132160,7 +131760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -132174,10 +131774,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [71951] = 8, - ACTIONS(788), 1, + [72683] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2974), 1, + ACTIONS(2984), 1, anon_sym_SEMI, STATE(2577), 1, sym_attr_list, @@ -132191,7 +131791,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -132201,7 +131801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -132215,10 +131815,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [72000] = 8, - ACTIONS(788), 1, + [72732] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2518), 1, + ACTIONS(2528), 1, anon_sym_SEMI, STATE(2715), 1, sym_attr_list, @@ -132232,7 +131832,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -132242,7 +131842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -132256,10 +131856,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [72049] = 8, - ACTIONS(788), 1, + [72781] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2976), 1, + ACTIONS(2986), 1, anon_sym_SEMI, STATE(2461), 1, sym_attr_list, @@ -132273,7 +131873,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -132283,7 +131883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -132297,10 +131897,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [72098] = 8, - ACTIONS(788), 1, + [72830] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2978), 1, + ACTIONS(2988), 1, anon_sym_SEMI, STATE(2797), 1, sym_attr_list, @@ -132314,7 +131914,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -132324,7 +131924,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -132338,10 +131938,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [72147] = 8, - ACTIONS(788), 1, + [72879] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2980), 1, + ACTIONS(2990), 1, anon_sym_SEMI, STATE(2472), 1, sym_attr_list, @@ -132355,7 +131955,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -132365,7 +131965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -132379,39 +131979,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [72196] = 14, - ACTIONS(2928), 1, + [72928] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(262), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -132426,39 +132026,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [72257] = 14, - ACTIONS(2928), 1, + [72989] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(263), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -132473,10 +132073,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [72318] = 8, - ACTIONS(788), 1, + [73050] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2982), 1, + ACTIONS(2992), 1, anon_sym_SEMI, STATE(2400), 1, sym_attr_list, @@ -132490,7 +132090,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -132500,7 +132100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -132514,39 +132114,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [72367] = 14, - ACTIONS(2928), 1, + [73099] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(224), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -132561,39 +132161,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [72428] = 14, - ACTIONS(2853), 1, + [73160] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2984), 1, + ACTIONS(2994), 1, anon_sym_table, - ACTIONS(2988), 1, + ACTIONS(2998), 1, anon_sym_vector, - ACTIONS(2990), 1, + ACTIONS(3000), 1, anon_sym_function, STATE(1294), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2986), 2, + ACTIONS(2996), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -132608,10 +132208,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [72489] = 8, - ACTIONS(788), 1, + [73221] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2992), 1, + ACTIONS(3002), 1, anon_sym_SEMI, STATE(2731), 1, sym_attr_list, @@ -132625,7 +132225,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -132635,7 +132235,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -132649,39 +132249,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [72538] = 14, - ACTIONS(2928), 1, + [73270] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, - ACTIONS(2952), 1, + ACTIONS(2962), 1, anon_sym_table, - ACTIONS(2956), 1, + ACTIONS(2966), 1, anon_sym_vector, - ACTIONS(2958), 1, + ACTIONS(2968), 1, anon_sym_function, STATE(37), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, + anon_sym_event, + anon_sym_hook, + ACTIONS(2964), 2, + anon_sym_list, + anon_sym_file, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(2944), 14, + anon_sym_addr, + anon_sym_any, + anon_sym_bool, + anon_sym_count, + anon_sym_double, + anon_sym_int, + anon_sym_interval, + anon_sym_string, + anon_sym_subnet, + anon_sym_pattern, + anon_sym_port, + anon_sym_time, + anon_sym_timer, + sym_id, + [73331] = 8, + ACTIONS(793), 1, + anon_sym_AMPdeprecated, + ACTIONS(3004), 1, + anon_sym_SEMI, + STATE(2544), 1, + sym_attr_list, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + STATE(1592), 2, + sym_attr, + aux_sym_attr_list_repeat1, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(795), 9, + anon_sym_AMPbroker_allow_complex_type, + anon_sym_AMPerror_handler, + anon_sym_AMPis_assigned, + anon_sym_AMPis_used, + anon_sym_AMPlog, + anon_sym_AMPoptional, + anon_sym_AMPordered, + anon_sym_AMPraw_output, + anon_sym_AMPredef, + ACTIONS(797), 13, + anon_sym_AMPadd_func, + anon_sym_AMPbackend, + anon_sym_AMPbroker_store, + anon_sym_AMPcreate_expire, + anon_sym_AMPdefault, + anon_sym_AMPdelete_func, + anon_sym_AMPexpire_func, + anon_sym_AMPgroup, + anon_sym_AMPon_change, + anon_sym_AMPpriority, + anon_sym_AMPread_expire, + anon_sym_AMPtype_column, + anon_sym_AMPwrite_expire, + [73380] = 14, + ACTIONS(2938), 1, + anon_sym_enum, + ACTIONS(2940), 1, + anon_sym_record, + ACTIONS(2946), 1, + anon_sym_table, + ACTIONS(2948), 1, + anon_sym_set, + ACTIONS(2950), 1, + anon_sym_union, + ACTIONS(2954), 1, + anon_sym_vector, + ACTIONS(2956), 1, + anon_sym_function, + ACTIONS(2958), 1, + anon_sym_opaque, + STATE(22), 1, + sym_type, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2954), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -132696,127 +132384,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [72599] = 8, - ACTIONS(788), 1, - anon_sym_AMPdeprecated, - ACTIONS(2994), 1, - anon_sym_SEMI, - STATE(2544), 1, - sym_attr_list, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - STATE(1592), 2, - sym_attr, - aux_sym_attr_list_repeat1, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(790), 9, - anon_sym_AMPbroker_allow_complex_type, - anon_sym_AMPerror_handler, - anon_sym_AMPis_assigned, - anon_sym_AMPis_used, - anon_sym_AMPlog, - anon_sym_AMPoptional, - anon_sym_AMPordered, - anon_sym_AMPraw_output, - anon_sym_AMPredef, - ACTIONS(792), 13, - anon_sym_AMPadd_func, - anon_sym_AMPbackend, - anon_sym_AMPbroker_store, - anon_sym_AMPcreate_expire, - anon_sym_AMPdefault, - anon_sym_AMPdelete_func, - anon_sym_AMPexpire_func, - anon_sym_AMPgroup, - anon_sym_AMPon_change, - anon_sym_AMPpriority, - anon_sym_AMPread_expire, - anon_sym_AMPtype_column, - anon_sym_AMPwrite_expire, - [72648] = 14, - ACTIONS(2928), 1, - anon_sym_enum, - ACTIONS(2930), 1, - anon_sym_record, - ACTIONS(2936), 1, - anon_sym_table, + [73441] = 14, ACTIONS(2938), 1, - anon_sym_set, - ACTIONS(2940), 1, - anon_sym_union, - ACTIONS(2944), 1, - anon_sym_vector, - ACTIONS(2946), 1, - anon_sym_function, - ACTIONS(2948), 1, - anon_sym_opaque, - STATE(22), 1, - sym_type, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(2932), 2, - anon_sym_event, - anon_sym_hook, - ACTIONS(2942), 2, - anon_sym_list, - anon_sym_file, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(2934), 14, - anon_sym_addr, - anon_sym_any, - anon_sym_bool, - anon_sym_count, - anon_sym_double, - anon_sym_int, - anon_sym_interval, - anon_sym_string, - anon_sym_subnet, - anon_sym_pattern, - anon_sym_port, - anon_sym_time, - anon_sym_timer, - sym_id, - [72709] = 14, - ACTIONS(2928), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(194), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -132831,10 +132431,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [72770] = 8, - ACTIONS(788), 1, + [73502] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2996), 1, + ACTIONS(3006), 1, anon_sym_SEMI, STATE(2727), 1, sym_attr_list, @@ -132848,7 +132448,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -132858,7 +132458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -132872,39 +132472,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [72819] = 14, - ACTIONS(2853), 1, + [73551] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2984), 1, + ACTIONS(2994), 1, anon_sym_table, - ACTIONS(2988), 1, + ACTIONS(2998), 1, anon_sym_vector, - ACTIONS(2990), 1, + ACTIONS(3000), 1, anon_sym_function, STATE(1269), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2986), 2, + ACTIONS(2996), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -132919,39 +132519,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [72880] = 14, - ACTIONS(2928), 1, + [73612] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, - ACTIONS(2952), 1, + ACTIONS(2962), 1, anon_sym_table, - ACTIONS(2956), 1, + ACTIONS(2966), 1, anon_sym_vector, - ACTIONS(2958), 1, + ACTIONS(2968), 1, anon_sym_function, STATE(75), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2954), 2, + ACTIONS(2964), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -132966,39 +132566,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [72941] = 14, - ACTIONS(2928), 1, + [73673] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(257), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -133013,39 +132613,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [73002] = 14, - ACTIONS(2853), 1, + [73734] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2984), 1, + ACTIONS(2994), 1, anon_sym_table, - ACTIONS(2988), 1, + ACTIONS(2998), 1, anon_sym_vector, - ACTIONS(2990), 1, + ACTIONS(3000), 1, anon_sym_function, STATE(1950), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2986), 2, + ACTIONS(2996), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -133060,10 +132660,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [73063] = 8, - ACTIONS(788), 1, + [73795] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2998), 1, + ACTIONS(3008), 1, anon_sym_SEMI, STATE(2598), 1, sym_attr_list, @@ -133077,7 +132677,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -133087,7 +132687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -133101,10 +132701,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [73112] = 8, - ACTIONS(788), 1, + [73844] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3000), 1, + ACTIONS(3010), 1, anon_sym_SEMI, STATE(2770), 1, sym_attr_list, @@ -133118,7 +132718,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -133128,7 +132728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -133142,39 +132742,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [73161] = 14, - ACTIONS(2928), 1, + [73893] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(37), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -133189,10 +132789,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [73222] = 8, - ACTIONS(788), 1, + [73954] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3002), 1, + ACTIONS(3012), 1, anon_sym_SEMI, STATE(2845), 1, sym_attr_list, @@ -133206,7 +132806,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -133216,7 +132816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -133230,10 +132830,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [73271] = 8, - ACTIONS(788), 1, + [74003] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3004), 1, + ACTIONS(3014), 1, anon_sym_SEMI, STATE(2710), 1, sym_attr_list, @@ -133247,7 +132847,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -133257,7 +132857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -133271,10 +132871,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [73320] = 8, - ACTIONS(788), 1, + [74052] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2568), 1, + ACTIONS(2578), 1, anon_sym_SEMI, STATE(2642), 1, sym_attr_list, @@ -133288,7 +132888,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -133298,7 +132898,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -133312,10 +132912,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [73369] = 8, - ACTIONS(788), 1, + [74101] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3006), 1, + ACTIONS(3016), 1, anon_sym_SEMI, STATE(2454), 1, sym_attr_list, @@ -133329,7 +132929,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -133339,7 +132939,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -133353,10 +132953,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [73418] = 8, - ACTIONS(788), 1, + [74150] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3008), 1, + ACTIONS(3018), 1, anon_sym_SEMI, STATE(2672), 1, sym_attr_list, @@ -133370,7 +132970,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -133380,7 +132980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -133394,39 +132994,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [73467] = 14, - ACTIONS(2928), 1, + [74199] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(130), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -133441,39 +133041,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [73528] = 14, - ACTIONS(2928), 1, + [74260] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, - ACTIONS(2952), 1, + ACTIONS(2962), 1, anon_sym_table, - ACTIONS(2956), 1, + ACTIONS(2966), 1, anon_sym_vector, - ACTIONS(2958), 1, + ACTIONS(2968), 1, anon_sym_function, STATE(83), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2954), 2, + ACTIONS(2964), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -133488,10 +133088,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [73589] = 8, - ACTIONS(788), 1, + [74321] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3010), 1, + ACTIONS(3020), 1, anon_sym_SEMI, STATE(2319), 1, sym_attr_list, @@ -133505,7 +133105,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -133515,7 +133115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -133529,10 +133129,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [73638] = 8, - ACTIONS(788), 1, + [74370] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3012), 1, + ACTIONS(3022), 1, anon_sym_SEMI, STATE(2722), 1, sym_attr_list, @@ -133546,7 +133146,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -133556,7 +133156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -133570,39 +133170,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [73687] = 14, - ACTIONS(2928), 1, + [74419] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, - ACTIONS(2952), 1, + ACTIONS(2962), 1, anon_sym_table, - ACTIONS(2956), 1, + ACTIONS(2966), 1, anon_sym_vector, - ACTIONS(2958), 1, + ACTIONS(2968), 1, anon_sym_function, STATE(84), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2954), 2, + ACTIONS(2964), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -133617,39 +133217,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [73748] = 14, - ACTIONS(2853), 1, + [74480] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(37), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -133664,10 +133264,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [73809] = 8, - ACTIONS(788), 1, + [74541] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3014), 1, + ACTIONS(3024), 1, anon_sym_SEMI, STATE(2554), 1, sym_attr_list, @@ -133681,7 +133281,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -133691,7 +133291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -133705,39 +133305,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [73858] = 14, - ACTIONS(3016), 1, + [74590] = 14, + ACTIONS(3026), 1, anon_sym_enum, - ACTIONS(3018), 1, + ACTIONS(3028), 1, anon_sym_record, - ACTIONS(3024), 1, + ACTIONS(3034), 1, anon_sym_table, - ACTIONS(3026), 1, + ACTIONS(3036), 1, anon_sym_set, - ACTIONS(3028), 1, + ACTIONS(3038), 1, anon_sym_union, - ACTIONS(3032), 1, + ACTIONS(3042), 1, anon_sym_vector, - ACTIONS(3034), 1, + ACTIONS(3044), 1, anon_sym_function, - ACTIONS(3036), 1, + ACTIONS(3046), 1, anon_sym_opaque, STATE(327), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3020), 2, + ACTIONS(3030), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3030), 2, + ACTIONS(3040), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3022), 14, + ACTIONS(3032), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -133752,39 +133352,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [73919] = 14, - ACTIONS(3016), 1, + [74651] = 14, + ACTIONS(3026), 1, anon_sym_enum, - ACTIONS(3018), 1, + ACTIONS(3028), 1, anon_sym_record, - ACTIONS(3024), 1, + ACTIONS(3034), 1, anon_sym_table, - ACTIONS(3026), 1, + ACTIONS(3036), 1, anon_sym_set, - ACTIONS(3028), 1, + ACTIONS(3038), 1, anon_sym_union, - ACTIONS(3032), 1, + ACTIONS(3042), 1, anon_sym_vector, - ACTIONS(3034), 1, + ACTIONS(3044), 1, anon_sym_function, - ACTIONS(3036), 1, + ACTIONS(3046), 1, anon_sym_opaque, STATE(293), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3020), 2, + ACTIONS(3030), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3030), 2, + ACTIONS(3040), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3022), 14, + ACTIONS(3032), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -133799,39 +133399,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [73980] = 14, - ACTIONS(3016), 1, + [74712] = 14, + ACTIONS(3026), 1, anon_sym_enum, - ACTIONS(3018), 1, + ACTIONS(3028), 1, anon_sym_record, - ACTIONS(3024), 1, + ACTIONS(3034), 1, anon_sym_table, - ACTIONS(3026), 1, + ACTIONS(3036), 1, anon_sym_set, - ACTIONS(3028), 1, + ACTIONS(3038), 1, anon_sym_union, - ACTIONS(3032), 1, + ACTIONS(3042), 1, anon_sym_vector, - ACTIONS(3034), 1, + ACTIONS(3044), 1, anon_sym_function, - ACTIONS(3036), 1, + ACTIONS(3046), 1, anon_sym_opaque, STATE(295), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3020), 2, + ACTIONS(3030), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3030), 2, + ACTIONS(3040), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3022), 14, + ACTIONS(3032), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -133846,39 +133446,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [74041] = 14, - ACTIONS(3016), 1, + [74773] = 14, + ACTIONS(3026), 1, anon_sym_enum, - ACTIONS(3018), 1, + ACTIONS(3028), 1, anon_sym_record, - ACTIONS(3024), 1, + ACTIONS(3034), 1, anon_sym_table, - ACTIONS(3026), 1, + ACTIONS(3036), 1, anon_sym_set, - ACTIONS(3028), 1, + ACTIONS(3038), 1, anon_sym_union, - ACTIONS(3032), 1, + ACTIONS(3042), 1, anon_sym_vector, - ACTIONS(3034), 1, + ACTIONS(3044), 1, anon_sym_function, - ACTIONS(3036), 1, + ACTIONS(3046), 1, anon_sym_opaque, STATE(297), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3020), 2, + ACTIONS(3030), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3030), 2, + ACTIONS(3040), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3022), 14, + ACTIONS(3032), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -133893,39 +133493,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [74102] = 14, - ACTIONS(2853), 1, + [74834] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2984), 1, + ACTIONS(2994), 1, anon_sym_table, - ACTIONS(2988), 1, + ACTIONS(2998), 1, anon_sym_vector, - ACTIONS(2990), 1, + ACTIONS(3000), 1, anon_sym_function, STATE(1270), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2986), 2, + ACTIONS(2996), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -133940,10 +133540,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [74163] = 8, - ACTIONS(788), 1, + [74895] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3038), 1, + ACTIONS(3048), 1, anon_sym_SEMI, STATE(2298), 1, sym_attr_list, @@ -133957,7 +133557,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -133967,7 +133567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -133981,10 +133581,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [74212] = 8, - ACTIONS(788), 1, + [74944] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3040), 1, + ACTIONS(3050), 1, anon_sym_SEMI, STATE(2306), 1, sym_attr_list, @@ -133998,7 +133598,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -134008,7 +133608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -134022,39 +133622,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [74261] = 14, - ACTIONS(2928), 1, + [74993] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(233), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -134069,39 +133669,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [74322] = 14, - ACTIONS(2928), 1, + [75054] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(234), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -134116,39 +133716,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [74383] = 14, - ACTIONS(2853), 1, + [75115] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(22), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -134163,39 +133763,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [74444] = 14, - ACTIONS(2928), 1, + [75176] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, - ACTIONS(2952), 1, + ACTIONS(2962), 1, anon_sym_table, - ACTIONS(2956), 1, + ACTIONS(2966), 1, anon_sym_vector, - ACTIONS(2958), 1, + ACTIONS(2968), 1, anon_sym_function, STATE(1593), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2954), 2, + ACTIONS(2964), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -134210,39 +133810,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [74505] = 14, - ACTIONS(2928), 1, + [75237] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, - ACTIONS(3042), 1, + ACTIONS(3052), 1, anon_sym_table, - ACTIONS(3046), 1, + ACTIONS(3056), 1, anon_sym_vector, - ACTIONS(3048), 1, + ACTIONS(3058), 1, anon_sym_function, STATE(75), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3044), 2, + ACTIONS(3054), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -134257,10 +133857,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [74566] = 8, - ACTIONS(788), 1, + [75298] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2552), 1, + ACTIONS(2562), 1, anon_sym_SEMI, STATE(2417), 1, sym_attr_list, @@ -134274,7 +133874,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -134284,7 +133884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -134298,39 +133898,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [74615] = 14, - ACTIONS(2928), 1, + [75347] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(146), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -134345,10 +133945,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [74676] = 8, - ACTIONS(788), 1, + [75408] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3050), 1, + ACTIONS(3060), 1, anon_sym_SEMI, STATE(2817), 1, sym_attr_list, @@ -134362,7 +133962,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -134372,7 +133972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -134386,39 +133986,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [74725] = 14, - ACTIONS(3016), 1, + [75457] = 14, + ACTIONS(3026), 1, anon_sym_enum, - ACTIONS(3018), 1, + ACTIONS(3028), 1, anon_sym_record, - ACTIONS(3026), 1, + ACTIONS(3036), 1, anon_sym_set, - ACTIONS(3028), 1, + ACTIONS(3038), 1, anon_sym_union, - ACTIONS(3036), 1, + ACTIONS(3046), 1, anon_sym_opaque, - ACTIONS(3052), 1, + ACTIONS(3062), 1, anon_sym_table, - ACTIONS(3056), 1, + ACTIONS(3066), 1, anon_sym_vector, - ACTIONS(3058), 1, + ACTIONS(3068), 1, anon_sym_function, STATE(326), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3020), 2, + ACTIONS(3030), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3054), 2, + ACTIONS(3064), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3022), 14, + ACTIONS(3032), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -134433,10 +134033,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [74786] = 8, - ACTIONS(788), 1, + [75518] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3060), 1, + ACTIONS(3070), 1, anon_sym_SEMI, STATE(2280), 1, sym_attr_list, @@ -134450,7 +134050,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -134460,7 +134060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -134474,39 +134074,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [74835] = 14, - ACTIONS(2853), 1, + [75567] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2960), 1, + ACTIONS(2970), 1, anon_sym_table, - ACTIONS(2964), 1, + ACTIONS(2974), 1, anon_sym_vector, - ACTIONS(2966), 1, + ACTIONS(2976), 1, anon_sym_function, STATE(1986), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2962), 2, + ACTIONS(2972), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -134521,39 +134121,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [74896] = 14, - ACTIONS(3016), 1, + [75628] = 14, + ACTIONS(3026), 1, anon_sym_enum, - ACTIONS(3018), 1, + ACTIONS(3028), 1, anon_sym_record, - ACTIONS(3026), 1, + ACTIONS(3036), 1, anon_sym_set, - ACTIONS(3028), 1, + ACTIONS(3038), 1, anon_sym_union, - ACTIONS(3036), 1, + ACTIONS(3046), 1, anon_sym_opaque, - ACTIONS(3052), 1, + ACTIONS(3062), 1, anon_sym_table, - ACTIONS(3056), 1, + ACTIONS(3066), 1, anon_sym_vector, - ACTIONS(3058), 1, + ACTIONS(3068), 1, anon_sym_function, STATE(327), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3020), 2, + ACTIONS(3030), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3054), 2, + ACTIONS(3064), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3022), 14, + ACTIONS(3032), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -134568,10 +134168,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [74957] = 8, - ACTIONS(788), 1, + [75689] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3062), 1, + ACTIONS(3072), 1, anon_sym_SEMI, STATE(2376), 1, sym_attr_list, @@ -134585,7 +134185,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -134595,7 +134195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -134609,39 +134209,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [75006] = 14, - ACTIONS(2928), 1, + [75738] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(196), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -134656,39 +134256,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [75067] = 14, - ACTIONS(2928), 1, + [75799] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(239), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -134703,10 +134303,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [75128] = 8, - ACTIONS(788), 1, + [75860] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3064), 1, + ACTIONS(3074), 1, anon_sym_SEMI, STATE(2802), 1, sym_attr_list, @@ -134720,7 +134320,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -134730,7 +134330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -134744,39 +134344,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [75177] = 14, - ACTIONS(3016), 1, + [75909] = 14, + ACTIONS(3026), 1, anon_sym_enum, - ACTIONS(3018), 1, + ACTIONS(3028), 1, anon_sym_record, - ACTIONS(3026), 1, + ACTIONS(3036), 1, anon_sym_set, - ACTIONS(3028), 1, + ACTIONS(3038), 1, anon_sym_union, - ACTIONS(3036), 1, + ACTIONS(3046), 1, anon_sym_opaque, - ACTIONS(3052), 1, + ACTIONS(3062), 1, anon_sym_table, - ACTIONS(3056), 1, + ACTIONS(3066), 1, anon_sym_vector, - ACTIONS(3058), 1, + ACTIONS(3068), 1, anon_sym_function, STATE(333), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3020), 2, + ACTIONS(3030), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3054), 2, + ACTIONS(3064), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3022), 14, + ACTIONS(3032), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -134791,39 +134391,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [75238] = 14, - ACTIONS(2853), 1, + [75970] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2984), 1, + ACTIONS(2994), 1, anon_sym_table, - ACTIONS(2988), 1, + ACTIONS(2998), 1, anon_sym_vector, - ACTIONS(2990), 1, + ACTIONS(3000), 1, anon_sym_function, STATE(1276), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2986), 2, + ACTIONS(2996), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -134838,10 +134438,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [75299] = 8, - ACTIONS(788), 1, + [76031] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3066), 1, + ACTIONS(3076), 1, anon_sym_SEMI, STATE(2646), 1, sym_attr_list, @@ -134855,7 +134455,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -134865,7 +134465,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -134879,10 +134479,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [75348] = 8, - ACTIONS(788), 1, + [76080] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3068), 1, + ACTIONS(3078), 1, anon_sym_SEMI, STATE(2602), 1, sym_attr_list, @@ -134896,7 +134496,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -134906,7 +134506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -134920,39 +134520,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [75397] = 14, - ACTIONS(2928), 1, + [76129] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, - ACTIONS(3042), 1, + ACTIONS(3052), 1, anon_sym_table, - ACTIONS(3046), 1, + ACTIONS(3056), 1, anon_sym_vector, - ACTIONS(3048), 1, + ACTIONS(3058), 1, anon_sym_function, STATE(84), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3044), 2, + ACTIONS(3054), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -134967,39 +134567,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [75458] = 14, - ACTIONS(2928), 1, + [76190] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(240), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -135014,39 +134614,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [75519] = 14, - ACTIONS(3016), 1, + [76251] = 14, + ACTIONS(3026), 1, anon_sym_enum, - ACTIONS(3018), 1, + ACTIONS(3028), 1, anon_sym_record, - ACTIONS(3026), 1, + ACTIONS(3036), 1, anon_sym_set, - ACTIONS(3028), 1, + ACTIONS(3038), 1, anon_sym_union, - ACTIONS(3036), 1, + ACTIONS(3046), 1, anon_sym_opaque, - ACTIONS(3052), 1, + ACTIONS(3062), 1, anon_sym_table, - ACTIONS(3056), 1, + ACTIONS(3066), 1, anon_sym_vector, - ACTIONS(3058), 1, + ACTIONS(3068), 1, anon_sym_function, STATE(297), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3020), 2, + ACTIONS(3030), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3054), 2, + ACTIONS(3064), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3022), 14, + ACTIONS(3032), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -135061,39 +134661,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [75580] = 14, - ACTIONS(3016), 1, + [76312] = 14, + ACTIONS(3026), 1, anon_sym_enum, - ACTIONS(3018), 1, + ACTIONS(3028), 1, anon_sym_record, - ACTIONS(3026), 1, + ACTIONS(3036), 1, anon_sym_set, - ACTIONS(3028), 1, + ACTIONS(3038), 1, anon_sym_union, - ACTIONS(3036), 1, + ACTIONS(3046), 1, anon_sym_opaque, - ACTIONS(3052), 1, + ACTIONS(3062), 1, anon_sym_table, - ACTIONS(3056), 1, + ACTIONS(3066), 1, anon_sym_vector, - ACTIONS(3058), 1, + ACTIONS(3068), 1, anon_sym_function, STATE(293), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3020), 2, + ACTIONS(3030), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3054), 2, + ACTIONS(3064), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3022), 14, + ACTIONS(3032), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -135108,10 +134708,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [75641] = 8, - ACTIONS(788), 1, + [76373] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3070), 1, + ACTIONS(3080), 1, anon_sym_SEMI, STATE(2597), 1, sym_attr_list, @@ -135125,7 +134725,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -135135,7 +134735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -135149,10 +134749,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [75690] = 8, - ACTIONS(788), 1, + [76422] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3072), 1, + ACTIONS(3082), 1, anon_sym_SEMI, STATE(2599), 1, sym_attr_list, @@ -135166,7 +134766,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -135176,7 +134776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -135190,10 +134790,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [75739] = 8, - ACTIONS(788), 1, + [76471] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3074), 1, + ACTIONS(3084), 1, anon_sym_SEMI, STATE(2601), 1, sym_attr_list, @@ -135207,7 +134807,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -135217,7 +134817,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -135231,10 +134831,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [75788] = 8, - ACTIONS(788), 1, + [76520] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3076), 1, + ACTIONS(3086), 1, anon_sym_SEMI, STATE(2224), 1, sym_attr_list, @@ -135248,7 +134848,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -135258,7 +134858,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -135272,10 +134872,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [75837] = 8, - ACTIONS(788), 1, + [76569] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3078), 1, + ACTIONS(3088), 1, anon_sym_SEMI, STATE(2815), 1, sym_attr_list, @@ -135289,7 +134889,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -135299,7 +134899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -135313,10 +134913,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [75886] = 8, - ACTIONS(788), 1, + [76618] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3080), 1, + ACTIONS(3090), 1, anon_sym_SEMI, STATE(2652), 1, sym_attr_list, @@ -135330,7 +134930,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -135340,7 +134940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -135354,10 +134954,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [75935] = 8, - ACTIONS(788), 1, + [76667] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2782), 1, + ACTIONS(2792), 1, anon_sym_SEMI, STATE(2607), 1, sym_attr_list, @@ -135371,7 +134971,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -135381,7 +134981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -135395,10 +134995,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [75984] = 8, - ACTIONS(788), 1, + [76716] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3082), 1, + ACTIONS(3092), 1, anon_sym_SEMI, STATE(2427), 1, sym_attr_list, @@ -135412,7 +135012,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -135422,7 +135022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -135436,39 +135036,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [76033] = 14, - ACTIONS(2928), 1, + [76765] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(198), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -135483,10 +135083,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [76094] = 8, - ACTIONS(788), 1, + [76826] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3084), 1, + ACTIONS(3094), 1, anon_sym_SEMI, STATE(2653), 1, sym_attr_list, @@ -135500,7 +135100,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -135510,7 +135110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -135524,39 +135124,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [76143] = 14, - ACTIONS(2928), 1, + [76875] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(83), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -135571,39 +135171,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [76204] = 14, - ACTIONS(2928), 1, + [76936] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(200), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -135618,10 +135218,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [76265] = 8, - ACTIONS(788), 1, + [76997] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3086), 1, + ACTIONS(3096), 1, anon_sym_SEMI, STATE(2283), 1, sym_attr_list, @@ -135635,7 +135235,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -135645,7 +135245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -135659,39 +135259,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [76314] = 14, - ACTIONS(3016), 1, + [77046] = 14, + ACTIONS(3026), 1, anon_sym_enum, - ACTIONS(3018), 1, + ACTIONS(3028), 1, anon_sym_record, - ACTIONS(3026), 1, + ACTIONS(3036), 1, anon_sym_set, - ACTIONS(3028), 1, + ACTIONS(3038), 1, anon_sym_union, - ACTIONS(3036), 1, + ACTIONS(3046), 1, anon_sym_opaque, - ACTIONS(3052), 1, + ACTIONS(3062), 1, anon_sym_table, - ACTIONS(3056), 1, + ACTIONS(3066), 1, anon_sym_vector, - ACTIONS(3058), 1, + ACTIONS(3068), 1, anon_sym_function, STATE(295), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3020), 2, + ACTIONS(3030), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3054), 2, + ACTIONS(3064), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3022), 14, + ACTIONS(3032), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -135706,10 +135306,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [76375] = 8, - ACTIONS(788), 1, + [77107] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3088), 1, + ACTIONS(3098), 1, anon_sym_SEMI, STATE(2621), 1, sym_attr_list, @@ -135723,7 +135323,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -135733,7 +135333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -135747,39 +135347,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [76424] = 14, - ACTIONS(2853), 1, + [77156] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2984), 1, + ACTIONS(2994), 1, anon_sym_table, - ACTIONS(2988), 1, + ACTIONS(2998), 1, anon_sym_vector, - ACTIONS(2990), 1, + ACTIONS(3000), 1, anon_sym_function, STATE(1956), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2986), 2, + ACTIONS(2996), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -135794,10 +135394,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [76485] = 8, - ACTIONS(788), 1, + [77217] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3090), 1, + ACTIONS(3100), 1, anon_sym_SEMI, STATE(2630), 1, sym_attr_list, @@ -135811,7 +135411,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -135821,7 +135421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -135835,10 +135435,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [76534] = 8, - ACTIONS(788), 1, + [77266] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2448), 1, + ACTIONS(2458), 1, anon_sym_SEMI, STATE(2281), 1, sym_attr_list, @@ -135852,7 +135452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -135862,7 +135462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -135876,39 +135476,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [76583] = 14, - ACTIONS(2928), 1, + [77315] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(184), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -135923,39 +135523,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [76644] = 14, - ACTIONS(2853), 1, + [77376] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2920), 1, + ACTIONS(2930), 1, anon_sym_table, - ACTIONS(2924), 1, + ACTIONS(2934), 1, anon_sym_vector, - ACTIONS(2926), 1, + ACTIONS(2936), 1, anon_sym_function, STATE(1262), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, + anon_sym_event, + anon_sym_hook, + ACTIONS(2932), 2, + anon_sym_list, + anon_sym_file, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(2869), 14, + anon_sym_addr, + anon_sym_any, + anon_sym_bool, + anon_sym_count, + anon_sym_double, + anon_sym_int, + anon_sym_interval, + anon_sym_string, + anon_sym_subnet, + anon_sym_pattern, + anon_sym_port, + anon_sym_time, + anon_sym_timer, + sym_id, + [77437] = 14, + ACTIONS(2863), 1, + anon_sym_enum, + ACTIONS(2865), 1, + anon_sym_record, + ACTIONS(2871), 1, + anon_sym_table, + ACTIONS(2873), 1, + anon_sym_set, + ACTIONS(2875), 1, + anon_sym_union, + ACTIONS(2879), 1, + anon_sym_vector, + ACTIONS(2881), 1, + anon_sym_function, + ACTIONS(2883), 1, + anon_sym_opaque, + STATE(1294), 1, + sym_type, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2922), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -135970,57 +135617,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [76705] = 14, - ACTIONS(2853), 1, - anon_sym_enum, - ACTIONS(2855), 1, - anon_sym_record, - ACTIONS(2861), 1, - anon_sym_table, - ACTIONS(2863), 1, - anon_sym_set, - ACTIONS(2865), 1, - anon_sym_union, - ACTIONS(2869), 1, - anon_sym_vector, - ACTIONS(2871), 1, - anon_sym_function, - ACTIONS(2873), 1, - anon_sym_opaque, - STATE(1294), 1, - sym_type, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(2857), 2, - anon_sym_event, - anon_sym_hook, - ACTIONS(2867), 2, - anon_sym_list, - anon_sym_file, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(2859), 14, - anon_sym_addr, - anon_sym_any, - anon_sym_bool, - anon_sym_count, - anon_sym_double, - anon_sym_int, - anon_sym_interval, - anon_sym_string, - anon_sym_subnet, - anon_sym_pattern, - anon_sym_port, - anon_sym_time, - anon_sym_timer, - sym_id, - [76766] = 8, - ACTIONS(788), 1, + [77498] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3092), 1, + ACTIONS(3102), 1, anon_sym_SEMI, STATE(2665), 1, sym_attr_list, @@ -136034,7 +135634,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -136044,7 +135644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -136058,39 +135658,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [76815] = 14, - ACTIONS(2853), 1, + [77547] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2960), 1, + ACTIONS(2970), 1, anon_sym_table, - ACTIONS(2964), 1, + ACTIONS(2974), 1, anon_sym_vector, - ACTIONS(2966), 1, + ACTIONS(2976), 1, anon_sym_function, STATE(1294), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2962), 2, + ACTIONS(2972), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -136105,10 +135705,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [76876] = 8, - ACTIONS(788), 1, + [77608] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3094), 1, + ACTIONS(3104), 1, anon_sym_SEMI, STATE(2668), 1, sym_attr_list, @@ -136122,7 +135722,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -136132,7 +135732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -136146,39 +135746,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [76925] = 14, - ACTIONS(2853), 1, + [77657] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2960), 1, + ACTIONS(2970), 1, anon_sym_table, - ACTIONS(2964), 1, + ACTIONS(2974), 1, anon_sym_vector, - ACTIONS(2966), 1, + ACTIONS(2976), 1, anon_sym_function, STATE(1270), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2962), 2, + ACTIONS(2972), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -136193,39 +135793,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [76986] = 14, - ACTIONS(2853), 1, + [77718] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2960), 1, + ACTIONS(2970), 1, anon_sym_table, - ACTIONS(2964), 1, + ACTIONS(2974), 1, anon_sym_vector, - ACTIONS(2966), 1, + ACTIONS(2976), 1, anon_sym_function, STATE(1276), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2962), 2, + ACTIONS(2972), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -136240,10 +135840,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [77047] = 8, - ACTIONS(788), 1, + [77779] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3096), 1, + ACTIONS(3106), 1, anon_sym_SEMI, STATE(2669), 1, sym_attr_list, @@ -136257,7 +135857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -136267,7 +135867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -136281,10 +135881,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [77096] = 8, - ACTIONS(788), 1, + [77828] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3098), 1, + ACTIONS(3108), 1, anon_sym_SEMI, STATE(2671), 1, sym_attr_list, @@ -136298,7 +135898,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -136308,7 +135908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -136322,39 +135922,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [77145] = 14, - ACTIONS(2853), 1, + [77877] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2920), 1, + ACTIONS(2930), 1, anon_sym_table, - ACTIONS(2924), 1, + ACTIONS(2934), 1, anon_sym_vector, - ACTIONS(2926), 1, + ACTIONS(2936), 1, anon_sym_function, STATE(1269), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2922), 2, + ACTIONS(2932), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -136369,10 +135969,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [77206] = 8, - ACTIONS(788), 1, + [77938] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3100), 1, + ACTIONS(3110), 1, anon_sym_SEMI, STATE(2673), 1, sym_attr_list, @@ -136386,7 +135986,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -136396,7 +135996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -136410,39 +136010,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [77255] = 14, - ACTIONS(2853), 1, + [77987] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2920), 1, + ACTIONS(2930), 1, anon_sym_table, - ACTIONS(2924), 1, + ACTIONS(2934), 1, anon_sym_vector, - ACTIONS(2926), 1, + ACTIONS(2936), 1, anon_sym_function, STATE(1271), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2922), 2, + ACTIONS(2932), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -136457,39 +136057,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [77316] = 14, - ACTIONS(2853), 1, + [78048] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2920), 1, + ACTIONS(2930), 1, anon_sym_table, - ACTIONS(2924), 1, + ACTIONS(2934), 1, anon_sym_vector, - ACTIONS(2926), 1, + ACTIONS(2936), 1, anon_sym_function, STATE(1276), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2922), 2, + ACTIONS(2932), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -136504,39 +136104,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [77377] = 14, - ACTIONS(2928), 1, + [78109] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(186), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -136551,39 +136151,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [77438] = 14, - ACTIONS(2928), 1, + [78170] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(243), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -136598,39 +136198,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [77499] = 14, - ACTIONS(2853), 1, + [78231] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2960), 1, + ACTIONS(2970), 1, anon_sym_table, - ACTIONS(2964), 1, + ACTIONS(2974), 1, anon_sym_vector, - ACTIONS(2966), 1, + ACTIONS(2976), 1, anon_sym_function, STATE(1271), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2962), 2, + ACTIONS(2972), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -136645,10 +136245,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [77560] = 8, - ACTIONS(788), 1, + [78292] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3102), 1, + ACTIONS(3112), 1, anon_sym_SEMI, STATE(2781), 1, sym_attr_list, @@ -136662,7 +136262,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -136672,7 +136272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -136686,10 +136286,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [77609] = 8, - ACTIONS(788), 1, + [78341] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3104), 1, + ACTIONS(3114), 1, anon_sym_SEMI, STATE(2252), 1, sym_attr_list, @@ -136703,7 +136303,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -136713,7 +136313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -136727,10 +136327,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [77658] = 8, - ACTIONS(788), 1, + [78390] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3106), 1, + ACTIONS(3116), 1, anon_sym_SEMI, STATE(2600), 1, sym_attr_list, @@ -136744,7 +136344,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -136754,7 +136354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -136768,39 +136368,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [77707] = 14, - ACTIONS(2928), 1, + [78439] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, - ACTIONS(2952), 1, + ACTIONS(2962), 1, anon_sym_table, - ACTIONS(2956), 1, + ACTIONS(2966), 1, anon_sym_vector, - ACTIONS(2958), 1, + ACTIONS(2968), 1, anon_sym_function, STATE(22), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2954), 2, + ACTIONS(2964), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -136815,10 +136415,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [77768] = 8, - ACTIONS(788), 1, + [78500] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3108), 1, + ACTIONS(3118), 1, anon_sym_SEMI, STATE(2290), 1, sym_attr_list, @@ -136832,95 +136432,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, - anon_sym_AMPbroker_allow_complex_type, - anon_sym_AMPerror_handler, - anon_sym_AMPis_assigned, - anon_sym_AMPis_used, - anon_sym_AMPlog, - anon_sym_AMPoptional, - anon_sym_AMPordered, - anon_sym_AMPraw_output, - anon_sym_AMPredef, - ACTIONS(792), 13, - anon_sym_AMPadd_func, - anon_sym_AMPbackend, - anon_sym_AMPbroker_store, - anon_sym_AMPcreate_expire, - anon_sym_AMPdefault, - anon_sym_AMPdelete_func, - anon_sym_AMPexpire_func, - anon_sym_AMPgroup, - anon_sym_AMPon_change, - anon_sym_AMPpriority, - anon_sym_AMPread_expire, - anon_sym_AMPtype_column, - anon_sym_AMPwrite_expire, - [77817] = 14, - ACTIONS(2928), 1, - anon_sym_enum, - ACTIONS(2930), 1, - anon_sym_record, - ACTIONS(2936), 1, - anon_sym_table, - ACTIONS(2938), 1, - anon_sym_set, - ACTIONS(2940), 1, - anon_sym_union, - ACTIONS(2944), 1, - anon_sym_vector, - ACTIONS(2946), 1, - anon_sym_function, - ACTIONS(2948), 1, - anon_sym_opaque, - STATE(205), 1, - sym_type, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(2932), 2, - anon_sym_event, - anon_sym_hook, - ACTIONS(2942), 2, - anon_sym_list, - anon_sym_file, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(2934), 14, - anon_sym_addr, - anon_sym_any, - anon_sym_bool, - anon_sym_count, - anon_sym_double, - anon_sym_int, - anon_sym_interval, - anon_sym_string, - anon_sym_subnet, - anon_sym_pattern, - anon_sym_port, - anon_sym_time, - anon_sym_timer, - sym_id, - [77878] = 8, - ACTIONS(788), 1, - anon_sym_AMPdeprecated, - ACTIONS(2582), 1, - anon_sym_SEMI, - STATE(2861), 1, - sym_attr_list, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - STATE(1592), 2, - sym_attr, - aux_sym_attr_list_repeat1, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -136930,7 +136442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -136944,39 +136456,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [77927] = 14, - ACTIONS(2928), 1, + [78549] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, + ACTIONS(2958), 1, + anon_sym_opaque, + STATE(205), 1, + sym_type, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(2942), 2, + anon_sym_event, + anon_sym_hook, + ACTIONS(2952), 2, + anon_sym_list, + anon_sym_file, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(2944), 14, + anon_sym_addr, + anon_sym_any, + anon_sym_bool, + anon_sym_count, + anon_sym_double, + anon_sym_int, + anon_sym_interval, + anon_sym_string, + anon_sym_subnet, + anon_sym_pattern, + anon_sym_port, + anon_sym_time, + anon_sym_timer, + sym_id, + [78610] = 8, + ACTIONS(793), 1, + anon_sym_AMPdeprecated, + ACTIONS(2592), 1, + anon_sym_SEMI, + STATE(2861), 1, + sym_attr_list, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + STATE(1592), 2, + sym_attr, + aux_sym_attr_list_repeat1, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + ACTIONS(795), 9, + anon_sym_AMPbroker_allow_complex_type, + anon_sym_AMPerror_handler, + anon_sym_AMPis_assigned, + anon_sym_AMPis_used, + anon_sym_AMPlog, + anon_sym_AMPoptional, + anon_sym_AMPordered, + anon_sym_AMPraw_output, + anon_sym_AMPredef, + ACTIONS(797), 13, + anon_sym_AMPadd_func, + anon_sym_AMPbackend, + anon_sym_AMPbroker_store, + anon_sym_AMPcreate_expire, + anon_sym_AMPdefault, + anon_sym_AMPdelete_func, + anon_sym_AMPexpire_func, + anon_sym_AMPgroup, + anon_sym_AMPon_change, + anon_sym_AMPpriority, + anon_sym_AMPread_expire, + anon_sym_AMPtype_column, + anon_sym_AMPwrite_expire, + [78659] = 14, + ACTIONS(2938), 1, + anon_sym_enum, + ACTIONS(2940), 1, + anon_sym_record, + ACTIONS(2946), 1, + anon_sym_table, ACTIONS(2948), 1, + anon_sym_set, + ACTIONS(2950), 1, + anon_sym_union, + ACTIONS(2954), 1, + anon_sym_vector, + ACTIONS(2956), 1, + anon_sym_function, + ACTIONS(2958), 1, anon_sym_opaque, STATE(207), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -136991,10 +136591,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [77988] = 8, - ACTIONS(788), 1, + [78720] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3110), 1, + ACTIONS(3120), 1, anon_sym_SEMI, STATE(2720), 1, sym_attr_list, @@ -137008,7 +136608,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -137018,7 +136618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -137032,10 +136632,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [78037] = 8, - ACTIONS(788), 1, + [78769] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2532), 1, + ACTIONS(2542), 1, anon_sym_SEMI, STATE(2250), 1, sym_attr_list, @@ -137049,7 +136649,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -137059,7 +136659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -137073,10 +136673,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [78086] = 8, - ACTIONS(788), 1, + [78818] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3112), 1, + ACTIONS(3122), 1, anon_sym_SEMI, STATE(2254), 1, sym_attr_list, @@ -137090,7 +136690,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -137100,7 +136700,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -137114,10 +136714,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [78135] = 8, - ACTIONS(788), 1, + [78867] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3114), 1, + ACTIONS(3124), 1, anon_sym_SEMI, STATE(2798), 1, sym_attr_list, @@ -137131,7 +136731,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -137141,7 +136741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -137155,10 +136755,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [78184] = 8, - ACTIONS(788), 1, + [78916] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3116), 1, + ACTIONS(3126), 1, anon_sym_SEMI, STATE(2804), 1, sym_attr_list, @@ -137172,7 +136772,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -137182,7 +136782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -137196,39 +136796,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [78233] = 14, - ACTIONS(2928), 1, + [78965] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(244), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -137243,39 +136843,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [78294] = 14, - ACTIONS(2928), 1, + [79026] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(84), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -137290,10 +136890,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [78355] = 8, - ACTIONS(788), 1, + [79087] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3118), 1, + ACTIONS(3128), 1, anon_sym_SEMI, STATE(2811), 1, sym_attr_list, @@ -137307,7 +136907,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -137317,7 +136917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -137331,39 +136931,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [78404] = 14, - ACTIONS(2928), 1, + [79136] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(187), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -137378,39 +136978,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [78465] = 14, - ACTIONS(2928), 1, + [79197] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(188), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -137425,39 +137025,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [78526] = 14, - ACTIONS(2928), 1, + [79258] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, - ACTIONS(2952), 1, + ACTIONS(2962), 1, anon_sym_table, - ACTIONS(2956), 1, + ACTIONS(2966), 1, anon_sym_vector, - ACTIONS(2958), 1, + ACTIONS(2968), 1, anon_sym_function, STATE(1735), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2954), 2, + ACTIONS(2964), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -137472,10 +137072,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [78587] = 8, - ACTIONS(788), 1, + [79319] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3120), 1, + ACTIONS(3130), 1, anon_sym_SEMI, STATE(2812), 1, sym_attr_list, @@ -137489,7 +137089,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -137499,7 +137099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -137513,10 +137113,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [78636] = 8, - ACTIONS(788), 1, + [79368] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3122), 1, + ACTIONS(3132), 1, anon_sym_SEMI, STATE(2278), 1, sym_attr_list, @@ -137530,7 +137130,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -137540,7 +137140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -137554,39 +137154,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [78685] = 14, - ACTIONS(2928), 1, + [79417] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(75), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -137601,39 +137201,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [78746] = 14, - ACTIONS(2853), 1, + [79478] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1270), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -137648,39 +137248,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [78807] = 14, - ACTIONS(2928), 1, + [79539] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, - ACTIONS(3042), 1, + ACTIONS(3052), 1, anon_sym_table, - ACTIONS(3046), 1, + ACTIONS(3056), 1, anon_sym_vector, - ACTIONS(3048), 1, + ACTIONS(3058), 1, anon_sym_function, STATE(83), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3044), 2, + ACTIONS(3054), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -137695,39 +137295,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [78868] = 14, - ACTIONS(2853), 1, + [79600] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_table, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2869), 1, + ACTIONS(2879), 1, anon_sym_vector, - ACTIONS(2871), 1, + ACTIONS(2881), 1, anon_sym_function, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, STATE(1276), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2867), 2, + ACTIONS(2877), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -137742,10 +137342,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [78929] = 8, - ACTIONS(788), 1, + [79661] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3124), 1, + ACTIONS(3134), 1, anon_sym_SEMI, STATE(2433), 1, sym_attr_list, @@ -137759,7 +137359,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -137769,7 +137369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -137783,10 +137383,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [78978] = 8, - ACTIONS(788), 1, + [79710] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(2610), 1, + ACTIONS(2620), 1, anon_sym_SEMI, STATE(2513), 1, sym_attr_list, @@ -137800,7 +137400,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -137810,7 +137410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -137824,39 +137424,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [79027] = 14, - ACTIONS(2853), 1, + [79759] = 14, + ACTIONS(2863), 1, anon_sym_enum, - ACTIONS(2855), 1, + ACTIONS(2865), 1, anon_sym_record, - ACTIONS(2863), 1, + ACTIONS(2873), 1, anon_sym_set, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_union, - ACTIONS(2873), 1, + ACTIONS(2883), 1, anon_sym_opaque, - ACTIONS(2920), 1, + ACTIONS(2930), 1, anon_sym_table, - ACTIONS(2924), 1, + ACTIONS(2934), 1, anon_sym_vector, - ACTIONS(2926), 1, + ACTIONS(2936), 1, anon_sym_function, STATE(1270), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2857), 2, + ACTIONS(2867), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2922), 2, + ACTIONS(2932), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2859), 14, + ACTIONS(2869), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -137871,39 +137471,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [79088] = 14, - ACTIONS(2928), 1, + [79820] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, - ACTIONS(3042), 1, + ACTIONS(3052), 1, anon_sym_table, - ACTIONS(3046), 1, + ACTIONS(3056), 1, anon_sym_vector, - ACTIONS(3048), 1, + ACTIONS(3058), 1, anon_sym_function, STATE(22), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3044), 2, + ACTIONS(3054), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -137918,39 +137518,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [79149] = 14, - ACTIONS(2928), 1, + [79881] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(288), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -137965,39 +137565,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [79210] = 14, - ACTIONS(2928), 1, + [79942] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, - ACTIONS(3042), 1, + ACTIONS(3052), 1, anon_sym_table, - ACTIONS(3046), 1, + ACTIONS(3056), 1, anon_sym_vector, - ACTIONS(3048), 1, + ACTIONS(3058), 1, anon_sym_function, STATE(37), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(3044), 2, + ACTIONS(3054), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -138012,10 +137612,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [79271] = 8, - ACTIONS(788), 1, + [80003] = 8, + ACTIONS(793), 1, anon_sym_AMPdeprecated, - ACTIONS(3126), 1, + ACTIONS(3136), 1, anon_sym_SEMI, STATE(2255), 1, sym_attr_list, @@ -138029,7 +137629,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(790), 9, + ACTIONS(795), 9, anon_sym_AMPbroker_allow_complex_type, anon_sym_AMPerror_handler, anon_sym_AMPis_assigned, @@ -138039,7 +137639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPordered, anon_sym_AMPraw_output, anon_sym_AMPredef, - ACTIONS(792), 13, + ACTIONS(797), 13, anon_sym_AMPadd_func, anon_sym_AMPbackend, anon_sym_AMPbroker_store, @@ -138053,39 +137653,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMPread_expire, anon_sym_AMPtype_column, anon_sym_AMPwrite_expire, - [79320] = 14, - ACTIONS(2928), 1, + [80052] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2936), 1, + ACTIONS(2946), 1, anon_sym_table, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2944), 1, + ACTIONS(2954), 1, anon_sym_vector, - ACTIONS(2946), 1, + ACTIONS(2956), 1, anon_sym_function, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, STATE(213), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2942), 2, + ACTIONS(2952), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -138100,39 +137700,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [79381] = 14, - ACTIONS(2928), 1, + [80113] = 14, + ACTIONS(2938), 1, anon_sym_enum, - ACTIONS(2930), 1, + ACTIONS(2940), 1, anon_sym_record, - ACTIONS(2938), 1, + ACTIONS(2948), 1, anon_sym_set, - ACTIONS(2940), 1, + ACTIONS(2950), 1, anon_sym_union, - ACTIONS(2948), 1, + ACTIONS(2958), 1, anon_sym_opaque, - ACTIONS(2952), 1, + ACTIONS(2962), 1, anon_sym_table, - ACTIONS(2956), 1, + ACTIONS(2966), 1, anon_sym_vector, - ACTIONS(2958), 1, + ACTIONS(2968), 1, anon_sym_function, STATE(1731), 1, sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2932), 2, + ACTIONS(2942), 2, anon_sym_event, anon_sym_hook, - ACTIONS(2954), 2, + ACTIONS(2964), 2, anon_sym_list, anon_sym_file, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2934), 14, + ACTIONS(2944), 14, anon_sym_addr, anon_sym_any, anon_sym_bool, @@ -138147,7 +137747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_time, anon_sym_timer, sym_id, - [79442] = 3, + [80174] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -138155,7 +137755,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3128), 26, + ACTIONS(3138), 26, anon_sym_enum, anon_sym_record, anon_sym_event, @@ -138182,20 +137782,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_file, anon_sym_opaque, sym_id, - [79480] = 5, - ACTIONS(2446), 1, + [80212] = 5, + ACTIONS(2456), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1538), 2, + ACTIONS(1545), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1536), 21, + ACTIONS(1543), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138217,20 +137817,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [79520] = 5, - ACTIONS(3130), 1, + [80252] = 5, + ACTIONS(3140), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1494), 2, + ACTIONS(1501), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1492), 21, + ACTIONS(1499), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138252,18 +137852,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [79560] = 4, + [80292] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1562), 2, + ACTIONS(1569), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1560), 21, + ACTIONS(1567), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138285,18 +137885,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [79597] = 4, + [80329] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1638), 2, + ACTIONS(1645), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1636), 21, + ACTIONS(1643), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138318,18 +137918,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [79634] = 4, + [80366] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1662), 2, + ACTIONS(1669), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1660), 21, + ACTIONS(1667), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138351,18 +137951,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [79671] = 4, + [80403] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1666), 2, + ACTIONS(1673), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1664), 21, + ACTIONS(1671), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138384,18 +137984,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [79708] = 4, + [80440] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1554), 2, + ACTIONS(1561), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1552), 21, + ACTIONS(1559), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138417,18 +138017,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [79745] = 4, + [80477] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1558), 2, + ACTIONS(1565), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1556), 21, + ACTIONS(1563), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138450,18 +138050,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [79782] = 4, + [80514] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1566), 2, + ACTIONS(1573), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1564), 21, + ACTIONS(1571), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138483,18 +138083,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [79819] = 4, + [80551] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1610), 2, + ACTIONS(1617), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1608), 21, + ACTIONS(1615), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138516,18 +138116,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [79856] = 4, + [80588] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1574), 2, + ACTIONS(1581), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1572), 21, + ACTIONS(1579), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138549,18 +138149,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [79893] = 4, + [80625] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1582), 2, + ACTIONS(1589), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1580), 21, + ACTIONS(1587), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138582,18 +138182,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [79930] = 4, + [80662] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1586), 2, + ACTIONS(1593), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1584), 21, + ACTIONS(1591), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138615,18 +138215,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [79967] = 4, + [80699] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1590), 2, + ACTIONS(1597), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1588), 21, + ACTIONS(1595), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138648,18 +138248,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80004] = 4, + [80736] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1598), 2, + ACTIONS(1605), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1596), 21, + ACTIONS(1603), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138681,18 +138281,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80041] = 4, + [80773] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1618), 2, + ACTIONS(1625), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1616), 21, + ACTIONS(1623), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138714,18 +138314,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80078] = 4, + [80810] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1622), 2, + ACTIONS(1629), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1620), 21, + ACTIONS(1627), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138747,18 +138347,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80115] = 4, + [80847] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1630), 2, + ACTIONS(1637), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1628), 21, + ACTIONS(1635), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138780,18 +138380,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80152] = 4, + [80884] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1578), 2, + ACTIONS(1585), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1576), 21, + ACTIONS(1583), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138813,18 +138413,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80189] = 4, + [80921] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1642), 2, + ACTIONS(1649), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1640), 21, + ACTIONS(1647), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138846,18 +138446,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80226] = 4, + [80958] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1646), 2, + ACTIONS(1653), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1644), 21, + ACTIONS(1651), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138879,18 +138479,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80263] = 4, + [80995] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1650), 2, + ACTIONS(1657), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1648), 21, + ACTIONS(1655), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138912,18 +138512,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80300] = 4, + [81032] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1654), 2, + ACTIONS(1661), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1652), 21, + ACTIONS(1659), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138945,18 +138545,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80337] = 4, + [81069] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1670), 2, + ACTIONS(1677), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1668), 21, + ACTIONS(1675), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -138978,18 +138578,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80374] = 4, + [81106] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1674), 2, + ACTIONS(1681), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1672), 21, + ACTIONS(1679), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139011,18 +138611,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80411] = 4, + [81143] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1678), 2, + ACTIONS(1685), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1676), 21, + ACTIONS(1683), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139044,18 +138644,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80448] = 4, + [81180] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1682), 2, + ACTIONS(1689), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1680), 21, + ACTIONS(1687), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139077,18 +138677,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80485] = 4, + [81217] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1686), 2, + ACTIONS(1693), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1684), 21, + ACTIONS(1691), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139110,18 +138710,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80522] = 4, + [81254] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1546), 2, + ACTIONS(1553), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1544), 21, + ACTIONS(1551), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139143,18 +138743,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80559] = 4, + [81291] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1614), 2, + ACTIONS(1621), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1612), 21, + ACTIONS(1619), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139176,18 +138776,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80596] = 4, + [81328] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1550), 2, + ACTIONS(1557), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1548), 21, + ACTIONS(1555), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139209,18 +138809,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80633] = 4, + [81365] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1606), 2, + ACTIONS(1613), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1604), 21, + ACTIONS(1611), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139242,18 +138842,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80670] = 4, + [81402] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1658), 2, + ACTIONS(1665), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1656), 21, + ACTIONS(1663), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139275,18 +138875,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80707] = 4, + [81439] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1494), 2, + ACTIONS(1501), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1492), 21, + ACTIONS(1499), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139308,18 +138908,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80744] = 4, + [81476] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1594), 2, + ACTIONS(1601), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1592), 21, + ACTIONS(1599), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139341,18 +138941,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80781] = 4, + [81513] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1538), 2, + ACTIONS(1545), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1536), 21, + ACTIONS(1543), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139374,18 +138974,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80818] = 4, + [81550] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1570), 2, + ACTIONS(1577), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1568), 21, + ACTIONS(1575), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139407,18 +139007,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80855] = 4, + [81587] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1602), 2, + ACTIONS(1609), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1600), 21, + ACTIONS(1607), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139440,18 +139040,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80892] = 4, + [81624] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1634), 2, + ACTIONS(1641), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1632), 21, + ACTIONS(1639), 21, anon_sym_module, anon_sym_export, anon_sym_RBRACE, @@ -139473,18 +139073,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [80929] = 14, - ACTIONS(806), 1, + [81661] = 14, + ACTIONS(811), 1, aux_sym_constant_token1, - ACTIONS(818), 1, + ACTIONS(825), 1, sym_port, - ACTIONS(820), 1, + ACTIONS(827), 1, sym_floatp, - ACTIONS(3134), 1, + ACTIONS(3144), 1, sym_ipv6, - ACTIONS(3136), 1, + ACTIONS(3146), 1, sym_ipv4, - ACTIONS(3138), 1, + ACTIONS(3148), 1, aux_sym_string_token1, STATE(4), 1, sym_string_directive, @@ -139495,7 +139095,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3132), 2, + ACTIONS(3142), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, STATE(304), 2, @@ -139505,12 +139105,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(808), 4, + ACTIONS(813), 4, anon_sym_T, anon_sym_F, sym_hex, sym_hostname, - [80980] = 15, + [81712] = 15, ACTIONS(83), 1, anon_sym_ATload, ACTIONS(87), 1, @@ -139521,9 +139121,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, ACTIONS(97), 1, anon_sym_ATpragma, - ACTIONS(3140), 1, + ACTIONS(3150), 1, anon_sym_LBRACE, - ACTIONS(3142), 1, + ACTIONS(3152), 1, anon_sym_ATdeprecated, STATE(367), 1, sym_func_body, @@ -139548,7 +139148,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81033] = 15, + [81765] = 15, ACTIONS(83), 1, anon_sym_ATload, ACTIONS(87), 1, @@ -139559,9 +139159,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, ACTIONS(97), 1, anon_sym_ATpragma, - ACTIONS(3140), 1, + ACTIONS(3150), 1, anon_sym_LBRACE, - ACTIONS(3142), 1, + ACTIONS(3152), 1, anon_sym_ATdeprecated, STATE(345), 1, sym_func_body, @@ -139586,7 +139186,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81086] = 15, + [81818] = 15, ACTIONS(83), 1, anon_sym_ATload, ACTIONS(87), 1, @@ -139597,9 +139197,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, ACTIONS(97), 1, anon_sym_ATpragma, - ACTIONS(3142), 1, + ACTIONS(3152), 1, anon_sym_ATdeprecated, - ACTIONS(3144), 1, + ACTIONS(3154), 1, anon_sym_LBRACE, STATE(373), 1, sym_pragma, @@ -139624,7 +139224,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81139] = 15, + [81871] = 15, ACTIONS(83), 1, anon_sym_ATload, ACTIONS(87), 1, @@ -139635,9 +139235,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, ACTIONS(97), 1, anon_sym_ATpragma, - ACTIONS(3142), 1, + ACTIONS(3152), 1, anon_sym_ATdeprecated, - ACTIONS(3144), 1, + ACTIONS(3154), 1, anon_sym_LBRACE, STATE(373), 1, sym_pragma, @@ -139662,33 +139262,33 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81192] = 14, - ACTIONS(3146), 1, + [81924] = 14, + ACTIONS(3156), 1, anon_sym_LBRACE, - ACTIONS(3148), 1, + ACTIONS(3158), 1, anon_sym_ATdeprecated, - ACTIONS(3151), 1, + ACTIONS(3161), 1, anon_sym_ATload, - ACTIONS(3157), 1, + ACTIONS(3167), 1, anon_sym_ATload_DASHplugin, - ACTIONS(3160), 1, + ACTIONS(3170), 1, anon_sym_ATprefixes, - ACTIONS(3163), 1, + ACTIONS(3173), 1, anon_sym_ATif, - ACTIONS(3172), 1, + ACTIONS(3182), 1, anon_sym_ATpragma, STATE(373), 1, sym_pragma, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3154), 2, + ACTIONS(3164), 2, anon_sym_ATload_DASHsigs, anon_sym_ATunload, - ACTIONS(3166), 2, + ACTIONS(3176), 2, anon_sym_ATifdef, anon_sym_ATifndef, - ACTIONS(3169), 2, + ACTIONS(3179), 2, anon_sym_ATendif, anon_sym_ATelse, STATE(1833), 2, @@ -139698,18 +139298,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81242] = 4, + [81974] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3177), 2, + ACTIONS(3187), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3175), 11, + ACTIONS(3185), 11, anon_sym_LBRACE, anon_sym_ATdeprecated, anon_sym_ATload_DASHsigs, @@ -139721,18 +139321,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [81269] = 4, + [82001] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3181), 2, + ACTIONS(3191), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3179), 11, + ACTIONS(3189), 11, anon_sym_LBRACE, anon_sym_ATdeprecated, anon_sym_ATload_DASHsigs, @@ -139744,18 +139344,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [81296] = 4, + [82028] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3185), 2, + ACTIONS(3195), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3183), 11, + ACTIONS(3193), 11, anon_sym_LBRACE, anon_sym_ATdeprecated, anon_sym_ATload_DASHsigs, @@ -139767,18 +139367,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [81323] = 4, + [82055] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2332), 2, + ACTIONS(2342), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(2330), 11, + ACTIONS(2340), 11, anon_sym_LBRACE, anon_sym_ATdeprecated, anon_sym_ATload_DASHsigs, @@ -139790,18 +139390,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [81350] = 4, + [82082] = 4, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3189), 2, + ACTIONS(3199), 2, anon_sym_ATload, anon_sym_ATif, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3187), 11, + ACTIONS(3197), 11, anon_sym_LBRACE, anon_sym_ATdeprecated, anon_sym_ATload_DASHsigs, @@ -139813,10 +139413,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendif, anon_sym_ATelse, anon_sym_ATpragma, - [81377] = 7, - ACTIONS(3191), 1, + [82109] = 7, + ACTIONS(3201), 1, anon_sym_LPAREN, - ACTIONS(3195), 1, + ACTIONS(3205), 1, aux_sym_string_token1, STATE(383), 1, sym_string_directive, @@ -139825,17 +139425,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3193), 2, + ACTIONS(3203), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81403] = 7, - ACTIONS(3197), 1, + [82135] = 7, + ACTIONS(3207), 1, anon_sym_LPAREN, - ACTIONS(3201), 1, + ACTIONS(3211), 1, aux_sym_string_token1, STATE(458), 1, sym_string_directive, @@ -139844,17 +139444,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3199), 2, + ACTIONS(3209), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81429] = 7, - ACTIONS(3203), 1, + [82161] = 7, + ACTIONS(3213), 1, anon_sym_LPAREN, - ACTIONS(3207), 1, + ACTIONS(3217), 1, aux_sym_string_token1, STATE(409), 1, sym_string_directive, @@ -139863,17 +139463,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3205), 2, + ACTIONS(3215), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81455] = 7, - ACTIONS(3209), 1, + [82187] = 7, + ACTIONS(3219), 1, anon_sym_LPAREN, - ACTIONS(3213), 1, + ACTIONS(3223), 1, aux_sym_string_token1, STATE(410), 1, sym_string, @@ -139882,17 +139482,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3211), 2, + ACTIONS(3221), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81481] = 7, - ACTIONS(3215), 1, + [82213] = 7, + ACTIONS(3225), 1, anon_sym_LPAREN, - ACTIONS(3219), 1, + ACTIONS(3229), 1, aux_sym_string_token1, STATE(557), 1, sym_string, @@ -139901,19 +139501,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3217), 2, + ACTIONS(3227), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81507] = 8, - ACTIONS(3221), 1, + [82239] = 8, + ACTIONS(3231), 1, anon_sym_LPAREN, - ACTIONS(3223), 1, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3225), 1, + ACTIONS(3235), 1, anon_sym_EQ, STATE(2090), 1, sym_capture_list, @@ -139928,10 +139528,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81535] = 7, - ACTIONS(3227), 1, + [82267] = 7, + ACTIONS(3237), 1, anon_sym_LPAREN, - ACTIONS(3231), 1, + ACTIONS(3241), 1, aux_sym_string_token1, STATE(543), 1, sym_string_directive, @@ -139940,19 +139540,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3229), 2, + ACTIONS(3239), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81561] = 8, - ACTIONS(3223), 1, - anon_sym_LBRACK, + [82293] = 8, ACTIONS(3233), 1, + anon_sym_LBRACK, + ACTIONS(3243), 1, anon_sym_LPAREN, - ACTIONS(3235), 1, + ACTIONS(3245), 1, sym_id, STATE(2105), 1, sym_func_params, @@ -139967,10 +139567,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81589] = 7, - ACTIONS(3237), 1, + [82321] = 7, + ACTIONS(3247), 1, anon_sym_LPAREN, - ACTIONS(3241), 1, + ACTIONS(3251), 1, aux_sym_string_token1, STATE(537), 1, sym_string_directive, @@ -139979,19 +139579,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3239), 2, + ACTIONS(3249), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81615] = 8, - ACTIONS(3221), 1, + [82347] = 8, + ACTIONS(3231), 1, anon_sym_LPAREN, - ACTIONS(3223), 1, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3243), 1, + ACTIONS(3253), 1, anon_sym_EQ, STATE(2090), 1, sym_capture_list, @@ -140006,10 +139606,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81643] = 7, - ACTIONS(111), 1, + [82375] = 7, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(3245), 1, + ACTIONS(3255), 1, anon_sym_LPAREN, STATE(306), 1, sym_string, @@ -140025,10 +139625,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81669] = 7, - ACTIONS(3138), 1, + [82401] = 7, + ACTIONS(3148), 1, aux_sym_string_token1, - ACTIONS(3247), 1, + ACTIONS(3257), 1, anon_sym_LPAREN, STATE(4), 1, sym_string_directive, @@ -140037,17 +139637,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3132), 2, + ACTIONS(3142), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81695] = 7, - ACTIONS(3249), 1, + [82427] = 7, + ACTIONS(3259), 1, anon_sym_LPAREN, - ACTIONS(3253), 1, + ACTIONS(3263), 1, aux_sym_string_token1, STATE(680), 1, sym_string_directive, @@ -140056,17 +139656,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3251), 2, + ACTIONS(3261), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81721] = 7, - ACTIONS(3255), 1, + [82453] = 7, + ACTIONS(3265), 1, anon_sym_LPAREN, - ACTIONS(3259), 1, + ACTIONS(3269), 1, aux_sym_string_token1, STATE(674), 1, sym_string_directive, @@ -140075,17 +139675,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3257), 2, + ACTIONS(3267), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81747] = 7, - ACTIONS(3261), 1, + [82479] = 7, + ACTIONS(3271), 1, anon_sym_LPAREN, - ACTIONS(3265), 1, + ACTIONS(3275), 1, aux_sym_string_token1, STATE(545), 1, sym_string, @@ -140094,19 +139694,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3263), 2, + ACTIONS(3273), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81773] = 8, - ACTIONS(3221), 1, + [82505] = 8, + ACTIONS(3231), 1, anon_sym_LPAREN, - ACTIONS(3223), 1, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3267), 1, + ACTIONS(3277), 1, anon_sym_EQ, STATE(2090), 1, sym_capture_list, @@ -140121,10 +139721,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81801] = 7, - ACTIONS(3269), 1, + [82533] = 7, + ACTIONS(3279), 1, anon_sym_LPAREN, - ACTIONS(3273), 1, + ACTIONS(3283), 1, aux_sym_string_token1, STATE(470), 1, sym_string, @@ -140133,17 +139733,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3271), 2, + ACTIONS(3281), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81827] = 7, - ACTIONS(111), 1, + [82559] = 7, + ACTIONS(113), 1, aux_sym_string_token1, - ACTIONS(3275), 1, + ACTIONS(3285), 1, anon_sym_LPAREN, STATE(836), 1, sym_string_directive, @@ -140159,12 +139759,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81853] = 8, - ACTIONS(3221), 1, + [82585] = 8, + ACTIONS(3231), 1, anon_sym_LPAREN, - ACTIONS(3223), 1, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3277), 1, + ACTIONS(3287), 1, anon_sym_EQ, STATE(2090), 1, sym_capture_list, @@ -140179,10 +139779,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81881] = 7, - ACTIONS(3279), 1, + [82613] = 7, + ACTIONS(3289), 1, anon_sym_LPAREN, - ACTIONS(3283), 1, + ACTIONS(3293), 1, aux_sym_string_token1, STATE(464), 1, sym_string_directive, @@ -140191,19 +139791,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3281), 2, + ACTIONS(3291), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81907] = 8, - ACTIONS(3221), 1, + [82639] = 8, + ACTIONS(3231), 1, anon_sym_LPAREN, - ACTIONS(3223), 1, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3285), 1, + ACTIONS(3295), 1, anon_sym_EQ, STATE(2090), 1, sym_capture_list, @@ -140218,12 +139818,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81935] = 8, - ACTIONS(3221), 1, + [82667] = 8, + ACTIONS(3231), 1, anon_sym_LPAREN, - ACTIONS(3223), 1, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3287), 1, + ACTIONS(3297), 1, anon_sym_EQ, STATE(2090), 1, sym_capture_list, @@ -140238,12 +139838,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81963] = 7, - ACTIONS(2600), 1, + [82695] = 7, + ACTIONS(2610), 1, anon_sym_RBRACE, - ACTIONS(3289), 1, + ACTIONS(3299), 1, anon_sym_case, - ACTIONS(3291), 1, + ACTIONS(3301), 1, anon_sym_default, STATE(1928), 1, aux_sym_case_list_repeat1, @@ -140256,8 +139856,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [81988] = 6, - ACTIONS(3231), 1, + [82720] = 6, + ACTIONS(3241), 1, aux_sym_string_token1, STATE(543), 1, sym_string_directive, @@ -140266,19 +139866,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3229), 2, + ACTIONS(3239), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82011] = 7, - ACTIONS(2500), 1, + [82743] = 7, + ACTIONS(2510), 1, anon_sym_RBRACE, - ACTIONS(3289), 1, + ACTIONS(3299), 1, anon_sym_case, - ACTIONS(3291), 1, + ACTIONS(3301), 1, anon_sym_default, STATE(1928), 1, aux_sym_case_list_repeat1, @@ -140291,12 +139891,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82036] = 7, - ACTIONS(2582), 1, + [82768] = 7, + ACTIONS(2592), 1, anon_sym_RBRACE, - ACTIONS(3289), 1, + ACTIONS(3299), 1, anon_sym_case, - ACTIONS(3291), 1, + ACTIONS(3301), 1, anon_sym_default, STATE(1928), 1, aux_sym_case_list_repeat1, @@ -140309,10 +139909,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82061] = 7, - ACTIONS(3293), 1, + [82793] = 7, + ACTIONS(3303), 1, anon_sym_RPAREN, - ACTIONS(3295), 1, + ACTIONS(3305), 1, sym_id, STATE(1955), 1, sym_formal_arg, @@ -140327,10 +139927,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82086] = 7, - ACTIONS(3295), 1, + [82818] = 7, + ACTIONS(3305), 1, sym_id, - ACTIONS(3297), 1, + ACTIONS(3307), 1, anon_sym_RPAREN, STATE(1955), 1, sym_formal_arg, @@ -140345,12 +139945,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82111] = 7, - ACTIONS(2448), 1, + [82843] = 7, + ACTIONS(2458), 1, anon_sym_RBRACE, - ACTIONS(3289), 1, + ACTIONS(3299), 1, anon_sym_case, - ACTIONS(3291), 1, + ACTIONS(3301), 1, anon_sym_default, STATE(1928), 1, aux_sym_case_list_repeat1, @@ -140363,10 +139963,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82136] = 7, - ACTIONS(3295), 1, + [82868] = 7, + ACTIONS(3305), 1, sym_id, - ACTIONS(3299), 1, + ACTIONS(3309), 1, anon_sym_RPAREN, STATE(1955), 1, sym_formal_arg, @@ -140381,8 +139981,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82161] = 6, - ACTIONS(3259), 1, + [82893] = 6, + ACTIONS(3269), 1, aux_sym_string_token1, STATE(674), 1, sym_string_directive, @@ -140391,15 +139991,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3257), 2, + ACTIONS(3267), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82184] = 6, - ACTIONS(3273), 1, + [82916] = 6, + ACTIONS(3283), 1, aux_sym_string_token1, STATE(472), 1, sym_string, @@ -140408,19 +140008,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3271), 2, + ACTIONS(3281), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82207] = 7, - ACTIONS(2532), 1, + [82939] = 7, + ACTIONS(2542), 1, anon_sym_RBRACE, - ACTIONS(3289), 1, + ACTIONS(3299), 1, anon_sym_case, - ACTIONS(3291), 1, + ACTIONS(3301), 1, anon_sym_default, STATE(1928), 1, aux_sym_case_list_repeat1, @@ -140433,10 +140033,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82232] = 7, - ACTIONS(3223), 1, - anon_sym_LBRACK, + [82964] = 7, ACTIONS(3233), 1, + anon_sym_LBRACK, + ACTIONS(3243), 1, anon_sym_LPAREN, STATE(2095), 1, sym_begin_lambda, @@ -140451,8 +140051,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82257] = 6, - ACTIONS(111), 1, + [82989] = 6, + ACTIONS(113), 1, aux_sym_string_token1, STATE(331), 1, sym_string, @@ -140468,10 +140068,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82280] = 7, - ACTIONS(3295), 1, + [83012] = 7, + ACTIONS(3305), 1, sym_id, - ACTIONS(3301), 1, + ACTIONS(3311), 1, anon_sym_RPAREN, STATE(1955), 1, sym_formal_arg, @@ -140486,10 +140086,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82305] = 7, - ACTIONS(3295), 1, + [83037] = 7, + ACTIONS(3305), 1, sym_id, - ACTIONS(3303), 1, + ACTIONS(3313), 1, anon_sym_RPAREN, STATE(1955), 1, sym_formal_arg, @@ -140504,8 +140104,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82330] = 6, - ACTIONS(3195), 1, + [83062] = 6, + ACTIONS(3205), 1, aux_sym_string_token1, STATE(383), 1, sym_string_directive, @@ -140514,15 +140114,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3193), 2, + ACTIONS(3203), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82353] = 6, - ACTIONS(3213), 1, + [83085] = 6, + ACTIONS(3223), 1, aux_sym_string_token1, STATE(411), 1, sym_string, @@ -140531,15 +140131,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3211), 2, + ACTIONS(3221), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82376] = 4, - ACTIONS(3305), 1, + [83108] = 4, + ACTIONS(3315), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -140548,30 +140148,30 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1466), 4, + ACTIONS(1473), 4, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_RBRACK, - [82395] = 6, - ACTIONS(3309), 1, + [83127] = 6, + ACTIONS(3319), 1, anon_sym_EQ, - ACTIONS(3311), 1, + ACTIONS(3321), 1, anon_sym_AMPdeprecated, STATE(2182), 1, sym_deprecated, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3307), 2, + ACTIONS(3317), 2, anon_sym_RBRACE, anon_sym_COMMA, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82418] = 6, - ACTIONS(3283), 1, + [83150] = 6, + ACTIONS(3293), 1, aux_sym_string_token1, STATE(464), 1, sym_string_directive, @@ -140580,15 +140180,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3281), 2, + ACTIONS(3291), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82441] = 6, - ACTIONS(3138), 1, + [83173] = 6, + ACTIONS(3148), 1, aux_sym_string_token1, STATE(4), 1, sym_string_directive, @@ -140597,19 +140197,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3132), 2, + ACTIONS(3142), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82464] = 7, - ACTIONS(2552), 1, + [83196] = 7, + ACTIONS(2562), 1, anon_sym_RBRACE, - ACTIONS(3289), 1, + ACTIONS(3299), 1, anon_sym_case, - ACTIONS(3291), 1, + ACTIONS(3301), 1, anon_sym_default, STATE(1928), 1, aux_sym_case_list_repeat1, @@ -140622,8 +140222,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82489] = 6, - ACTIONS(3138), 1, + [83221] = 6, + ACTIONS(3148), 1, aux_sym_string_token1, STATE(4), 1, sym_string_directive, @@ -140632,15 +140232,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3132), 2, + ACTIONS(3142), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82512] = 4, - ACTIONS(3313), 1, + [83244] = 4, + ACTIONS(3323), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -140649,15 +140249,15 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(544), 4, + ACTIONS(549), 4, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_RBRACK, - [82531] = 7, - ACTIONS(3223), 1, - anon_sym_LBRACK, + [83263] = 7, ACTIONS(3233), 1, + anon_sym_LBRACK, + ACTIONS(3243), 1, anon_sym_LPAREN, STATE(2105), 1, sym_func_params, @@ -140672,10 +140272,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82556] = 7, - ACTIONS(3295), 1, + [83288] = 7, + ACTIONS(3305), 1, sym_id, - ACTIONS(3315), 1, + ACTIONS(3325), 1, anon_sym_RPAREN, STATE(1955), 1, sym_formal_arg, @@ -140690,10 +140290,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82581] = 7, - ACTIONS(3295), 1, + [83313] = 7, + ACTIONS(3305), 1, sym_id, - ACTIONS(3317), 1, + ACTIONS(3327), 1, anon_sym_RPAREN, STATE(1955), 1, sym_formal_arg, @@ -140708,8 +140308,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82606] = 6, - ACTIONS(3241), 1, + [83338] = 6, + ACTIONS(3251), 1, aux_sym_string_token1, STATE(537), 1, sym_string_directive, @@ -140718,19 +140318,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3239), 2, + ACTIONS(3249), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82629] = 7, - ACTIONS(2518), 1, + [83361] = 7, + ACTIONS(2528), 1, anon_sym_RBRACE, - ACTIONS(3289), 1, + ACTIONS(3299), 1, anon_sym_case, - ACTIONS(3291), 1, + ACTIONS(3301), 1, anon_sym_default, STATE(1928), 1, aux_sym_case_list_repeat1, @@ -140743,10 +140343,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82654] = 7, - ACTIONS(3295), 1, + [83386] = 7, + ACTIONS(3305), 1, sym_id, - ACTIONS(3319), 1, + ACTIONS(3329), 1, anon_sym_RPAREN, STATE(1955), 1, sym_formal_arg, @@ -140761,8 +140361,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82679] = 6, - ACTIONS(3253), 1, + [83411] = 6, + ACTIONS(3263), 1, aux_sym_string_token1, STATE(667), 1, sym_string, @@ -140771,19 +140371,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3251), 2, + ACTIONS(3261), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82702] = 7, - ACTIONS(2782), 1, + [83434] = 7, + ACTIONS(2792), 1, anon_sym_RBRACE, - ACTIONS(3289), 1, + ACTIONS(3299), 1, anon_sym_case, - ACTIONS(3291), 1, + ACTIONS(3301), 1, anon_sym_default, STATE(1928), 1, aux_sym_case_list_repeat1, @@ -140796,10 +140396,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82727] = 7, - ACTIONS(3295), 1, + [83459] = 7, + ACTIONS(3305), 1, sym_id, - ACTIONS(3321), 1, + ACTIONS(3331), 1, anon_sym_RPAREN, STATE(1955), 1, sym_formal_arg, @@ -140814,8 +140414,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82752] = 6, - ACTIONS(3201), 1, + [83484] = 6, + ACTIONS(3211), 1, aux_sym_string_token1, STATE(458), 1, sym_string_directive, @@ -140824,17 +140424,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3199), 2, + ACTIONS(3209), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82775] = 7, - ACTIONS(3295), 1, + [83507] = 7, + ACTIONS(3305), 1, sym_id, - ACTIONS(3323), 1, + ACTIONS(3333), 1, anon_sym_RPAREN, STATE(1955), 1, sym_formal_arg, @@ -140849,12 +140449,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82800] = 7, - ACTIONS(2568), 1, + [83532] = 7, + ACTIONS(2578), 1, anon_sym_RBRACE, - ACTIONS(3289), 1, + ACTIONS(3299), 1, anon_sym_case, - ACTIONS(3291), 1, + ACTIONS(3301), 1, anon_sym_default, STATE(1928), 1, aux_sym_case_list_repeat1, @@ -140867,12 +140467,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82825] = 7, - ACTIONS(2610), 1, + [83557] = 7, + ACTIONS(2620), 1, anon_sym_RBRACE, - ACTIONS(3289), 1, + ACTIONS(3299), 1, anon_sym_case, - ACTIONS(3291), 1, + ACTIONS(3301), 1, anon_sym_default, STATE(1928), 1, aux_sym_case_list_repeat1, @@ -140885,12 +140485,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82850] = 7, - ACTIONS(2426), 1, + [83582] = 7, + ACTIONS(2436), 1, anon_sym_RBRACE, - ACTIONS(3289), 1, + ACTIONS(3299), 1, anon_sym_case, - ACTIONS(3291), 1, + ACTIONS(3301), 1, anon_sym_default, STATE(1928), 1, aux_sym_case_list_repeat1, @@ -140903,10 +140503,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82875] = 7, - ACTIONS(3295), 1, + [83607] = 7, + ACTIONS(3305), 1, sym_id, - ACTIONS(3325), 1, + ACTIONS(3335), 1, anon_sym_RPAREN, STATE(1955), 1, sym_formal_arg, @@ -140921,10 +140521,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82900] = 7, - ACTIONS(3295), 1, + [83632] = 7, + ACTIONS(3305), 1, sym_id, - ACTIONS(3327), 1, + ACTIONS(3337), 1, anon_sym_RPAREN, STATE(1955), 1, sym_formal_arg, @@ -140939,8 +140539,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82925] = 6, - ACTIONS(3265), 1, + [83657] = 6, + ACTIONS(3275), 1, aux_sym_string_token1, STATE(549), 1, sym_string, @@ -140949,15 +140549,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3263), 2, + ACTIONS(3273), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82948] = 6, - ACTIONS(111), 1, + [83680] = 6, + ACTIONS(113), 1, aux_sym_string_token1, STATE(836), 1, sym_string_directive, @@ -140973,8 +140573,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [82971] = 4, - ACTIONS(3329), 1, + [83703] = 4, + ACTIONS(3339), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -140983,13 +140583,13 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1486), 4, + ACTIONS(1493), 4, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_RBRACK, - [82990] = 6, - ACTIONS(3219), 1, + [83722] = 6, + ACTIONS(3229), 1, aux_sym_string_token1, STATE(559), 1, sym_string, @@ -140998,15 +140598,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3217), 2, + ACTIONS(3227), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83013] = 6, - ACTIONS(3207), 1, + [83745] = 6, + ACTIONS(3217), 1, aux_sym_string_token1, STATE(388), 1, sym_string, @@ -141015,19 +140615,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3205), 2, + ACTIONS(3215), 2, anon_sym_ATDIR, anon_sym_ATFILENAME, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83036] = 7, - ACTIONS(2466), 1, + [83768] = 7, + ACTIONS(2476), 1, anon_sym_RBRACE, - ACTIONS(3289), 1, + ACTIONS(3299), 1, anon_sym_case, - ACTIONS(3291), 1, + ACTIONS(3301), 1, anon_sym_default, STATE(1928), 1, aux_sym_case_list_repeat1, @@ -141040,10 +140640,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83061] = 5, - ACTIONS(3331), 1, + [83793] = 5, + ACTIONS(3341), 1, anon_sym_RBRACE, - ACTIONS(3333), 1, + ACTIONS(3343), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141055,10 +140655,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83081] = 5, - ACTIONS(3333), 1, + [83813] = 5, + ACTIONS(3343), 1, sym_id, - ACTIONS(3335), 1, + ACTIONS(3345), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141070,10 +140670,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83101] = 5, - ACTIONS(3333), 1, + [83833] = 5, + ACTIONS(3343), 1, sym_id, - ACTIONS(3337), 1, + ACTIONS(3347), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141085,8 +140685,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83121] = 6, - ACTIONS(3339), 1, + [83853] = 6, + ACTIONS(3349), 1, sym_id, STATE(1922), 1, aux_sym_enum_body_repeat1, @@ -141101,10 +140701,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83143] = 5, - ACTIONS(3299), 1, + [83875] = 5, + ACTIONS(3309), 1, anon_sym_RBRACE, - ACTIONS(3333), 1, + ACTIONS(3343), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141116,10 +140716,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83163] = 5, - ACTIONS(3333), 1, + [83895] = 5, + ACTIONS(3343), 1, sym_id, - ACTIONS(3341), 1, + ACTIONS(3351), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141131,10 +140731,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83183] = 6, - ACTIONS(3343), 1, + [83915] = 6, + ACTIONS(3353), 1, anon_sym_copy, - ACTIONS(3346), 1, + ACTIONS(3356), 1, sym_id, STATE(1913), 1, aux_sym_capture_list_repeat1, @@ -141147,12 +140747,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83205] = 6, - ACTIONS(208), 1, + [83937] = 6, + ACTIONS(210), 1, anon_sym_RBRACE, - ACTIONS(3349), 1, + ACTIONS(3359), 1, anon_sym_case, - ACTIONS(3352), 1, + ACTIONS(3362), 1, anon_sym_default, STATE(1914), 1, aux_sym_case_list_repeat1, @@ -141163,8 +140763,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83227] = 6, - ACTIONS(3339), 1, + [83959] = 6, + ACTIONS(3349), 1, sym_id, STATE(1922), 1, aux_sym_enum_body_repeat1, @@ -141179,10 +140779,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83249] = 5, - ACTIONS(3333), 1, + [83981] = 5, + ACTIONS(3343), 1, sym_id, - ACTIONS(3355), 1, + ACTIONS(3365), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141194,10 +140794,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83269] = 6, - ACTIONS(3357), 1, + [84001] = 6, + ACTIONS(3367), 1, anon_sym_copy, - ACTIONS(3359), 1, + ACTIONS(3369), 1, sym_id, STATE(1931), 1, aux_sym_capture_list_repeat1, @@ -141210,10 +140810,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83291] = 5, - ACTIONS(3323), 1, - anon_sym_RBRACE, + [84023] = 5, ACTIONS(3333), 1, + anon_sym_RBRACE, + ACTIONS(3343), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141225,8 +140825,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83311] = 6, - ACTIONS(3339), 1, + [84043] = 6, + ACTIONS(3349), 1, sym_id, STATE(1922), 1, aux_sym_enum_body_repeat1, @@ -141241,14 +140841,14 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83333] = 6, - ACTIONS(3361), 1, + [84065] = 6, + ACTIONS(3371), 1, anon_sym_enum, - ACTIONS(3363), 1, + ACTIONS(3373), 1, anon_sym_record, - ACTIONS(3365), 1, + ACTIONS(3375), 1, anon_sym_event, - ACTIONS(3367), 1, + ACTIONS(3377), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141257,8 +140857,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83355] = 6, - ACTIONS(3339), 1, + [84087] = 6, + ACTIONS(3349), 1, sym_id, STATE(1922), 1, aux_sym_enum_body_repeat1, @@ -141273,10 +140873,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83377] = 6, - ACTIONS(3339), 1, + [84109] = 6, + ACTIONS(3349), 1, sym_id, - ACTIONS(3369), 1, + ACTIONS(3379), 1, anon_sym_RBRACE, STATE(1933), 1, aux_sym_enum_body_repeat1, @@ -141289,25 +140889,25 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83399] = 5, - ACTIONS(3311), 1, + [84131] = 5, + ACTIONS(3321), 1, anon_sym_AMPdeprecated, STATE(2002), 1, sym_deprecated, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3371), 2, + ACTIONS(3381), 2, anon_sym_RBRACE, anon_sym_COMMA, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83419] = 5, - ACTIONS(3333), 1, + [84151] = 5, + ACTIONS(3343), 1, sym_id, - ACTIONS(3373), 1, + ACTIONS(3383), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141319,10 +140919,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83439] = 5, - ACTIONS(3375), 1, + [84171] = 5, + ACTIONS(3385), 1, anon_sym_RBRACE, - ACTIONS(3377), 1, + ACTIONS(3387), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141334,14 +140934,14 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83459] = 6, - ACTIONS(3365), 1, + [84191] = 6, + ACTIONS(3375), 1, anon_sym_event, - ACTIONS(3380), 1, + ACTIONS(3390), 1, anon_sym_enum, - ACTIONS(3382), 1, + ACTIONS(3392), 1, anon_sym_record, - ACTIONS(3384), 1, + ACTIONS(3394), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141350,10 +140950,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83481] = 5, - ACTIONS(3317), 1, + [84213] = 5, + ACTIONS(3327), 1, anon_sym_RBRACE, - ACTIONS(3333), 1, + ACTIONS(3343), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141365,12 +140965,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83501] = 6, - ACTIONS(3289), 1, + [84233] = 6, + ACTIONS(3299), 1, anon_sym_case, - ACTIONS(3291), 1, + ACTIONS(3301), 1, anon_sym_default, - ACTIONS(3386), 1, + ACTIONS(3396), 1, anon_sym_RBRACE, STATE(1914), 1, aux_sym_case_list_repeat1, @@ -141381,10 +140981,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83523] = 5, - ACTIONS(3333), 1, + [84255] = 5, + ACTIONS(3343), 1, sym_id, - ACTIONS(3388), 1, + ACTIONS(3398), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141396,8 +140996,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83543] = 4, - ACTIONS(3390), 1, + [84275] = 4, + ACTIONS(3400), 1, anon_sym_SLASH, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141406,14 +141006,14 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(1456), 3, + ACTIONS(1463), 3, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_AMPdeprecated, - [83561] = 6, - ACTIONS(3357), 1, + [84293] = 6, + ACTIONS(3367), 1, anon_sym_copy, - ACTIONS(3359), 1, + ACTIONS(3369), 1, sym_id, STATE(1913), 1, aux_sym_capture_list_repeat1, @@ -141426,8 +141026,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83583] = 6, - ACTIONS(3339), 1, + [84315] = 6, + ACTIONS(3349), 1, sym_id, STATE(1922), 1, aux_sym_enum_body_repeat1, @@ -141442,10 +141042,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83605] = 6, - ACTIONS(3392), 1, + [84337] = 6, + ACTIONS(3402), 1, anon_sym_RBRACE, - ACTIONS(3394), 1, + ACTIONS(3404), 1, sym_id, STATE(1933), 1, aux_sym_enum_body_repeat1, @@ -141458,20 +141058,20 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83627] = 4, - ACTIONS(3399), 1, + [84359] = 4, + ACTIONS(3409), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3397), 2, + ACTIONS(3407), 2, anon_sym_RBRACE, anon_sym_COMMA, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83644] = 3, + [84376] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -141479,14 +141079,14 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3401), 3, + ACTIONS(3411), 3, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [83659] = 5, - ACTIONS(3223), 1, + [84391] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3403), 1, + ACTIONS(3413), 1, anon_sym_LPAREN, STATE(2678), 1, sym_capture_list, @@ -141497,10 +141097,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83678] = 5, - ACTIONS(3223), 1, + [84410] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3405), 1, + ACTIONS(3415), 1, anon_sym_LPAREN, STATE(2679), 1, sym_capture_list, @@ -141511,7 +141111,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83697] = 3, + [84429] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -141519,14 +141119,14 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(260), 3, + ACTIONS(262), 3, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [83712] = 5, - ACTIONS(3223), 1, + [84444] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3407), 1, + ACTIONS(3417), 1, anon_sym_LPAREN, STATE(2693), 1, sym_capture_list, @@ -141537,10 +141137,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83731] = 5, - ACTIONS(3223), 1, + [84463] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3409), 1, + ACTIONS(3419), 1, anon_sym_LPAREN, STATE(2694), 1, sym_capture_list, @@ -141551,10 +141151,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83750] = 5, - ACTIONS(3223), 1, + [84482] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(3421), 1, anon_sym_LPAREN, STATE(2705), 1, sym_capture_list, @@ -141565,10 +141165,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83769] = 5, - ACTIONS(3223), 1, + [84501] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3413), 1, + ACTIONS(3423), 1, anon_sym_LPAREN, STATE(2706), 1, sym_capture_list, @@ -141579,10 +141179,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83788] = 5, - ACTIONS(3223), 1, + [84520] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3415), 1, + ACTIONS(3425), 1, anon_sym_LPAREN, STATE(2717), 1, sym_capture_list, @@ -141593,10 +141193,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83807] = 5, - ACTIONS(3223), 1, + [84539] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3417), 1, + ACTIONS(3427), 1, anon_sym_LPAREN, STATE(2718), 1, sym_capture_list, @@ -141607,10 +141207,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83826] = 5, - ACTIONS(3223), 1, + [84558] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3419), 1, + ACTIONS(3429), 1, anon_sym_LPAREN, STATE(2729), 1, sym_capture_list, @@ -141621,10 +141221,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83845] = 5, - ACTIONS(3223), 1, + [84577] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3421), 1, + ACTIONS(3431), 1, anon_sym_LPAREN, STATE(2730), 1, sym_capture_list, @@ -141635,10 +141235,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83864] = 5, - ACTIONS(3223), 1, + [84596] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3423), 1, + ACTIONS(3433), 1, anon_sym_LPAREN, STATE(2740), 1, sym_capture_list, @@ -141649,10 +141249,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83883] = 5, - ACTIONS(3223), 1, + [84615] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3425), 1, + ACTIONS(3435), 1, anon_sym_LPAREN, STATE(2741), 1, sym_capture_list, @@ -141663,10 +141263,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83902] = 5, - ACTIONS(3223), 1, + [84634] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3427), 1, + ACTIONS(3437), 1, anon_sym_LPAREN, STATE(2751), 1, sym_capture_list, @@ -141677,12 +141277,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83921] = 5, - ACTIONS(3429), 1, + [84653] = 5, + ACTIONS(3439), 1, anon_sym_COLON, - ACTIONS(3431), 1, + ACTIONS(3441), 1, anon_sym_COMMA, - ACTIONS(3433), 1, + ACTIONS(3443), 1, anon_sym_as, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141691,10 +141291,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83940] = 5, - ACTIONS(3223), 1, + [84672] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3435), 1, + ACTIONS(3445), 1, anon_sym_LPAREN, STATE(2762), 1, sym_capture_list, @@ -141705,10 +141305,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83959] = 5, - ACTIONS(3223), 1, + [84691] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3437), 1, + ACTIONS(3447), 1, anon_sym_LPAREN, STATE(2763), 1, sym_capture_list, @@ -141719,10 +141319,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83978] = 5, - ACTIONS(3223), 1, + [84710] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3439), 1, + ACTIONS(3449), 1, anon_sym_LPAREN, STATE(2773), 1, sym_capture_list, @@ -141733,10 +141333,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [83997] = 5, - ACTIONS(3223), 1, + [84729] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3441), 1, + ACTIONS(3451), 1, anon_sym_LPAREN, STATE(2774), 1, sym_capture_list, @@ -141747,25 +141347,25 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84016] = 4, - ACTIONS(3445), 1, + [84748] = 4, + ACTIONS(3455), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3443), 2, + ACTIONS(3453), 2, anon_sym_SEMI, anon_sym_COMMA, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84033] = 5, - ACTIONS(3431), 1, + [84765] = 5, + ACTIONS(3441), 1, anon_sym_COMMA, - ACTIONS(3447), 1, + ACTIONS(3457), 1, anon_sym_COLON, - ACTIONS(3449), 1, + ACTIONS(3459), 1, anon_sym_as, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141774,10 +141374,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84052] = 5, - ACTIONS(3223), 1, + [84784] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3451), 1, + ACTIONS(3461), 1, anon_sym_LPAREN, STATE(2551), 1, sym_capture_list, @@ -141788,7 +141388,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84071] = 3, + [84803] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -141796,12 +141396,12 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - ACTIONS(3453), 3, + ACTIONS(3463), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_COMMA, - [84086] = 5, - ACTIONS(3295), 1, + [84818] = 5, + ACTIONS(3305), 1, sym_id, STATE(1962), 1, sym_formal_arg, @@ -141814,47 +141414,47 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84105] = 4, - ACTIONS(3455), 1, + [84837] = 4, + ACTIONS(3465), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1466), 2, + ACTIONS(1473), 2, anon_sym_COMMA, anon_sym_as, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84122] = 4, - ACTIONS(3457), 1, + [84854] = 4, + ACTIONS(3467), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(1486), 2, + ACTIONS(1493), 2, anon_sym_COMMA, anon_sym_as, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84139] = 4, - ACTIONS(3459), 1, + [84871] = 4, + ACTIONS(3469), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3443), 2, + ACTIONS(3453), 2, anon_sym_SEMI, anon_sym_COMMA, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84156] = 5, - ACTIONS(3461), 1, + [84888] = 5, + ACTIONS(3471), 1, sym_id, STATE(1963), 1, aux_sym_formal_args_repeat1, @@ -141867,10 +141467,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84175] = 5, - ACTIONS(3223), 1, + [84907] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3464), 1, + ACTIONS(3474), 1, anon_sym_LPAREN, STATE(2563), 1, sym_capture_list, @@ -141881,10 +141481,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84194] = 5, - ACTIONS(3223), 1, + [84926] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3466), 1, + ACTIONS(3476), 1, anon_sym_LPAREN, STATE(2851), 1, sym_capture_list, @@ -141895,10 +141495,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84213] = 5, - ACTIONS(3223), 1, + [84945] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3468), 1, + ACTIONS(3478), 1, anon_sym_LPAREN, STATE(2244), 1, sym_capture_list, @@ -141909,23 +141509,23 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84232] = 4, - ACTIONS(3470), 1, + [84964] = 4, + ACTIONS(3480), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(544), 2, + ACTIONS(549), 2, anon_sym_COMMA, anon_sym_as, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84249] = 5, - ACTIONS(3223), 1, + [84981] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3472), 1, + ACTIONS(3482), 1, anon_sym_LPAREN, STATE(2887), 1, sym_capture_list, @@ -141936,10 +141536,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84268] = 5, - ACTIONS(3223), 1, + [85000] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3474), 1, + ACTIONS(3484), 1, anon_sym_LPAREN, STATE(2888), 1, sym_capture_list, @@ -141950,10 +141550,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84287] = 5, - ACTIONS(3223), 1, + [85019] = 5, + ACTIONS(3233), 1, anon_sym_LBRACK, - ACTIONS(3476), 1, + ACTIONS(3486), 1, anon_sym_LPAREN, STATE(2752), 1, sym_capture_list, @@ -141964,8 +141564,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84306] = 4, - ACTIONS(3221), 1, + [85038] = 4, + ACTIONS(3231), 1, anon_sym_LPAREN, STATE(71), 1, sym_func_params, @@ -141976,10 +141576,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84322] = 4, - ACTIONS(3478), 1, + [85054] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3480), 1, + ACTIONS(3490), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -141988,19 +141588,19 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84338] = 3, + [85070] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3482), 2, + ACTIONS(3492), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84352] = 4, - ACTIONS(3484), 1, + [85084] = 4, + ACTIONS(3494), 1, anon_sym_LPAREN, STATE(323), 1, sym_func_params, @@ -142011,8 +141611,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84368] = 4, - ACTIONS(3486), 1, + [85100] = 4, + ACTIONS(3496), 1, sym_id, STATE(2215), 1, sym_event_hdr, @@ -142023,30 +141623,30 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84384] = 3, + [85116] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3488), 2, + ACTIONS(3498), 2, anon_sym_PLUS_EQ, anon_sym_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84398] = 3, + [85130] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3490), 2, + ACTIONS(3500), 2, anon_sym_push, anon_sym_pop, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84412] = 4, - ACTIONS(3492), 1, + [85144] = 4, + ACTIONS(3502), 1, sym_id, STATE(2593), 1, sym_event_hdr, @@ -142057,10 +141657,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84428] = 4, - ACTIONS(3494), 1, + [85160] = 4, + ACTIONS(3504), 1, anon_sym_COLON, - ACTIONS(3496), 1, + ACTIONS(3506), 1, anon_sym_COMMA, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142069,10 +141669,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84444] = 4, - ACTIONS(3478), 1, + [85176] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3498), 1, + ACTIONS(3508), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142081,10 +141681,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84460] = 4, - ACTIONS(3478), 1, + [85192] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3500), 1, + ACTIONS(3510), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142093,30 +141693,30 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84476] = 3, + [85208] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3502), 2, + ACTIONS(3512), 2, anon_sym_PLUS_EQ, anon_sym_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84490] = 3, + [85222] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3504), 2, + ACTIONS(3514), 2, anon_sym_push, anon_sym_pop, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84504] = 4, - ACTIONS(3492), 1, + [85236] = 4, + ACTIONS(3502), 1, sym_id, STATE(2483), 1, sym_event_hdr, @@ -142127,10 +141727,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84520] = 4, - ACTIONS(3506), 1, + [85252] = 4, + ACTIONS(3516), 1, anon_sym_COMMA, - ACTIONS(3508), 1, + ACTIONS(3518), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142139,10 +141739,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84536] = 4, - ACTIONS(3431), 1, + [85268] = 4, + ACTIONS(3441), 1, anon_sym_COMMA, - ACTIONS(3510), 1, + ACTIONS(3520), 1, anon_sym_as, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142151,22 +141751,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84552] = 4, - ACTIONS(3478), 1, - anon_sym_COMMA, - ACTIONS(3512), 1, - anon_sym_RBRACK, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [84568] = 4, - ACTIONS(3478), 1, + [85284] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3514), 1, + ACTIONS(3522), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142175,10 +141763,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84584] = 4, - ACTIONS(3478), 1, + [85300] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3516), 1, + ACTIONS(3524), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142187,10 +141775,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84600] = 4, - ACTIONS(3518), 1, + [85316] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3520), 1, + ACTIONS(3526), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142199,66 +141787,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84616] = 4, - ACTIONS(3522), 1, - sym_id, - STATE(2049), 1, - aux_sym_stmt_repeat1, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [84632] = 3, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3524), 2, - anon_sym_PLUS_EQ, - anon_sym_EQ, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [84646] = 3, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3526), 2, - anon_sym_push, - anon_sym_pop, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [84660] = 4, - ACTIONS(3492), 1, - sym_id, - STATE(2654), 1, - sym_event_hdr, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [84676] = 4, + [85332] = 4, ACTIONS(3528), 1, - anon_sym_LPAREN, - STATE(1274), 1, - sym_func_params, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [84692] = 4, - ACTIONS(3478), 1, anon_sym_COMMA, ACTIONS(3530), 1, anon_sym_RBRACK, @@ -142269,11 +141799,11 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84708] = 4, - ACTIONS(3478), 1, - anon_sym_COMMA, + [85348] = 4, ACTIONS(3532), 1, - anon_sym_RBRACK, + sym_id, + STATE(2049), 1, + aux_sym_stmt_repeat1, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -142281,7 +141811,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84724] = 3, + [85364] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -142292,7 +141822,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84738] = 3, + [85378] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -142303,8 +141833,78 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84752] = 4, - ACTIONS(3492), 1, + [85392] = 4, + ACTIONS(3502), 1, + sym_id, + STATE(2654), 1, + sym_event_hdr, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [85408] = 4, + ACTIONS(3538), 1, + anon_sym_LPAREN, + STATE(1274), 1, + sym_func_params, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [85424] = 4, + ACTIONS(3488), 1, + anon_sym_COMMA, + ACTIONS(3540), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [85440] = 4, + ACTIONS(3488), 1, + anon_sym_COMMA, + ACTIONS(3542), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [85456] = 3, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3544), 2, + anon_sym_PLUS_EQ, + anon_sym_EQ, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [85470] = 3, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3546), 2, + anon_sym_push, + anon_sym_pop, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [85484] = 4, + ACTIONS(3502), 1, sym_id, STATE(2808), 1, sym_event_hdr, @@ -142315,41 +141915,41 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84768] = 3, + [85500] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3538), 2, + ACTIONS(3548), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84782] = 3, + [85514] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3540), 2, + ACTIONS(3550), 2, anon_sym_RBRACE, anon_sym_COMMA, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84796] = 3, + [85528] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3542), 2, + ACTIONS(3552), 2, anon_sym_copy, sym_id, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84810] = 4, - ACTIONS(3544), 1, + [85542] = 4, + ACTIONS(3554), 1, anon_sym_LPAREN, STATE(71), 1, sym_func_params, @@ -142360,10 +141960,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84826] = 4, - ACTIONS(3506), 1, + [85558] = 4, + ACTIONS(3516), 1, anon_sym_COMMA, - ACTIONS(3546), 1, + ACTIONS(3556), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142372,30 +141972,30 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84842] = 3, + [85574] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3548), 2, + ACTIONS(3558), 2, anon_sym_PLUS_EQ, anon_sym_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84856] = 3, + [85588] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3550), 2, + ACTIONS(3560), 2, anon_sym_push, anon_sym_pop, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84870] = 4, - ACTIONS(3492), 1, + [85602] = 4, + ACTIONS(3502), 1, sym_id, STATE(2469), 1, sym_event_hdr, @@ -142406,63 +142006,63 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84886] = 3, + [85618] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3552), 2, + ACTIONS(3562), 2, anon_sym_RBRACE, anon_sym_COMMA, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84900] = 3, + [85632] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3554), 2, + ACTIONS(3564), 2, anon_sym_RBRACE, sym_id, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84914] = 3, + [85646] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3556), 2, + ACTIONS(3566), 2, anon_sym_PLUS_EQ, anon_sym_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84928] = 3, + [85660] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3558), 2, + ACTIONS(3568), 2, anon_sym_PLUS_EQ, anon_sym_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84942] = 3, + [85674] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3560), 2, + ACTIONS(3570), 2, anon_sym_push, anon_sym_pop, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84956] = 4, - ACTIONS(3492), 1, + [85688] = 4, + ACTIONS(3502), 1, sym_id, STATE(2207), 1, sym_event_hdr, @@ -142473,8 +142073,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84972] = 4, - ACTIONS(3144), 1, + [85704] = 4, + ACTIONS(3154), 1, anon_sym_LBRACE, STATE(1291), 1, sym_func_body, @@ -142485,30 +142085,30 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [84988] = 3, + [85720] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3562), 2, + ACTIONS(3572), 2, anon_sym_PLUS_EQ, anon_sym_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85002] = 3, + [85734] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3564), 2, + ACTIONS(3574), 2, anon_sym_push, anon_sym_pop, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85016] = 4, - ACTIONS(3492), 1, + [85748] = 4, + ACTIONS(3502), 1, sym_id, STATE(2335), 1, sym_event_hdr, @@ -142519,8 +142119,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85032] = 4, - ACTIONS(3544), 1, + [85764] = 4, + ACTIONS(3554), 1, anon_sym_LPAREN, STATE(1252), 1, sym_func_params, @@ -142531,30 +142131,30 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85048] = 3, + [85780] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3566), 2, + ACTIONS(3576), 2, anon_sym_PLUS_EQ, anon_sym_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85062] = 3, + [85794] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3568), 2, + ACTIONS(3578), 2, anon_sym_push, anon_sym_pop, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85076] = 4, - ACTIONS(3492), 1, + [85808] = 4, + ACTIONS(3502), 1, sym_id, STATE(2592), 1, sym_event_hdr, @@ -142565,10 +142165,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85092] = 4, - ACTIONS(3496), 1, + [85824] = 4, + ACTIONS(3506), 1, anon_sym_COMMA, - ACTIONS(3570), 1, + ACTIONS(3580), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142577,41 +142177,41 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85108] = 3, + [85840] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3572), 2, + ACTIONS(3582), 2, anon_sym_push, anon_sym_pop, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85122] = 3, + [85854] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3574), 2, + ACTIONS(3584), 2, anon_sym_PLUS_EQ, anon_sym_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85136] = 3, + [85868] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3576), 2, + ACTIONS(3586), 2, anon_sym_push, anon_sym_pop, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85150] = 4, - ACTIONS(3492), 1, + [85882] = 4, + ACTIONS(3502), 1, sym_id, STATE(2819), 1, sym_event_hdr, @@ -142622,8 +142222,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85166] = 4, - ACTIONS(3578), 1, + [85898] = 4, + ACTIONS(3588), 1, anon_sym_LPAREN, STATE(1252), 1, sym_func_params, @@ -142634,30 +142234,30 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85182] = 3, + [85914] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3580), 2, + ACTIONS(3590), 2, anon_sym_LBRACE, anon_sym_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85196] = 3, + [85928] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(2348), 2, + ACTIONS(2358), 2, anon_sym_SEMI, anon_sym_RBRACE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85210] = 4, - ACTIONS(3582), 1, + [85942] = 4, + ACTIONS(3592), 1, anon_sym_LPAREN, STATE(323), 1, sym_func_params, @@ -142668,30 +142268,30 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85226] = 3, + [85958] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3584), 2, + ACTIONS(3594), 2, anon_sym_PLUS_EQ, anon_sym_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85240] = 3, + [85972] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3586), 2, + ACTIONS(3596), 2, anon_sym_push, anon_sym_pop, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85254] = 4, - ACTIONS(3492), 1, + [85986] = 4, + ACTIONS(3502), 1, sym_id, STATE(2499), 1, sym_event_hdr, @@ -142702,10 +142302,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85270] = 4, - ACTIONS(3478), 1, + [86002] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3516), 1, + ACTIONS(3526), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142714,54 +142314,54 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85286] = 3, + [86018] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3588), 2, + ACTIONS(3598), 2, anon_sym_PLUS_EQ, anon_sym_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85300] = 3, + [86032] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3590), 2, + ACTIONS(3600), 2, anon_sym_push, anon_sym_pop, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85314] = 3, + [86046] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3592), 2, + ACTIONS(3602), 2, anon_sym_PLUS_EQ, anon_sym_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85328] = 3, + [86060] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3594), 2, + ACTIONS(3604), 2, anon_sym_push, anon_sym_pop, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85342] = 4, - ACTIONS(3596), 1, + [86074] = 4, + ACTIONS(3606), 1, anon_sym_LBRACK, - ACTIONS(3598), 1, + ACTIONS(3608), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142770,10 +142370,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85358] = 4, - ACTIONS(3600), 1, + [86090] = 4, + ACTIONS(3610), 1, anon_sym_COMMA, - ACTIONS(3602), 1, + ACTIONS(3612), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142782,19 +142382,19 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85374] = 3, + [86106] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3604), 2, + ACTIONS(3614), 2, anon_sym_SEMI, anon_sym_RBRACE, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85388] = 4, - ACTIONS(3606), 1, + [86120] = 4, + ACTIONS(3616), 1, anon_sym_type, STATE(2113), 1, aux_sym_case_type_list_repeat1, @@ -142805,10 +142405,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85404] = 4, - ACTIONS(3608), 1, + [86136] = 4, + ACTIONS(3618), 1, anon_sym_COMMA, - ACTIONS(3610), 1, + ACTIONS(3620), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142817,8 +142417,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85420] = 4, - ACTIONS(3544), 1, + [86152] = 4, + ACTIONS(3554), 1, anon_sym_LPAREN, STATE(1253), 1, sym_func_params, @@ -142829,10 +142429,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85436] = 4, - ACTIONS(3518), 1, + [86168] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3612), 1, + ACTIONS(3622), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142841,10 +142441,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85452] = 4, - ACTIONS(3614), 1, + [86184] = 4, + ACTIONS(3624), 1, anon_sym_COMMA, - ACTIONS(3616), 1, + ACTIONS(3626), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142853,10 +142453,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85468] = 4, - ACTIONS(3478), 1, + [86200] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3618), 1, + ACTIONS(3628), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142865,8 +142465,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85484] = 4, - ACTIONS(3620), 1, + [86216] = 4, + ACTIONS(3630), 1, sym_id, STATE(2049), 1, aux_sym_stmt_repeat1, @@ -142877,10 +142477,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85500] = 4, - ACTIONS(3623), 1, + [86232] = 4, + ACTIONS(3633), 1, anon_sym_COMMA, - ACTIONS(3625), 1, + ACTIONS(3635), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142889,10 +142489,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85516] = 4, - ACTIONS(3478), 1, + [86248] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3627), 1, + ACTIONS(3637), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142901,32 +142501,32 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85532] = 3, + [86264] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3629), 2, + ACTIONS(3639), 2, anon_sym_RBRACE, sym_id, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85546] = 3, + [86278] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3443), 2, + ACTIONS(3453), 2, anon_sym_SEMI, anon_sym_COMMA, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85560] = 4, - ACTIONS(1486), 1, + [86292] = 4, + ACTIONS(1493), 1, anon_sym_EQ, - ACTIONS(3631), 1, + ACTIONS(3641), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142935,10 +142535,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85576] = 4, - ACTIONS(3369), 1, + [86308] = 4, + ACTIONS(3379), 1, anon_sym_RBRACE, - ACTIONS(3633), 1, + ACTIONS(3643), 1, anon_sym_COMMA, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142947,8 +142547,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85592] = 4, - ACTIONS(3635), 1, + [86324] = 4, + ACTIONS(3645), 1, anon_sym_LPAREN, STATE(1274), 1, sym_func_params, @@ -142959,10 +142559,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85608] = 4, - ACTIONS(3478), 1, + [86340] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3637), 1, + ACTIONS(3647), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142971,10 +142571,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85624] = 4, - ACTIONS(3478), 1, + [86356] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3639), 1, + ACTIONS(3649), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142983,10 +142583,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85640] = 4, - ACTIONS(3478), 1, + [86372] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3641), 1, + ACTIONS(3651), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -142995,21 +142595,21 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85656] = 3, + [86388] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3643), 2, + ACTIONS(3653), 2, anon_sym_PLUS_EQ, anon_sym_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85670] = 4, - ACTIONS(3645), 1, + [86402] = 4, + ACTIONS(3655), 1, anon_sym_COMMA, - ACTIONS(3647), 1, + ACTIONS(3657), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143018,21 +142618,21 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85686] = 3, + [86418] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3649), 2, + ACTIONS(3659), 2, anon_sym_push, anon_sym_pop, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85700] = 4, - ACTIONS(3388), 1, + [86432] = 4, + ACTIONS(3398), 1, anon_sym_RBRACK, - ACTIONS(3478), 1, + ACTIONS(3488), 1, anon_sym_COMMA, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143041,10 +142641,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85716] = 4, - ACTIONS(3651), 1, + [86448] = 4, + ACTIONS(3661), 1, anon_sym_COMMA, - ACTIONS(3653), 1, + ACTIONS(3663), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143053,10 +142653,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85732] = 4, - ACTIONS(3655), 1, + [86464] = 4, + ACTIONS(3665), 1, anon_sym_COMMA, - ACTIONS(3657), 1, + ACTIONS(3667), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143065,10 +142665,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85748] = 4, - ACTIONS(3388), 1, + [86480] = 4, + ACTIONS(3398), 1, anon_sym_RBRACE, - ACTIONS(3478), 1, + ACTIONS(3488), 1, anon_sym_COMMA, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143077,8 +142677,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85764] = 4, - ACTIONS(3544), 1, + [86496] = 4, + ACTIONS(3554), 1, anon_sym_LPAREN, STATE(1251), 1, sym_func_params, @@ -143089,10 +142689,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85780] = 4, - ACTIONS(3659), 1, + [86512] = 4, + ACTIONS(3669), 1, anon_sym_COMMA, - ACTIONS(3661), 1, + ACTIONS(3671), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143101,8 +142701,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85796] = 4, - ACTIONS(3492), 1, + [86528] = 4, + ACTIONS(3502), 1, sym_id, STATE(2215), 1, sym_event_hdr, @@ -143113,10 +142713,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85812] = 4, - ACTIONS(3663), 1, + [86544] = 4, + ACTIONS(3673), 1, anon_sym_COMMA, - ACTIONS(3665), 1, + ACTIONS(3675), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143125,10 +142725,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85828] = 4, - ACTIONS(3667), 1, + [86560] = 4, + ACTIONS(3677), 1, anon_sym_COMMA, - ACTIONS(3669), 1, + ACTIONS(3679), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143137,10 +142737,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85844] = 4, - ACTIONS(544), 1, + [86576] = 4, + ACTIONS(549), 1, anon_sym_EQ, - ACTIONS(3671), 1, + ACTIONS(3681), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143149,8 +142749,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85860] = 4, - ACTIONS(3492), 1, + [86592] = 4, + ACTIONS(3502), 1, sym_id, STATE(2839), 1, sym_event_hdr, @@ -143161,47 +142761,11 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85876] = 4, - ACTIONS(3673), 1, - anon_sym_COMMA, - ACTIONS(3675), 1, - anon_sym_in, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [85892] = 4, - ACTIONS(3677), 1, - anon_sym_COMMA, - ACTIONS(3679), 1, - anon_sym_in, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [85908] = 4, - ACTIONS(3681), 1, - anon_sym_COMMA, + [86608] = 4, ACTIONS(3683), 1, - anon_sym_in, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [85924] = 4, - ACTIONS(3478), 1, anon_sym_COMMA, ACTIONS(3685), 1, - anon_sym_RBRACK, + anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -143209,7 +142773,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85940] = 4, + [86624] = 4, ACTIONS(3687), 1, anon_sym_COMMA, ACTIONS(3689), 1, @@ -143221,7 +142785,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85956] = 4, + [86640] = 4, ACTIONS(3691), 1, anon_sym_COMMA, ACTIONS(3693), 1, @@ -143233,11 +142797,11 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85972] = 4, - ACTIONS(3695), 1, + [86656] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3697), 1, - anon_sym_in, + ACTIONS(3695), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -143245,10 +142809,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [85988] = 4, - ACTIONS(3699), 1, + [86672] = 4, + ACTIONS(3697), 1, anon_sym_COMMA, - ACTIONS(3701), 1, + ACTIONS(3699), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143257,10 +142821,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86004] = 4, - ACTIONS(3703), 1, + [86688] = 4, + ACTIONS(3701), 1, anon_sym_COMMA, - ACTIONS(3705), 1, + ACTIONS(3703), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143269,10 +142833,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86020] = 4, - ACTIONS(3707), 1, + [86704] = 4, + ACTIONS(3705), 1, anon_sym_COMMA, - ACTIONS(3709), 1, + ACTIONS(3707), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143281,10 +142845,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86036] = 4, - ACTIONS(3711), 1, + [86720] = 4, + ACTIONS(3709), 1, anon_sym_COMMA, - ACTIONS(3713), 1, + ACTIONS(3711), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143293,10 +142857,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86052] = 4, - ACTIONS(3715), 1, + [86736] = 4, + ACTIONS(3713), 1, anon_sym_COMMA, - ACTIONS(3717), 1, + ACTIONS(3715), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143305,10 +142869,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86068] = 4, - ACTIONS(3719), 1, + [86752] = 4, + ACTIONS(3717), 1, anon_sym_COMMA, - ACTIONS(3721), 1, + ACTIONS(3719), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143317,11 +142881,11 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86084] = 4, - ACTIONS(1466), 1, - anon_sym_EQ, + [86768] = 4, + ACTIONS(3721), 1, + anon_sym_COMMA, ACTIONS(3723), 1, - anon_sym_COLON, + anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -143329,7 +142893,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86100] = 4, + [86784] = 4, ACTIONS(3725), 1, anon_sym_COMMA, ACTIONS(3727), 1, @@ -143341,7 +142905,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86116] = 4, + [86800] = 4, ACTIONS(3729), 1, anon_sym_COMMA, ACTIONS(3731), 1, @@ -143353,23 +142917,11 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86132] = 4, - ACTIONS(3221), 1, - anon_sym_LPAREN, - STATE(2029), 1, - sym_func_params, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [86148] = 4, - ACTIONS(3478), 1, - anon_sym_COMMA, + [86816] = 4, + ACTIONS(1473), 1, + anon_sym_EQ, ACTIONS(3733), 1, - anon_sym_RBRACK, + anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -143377,7 +142929,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86164] = 4, + [86832] = 4, ACTIONS(3735), 1, anon_sym_COMMA, ACTIONS(3737), 1, @@ -143389,7 +142941,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86180] = 4, + [86848] = 4, ACTIONS(3739), 1, anon_sym_COMMA, ACTIONS(3741), 1, @@ -143401,11 +142953,11 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86196] = 4, - ACTIONS(3743), 1, - anon_sym_COMMA, - ACTIONS(3745), 1, - anon_sym_in, + [86864] = 4, + ACTIONS(3231), 1, + anon_sym_LPAREN, + STATE(2029), 1, + sym_func_params, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -143413,11 +142965,11 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86212] = 4, - ACTIONS(3747), 1, - anon_sym_LBRACE, - STATE(329), 1, - sym_func_body, + [86880] = 4, + ACTIONS(3488), 1, + anon_sym_COMMA, + ACTIONS(3743), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -143425,11 +142977,11 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86228] = 4, - ACTIONS(3544), 1, - anon_sym_LPAREN, - STATE(1249), 1, - sym_func_params, + [86896] = 4, + ACTIONS(3745), 1, + anon_sym_COMMA, + ACTIONS(3747), 1, + anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -143437,7 +142989,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86244] = 4, + [86912] = 4, ACTIONS(3749), 1, anon_sym_COMMA, ACTIONS(3751), 1, @@ -143449,7 +143001,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86260] = 4, + [86928] = 4, ACTIONS(3753), 1, anon_sym_COMMA, ACTIONS(3755), 1, @@ -143461,10 +143013,34 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86276] = 4, + [86944] = 4, ACTIONS(3757), 1, - anon_sym_COMMA, + anon_sym_LBRACE, + STATE(329), 1, + sym_func_body, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [86960] = 4, + ACTIONS(3554), 1, + anon_sym_LPAREN, + STATE(1249), 1, + sym_func_params, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [86976] = 4, ACTIONS(3759), 1, + anon_sym_COMMA, + ACTIONS(3761), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143473,10 +143049,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86292] = 4, - ACTIONS(3761), 1, - anon_sym_COMMA, + [86992] = 4, ACTIONS(3763), 1, + anon_sym_COMMA, + ACTIONS(3765), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143485,10 +143061,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86308] = 4, - ACTIONS(3765), 1, - anon_sym_COMMA, + [87008] = 4, ACTIONS(3767), 1, + anon_sym_COMMA, + ACTIONS(3769), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143497,10 +143073,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86324] = 4, - ACTIONS(3769), 1, - anon_sym_COMMA, + [87024] = 4, ACTIONS(3771), 1, + anon_sym_COMMA, + ACTIONS(3773), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143509,10 +143085,34 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86340] = 4, - ACTIONS(3478), 1, + [87040] = 4, + ACTIONS(3775), 1, anon_sym_COMMA, - ACTIONS(3685), 1, + ACTIONS(3777), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [87056] = 4, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(3781), 1, + anon_sym_in, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [87072] = 4, + ACTIONS(3488), 1, + anon_sym_COMMA, + ACTIONS(3695), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143521,10 +143121,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86356] = 4, - ACTIONS(3773), 1, + [87088] = 4, + ACTIONS(3783), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3785), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143533,21 +143133,21 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86372] = 3, + [87104] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3777), 2, + ACTIONS(3787), 2, anon_sym_LBRACE, anon_sym_EQ, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86386] = 4, - ACTIONS(3518), 1, + [87118] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3779), 1, + ACTIONS(3789), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143556,8 +143156,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86402] = 4, - ACTIONS(3492), 1, + [87134] = 4, + ACTIONS(3502), 1, sym_id, STATE(2474), 1, sym_event_hdr, @@ -143568,10 +143168,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86418] = 4, - ACTIONS(3518), 1, + [87150] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3781), 1, + ACTIONS(3791), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143580,10 +143180,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86434] = 4, - ACTIONS(3478), 1, + [87166] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3783), 1, + ACTIONS(3793), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143592,10 +143192,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86450] = 4, - ACTIONS(3478), 1, + [87182] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3785), 1, + ACTIONS(3795), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143604,8 +143204,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86466] = 4, - ACTIONS(3787), 1, + [87198] = 4, + ACTIONS(3797), 1, anon_sym_LPAREN, STATE(71), 1, sym_func_params, @@ -143616,8 +143216,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86482] = 4, - ACTIONS(3144), 1, + [87214] = 4, + ACTIONS(3154), 1, anon_sym_LBRACE, STATE(1261), 1, sym_func_body, @@ -143628,8 +143228,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86498] = 4, - ACTIONS(3789), 1, + [87230] = 4, + ACTIONS(3799), 1, anon_sym_type, STATE(2113), 1, aux_sym_case_type_list_repeat1, @@ -143640,8 +143240,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86514] = 4, - ACTIONS(3233), 1, + [87246] = 4, + ACTIONS(3243), 1, anon_sym_LPAREN, STATE(2029), 1, sym_func_params, @@ -143652,10 +143252,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86530] = 4, - ACTIONS(3792), 1, + [87262] = 4, + ACTIONS(3802), 1, anon_sym_COMMA, - ACTIONS(3794), 1, + ACTIONS(3804), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143664,8 +143264,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86546] = 4, - ACTIONS(3747), 1, + [87278] = 4, + ACTIONS(3757), 1, anon_sym_LBRACE, STATE(319), 1, sym_func_body, @@ -143676,8 +143276,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86562] = 4, - ACTIONS(3796), 1, + [87294] = 4, + ACTIONS(3806), 1, sym_id, STATE(1991), 1, aux_sym_stmt_repeat1, @@ -143688,8 +143288,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86578] = 4, - ACTIONS(3233), 1, + [87310] = 4, + ACTIONS(3243), 1, anon_sym_LPAREN, STATE(1274), 1, sym_func_params, @@ -143700,10 +143300,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86594] = 4, - ACTIONS(3478), 1, + [87326] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3798), 1, + ACTIONS(3808), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143712,10 +143312,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86610] = 4, - ACTIONS(3478), 1, + [87342] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3800), 1, + ACTIONS(3810), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143724,10 +143324,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86626] = 4, - ACTIONS(3373), 1, + [87358] = 4, + ACTIONS(3383), 1, anon_sym_RBRACK, - ACTIONS(3478), 1, + ACTIONS(3488), 1, anon_sym_COMMA, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143736,10 +143336,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86642] = 4, - ACTIONS(3373), 1, + [87374] = 4, + ACTIONS(3383), 1, anon_sym_RBRACE, - ACTIONS(3478), 1, + ACTIONS(3488), 1, anon_sym_COMMA, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143748,10 +143348,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86658] = 4, - ACTIONS(3802), 1, + [87390] = 4, + ACTIONS(3812), 1, anon_sym_COMMA, - ACTIONS(3804), 1, + ACTIONS(3814), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143760,10 +143360,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86674] = 4, - ACTIONS(3806), 1, + [87406] = 4, + ACTIONS(3816), 1, anon_sym_LBRACK, - ACTIONS(3808), 1, + ACTIONS(3818), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143772,10 +143372,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86690] = 4, - ACTIONS(3518), 1, + [87422] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3810), 1, + ACTIONS(3820), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143784,10 +143384,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86706] = 4, - ACTIONS(3518), 1, + [87438] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3812), 1, + ACTIONS(3822), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143796,8 +143396,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86722] = 4, - ACTIONS(3492), 1, + [87454] = 4, + ACTIONS(3502), 1, sym_id, STATE(2612), 1, sym_event_hdr, @@ -143808,10 +143408,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86738] = 4, - ACTIONS(3814), 1, + [87470] = 4, + ACTIONS(3824), 1, anon_sym_LBRACK, - ACTIONS(3816), 1, + ACTIONS(3826), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143820,10 +143420,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86754] = 4, - ACTIONS(3518), 1, + [87486] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3818), 1, + ACTIONS(3828), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143832,10 +143432,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86770] = 4, - ACTIONS(3518), 1, + [87502] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3820), 1, + ACTIONS(3830), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143844,10 +143444,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86786] = 4, - ACTIONS(3822), 1, + [87518] = 4, + ACTIONS(3832), 1, anon_sym_LBRACK, - ACTIONS(3824), 1, + ACTIONS(3834), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143856,10 +143456,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86802] = 4, - ACTIONS(3518), 1, + [87534] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3826), 1, + ACTIONS(3836), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143868,10 +143468,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86818] = 4, - ACTIONS(3518), 1, + [87550] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3828), 1, + ACTIONS(3838), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143880,10 +143480,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86834] = 4, - ACTIONS(3830), 1, + [87566] = 4, + ACTIONS(3840), 1, anon_sym_LBRACK, - ACTIONS(3832), 1, + ACTIONS(3842), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143892,10 +143492,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86850] = 4, - ACTIONS(3337), 1, + [87582] = 4, + ACTIONS(3347), 1, anon_sym_RBRACK, - ACTIONS(3478), 1, + ACTIONS(3488), 1, anon_sym_COMMA, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143904,10 +143504,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86866] = 4, - ACTIONS(3518), 1, + [87598] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3834), 1, + ACTIONS(3844), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143916,10 +143516,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86882] = 4, - ACTIONS(3518), 1, + [87614] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3836), 1, + ACTIONS(3846), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143928,10 +143528,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86898] = 4, - ACTIONS(3838), 1, + [87630] = 4, + ACTIONS(3848), 1, anon_sym_LBRACK, - ACTIONS(3840), 1, + ACTIONS(3850), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143940,8 +143540,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86914] = 4, - ACTIONS(3842), 1, + [87646] = 4, + ACTIONS(3852), 1, anon_sym_LPAREN, STATE(1274), 1, sym_func_params, @@ -143952,10 +143552,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86930] = 4, - ACTIONS(3518), 1, + [87662] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3844), 1, + ACTIONS(3854), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143964,10 +143564,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86946] = 4, - ACTIONS(3518), 1, + [87678] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3846), 1, + ACTIONS(3856), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143976,10 +143576,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86962] = 4, - ACTIONS(3848), 1, + [87694] = 4, + ACTIONS(3858), 1, anon_sym_LBRACK, - ACTIONS(3850), 1, + ACTIONS(3860), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -143988,10 +143588,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86978] = 4, - ACTIONS(3518), 1, + [87710] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3852), 1, + ACTIONS(3862), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144000,10 +143600,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [86994] = 4, - ACTIONS(3518), 1, + [87726] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3854), 1, + ACTIONS(3864), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144012,10 +143612,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87010] = 4, - ACTIONS(3856), 1, + [87742] = 4, + ACTIONS(3866), 1, anon_sym_LBRACK, - ACTIONS(3858), 1, + ACTIONS(3868), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144024,10 +143624,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87026] = 4, - ACTIONS(3518), 1, + [87758] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3860), 1, + ACTIONS(3870), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144036,10 +143636,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87042] = 4, - ACTIONS(3518), 1, + [87774] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3862), 1, + ACTIONS(3872), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144048,10 +143648,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87058] = 4, - ACTIONS(3864), 1, + [87790] = 4, + ACTIONS(3874), 1, anon_sym_LBRACK, - ACTIONS(3866), 1, + ACTIONS(3876), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144060,10 +143660,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87074] = 4, - ACTIONS(3518), 1, + [87806] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3868), 1, + ACTIONS(3878), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144072,10 +143672,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87090] = 4, - ACTIONS(3518), 1, + [87822] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3870), 1, + ACTIONS(3880), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144084,10 +143684,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87106] = 4, - ACTIONS(3872), 1, + [87838] = 4, + ACTIONS(3882), 1, anon_sym_LBRACK, - ACTIONS(3874), 1, + ACTIONS(3884), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144096,10 +143696,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87122] = 4, - ACTIONS(3518), 1, + [87854] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3876), 1, + ACTIONS(3886), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144108,10 +143708,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87138] = 4, - ACTIONS(3518), 1, + [87870] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3878), 1, + ACTIONS(3888), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144120,10 +143720,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87154] = 4, - ACTIONS(3880), 1, + [87886] = 4, + ACTIONS(3890), 1, anon_sym_LBRACK, - ACTIONS(3882), 1, + ACTIONS(3892), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144132,10 +143732,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87170] = 4, - ACTIONS(3518), 1, + [87902] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3884), 1, + ACTIONS(3894), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144144,10 +143744,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87186] = 4, - ACTIONS(3518), 1, + [87918] = 4, + ACTIONS(3528), 1, anon_sym_COMMA, - ACTIONS(3886), 1, + ACTIONS(3896), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144156,10 +143756,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87202] = 4, - ACTIONS(3478), 1, + [87934] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3888), 1, + ACTIONS(3898), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144168,10 +143768,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87218] = 4, - ACTIONS(3478), 1, + [87950] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3888), 1, + ACTIONS(3898), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144180,8 +143780,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87234] = 4, - ACTIONS(3890), 1, + [87966] = 4, + ACTIONS(3900), 1, sym_id, STATE(2160), 1, aux_sym_stmt_repeat1, @@ -144192,8 +143792,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87250] = 4, - ACTIONS(3892), 1, + [87982] = 4, + ACTIONS(3902), 1, sym_id, STATE(2049), 1, aux_sym_stmt_repeat1, @@ -144204,10 +143804,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87266] = 4, - ACTIONS(3337), 1, + [87998] = 4, + ACTIONS(3347), 1, anon_sym_RBRACE, - ACTIONS(3478), 1, + ACTIONS(3488), 1, anon_sym_COMMA, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144216,8 +143816,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87282] = 4, - ACTIONS(3894), 1, + [88014] = 4, + ACTIONS(3904), 1, sym_id, STATE(2163), 1, aux_sym_stmt_repeat1, @@ -144228,8 +143828,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87298] = 4, - ACTIONS(3896), 1, + [88030] = 4, + ACTIONS(3906), 1, sym_id, STATE(2049), 1, aux_sym_stmt_repeat1, @@ -144240,8 +143840,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87314] = 4, - ACTIONS(3898), 1, + [88046] = 4, + ACTIONS(3908), 1, sym_id, STATE(2165), 1, aux_sym_stmt_repeat1, @@ -144252,8 +143852,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87330] = 4, - ACTIONS(3900), 1, + [88062] = 4, + ACTIONS(3910), 1, sym_id, STATE(2049), 1, aux_sym_stmt_repeat1, @@ -144264,8 +143864,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87346] = 4, - ACTIONS(3902), 1, + [88078] = 4, + ACTIONS(3912), 1, sym_id, STATE(2167), 1, aux_sym_stmt_repeat1, @@ -144276,8 +143876,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87362] = 4, - ACTIONS(3904), 1, + [88094] = 4, + ACTIONS(3914), 1, sym_id, STATE(2049), 1, aux_sym_stmt_repeat1, @@ -144288,8 +143888,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87378] = 4, - ACTIONS(3906), 1, + [88110] = 4, + ACTIONS(3916), 1, sym_id, STATE(2169), 1, aux_sym_stmt_repeat1, @@ -144300,8 +143900,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87394] = 4, - ACTIONS(3908), 1, + [88126] = 4, + ACTIONS(3918), 1, sym_id, STATE(2049), 1, aux_sym_stmt_repeat1, @@ -144312,8 +143912,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87410] = 4, - ACTIONS(3910), 1, + [88142] = 4, + ACTIONS(3920), 1, sym_id, STATE(2171), 1, aux_sym_stmt_repeat1, @@ -144324,8 +143924,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87426] = 4, - ACTIONS(3912), 1, + [88158] = 4, + ACTIONS(3922), 1, sym_id, STATE(2049), 1, aux_sym_stmt_repeat1, @@ -144336,8 +143936,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87442] = 4, - ACTIONS(3914), 1, + [88174] = 4, + ACTIONS(3924), 1, sym_id, STATE(2173), 1, aux_sym_stmt_repeat1, @@ -144348,8 +143948,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87458] = 4, - ACTIONS(3916), 1, + [88190] = 4, + ACTIONS(3926), 1, sym_id, STATE(2049), 1, aux_sym_stmt_repeat1, @@ -144360,8 +143960,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87474] = 4, - ACTIONS(3918), 1, + [88206] = 4, + ACTIONS(3928), 1, sym_id, STATE(2175), 1, aux_sym_stmt_repeat1, @@ -144372,8 +143972,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87490] = 4, - ACTIONS(3920), 1, + [88222] = 4, + ACTIONS(3930), 1, sym_id, STATE(2049), 1, aux_sym_stmt_repeat1, @@ -144384,8 +143984,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87506] = 4, - ACTIONS(3922), 1, + [88238] = 4, + ACTIONS(3932), 1, sym_id, STATE(2177), 1, aux_sym_stmt_repeat1, @@ -144396,8 +143996,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87522] = 4, - ACTIONS(3924), 1, + [88254] = 4, + ACTIONS(3934), 1, sym_id, STATE(2049), 1, aux_sym_stmt_repeat1, @@ -144408,8 +144008,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87538] = 4, - ACTIONS(3926), 1, + [88270] = 4, + ACTIONS(3936), 1, sym_id, STATE(2179), 1, aux_sym_stmt_repeat1, @@ -144420,8 +144020,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87554] = 4, - ACTIONS(3928), 1, + [88286] = 4, + ACTIONS(3938), 1, sym_id, STATE(2049), 1, aux_sym_stmt_repeat1, @@ -144432,8 +144032,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87570] = 4, - ACTIONS(3930), 1, + [88302] = 4, + ACTIONS(3940), 1, sym_id, STATE(2181), 1, aux_sym_stmt_repeat1, @@ -144444,8 +144044,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87586] = 4, - ACTIONS(3932), 1, + [88318] = 4, + ACTIONS(3942), 1, sym_id, STATE(2049), 1, aux_sym_stmt_repeat1, @@ -144456,32 +144056,32 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87602] = 3, + [88334] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3934), 2, + ACTIONS(3944), 2, anon_sym_RBRACE, anon_sym_COMMA, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87616] = 3, + [88348] = 3, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, - ACTIONS(3392), 2, + ACTIONS(3402), 2, anon_sym_RBRACE, sym_id, ACTIONS(3), 3, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87630] = 4, - ACTIONS(3633), 1, + [88362] = 4, + ACTIONS(3643), 1, anon_sym_COMMA, - ACTIONS(3936), 1, + ACTIONS(3946), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144490,10 +144090,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87646] = 4, - ACTIONS(3478), 1, + [88378] = 4, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3938), 1, + ACTIONS(3948), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144502,10 +144102,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87662] = 4, - ACTIONS(3940), 1, + [88394] = 4, + ACTIONS(3950), 1, anon_sym_COMMA, - ACTIONS(3942), 1, + ACTIONS(3952), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144514,8 +144114,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87678] = 3, - ACTIONS(3944), 1, + [88410] = 3, + ACTIONS(3954), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144524,8 +144124,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87691] = 3, - ACTIONS(3946), 1, + [88423] = 3, + ACTIONS(3956), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144534,8 +144134,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87704] = 3, - ACTIONS(3948), 1, + [88436] = 3, + ACTIONS(3958), 1, anon_sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144544,8 +144144,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87717] = 3, - ACTIONS(3950), 1, + [88449] = 3, + ACTIONS(3960), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144554,8 +144154,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87730] = 3, - ACTIONS(2115), 1, + [88462] = 3, + ACTIONS(2125), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144564,8 +144164,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87743] = 3, - ACTIONS(3952), 1, + [88475] = 3, + ACTIONS(3962), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144574,18 +144174,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87756] = 3, + [88488] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(3954), 1, + ACTIONS(3964), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [87769] = 3, - ACTIONS(3956), 1, + [88501] = 3, + ACTIONS(3966), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144594,8 +144194,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87782] = 3, - ACTIONS(3958), 1, + [88514] = 3, + ACTIONS(3968), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144604,8 +144204,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87795] = 3, - ACTIONS(3960), 1, + [88527] = 3, + ACTIONS(3970), 1, aux_sym_pragma_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144614,8 +144214,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87808] = 3, - ACTIONS(3962), 1, + [88540] = 3, + ACTIONS(3972), 1, aux_sym_pragma_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144624,8 +144224,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87821] = 3, - ACTIONS(3964), 1, + [88553] = 3, + ACTIONS(3974), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144634,8 +144234,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87834] = 3, - ACTIONS(3966), 1, + [88566] = 3, + ACTIONS(3976), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144644,8 +144244,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87847] = 3, - ACTIONS(3299), 1, + [88579] = 3, + ACTIONS(3309), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144654,18 +144254,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87860] = 3, + [88592] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(3968), 1, + ACTIONS(3978), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [87873] = 3, - ACTIONS(3970), 1, + [88605] = 3, + ACTIONS(3980), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144674,8 +144274,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87886] = 3, - ACTIONS(2448), 1, + [88618] = 3, + ACTIONS(2458), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144684,8 +144284,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87899] = 3, - ACTIONS(3972), 1, + [88631] = 3, + ACTIONS(3982), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144694,8 +144294,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87912] = 3, - ACTIONS(3974), 1, + [88644] = 3, + ACTIONS(3984), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144704,8 +144304,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87925] = 3, - ACTIONS(828), 1, + [88657] = 3, + ACTIONS(835), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144714,8 +144314,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87938] = 3, - ACTIONS(828), 1, + [88670] = 3, + ACTIONS(835), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144724,8 +144324,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87951] = 3, - ACTIONS(3976), 1, + [88683] = 3, + ACTIONS(3986), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144734,8 +144334,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87964] = 3, - ACTIONS(3978), 1, + [88696] = 3, + ACTIONS(3988), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144744,18 +144344,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [87977] = 3, + [88709] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(3980), 1, + ACTIONS(3990), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [87990] = 3, - ACTIONS(3982), 1, + [88722] = 3, + ACTIONS(3992), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144764,18 +144364,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88003] = 3, + [88735] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(3984), 1, + ACTIONS(3994), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [88016] = 3, - ACTIONS(2968), 1, + [88748] = 3, + ACTIONS(2978), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144784,8 +144384,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88029] = 3, - ACTIONS(3986), 1, + [88761] = 3, + ACTIONS(3996), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144794,8 +144394,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88042] = 3, - ACTIONS(842), 1, + [88774] = 3, + ACTIONS(849), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144804,8 +144404,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88055] = 3, - ACTIONS(3988), 1, + [88787] = 3, + ACTIONS(3998), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144814,8 +144414,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88068] = 3, - ACTIONS(3038), 1, + [88800] = 3, + ACTIONS(3048), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144824,8 +144424,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88081] = 3, - ACTIONS(3990), 1, + [88813] = 3, + ACTIONS(4000), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144834,8 +144434,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88094] = 3, - ACTIONS(3337), 1, + [88826] = 3, + ACTIONS(3347), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144844,8 +144444,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88107] = 3, - ACTIONS(3992), 1, + [88839] = 3, + ACTIONS(4002), 1, aux_sym_pragma_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144854,18 +144454,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88120] = 3, + [88852] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(3994), 1, + ACTIONS(4004), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [88133] = 3, - ACTIONS(3996), 1, + [88865] = 3, + ACTIONS(4006), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144874,8 +144474,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88146] = 3, - ACTIONS(3998), 1, + [88878] = 3, + ACTIONS(4008), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144884,8 +144484,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88159] = 3, - ACTIONS(1404), 1, + [88891] = 3, + ACTIONS(1411), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144894,8 +144494,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88172] = 3, - ACTIONS(4000), 1, + [88904] = 3, + ACTIONS(4010), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144904,8 +144504,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88185] = 3, - ACTIONS(4002), 1, + [88917] = 3, + ACTIONS(4012), 1, aux_sym_pragma_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144914,8 +144514,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88198] = 3, - ACTIONS(2446), 1, + [88930] = 3, + ACTIONS(2456), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144924,8 +144524,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88211] = 3, - ACTIONS(4004), 1, + [88943] = 3, + ACTIONS(4014), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144934,8 +144534,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88224] = 3, - ACTIONS(4006), 1, + [88956] = 3, + ACTIONS(4016), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144944,8 +144544,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88237] = 3, - ACTIONS(1522), 1, + [88969] = 3, + ACTIONS(1529), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144954,8 +144554,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88250] = 3, - ACTIONS(2532), 1, + [88982] = 3, + ACTIONS(2542), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144964,8 +144564,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88263] = 3, - ACTIONS(2972), 1, + [88995] = 3, + ACTIONS(2982), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144974,8 +144574,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88276] = 3, - ACTIONS(4008), 1, + [89008] = 3, + ACTIONS(4018), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144984,8 +144584,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88289] = 3, - ACTIONS(4010), 1, + [89021] = 3, + ACTIONS(4020), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -144994,8 +144594,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88302] = 3, - ACTIONS(1831), 1, + [89034] = 3, + ACTIONS(1838), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145004,8 +144604,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88315] = 3, - ACTIONS(1406), 1, + [89047] = 3, + ACTIONS(1413), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145014,18 +144614,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88328] = 3, + [89060] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4012), 1, + ACTIONS(4022), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [88341] = 3, - ACTIONS(4014), 1, + [89073] = 3, + ACTIONS(4024), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145034,8 +144634,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88354] = 3, - ACTIONS(3126), 1, + [89086] = 3, + ACTIONS(3136), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145044,8 +144644,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88367] = 3, - ACTIONS(3112), 1, + [89099] = 3, + ACTIONS(3122), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145054,8 +144654,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88380] = 3, - ACTIONS(4016), 1, + [89112] = 3, + ACTIONS(4026), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145064,8 +144664,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88393] = 3, - ACTIONS(4018), 1, + [89125] = 3, + ACTIONS(4028), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145074,8 +144674,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88406] = 3, - ACTIONS(4020), 1, + [89138] = 3, + ACTIONS(4030), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145084,8 +144684,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88419] = 3, - ACTIONS(3466), 1, + [89151] = 3, + ACTIONS(3476), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145094,8 +144694,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88432] = 3, - ACTIONS(2976), 1, + [89164] = 3, + ACTIONS(2986), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145104,8 +144704,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88445] = 3, - ACTIONS(2974), 1, + [89177] = 3, + ACTIONS(2984), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145114,8 +144714,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88458] = 3, - ACTIONS(4022), 1, + [89190] = 3, + ACTIONS(4032), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145124,8 +144724,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88471] = 3, - ACTIONS(1428), 1, + [89203] = 3, + ACTIONS(1435), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145134,8 +144734,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88484] = 3, - ACTIONS(3108), 1, + [89216] = 3, + ACTIONS(3118), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145144,8 +144744,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88497] = 3, - ACTIONS(1428), 1, + [89229] = 3, + ACTIONS(1435), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145154,8 +144754,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88510] = 3, - ACTIONS(2980), 1, + [89242] = 3, + ACTIONS(2990), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145164,8 +144764,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88523] = 3, - ACTIONS(4024), 1, + [89255] = 3, + ACTIONS(4034), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145174,8 +144774,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88536] = 3, - ACTIONS(1690), 1, + [89268] = 3, + ACTIONS(1697), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145184,8 +144784,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88549] = 3, - ACTIONS(1442), 1, + [89281] = 3, + ACTIONS(1449), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145194,8 +144794,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88562] = 3, - ACTIONS(1430), 1, + [89294] = 3, + ACTIONS(1437), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145204,8 +144804,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88575] = 3, - ACTIONS(4026), 1, + [89307] = 3, + ACTIONS(4036), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145214,8 +144814,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88588] = 3, - ACTIONS(4028), 1, + [89320] = 3, + ACTIONS(4038), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145224,8 +144824,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88601] = 3, - ACTIONS(1410), 1, + [89333] = 3, + ACTIONS(1417), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145234,8 +144834,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88614] = 3, - ACTIONS(4030), 1, + [89346] = 3, + ACTIONS(4040), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145244,8 +144844,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88627] = 3, - ACTIONS(506), 1, + [89359] = 3, + ACTIONS(511), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145254,8 +144854,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88640] = 3, - ACTIONS(3122), 1, + [89372] = 3, + ACTIONS(3132), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145264,8 +144864,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88653] = 3, - ACTIONS(4032), 1, + [89385] = 3, + ACTIONS(4042), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145274,8 +144874,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88666] = 3, - ACTIONS(3040), 1, + [89398] = 3, + ACTIONS(3050), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145284,8 +144884,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88679] = 3, - ACTIONS(842), 1, + [89411] = 3, + ACTIONS(849), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145294,8 +144894,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88692] = 3, - ACTIONS(1406), 1, + [89424] = 3, + ACTIONS(1413), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145304,8 +144904,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88705] = 3, - ACTIONS(4034), 1, + [89437] = 3, + ACTIONS(4044), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145314,8 +144914,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88718] = 3, - ACTIONS(4036), 1, + [89450] = 3, + ACTIONS(4046), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145324,8 +144924,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88731] = 3, - ACTIONS(2994), 1, + [89463] = 3, + ACTIONS(3004), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145334,8 +144934,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88744] = 3, - ACTIONS(4038), 1, + [89476] = 3, + ACTIONS(4048), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145344,8 +144944,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88757] = 3, - ACTIONS(4040), 1, + [89489] = 3, + ACTIONS(4050), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145354,8 +144954,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88770] = 3, - ACTIONS(4042), 1, + [89502] = 3, + ACTIONS(4052), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145364,8 +144964,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88783] = 3, - ACTIONS(4044), 1, + [89515] = 3, + ACTIONS(4054), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145374,8 +144974,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88796] = 3, - ACTIONS(4046), 1, + [89528] = 3, + ACTIONS(4056), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145384,8 +144984,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88809] = 3, - ACTIONS(4048), 1, + [89541] = 3, + ACTIONS(4058), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145394,8 +144994,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88822] = 3, - ACTIONS(1815), 1, + [89554] = 3, + ACTIONS(1822), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145404,8 +145004,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88835] = 3, - ACTIONS(3060), 1, + [89567] = 3, + ACTIONS(3070), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145414,8 +145014,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88848] = 3, - ACTIONS(4050), 1, + [89580] = 3, + ACTIONS(4060), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145424,8 +145024,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88861] = 3, - ACTIONS(4052), 1, + [89593] = 3, + ACTIONS(4062), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145434,8 +145034,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88874] = 3, - ACTIONS(4054), 1, + [89606] = 3, + ACTIONS(4064), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145444,8 +145044,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88887] = 3, - ACTIONS(4056), 1, + [89619] = 3, + ACTIONS(4066), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145454,8 +145054,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88900] = 3, - ACTIONS(1410), 1, + [89632] = 3, + ACTIONS(1417), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145464,8 +145064,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88913] = 3, - ACTIONS(4058), 1, + [89645] = 3, + ACTIONS(4068), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145474,8 +145074,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88926] = 3, - ACTIONS(4060), 1, + [89658] = 3, + ACTIONS(4070), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145484,8 +145084,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88939] = 3, - ACTIONS(4062), 1, + [89671] = 3, + ACTIONS(4072), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145494,8 +145094,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88952] = 3, - ACTIONS(2610), 1, + [89684] = 3, + ACTIONS(2620), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145504,8 +145104,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88965] = 3, - ACTIONS(4064), 1, + [89697] = 3, + ACTIONS(4074), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145514,18 +145114,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [88978] = 3, + [89710] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4066), 1, + ACTIONS(4076), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [88991] = 3, - ACTIONS(4068), 1, + [89723] = 3, + ACTIONS(4078), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145534,8 +145134,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89004] = 3, - ACTIONS(4070), 1, + [89736] = 3, + ACTIONS(4080), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145544,8 +145144,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89017] = 3, - ACTIONS(1412), 1, + [89749] = 3, + ACTIONS(1419), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145554,8 +145154,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89030] = 3, - ACTIONS(4072), 1, + [89762] = 3, + ACTIONS(4082), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145564,8 +145164,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89043] = 3, - ACTIONS(4074), 1, + [89775] = 3, + ACTIONS(4084), 1, anon_sym_LBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145574,8 +145174,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89056] = 3, - ACTIONS(4076), 1, + [89788] = 3, + ACTIONS(4086), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145584,8 +145184,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89069] = 3, - ACTIONS(4078), 1, + [89801] = 3, + ACTIONS(4088), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145594,8 +145194,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89082] = 3, - ACTIONS(2416), 1, + [89814] = 3, + ACTIONS(2426), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145604,8 +145204,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89095] = 3, - ACTIONS(4080), 1, + [89827] = 3, + ACTIONS(4090), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145614,8 +145214,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89108] = 3, - ACTIONS(540), 1, + [89840] = 3, + ACTIONS(545), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145624,8 +145224,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89121] = 3, - ACTIONS(4082), 1, + [89853] = 3, + ACTIONS(4092), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145634,8 +145234,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89134] = 3, - ACTIONS(4084), 1, + [89866] = 3, + ACTIONS(4094), 1, aux_sym_pragma_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145644,8 +145244,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89147] = 3, - ACTIONS(3000), 1, + [89879] = 3, + ACTIONS(3010), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145654,8 +145254,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89160] = 3, - ACTIONS(4086), 1, + [89892] = 3, + ACTIONS(4096), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145664,8 +145264,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89173] = 3, - ACTIONS(2466), 1, + [89905] = 3, + ACTIONS(2476), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145674,8 +145274,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89186] = 3, - ACTIONS(4088), 1, + [89918] = 3, + ACTIONS(4098), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145684,8 +145284,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89199] = 3, - ACTIONS(542), 1, + [89931] = 3, + ACTIONS(547), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145694,8 +145294,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89212] = 3, - ACTIONS(500), 1, + [89944] = 3, + ACTIONS(505), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145704,8 +145304,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89225] = 3, - ACTIONS(4090), 1, + [89957] = 3, + ACTIONS(4100), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145714,8 +145314,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89238] = 3, - ACTIONS(2125), 1, + [89970] = 3, + ACTIONS(2135), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145724,8 +145324,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89251] = 3, - ACTIONS(4092), 1, + [89983] = 3, + ACTIONS(4102), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145734,8 +145334,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89264] = 3, - ACTIONS(4094), 1, + [89996] = 3, + ACTIONS(4104), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145744,8 +145344,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89277] = 3, - ACTIONS(3616), 1, + [90009] = 3, + ACTIONS(3626), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145754,8 +145354,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89290] = 3, - ACTIONS(1450), 1, + [90022] = 3, + ACTIONS(1457), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145764,8 +145364,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89303] = 3, - ACTIONS(4096), 1, + [90035] = 3, + ACTIONS(4106), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145774,8 +145374,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89316] = 3, - ACTIONS(2600), 1, + [90048] = 3, + ACTIONS(2610), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145784,8 +145384,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89329] = 3, - ACTIONS(4098), 1, + [90061] = 3, + ACTIONS(4108), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145794,8 +145394,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89342] = 3, - ACTIONS(3610), 1, + [90074] = 3, + ACTIONS(3620), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145804,8 +145404,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89355] = 3, - ACTIONS(4100), 1, + [90087] = 3, + ACTIONS(4110), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145814,8 +145414,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89368] = 3, - ACTIONS(1342), 1, + [90100] = 3, + ACTIONS(1349), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145824,8 +145424,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89381] = 3, - ACTIONS(4102), 1, + [90113] = 3, + ACTIONS(4112), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145834,8 +145434,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89394] = 3, - ACTIONS(1050), 1, + [90126] = 3, + ACTIONS(1057), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145844,8 +145444,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89407] = 3, - ACTIONS(4104), 1, + [90139] = 3, + ACTIONS(4114), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145854,8 +145454,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89420] = 3, - ACTIONS(4106), 1, + [90152] = 3, + ACTIONS(4116), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145864,8 +145464,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89433] = 3, - ACTIONS(1528), 1, + [90165] = 3, + ACTIONS(1535), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145874,8 +145474,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89446] = 3, - ACTIONS(4108), 1, + [90178] = 3, + ACTIONS(4118), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145884,8 +145484,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89459] = 3, - ACTIONS(2145), 1, + [90191] = 3, + ACTIONS(2155), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145894,8 +145494,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89472] = 3, - ACTIONS(4110), 1, + [90204] = 3, + ACTIONS(4120), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145904,8 +145504,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89485] = 3, - ACTIONS(3008), 1, + [90217] = 3, + ACTIONS(3018), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145914,8 +145514,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89498] = 3, - ACTIONS(4112), 1, + [90230] = 3, + ACTIONS(4122), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145924,8 +145524,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89511] = 3, - ACTIONS(4114), 1, + [90243] = 3, + ACTIONS(4124), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145934,18 +145534,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89524] = 3, + [90256] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4116), 1, + ACTIONS(4126), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [89537] = 3, - ACTIONS(3506), 1, + [90269] = 3, + ACTIONS(3516), 1, anon_sym_COMMA, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145954,8 +145554,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89550] = 3, - ACTIONS(4118), 1, + [90282] = 3, + ACTIONS(4128), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145964,8 +145564,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89563] = 3, - ACTIONS(3010), 1, + [90295] = 3, + ACTIONS(3020), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145974,8 +145574,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89576] = 3, - ACTIONS(4120), 1, + [90308] = 3, + ACTIONS(4130), 1, anon_sym_type, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145984,8 +145584,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89589] = 3, - ACTIONS(854), 1, + [90321] = 3, + ACTIONS(861), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -145994,8 +145594,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89602] = 3, - ACTIONS(854), 1, + [90334] = 3, + ACTIONS(861), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146004,8 +145604,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89615] = 3, - ACTIONS(2750), 1, + [90347] = 3, + ACTIONS(2760), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146014,8 +145614,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89628] = 3, - ACTIONS(4122), 1, + [90360] = 3, + ACTIONS(4132), 1, anon_sym_PLUS_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146024,8 +145624,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89641] = 3, - ACTIONS(2420), 1, + [90373] = 3, + ACTIONS(2430), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146034,8 +145634,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89654] = 3, - ACTIONS(4124), 1, + [90386] = 3, + ACTIONS(4134), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146044,8 +145644,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89667] = 3, - ACTIONS(3388), 1, + [90399] = 3, + ACTIONS(3398), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146054,8 +145654,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89680] = 3, - ACTIONS(4126), 1, + [90412] = 3, + ACTIONS(4136), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146064,8 +145664,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89693] = 3, - ACTIONS(3496), 1, + [90425] = 3, + ACTIONS(3506), 1, anon_sym_COMMA, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146074,8 +145674,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89706] = 3, - ACTIONS(2916), 1, + [90438] = 3, + ACTIONS(2926), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146084,8 +145684,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89719] = 3, - ACTIONS(4128), 1, + [90451] = 3, + ACTIONS(4138), 1, aux_sym_pragma_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146094,8 +145694,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89732] = 3, - ACTIONS(4130), 1, + [90464] = 3, + ACTIONS(4140), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146104,8 +145704,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89745] = 3, - ACTIONS(1542), 1, + [90477] = 3, + ACTIONS(1549), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146114,18 +145714,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89758] = 3, + [90490] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4132), 1, + ACTIONS(4142), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [89771] = 3, - ACTIONS(4134), 1, + [90503] = 3, + ACTIONS(4144), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146134,8 +145734,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89784] = 3, - ACTIONS(4136), 1, + [90516] = 3, + ACTIONS(4146), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146144,8 +145744,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89797] = 3, - ACTIONS(4138), 1, + [90529] = 3, + ACTIONS(4148), 1, aux_sym_pragma_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146154,8 +145754,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89810] = 3, - ACTIONS(4140), 1, + [90542] = 3, + ACTIONS(4150), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146164,8 +145764,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89823] = 3, - ACTIONS(4142), 1, + [90555] = 3, + ACTIONS(4152), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146174,8 +145774,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89836] = 3, - ACTIONS(3124), 1, + [90568] = 3, + ACTIONS(3134), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146184,8 +145784,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89849] = 3, - ACTIONS(1963), 1, + [90581] = 3, + ACTIONS(1970), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146194,8 +145794,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89862] = 3, - ACTIONS(4144), 1, + [90594] = 3, + ACTIONS(4154), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146204,8 +145804,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89875] = 3, - ACTIONS(4146), 1, + [90607] = 3, + ACTIONS(4156), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146214,8 +145814,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89888] = 3, - ACTIONS(528), 1, + [90620] = 3, + ACTIONS(533), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146224,8 +145824,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89901] = 3, - ACTIONS(4148), 1, + [90633] = 3, + ACTIONS(4158), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146234,8 +145834,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89914] = 3, - ACTIONS(4150), 1, + [90646] = 3, + ACTIONS(4160), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146244,8 +145844,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89927] = 3, - ACTIONS(3337), 1, + [90659] = 3, + ACTIONS(3347), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146254,8 +145854,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89940] = 3, - ACTIONS(4152), 1, + [90672] = 3, + ACTIONS(4162), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146264,18 +145864,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89953] = 3, + [90685] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4154), 1, + ACTIONS(4164), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [89966] = 3, - ACTIONS(530), 1, + [90698] = 3, + ACTIONS(535), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146284,8 +145884,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89979] = 3, - ACTIONS(3388), 1, + [90711] = 3, + ACTIONS(3398), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146294,8 +145894,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [89992] = 3, - ACTIONS(4156), 1, + [90724] = 3, + ACTIONS(4166), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146304,8 +145904,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90005] = 3, - ACTIONS(4158), 1, + [90737] = 3, + ACTIONS(4168), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146314,8 +145914,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90018] = 3, - ACTIONS(4160), 1, + [90750] = 3, + ACTIONS(4170), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146324,8 +145924,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90031] = 3, - ACTIONS(4162), 1, + [90763] = 3, + ACTIONS(4172), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146334,8 +145934,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90044] = 3, - ACTIONS(2079), 1, + [90776] = 3, + ACTIONS(2089), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146344,8 +145944,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90057] = 3, - ACTIONS(4164), 1, + [90789] = 3, + ACTIONS(4174), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146354,8 +145954,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90070] = 3, - ACTIONS(4166), 1, + [90802] = 3, + ACTIONS(4176), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146364,8 +145964,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90083] = 3, - ACTIONS(4168), 1, + [90815] = 3, + ACTIONS(4178), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146374,8 +145974,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90096] = 3, - ACTIONS(4170), 1, + [90828] = 3, + ACTIONS(4180), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146384,8 +145984,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90109] = 3, - ACTIONS(4172), 1, + [90841] = 3, + ACTIONS(4182), 1, anon_sym_LBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146394,8 +145994,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90122] = 3, - ACTIONS(4174), 1, + [90854] = 3, + ACTIONS(4184), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146404,8 +146004,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90135] = 3, - ACTIONS(1100), 1, + [90867] = 3, + ACTIONS(1107), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146414,8 +146014,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90148] = 3, - ACTIONS(2982), 1, + [90880] = 3, + ACTIONS(2992), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146424,8 +146024,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90161] = 3, - ACTIONS(4176), 1, + [90893] = 3, + ACTIONS(4186), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146434,8 +146034,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90174] = 3, - ACTIONS(3653), 1, + [90906] = 3, + ACTIONS(3663), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146444,8 +146044,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90187] = 3, - ACTIONS(4178), 1, + [90919] = 3, + ACTIONS(4188), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146454,8 +146054,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90200] = 3, - ACTIONS(4180), 1, + [90932] = 3, + ACTIONS(4190), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146464,8 +146064,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90213] = 3, - ACTIONS(2552), 1, + [90945] = 3, + ACTIONS(2562), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146474,8 +146074,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90226] = 3, - ACTIONS(4182), 1, + [90958] = 3, + ACTIONS(4192), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146484,8 +146084,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90239] = 3, - ACTIONS(4184), 1, + [90971] = 3, + ACTIONS(4194), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146494,8 +146094,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90252] = 3, - ACTIONS(4186), 1, + [90984] = 3, + ACTIONS(4196), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146504,8 +146104,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90265] = 3, - ACTIONS(4188), 1, + [90997] = 3, + ACTIONS(4198), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146514,8 +146114,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90278] = 3, - ACTIONS(1768), 1, + [91010] = 3, + ACTIONS(1775), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146524,8 +146124,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90291] = 3, - ACTIONS(4190), 1, + [91023] = 3, + ACTIONS(4200), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146534,8 +146134,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90304] = 3, - ACTIONS(4192), 1, + [91036] = 3, + ACTIONS(4202), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146544,8 +146144,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90317] = 3, - ACTIONS(4194), 1, + [91049] = 3, + ACTIONS(4204), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146554,8 +146154,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90330] = 3, - ACTIONS(4196), 1, + [91062] = 3, + ACTIONS(4206), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146564,8 +146164,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90343] = 3, - ACTIONS(4198), 1, + [91075] = 3, + ACTIONS(4208), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146574,8 +146174,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90356] = 3, - ACTIONS(4200), 1, + [91088] = 3, + ACTIONS(4210), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146584,8 +146184,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90369] = 3, - ACTIONS(1518), 1, + [91101] = 3, + ACTIONS(1525), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146594,8 +146194,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90382] = 3, - ACTIONS(2121), 1, + [91114] = 3, + ACTIONS(2131), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146604,8 +146204,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90395] = 3, - ACTIONS(4202), 1, + [91127] = 3, + ACTIONS(4212), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146614,8 +146214,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90408] = 3, - ACTIONS(4204), 1, + [91140] = 3, + ACTIONS(4214), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146624,8 +146224,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90421] = 3, - ACTIONS(4206), 1, + [91153] = 3, + ACTIONS(4216), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146634,8 +146234,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90434] = 3, - ACTIONS(3665), 1, + [91166] = 3, + ACTIONS(3675), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146644,8 +146244,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90447] = 3, - ACTIONS(4208), 1, + [91179] = 3, + ACTIONS(4218), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146654,8 +146254,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90460] = 3, - ACTIONS(4210), 1, + [91192] = 3, + ACTIONS(4220), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146664,8 +146264,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90473] = 3, - ACTIONS(3082), 1, + [91205] = 3, + ACTIONS(3092), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146674,8 +146274,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90486] = 3, - ACTIONS(4212), 1, + [91218] = 3, + ACTIONS(4222), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146684,8 +146284,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90499] = 3, - ACTIONS(2914), 1, + [91231] = 3, + ACTIONS(2924), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146694,8 +146294,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90512] = 3, - ACTIONS(4214), 1, + [91244] = 3, + ACTIONS(4224), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146704,8 +146304,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90525] = 3, - ACTIONS(4216), 1, + [91257] = 3, + ACTIONS(4226), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146714,8 +146314,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90538] = 3, - ACTIONS(4218), 1, + [91270] = 3, + ACTIONS(4228), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146724,8 +146324,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90551] = 3, - ACTIONS(4220), 1, + [91283] = 3, + ACTIONS(4230), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146734,8 +146334,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90564] = 3, - ACTIONS(4222), 1, + [91296] = 3, + ACTIONS(4232), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146744,8 +146344,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90577] = 3, - ACTIONS(4224), 1, + [91309] = 3, + ACTIONS(4234), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146754,8 +146354,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90590] = 3, - ACTIONS(4226), 1, + [91322] = 3, + ACTIONS(4236), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146764,8 +146364,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90603] = 3, - ACTIONS(1416), 1, + [91335] = 3, + ACTIONS(1423), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146774,8 +146374,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90616] = 3, - ACTIONS(2099), 1, + [91348] = 3, + ACTIONS(2109), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146784,8 +146384,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90629] = 3, - ACTIONS(1887), 1, + [91361] = 3, + ACTIONS(1894), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146794,8 +146394,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90642] = 3, - ACTIONS(1432), 1, + [91374] = 3, + ACTIONS(1439), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146804,8 +146404,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90655] = 3, - ACTIONS(4228), 1, + [91387] = 3, + ACTIONS(4238), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146814,8 +146414,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90668] = 3, - ACTIONS(1432), 1, + [91400] = 3, + ACTIONS(1439), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146824,8 +146424,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90681] = 3, - ACTIONS(1696), 1, + [91413] = 3, + ACTIONS(1703), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146834,8 +146434,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90694] = 3, - ACTIONS(3679), 1, + [91426] = 3, + ACTIONS(3689), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146844,8 +146444,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90707] = 3, - ACTIONS(510), 1, + [91439] = 3, + ACTIONS(515), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146854,8 +146454,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90720] = 3, - ACTIONS(4230), 1, + [91452] = 3, + ACTIONS(4240), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146864,8 +146464,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90733] = 3, - ACTIONS(3050), 1, + [91465] = 3, + ACTIONS(3060), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146874,8 +146474,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90746] = 3, - ACTIONS(4232), 1, + [91478] = 3, + ACTIONS(4242), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146884,8 +146484,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90759] = 3, - ACTIONS(4234), 1, + [91491] = 3, + ACTIONS(4244), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146894,8 +146494,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90772] = 3, - ACTIONS(4236), 1, + [91504] = 3, + ACTIONS(4246), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146904,8 +146504,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90785] = 3, - ACTIONS(2103), 1, + [91517] = 3, + ACTIONS(2113), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146914,8 +146514,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90798] = 3, - ACTIONS(1434), 1, + [91530] = 3, + ACTIONS(1441), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146924,8 +146524,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90811] = 3, - ACTIONS(4238), 1, + [91543] = 3, + ACTIONS(4248), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146934,8 +146534,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90824] = 3, - ACTIONS(4240), 1, + [91556] = 3, + ACTIONS(4250), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146944,8 +146544,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90837] = 3, - ACTIONS(4242), 1, + [91569] = 3, + ACTIONS(4252), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146954,8 +146554,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90850] = 3, - ACTIONS(4244), 1, + [91582] = 3, + ACTIONS(4254), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146964,18 +146564,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90863] = 3, + [91595] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4246), 1, + ACTIONS(4256), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [90876] = 3, - ACTIONS(4248), 1, + [91608] = 3, + ACTIONS(4258), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146984,8 +146584,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90889] = 3, - ACTIONS(4250), 1, + [91621] = 3, + ACTIONS(4260), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -146994,18 +146594,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90902] = 3, + [91634] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4252), 1, + ACTIONS(4262), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [90915] = 3, - ACTIONS(4254), 1, + [91647] = 3, + ACTIONS(4264), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147014,8 +146614,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90928] = 3, - ACTIONS(4256), 1, + [91660] = 3, + ACTIONS(4266), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147024,8 +146624,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90941] = 3, - ACTIONS(4258), 1, + [91673] = 3, + ACTIONS(4268), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147034,8 +146634,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90954] = 3, - ACTIONS(3693), 1, + [91686] = 3, + ACTIONS(3703), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147044,8 +146644,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90967] = 3, - ACTIONS(2918), 1, + [91699] = 3, + ACTIONS(2928), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147054,8 +146654,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90980] = 3, - ACTIONS(950), 1, + [91712] = 3, + ACTIONS(957), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147064,8 +146664,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [90993] = 3, - ACTIONS(3317), 1, + [91725] = 3, + ACTIONS(3327), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147074,8 +146674,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91006] = 3, - ACTIONS(4260), 1, + [91738] = 3, + ACTIONS(4270), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147084,8 +146684,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91019] = 3, - ACTIONS(3076), 1, + [91751] = 3, + ACTIONS(3086), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147094,8 +146694,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91032] = 3, - ACTIONS(4262), 1, + [91764] = 3, + ACTIONS(4272), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147104,8 +146704,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91045] = 3, - ACTIONS(4264), 1, + [91777] = 3, + ACTIONS(4274), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147114,8 +146714,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91058] = 3, - ACTIONS(4266), 1, + [91790] = 3, + ACTIONS(4276), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147124,8 +146724,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91071] = 3, - ACTIONS(4268), 1, + [91803] = 3, + ACTIONS(4278), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147134,8 +146734,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91084] = 3, - ACTIONS(4270), 1, + [91816] = 3, + ACTIONS(4280), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147144,8 +146744,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91097] = 3, - ACTIONS(4272), 1, + [91829] = 3, + ACTIONS(4282), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147154,8 +146754,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91110] = 3, - ACTIONS(4274), 1, + [91842] = 3, + ACTIONS(4284), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147164,8 +146764,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91123] = 3, - ACTIONS(838), 1, + [91855] = 3, + ACTIONS(845), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147174,8 +146774,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91136] = 3, - ACTIONS(4276), 1, + [91868] = 3, + ACTIONS(4286), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147184,8 +146784,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91149] = 3, - ACTIONS(1414), 1, + [91881] = 3, + ACTIONS(1421), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147194,8 +146794,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91162] = 3, - ACTIONS(3705), 1, + [91894] = 3, + ACTIONS(3715), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147204,8 +146804,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91175] = 3, - ACTIONS(922), 1, + [91907] = 3, + ACTIONS(929), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147214,8 +146814,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91188] = 3, - ACTIONS(2091), 1, + [91920] = 3, + ACTIONS(2101), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147224,8 +146824,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91201] = 3, - ACTIONS(4278), 1, + [91933] = 3, + ACTIONS(4288), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147234,8 +146834,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91214] = 3, - ACTIONS(3062), 1, + [91946] = 3, + ACTIONS(3072), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147244,8 +146844,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91227] = 3, - ACTIONS(4280), 1, + [91959] = 3, + ACTIONS(4290), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147254,8 +146854,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91240] = 3, - ACTIONS(4282), 1, + [91972] = 3, + ACTIONS(4292), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147264,8 +146864,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91253] = 3, - ACTIONS(2950), 1, + [91985] = 3, + ACTIONS(2960), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147274,8 +146874,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91266] = 3, - ACTIONS(4284), 1, + [91998] = 3, + ACTIONS(4294), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147284,8 +146884,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91279] = 3, - ACTIONS(4286), 1, + [92011] = 3, + ACTIONS(4296), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147294,8 +146894,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91292] = 3, - ACTIONS(4288), 1, + [92024] = 3, + ACTIONS(4298), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147304,8 +146904,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91305] = 3, - ACTIONS(4290), 1, + [92037] = 3, + ACTIONS(4300), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147314,8 +146914,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91318] = 3, - ACTIONS(4292), 1, + [92050] = 3, + ACTIONS(4302), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147324,8 +146924,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91331] = 3, - ACTIONS(2998), 1, + [92063] = 3, + ACTIONS(3008), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147334,8 +146934,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91344] = 3, - ACTIONS(922), 1, + [92076] = 3, + ACTIONS(929), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147344,8 +146944,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91357] = 3, - ACTIONS(3717), 1, + [92089] = 3, + ACTIONS(3727), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147354,8 +146954,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91370] = 3, - ACTIONS(1446), 1, + [92102] = 3, + ACTIONS(1453), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147364,8 +146964,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91383] = 3, - ACTIONS(4294), 1, + [92115] = 3, + ACTIONS(4304), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147374,8 +146974,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91396] = 3, - ACTIONS(4296), 1, + [92128] = 3, + ACTIONS(4306), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147384,8 +146984,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91409] = 3, - ACTIONS(838), 1, + [92141] = 3, + ACTIONS(845), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147394,8 +146994,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91422] = 3, - ACTIONS(4298), 1, + [92154] = 3, + ACTIONS(4308), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147404,8 +147004,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91435] = 3, - ACTIONS(4300), 1, + [92167] = 3, + ACTIONS(4310), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147414,8 +147014,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91448] = 3, - ACTIONS(4302), 1, + [92180] = 3, + ACTIONS(4312), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147424,8 +147024,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91461] = 3, - ACTIONS(4304), 1, + [92193] = 3, + ACTIONS(4314), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147434,8 +147034,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91474] = 3, - ACTIONS(4306), 1, + [92206] = 3, + ACTIONS(4316), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147444,8 +147044,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91487] = 3, - ACTIONS(4308), 1, + [92219] = 3, + ACTIONS(4318), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147454,8 +147054,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91500] = 3, - ACTIONS(4310), 1, + [92232] = 3, + ACTIONS(4320), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147464,8 +147064,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91513] = 3, - ACTIONS(2091), 1, + [92245] = 3, + ACTIONS(2101), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147474,8 +147074,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91526] = 3, - ACTIONS(950), 1, + [92258] = 3, + ACTIONS(957), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147484,8 +147084,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91539] = 3, - ACTIONS(4312), 1, + [92271] = 3, + ACTIONS(4322), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147494,8 +147094,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91552] = 3, - ACTIONS(3727), 1, + [92284] = 3, + ACTIONS(3737), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147504,8 +147104,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91565] = 3, - ACTIONS(4314), 1, + [92297] = 3, + ACTIONS(4324), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147514,8 +147114,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91578] = 3, - ACTIONS(4316), 1, + [92310] = 3, + ACTIONS(4326), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147524,8 +147124,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91591] = 3, - ACTIONS(4318), 1, + [92323] = 3, + ACTIONS(4328), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147534,8 +147134,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91604] = 3, - ACTIONS(4320), 1, + [92336] = 3, + ACTIONS(4330), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147544,18 +147144,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91617] = 3, + [92349] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4322), 1, + ACTIONS(4332), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [91630] = 3, - ACTIONS(4324), 1, + [92362] = 3, + ACTIONS(4334), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147564,8 +147164,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91643] = 3, - ACTIONS(4326), 1, + [92375] = 3, + ACTIONS(4336), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147574,8 +147174,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91656] = 3, - ACTIONS(4328), 1, + [92388] = 3, + ACTIONS(4338), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147584,8 +147184,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91669] = 3, - ACTIONS(4330), 1, + [92401] = 3, + ACTIONS(4340), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147594,8 +147194,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91682] = 3, - ACTIONS(4332), 1, + [92414] = 3, + ACTIONS(4342), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147604,8 +147204,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91695] = 3, - ACTIONS(4334), 1, + [92427] = 3, + ACTIONS(4344), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147614,8 +147214,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91708] = 3, - ACTIONS(3235), 1, + [92440] = 3, + ACTIONS(3245), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147624,8 +147224,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91721] = 3, - ACTIONS(926), 1, + [92453] = 3, + ACTIONS(933), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147634,8 +147234,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91734] = 3, - ACTIONS(926), 1, + [92466] = 3, + ACTIONS(933), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147644,8 +147244,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91747] = 3, - ACTIONS(3741), 1, + [92479] = 3, + ACTIONS(3751), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147654,8 +147254,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91760] = 3, - ACTIONS(4336), 1, + [92492] = 3, + ACTIONS(4346), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147664,8 +147264,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91773] = 3, - ACTIONS(4338), 1, + [92505] = 3, + ACTIONS(4348), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147674,8 +147274,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91786] = 3, - ACTIONS(4340), 1, + [92518] = 3, + ACTIONS(4350), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147684,8 +147284,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91799] = 3, - ACTIONS(1450), 1, + [92531] = 3, + ACTIONS(1457), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147694,8 +147294,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91812] = 3, - ACTIONS(4342), 1, + [92544] = 3, + ACTIONS(4352), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147704,8 +147304,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91825] = 3, - ACTIONS(1823), 1, + [92557] = 3, + ACTIONS(1830), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147714,8 +147314,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91838] = 3, - ACTIONS(4344), 1, + [92570] = 3, + ACTIONS(4354), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147724,8 +147324,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91851] = 3, - ACTIONS(4346), 1, + [92583] = 3, + ACTIONS(4356), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147734,8 +147334,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91864] = 3, - ACTIONS(4348), 1, + [92596] = 3, + ACTIONS(4358), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147744,8 +147344,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91877] = 3, - ACTIONS(4350), 1, + [92609] = 3, + ACTIONS(4360), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147754,8 +147354,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91890] = 3, - ACTIONS(4352), 1, + [92622] = 3, + ACTIONS(4362), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147764,8 +147364,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91903] = 3, - ACTIONS(4354), 1, + [92635] = 3, + ACTIONS(4364), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147774,8 +147374,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91916] = 3, - ACTIONS(1342), 1, + [92648] = 3, + ACTIONS(1349), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147784,8 +147384,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91929] = 3, - ACTIONS(4356), 1, + [92661] = 3, + ACTIONS(4366), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147794,8 +147394,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91942] = 3, - ACTIONS(3755), 1, + [92674] = 3, + ACTIONS(3765), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147804,8 +147404,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91955] = 3, - ACTIONS(4358), 1, + [92687] = 3, + ACTIONS(4368), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147814,18 +147414,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91968] = 3, + [92700] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4360), 1, + ACTIONS(4370), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [91981] = 3, - ACTIONS(4362), 1, + [92713] = 3, + ACTIONS(4372), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147834,8 +147434,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [91994] = 3, - ACTIONS(4364), 1, + [92726] = 3, + ACTIONS(4374), 1, aux_sym_pragma_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147844,8 +147444,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92007] = 3, - ACTIONS(4366), 1, + [92739] = 3, + ACTIONS(4376), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147854,8 +147454,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92020] = 3, - ACTIONS(4368), 1, + [92752] = 3, + ACTIONS(4378), 1, aux_sym_constant_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147864,8 +147464,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92033] = 3, - ACTIONS(3671), 1, + [92765] = 3, + ACTIONS(3681), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147874,8 +147474,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92046] = 3, - ACTIONS(4370), 1, + [92778] = 3, + ACTIONS(4380), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147884,8 +147484,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92059] = 3, - ACTIONS(4372), 1, + [92791] = 3, + ACTIONS(4382), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147894,8 +147494,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92072] = 3, - ACTIONS(4374), 1, + [92804] = 3, + ACTIONS(4384), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147904,8 +147504,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92085] = 3, - ACTIONS(4376), 1, + [92817] = 3, + ACTIONS(4386), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147914,8 +147514,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92098] = 3, - ACTIONS(4378), 1, + [92830] = 3, + ACTIONS(4388), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147924,8 +147524,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92111] = 3, - ACTIONS(4380), 1, + [92843] = 3, + ACTIONS(4390), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147934,8 +147534,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92124] = 3, - ACTIONS(3767), 1, + [92856] = 3, + ACTIONS(3777), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147944,8 +147544,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92137] = 3, - ACTIONS(1446), 1, + [92869] = 3, + ACTIONS(1453), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147954,8 +147554,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92150] = 3, - ACTIONS(4382), 1, + [92882] = 3, + ACTIONS(4392), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147964,8 +147564,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92163] = 3, - ACTIONS(4384), 1, + [92895] = 3, + ACTIONS(4394), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147974,8 +147574,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92176] = 3, - ACTIONS(4386), 1, + [92908] = 3, + ACTIONS(4396), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147984,8 +147584,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92189] = 3, - ACTIONS(4388), 1, + [92921] = 3, + ACTIONS(4398), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -147994,8 +147594,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92202] = 3, - ACTIONS(2774), 1, + [92934] = 3, + ACTIONS(2784), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148004,8 +147604,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92215] = 3, - ACTIONS(4390), 1, + [92947] = 3, + ACTIONS(4400), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148014,8 +147614,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92228] = 3, - ACTIONS(4392), 1, + [92960] = 3, + ACTIONS(4402), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148024,8 +147624,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92241] = 3, - ACTIONS(4394), 1, + [92973] = 3, + ACTIONS(4404), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148034,8 +147634,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92254] = 3, - ACTIONS(4396), 1, + [92986] = 3, + ACTIONS(4406), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148044,8 +147644,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92267] = 3, - ACTIONS(4398), 1, + [92999] = 3, + ACTIONS(4408), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148054,8 +147654,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92280] = 3, - ACTIONS(4400), 1, + [93012] = 3, + ACTIONS(4410), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148064,18 +147664,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92293] = 3, + [93025] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4402), 1, + ACTIONS(4412), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [92306] = 3, - ACTIONS(4404), 1, + [93038] = 3, + ACTIONS(4414), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148084,8 +147684,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92319] = 3, - ACTIONS(4406), 1, + [93051] = 3, + ACTIONS(4416), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148094,8 +147694,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92332] = 3, - ACTIONS(4408), 1, + [93064] = 3, + ACTIONS(4418), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148104,8 +147704,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92345] = 3, - ACTIONS(4410), 1, + [93077] = 3, + ACTIONS(4420), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148114,8 +147714,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92358] = 3, - ACTIONS(4412), 1, + [93090] = 3, + ACTIONS(4422), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148124,8 +147724,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92371] = 3, - ACTIONS(514), 1, + [93103] = 3, + ACTIONS(519), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148134,8 +147734,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92384] = 3, - ACTIONS(4414), 1, + [93116] = 3, + ACTIONS(4424), 1, aux_sym_pragma_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148144,8 +147744,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92397] = 3, - ACTIONS(4416), 1, + [93129] = 3, + ACTIONS(4426), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148154,8 +147754,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92410] = 3, - ACTIONS(3464), 1, + [93142] = 3, + ACTIONS(3474), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148164,8 +147764,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92423] = 3, - ACTIONS(550), 1, + [93155] = 3, + ACTIONS(555), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148174,8 +147774,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92436] = 3, - ACTIONS(3070), 1, + [93168] = 3, + ACTIONS(3080), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148184,8 +147784,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92449] = 3, - ACTIONS(1408), 1, + [93181] = 3, + ACTIONS(1415), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148194,8 +147794,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92462] = 3, - ACTIONS(3072), 1, + [93194] = 3, + ACTIONS(3082), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148204,8 +147804,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92475] = 3, - ACTIONS(552), 1, + [93207] = 3, + ACTIONS(557), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148214,8 +147814,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92488] = 3, - ACTIONS(3074), 1, + [93220] = 3, + ACTIONS(3084), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148224,8 +147824,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92501] = 3, - ACTIONS(4418), 1, + [93233] = 3, + ACTIONS(4428), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148234,8 +147834,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92514] = 3, - ACTIONS(4420), 1, + [93246] = 3, + ACTIONS(4430), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148244,8 +147844,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92527] = 3, - ACTIONS(4422), 1, + [93259] = 3, + ACTIONS(4432), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148254,8 +147854,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92540] = 3, - ACTIONS(4424), 1, + [93272] = 3, + ACTIONS(4434), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148264,8 +147864,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92553] = 3, - ACTIONS(1540), 1, + [93285] = 3, + ACTIONS(1547), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148274,8 +147874,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92566] = 3, - ACTIONS(4426), 1, + [93298] = 3, + ACTIONS(4436), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148284,8 +147884,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92579] = 3, - ACTIONS(4428), 1, + [93311] = 3, + ACTIONS(4438), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148294,8 +147894,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92592] = 3, - ACTIONS(4430), 1, + [93324] = 3, + ACTIONS(4440), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148304,8 +147904,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92605] = 3, - ACTIONS(4432), 1, + [93337] = 3, + ACTIONS(4442), 1, anon_sym_LBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148314,8 +147914,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92618] = 3, - ACTIONS(4434), 1, + [93350] = 3, + ACTIONS(4444), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148324,8 +147924,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92631] = 3, - ACTIONS(2137), 1, + [93363] = 3, + ACTIONS(2147), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148334,8 +147934,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92644] = 3, - ACTIONS(4436), 1, + [93376] = 3, + ACTIONS(4446), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148344,8 +147944,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92657] = 3, - ACTIONS(2782), 1, + [93389] = 3, + ACTIONS(2792), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148354,8 +147954,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92670] = 3, - ACTIONS(4438), 1, + [93402] = 3, + ACTIONS(4448), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148364,18 +147964,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92683] = 3, + [93415] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4440), 1, + ACTIONS(4450), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [92696] = 3, - ACTIONS(4442), 1, + [93428] = 3, + ACTIONS(4452), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148384,8 +147984,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92709] = 3, - ACTIONS(2282), 1, + [93441] = 3, + ACTIONS(2292), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148394,8 +147994,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92722] = 3, - ACTIONS(4444), 1, + [93454] = 3, + ACTIONS(4454), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148404,8 +148004,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92735] = 3, - ACTIONS(4446), 1, + [93467] = 3, + ACTIONS(4456), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148414,8 +148014,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92748] = 3, - ACTIONS(1426), 1, + [93480] = 3, + ACTIONS(1433), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148424,8 +148024,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92761] = 3, - ACTIONS(1801), 1, + [93493] = 3, + ACTIONS(1808), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148434,8 +148034,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92774] = 3, - ACTIONS(1736), 1, + [93506] = 3, + ACTIONS(1743), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148444,8 +148044,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92787] = 3, - ACTIONS(4448), 1, + [93519] = 3, + ACTIONS(4458), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148454,8 +148054,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92800] = 3, - ACTIONS(4450), 1, + [93532] = 3, + ACTIONS(4460), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148464,8 +148064,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92813] = 3, - ACTIONS(4452), 1, + [93545] = 3, + ACTIONS(4462), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148474,8 +148074,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92826] = 3, - ACTIONS(1879), 1, + [93558] = 3, + ACTIONS(1886), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148484,8 +148084,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92839] = 3, - ACTIONS(508), 1, + [93571] = 3, + ACTIONS(513), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148494,8 +148094,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92852] = 3, - ACTIONS(4454), 1, + [93584] = 3, + ACTIONS(4464), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148504,8 +148104,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92865] = 3, - ACTIONS(4456), 1, + [93597] = 3, + ACTIONS(4466), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148514,8 +148114,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92878] = 3, - ACTIONS(4458), 1, + [93610] = 3, + ACTIONS(4468), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148524,8 +148124,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92891] = 3, - ACTIONS(3002), 1, + [93623] = 3, + ACTIONS(3012), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148534,8 +148134,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92904] = 3, - ACTIONS(516), 1, + [93636] = 3, + ACTIONS(521), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148544,8 +148144,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92917] = 3, - ACTIONS(4460), 1, + [93649] = 3, + ACTIONS(4470), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148554,8 +148154,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92930] = 3, - ACTIONS(878), 1, + [93662] = 3, + ACTIONS(885), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148564,8 +148164,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92943] = 3, - ACTIONS(878), 1, + [93675] = 3, + ACTIONS(885), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148574,8 +148174,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92956] = 3, - ACTIONS(906), 1, + [93688] = 3, + ACTIONS(913), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148584,8 +148184,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92969] = 3, - ACTIONS(3088), 1, + [93701] = 3, + ACTIONS(3098), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148594,8 +148194,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92982] = 3, - ACTIONS(2079), 1, + [93714] = 3, + ACTIONS(2089), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148604,8 +148204,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [92995] = 3, - ACTIONS(2518), 1, + [93727] = 3, + ACTIONS(2528), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148614,8 +148214,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93008] = 3, - ACTIONS(1392), 1, + [93740] = 3, + ACTIONS(1399), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148624,8 +148224,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93021] = 3, - ACTIONS(1448), 1, + [93753] = 3, + ACTIONS(1455), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148634,8 +148234,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93034] = 3, - ACTIONS(1394), 1, + [93766] = 3, + ACTIONS(1401), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148644,8 +148244,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93047] = 3, - ACTIONS(4462), 1, + [93779] = 3, + ACTIONS(4472), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148654,8 +148254,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93060] = 3, - ACTIONS(1396), 1, + [93792] = 3, + ACTIONS(1403), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148664,8 +148264,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93073] = 3, - ACTIONS(2978), 1, + [93805] = 3, + ACTIONS(2988), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148674,8 +148274,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93086] = 3, - ACTIONS(4464), 1, + [93818] = 3, + ACTIONS(4474), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148684,8 +148284,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93099] = 3, - ACTIONS(1398), 1, + [93831] = 3, + ACTIONS(1405), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148694,8 +148294,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93112] = 3, - ACTIONS(4466), 1, + [93844] = 3, + ACTIONS(4476), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148704,18 +148304,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93125] = 3, + [93857] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4468), 1, + ACTIONS(4478), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [93138] = 3, - ACTIONS(1398), 1, + [93870] = 3, + ACTIONS(1405), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148724,8 +148324,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93151] = 3, - ACTIONS(1821), 1, + [93883] = 3, + ACTIONS(1828), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148734,8 +148334,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93164] = 3, - ACTIONS(4470), 1, + [93896] = 3, + ACTIONS(4480), 1, aux_sym_pragma_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148744,8 +148344,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93177] = 3, - ACTIONS(3518), 1, + [93909] = 3, + ACTIONS(3528), 1, anon_sym_COMMA, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148754,8 +148354,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93190] = 3, - ACTIONS(4472), 1, + [93922] = 3, + ACTIONS(4482), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148764,8 +148364,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93203] = 3, - ACTIONS(4474), 1, + [93935] = 3, + ACTIONS(4484), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148774,18 +148374,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93216] = 3, + [93948] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4476), 1, + ACTIONS(4486), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [93229] = 3, - ACTIONS(4478), 1, + [93961] = 3, + ACTIONS(4488), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148794,8 +148394,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93242] = 3, - ACTIONS(4480), 1, + [93974] = 3, + ACTIONS(4490), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148804,8 +148404,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93255] = 3, - ACTIONS(3323), 1, + [93987] = 3, + ACTIONS(3333), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148814,8 +148414,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93268] = 3, - ACTIONS(522), 1, + [94000] = 3, + ACTIONS(527), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148824,8 +148424,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93281] = 3, - ACTIONS(3092), 1, + [94013] = 3, + ACTIONS(3102), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148834,8 +148434,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93294] = 3, - ACTIONS(4482), 1, + [94026] = 3, + ACTIONS(4492), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148844,8 +148444,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93307] = 3, - ACTIONS(4484), 1, + [94039] = 3, + ACTIONS(4494), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148854,8 +148454,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93320] = 3, - ACTIONS(1400), 1, + [94052] = 3, + ACTIONS(1407), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148864,8 +148464,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93333] = 3, - ACTIONS(2107), 1, + [94065] = 3, + ACTIONS(2117), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148874,8 +148474,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93346] = 3, - ACTIONS(2568), 1, + [94078] = 3, + ACTIONS(2578), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148884,8 +148484,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93359] = 3, - ACTIONS(2970), 1, + [94091] = 3, + ACTIONS(2980), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148894,8 +148494,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93372] = 3, - ACTIONS(3094), 1, + [94104] = 3, + ACTIONS(3104), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148904,8 +148504,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93385] = 3, - ACTIONS(1774), 1, + [94117] = 3, + ACTIONS(1781), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148914,8 +148514,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93398] = 3, - ACTIONS(3096), 1, + [94130] = 3, + ACTIONS(3106), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148924,8 +148524,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93411] = 3, - ACTIONS(524), 1, + [94143] = 3, + ACTIONS(529), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148934,8 +148534,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93424] = 3, - ACTIONS(3098), 1, + [94156] = 3, + ACTIONS(3108), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148944,8 +148544,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93437] = 3, - ACTIONS(4486), 1, + [94169] = 3, + ACTIONS(4496), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148954,8 +148554,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93450] = 3, - ACTIONS(4488), 1, + [94182] = 3, + ACTIONS(4498), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148964,18 +148564,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93463] = 3, + [94195] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4490), 1, + ACTIONS(4500), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [93476] = 3, - ACTIONS(4492), 1, + [94208] = 3, + ACTIONS(4502), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148984,8 +148584,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93489] = 3, - ACTIONS(3066), 1, + [94221] = 3, + ACTIONS(3076), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -148994,8 +148594,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93502] = 3, - ACTIONS(3100), 1, + [94234] = 3, + ACTIONS(3110), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149004,8 +148604,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93515] = 3, - ACTIONS(4494), 1, + [94247] = 3, + ACTIONS(4504), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149014,8 +148614,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93528] = 3, - ACTIONS(4496), 1, + [94260] = 3, + ACTIONS(4506), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149024,8 +148624,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93541] = 3, - ACTIONS(1436), 1, + [94273] = 3, + ACTIONS(1443), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149034,8 +148634,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93554] = 3, - ACTIONS(4498), 1, + [94286] = 3, + ACTIONS(4508), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149044,8 +148644,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93567] = 3, - ACTIONS(3470), 1, + [94299] = 3, + ACTIONS(3480), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149054,8 +148654,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93580] = 3, - ACTIONS(4500), 1, + [94312] = 3, + ACTIONS(4510), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149064,8 +148664,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93593] = 3, - ACTIONS(1436), 1, + [94325] = 3, + ACTIONS(1443), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149074,8 +148674,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93606] = 3, - ACTIONS(4502), 1, + [94338] = 3, + ACTIONS(4512), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149084,8 +148684,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93619] = 3, - ACTIONS(4504), 1, + [94351] = 3, + ACTIONS(4514), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149094,8 +148694,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93632] = 3, - ACTIONS(4506), 1, + [94364] = 3, + ACTIONS(4516), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149104,8 +148704,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93645] = 3, - ACTIONS(1438), 1, + [94377] = 3, + ACTIONS(1445), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149114,8 +148714,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93658] = 3, - ACTIONS(4508), 1, + [94390] = 3, + ACTIONS(4518), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149124,8 +148724,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93671] = 3, - ACTIONS(3478), 1, + [94403] = 3, + ACTIONS(3488), 1, anon_sym_COMMA, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149134,8 +148734,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93684] = 3, - ACTIONS(3080), 1, + [94416] = 3, + ACTIONS(3090), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149144,8 +148744,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93697] = 3, - ACTIONS(862), 1, + [94429] = 3, + ACTIONS(869), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149154,8 +148754,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93710] = 3, - ACTIONS(3084), 1, + [94442] = 3, + ACTIONS(3094), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149164,8 +148764,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93723] = 3, - ACTIONS(4510), 1, + [94455] = 3, + ACTIONS(4520), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149174,8 +148774,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93736] = 3, - ACTIONS(4512), 1, + [94468] = 3, + ACTIONS(4522), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149184,8 +148784,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93749] = 3, - ACTIONS(862), 1, + [94481] = 3, + ACTIONS(869), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149194,8 +148794,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93762] = 3, - ACTIONS(2992), 1, + [94494] = 3, + ACTIONS(3002), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149204,8 +148804,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93775] = 3, - ACTIONS(4514), 1, + [94507] = 3, + ACTIONS(4524), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149214,8 +148814,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93788] = 3, - ACTIONS(3373), 1, + [94520] = 3, + ACTIONS(3383), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149224,8 +148824,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93801] = 3, - ACTIONS(3106), 1, + [94533] = 3, + ACTIONS(3116), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149234,8 +148834,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93814] = 3, - ACTIONS(3373), 1, + [94546] = 3, + ACTIONS(3383), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149244,8 +148844,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93827] = 3, - ACTIONS(2356), 1, + [94559] = 3, + ACTIONS(2366), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149254,8 +148854,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93840] = 3, - ACTIONS(4516), 1, + [94572] = 3, + ACTIONS(4526), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149264,8 +148864,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93853] = 3, - ACTIONS(4518), 1, + [94585] = 3, + ACTIONS(4528), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149274,8 +148874,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93866] = 3, - ACTIONS(4520), 1, + [94598] = 3, + ACTIONS(4530), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149284,8 +148884,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93879] = 3, - ACTIONS(4522), 1, + [94611] = 3, + ACTIONS(4532), 1, anon_sym_const, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149294,8 +148894,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93892] = 3, - ACTIONS(1402), 1, + [94624] = 3, + ACTIONS(1409), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149304,8 +148904,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93905] = 3, - ACTIONS(4524), 1, + [94637] = 3, + ACTIONS(4534), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149314,8 +148914,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93918] = 3, - ACTIONS(3114), 1, + [94650] = 3, + ACTIONS(3124), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149324,8 +148924,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93931] = 3, - ACTIONS(4526), 1, + [94663] = 3, + ACTIONS(4536), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149334,8 +148934,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93944] = 3, - ACTIONS(4528), 1, + [94676] = 3, + ACTIONS(4538), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149344,8 +148944,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93957] = 3, - ACTIONS(4530), 1, + [94689] = 3, + ACTIONS(4540), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149354,8 +148954,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93970] = 3, - ACTIONS(4532), 1, + [94702] = 3, + ACTIONS(4542), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149364,8 +148964,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93983] = 3, - ACTIONS(4534), 1, + [94715] = 3, + ACTIONS(4544), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149374,8 +148974,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [93996] = 3, - ACTIONS(4536), 1, + [94728] = 3, + ACTIONS(4546), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149384,8 +148984,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94009] = 3, - ACTIONS(4538), 1, + [94741] = 3, + ACTIONS(4548), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149394,8 +148994,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94022] = 3, - ACTIONS(4540), 1, + [94754] = 3, + ACTIONS(4550), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149404,8 +149004,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94035] = 3, - ACTIONS(3004), 1, + [94767] = 3, + ACTIONS(3014), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149414,8 +149014,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94048] = 3, - ACTIONS(2141), 1, + [94780] = 3, + ACTIONS(2151), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149424,8 +149024,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94061] = 3, - ACTIONS(3405), 1, + [94793] = 3, + ACTIONS(3415), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149434,8 +149034,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94074] = 3, - ACTIONS(4542), 1, + [94806] = 3, + ACTIONS(4552), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149444,8 +149044,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94087] = 3, - ACTIONS(4544), 1, + [94819] = 3, + ACTIONS(4554), 1, anon_sym_LBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149454,8 +149054,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94100] = 3, - ACTIONS(4546), 1, + [94832] = 3, + ACTIONS(4556), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149464,8 +149064,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94113] = 3, - ACTIONS(4548), 1, + [94845] = 3, + ACTIONS(4558), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149474,8 +149074,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94126] = 3, - ACTIONS(560), 1, + [94858] = 3, + ACTIONS(565), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149484,8 +149084,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94139] = 3, - ACTIONS(4550), 1, + [94871] = 3, + ACTIONS(4560), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149494,8 +149094,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94152] = 3, - ACTIONS(4552), 1, + [94884] = 3, + ACTIONS(4562), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149504,8 +149104,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94165] = 3, - ACTIONS(4554), 1, + [94897] = 3, + ACTIONS(4564), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149514,8 +149114,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94178] = 3, - ACTIONS(4556), 1, + [94910] = 3, + ACTIONS(4566), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149524,8 +149124,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94191] = 3, - ACTIONS(4558), 1, + [94923] = 3, + ACTIONS(4568), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149534,8 +149134,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94204] = 3, - ACTIONS(4560), 1, + [94936] = 3, + ACTIONS(4570), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149544,8 +149144,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94217] = 3, - ACTIONS(3012), 1, + [94949] = 3, + ACTIONS(3022), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149554,8 +149154,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94230] = 3, - ACTIONS(4562), 1, + [94962] = 3, + ACTIONS(4572), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149564,8 +149164,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94243] = 3, - ACTIONS(4564), 1, + [94975] = 3, + ACTIONS(4574), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149574,8 +149174,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94256] = 3, - ACTIONS(3409), 1, + [94988] = 3, + ACTIONS(3419), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149584,8 +149184,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94269] = 3, - ACTIONS(4566), 1, + [95001] = 3, + ACTIONS(4576), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149594,8 +149194,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94282] = 3, - ACTIONS(4568), 1, + [95014] = 3, + ACTIONS(4578), 1, anon_sym_LBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149604,8 +149204,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94295] = 3, - ACTIONS(2996), 1, + [95027] = 3, + ACTIONS(3006), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149614,8 +149214,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94308] = 3, - ACTIONS(4570), 1, + [95040] = 3, + ACTIONS(4580), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149624,8 +149224,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94321] = 3, - ACTIONS(4572), 1, + [95053] = 3, + ACTIONS(4582), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149634,8 +149234,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94334] = 3, - ACTIONS(4574), 1, + [95066] = 3, + ACTIONS(4584), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149644,8 +149244,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94347] = 3, - ACTIONS(4576), 1, + [95079] = 3, + ACTIONS(4586), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149654,8 +149254,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94360] = 3, - ACTIONS(4578), 1, + [95092] = 3, + ACTIONS(4588), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149664,8 +149264,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94373] = 3, - ACTIONS(574), 1, + [95105] = 3, + ACTIONS(579), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149674,8 +149274,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94386] = 3, - ACTIONS(1422), 1, + [95118] = 3, + ACTIONS(1429), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149684,8 +149284,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94399] = 3, - ACTIONS(4580), 1, + [95131] = 3, + ACTIONS(4590), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149694,8 +149294,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94412] = 3, - ACTIONS(3413), 1, + [95144] = 3, + ACTIONS(3423), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149704,8 +149304,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94425] = 3, - ACTIONS(4582), 1, + [95157] = 3, + ACTIONS(4592), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149714,8 +149314,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94438] = 3, - ACTIONS(4584), 1, + [95170] = 3, + ACTIONS(4594), 1, anon_sym_LBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149724,8 +149324,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94451] = 3, - ACTIONS(4586), 1, + [95183] = 3, + ACTIONS(4596), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149734,8 +149334,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94464] = 3, - ACTIONS(4588), 1, + [95196] = 3, + ACTIONS(4598), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149744,8 +149344,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94477] = 3, - ACTIONS(4590), 1, + [95209] = 3, + ACTIONS(4600), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149754,8 +149354,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94490] = 3, - ACTIONS(4592), 1, + [95222] = 3, + ACTIONS(4602), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149764,8 +149364,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94503] = 3, - ACTIONS(4594), 1, + [95235] = 3, + ACTIONS(4604), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149774,8 +149374,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94516] = 3, - ACTIONS(4596), 1, + [95248] = 3, + ACTIONS(4606), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149784,8 +149384,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94529] = 3, - ACTIONS(4598), 1, + [95261] = 3, + ACTIONS(4608), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149794,8 +149394,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94542] = 3, - ACTIONS(1422), 1, + [95274] = 3, + ACTIONS(1429), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149804,8 +149404,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94555] = 3, - ACTIONS(4600), 1, + [95287] = 3, + ACTIONS(4610), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149814,8 +149414,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94568] = 3, - ACTIONS(3417), 1, + [95300] = 3, + ACTIONS(3427), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149824,8 +149424,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94581] = 3, - ACTIONS(4602), 1, + [95313] = 3, + ACTIONS(4612), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149834,8 +149434,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94594] = 3, - ACTIONS(4604), 1, + [95326] = 3, + ACTIONS(4614), 1, anon_sym_LBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149844,8 +149444,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94607] = 3, - ACTIONS(4606), 1, + [95339] = 3, + ACTIONS(4616), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149854,8 +149454,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94620] = 3, - ACTIONS(4608), 1, + [95352] = 3, + ACTIONS(4618), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149864,8 +149464,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94633] = 3, - ACTIONS(4610), 1, + [95365] = 3, + ACTIONS(4620), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149874,8 +149474,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94646] = 3, - ACTIONS(4612), 1, + [95378] = 3, + ACTIONS(4622), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149884,8 +149484,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94659] = 3, - ACTIONS(4614), 1, + [95391] = 3, + ACTIONS(4624), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149894,8 +149494,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94672] = 3, - ACTIONS(4616), 1, + [95404] = 3, + ACTIONS(4626), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149904,8 +149504,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94685] = 3, - ACTIONS(3313), 1, + [95417] = 3, + ACTIONS(3323), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149914,8 +149514,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94698] = 3, - ACTIONS(1424), 1, + [95430] = 3, + ACTIONS(1431), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149924,8 +149524,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94711] = 3, - ACTIONS(3102), 1, + [95443] = 3, + ACTIONS(3112), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149934,8 +149534,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94724] = 3, - ACTIONS(3421), 1, + [95456] = 3, + ACTIONS(3431), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149944,8 +149544,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94737] = 3, - ACTIONS(4618), 1, + [95469] = 3, + ACTIONS(4628), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149954,8 +149554,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94750] = 3, - ACTIONS(4620), 1, + [95482] = 3, + ACTIONS(4630), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149964,8 +149564,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94763] = 3, - ACTIONS(4622), 1, + [95495] = 3, + ACTIONS(4632), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149974,8 +149574,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94776] = 3, - ACTIONS(4624), 1, + [95508] = 3, + ACTIONS(4634), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149984,8 +149584,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94789] = 3, - ACTIONS(4626), 1, + [95521] = 3, + ACTIONS(4636), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -149994,8 +149594,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94802] = 3, - ACTIONS(4628), 1, + [95534] = 3, + ACTIONS(4638), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150004,8 +149604,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94815] = 3, - ACTIONS(4630), 1, + [95547] = 3, + ACTIONS(4640), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150014,8 +149614,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94828] = 3, - ACTIONS(4632), 1, + [95560] = 3, + ACTIONS(4642), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150024,8 +149624,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94841] = 3, - ACTIONS(1418), 1, + [95573] = 3, + ACTIONS(1425), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150034,8 +149634,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94854] = 3, - ACTIONS(4634), 1, + [95586] = 3, + ACTIONS(4644), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150044,8 +149644,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94867] = 3, - ACTIONS(3425), 1, + [95599] = 3, + ACTIONS(3435), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150054,8 +149654,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94880] = 3, - ACTIONS(4636), 1, + [95612] = 3, + ACTIONS(4646), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150064,8 +149664,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94893] = 3, - ACTIONS(4638), 1, + [95625] = 3, + ACTIONS(4648), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150074,8 +149674,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94906] = 3, - ACTIONS(4640), 1, + [95638] = 3, + ACTIONS(4650), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150084,8 +149684,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94919] = 3, - ACTIONS(1418), 1, + [95651] = 3, + ACTIONS(1425), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150094,8 +149694,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94932] = 3, - ACTIONS(4642), 1, + [95664] = 3, + ACTIONS(4652), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150104,8 +149704,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94945] = 3, - ACTIONS(4644), 1, + [95677] = 3, + ACTIONS(4654), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150114,8 +149714,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94958] = 3, - ACTIONS(4646), 1, + [95690] = 3, + ACTIONS(4656), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150124,18 +149724,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94971] = 3, + [95703] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4648), 1, + ACTIONS(4658), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [94984] = 3, - ACTIONS(4650), 1, + [95716] = 3, + ACTIONS(4660), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150144,8 +149744,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [94997] = 3, - ACTIONS(4652), 1, + [95729] = 3, + ACTIONS(4662), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150154,8 +149754,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95010] = 3, - ACTIONS(3476), 1, + [95742] = 3, + ACTIONS(3486), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150164,8 +149764,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95023] = 3, - ACTIONS(4654), 1, + [95755] = 3, + ACTIONS(4664), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150174,18 +149774,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95036] = 3, + [95768] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4656), 1, + ACTIONS(4666), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [95049] = 3, - ACTIONS(4658), 1, + [95781] = 3, + ACTIONS(4668), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150194,8 +149794,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95062] = 3, - ACTIONS(1440), 1, + [95794] = 3, + ACTIONS(1447), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150204,97 +149804,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95075] = 3, - ACTIONS(4660), 1, - sym_id, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [95088] = 3, - ACTIONS(4662), 1, - sym_id, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [95101] = 3, - ACTIONS(4664), 1, - anon_sym_LPAREN, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [95114] = 3, - ACTIONS(2426), 1, - anon_sym_SEMI, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [95127] = 3, - ACTIONS(3104), 1, - anon_sym_SEMI, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [95140] = 3, - ACTIONS(4666), 1, - anon_sym_in, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [95153] = 3, - ACTIONS(3437), 1, - anon_sym_LPAREN, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [95166] = 3, - ACTIONS(4668), 1, - anon_sym_LPAREN, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [95179] = 3, - ACTIONS(3633), 1, - anon_sym_COMMA, - ACTIONS(5), 2, - sym_zeekygen_next_comment, - sym_minor_comment, - ACTIONS(3), 3, - sym_zeekygen_head_comment, - sym_zeekygen_prev_comment, - sym_nl, - [95192] = 3, + [95807] = 3, ACTIONS(4670), 1, sym_id, ACTIONS(5), 2, @@ -150304,7 +149814,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95205] = 3, + [95820] = 3, ACTIONS(4672), 1, sym_id, ACTIONS(5), 2, @@ -150314,9 +149824,29 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95218] = 3, + [95833] = 3, ACTIONS(4674), 1, - sym_id, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [95846] = 3, + ACTIONS(2436), 1, + anon_sym_SEMI, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [95859] = 3, + ACTIONS(3114), 1, + anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -150324,9 +149854,19 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95231] = 3, + [95872] = 3, ACTIONS(4676), 1, - sym_id, + anon_sym_in, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [95885] = 3, + ACTIONS(3447), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, sym_minor_comment, @@ -150334,7 +149874,7 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95244] = 3, + [95898] = 3, ACTIONS(4678), 1, anon_sym_LPAREN, ACTIONS(5), 2, @@ -150344,8 +149884,68 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95257] = 3, - ACTIONS(1444), 1, + [95911] = 3, + ACTIONS(3643), 1, + anon_sym_COMMA, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [95924] = 3, + ACTIONS(4680), 1, + sym_id, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [95937] = 3, + ACTIONS(4682), 1, + sym_id, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [95950] = 3, + ACTIONS(4684), 1, + sym_id, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [95963] = 3, + ACTIONS(4686), 1, + sym_id, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [95976] = 3, + ACTIONS(4688), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_zeekygen_next_comment, + sym_minor_comment, + ACTIONS(3), 3, + sym_zeekygen_head_comment, + sym_zeekygen_prev_comment, + sym_nl, + [95989] = 3, + ACTIONS(1451), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150354,8 +149954,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95270] = 3, - ACTIONS(582), 1, + [96002] = 3, + ACTIONS(587), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150364,8 +149964,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95283] = 3, - ACTIONS(490), 1, + [96015] = 3, + ACTIONS(495), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150374,8 +149974,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95296] = 3, - ACTIONS(3441), 1, + [96028] = 3, + ACTIONS(3451), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150384,8 +149984,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95309] = 3, - ACTIONS(4680), 1, + [96041] = 3, + ACTIONS(4690), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150394,18 +149994,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95322] = 3, + [96054] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4682), 1, + ACTIONS(4692), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [95335] = 3, - ACTIONS(4684), 1, + [96067] = 3, + ACTIONS(4694), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150414,8 +150014,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95348] = 3, - ACTIONS(3064), 1, + [96080] = 3, + ACTIONS(3074), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150424,8 +150024,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95361] = 3, - ACTIONS(4686), 1, + [96093] = 3, + ACTIONS(4696), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150434,8 +150034,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95374] = 3, - ACTIONS(4688), 1, + [96106] = 3, + ACTIONS(4698), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150444,8 +150044,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95387] = 3, - ACTIONS(4690), 1, + [96119] = 3, + ACTIONS(4700), 1, aux_sym_pragma_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150454,8 +150054,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95400] = 3, - ACTIONS(4692), 1, + [96132] = 3, + ACTIONS(4702), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150464,8 +150064,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95413] = 3, - ACTIONS(4694), 1, + [96145] = 3, + ACTIONS(4704), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150474,8 +150074,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95426] = 3, - ACTIONS(584), 1, + [96158] = 3, + ACTIONS(589), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150484,8 +150084,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95439] = 3, - ACTIONS(4696), 1, + [96171] = 3, + ACTIONS(4706), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150494,8 +150094,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95452] = 3, - ACTIONS(4698), 1, + [96184] = 3, + ACTIONS(4708), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150504,8 +150104,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95465] = 3, - ACTIONS(4700), 1, + [96197] = 3, + ACTIONS(4710), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150514,8 +150114,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95478] = 3, - ACTIONS(4702), 1, + [96210] = 3, + ACTIONS(4712), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150524,8 +150124,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95491] = 3, - ACTIONS(4704), 1, + [96223] = 3, + ACTIONS(4714), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150534,8 +150134,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95504] = 3, - ACTIONS(3078), 1, + [96236] = 3, + ACTIONS(3088), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150544,8 +150144,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95517] = 3, - ACTIONS(562), 1, + [96249] = 3, + ACTIONS(567), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150554,8 +150154,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95530] = 3, - ACTIONS(3118), 1, + [96262] = 3, + ACTIONS(3128), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150564,8 +150164,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95543] = 3, - ACTIONS(894), 1, + [96275] = 3, + ACTIONS(901), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150574,8 +150174,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95556] = 3, - ACTIONS(4706), 1, + [96288] = 3, + ACTIONS(4716), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150584,8 +150184,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95569] = 3, - ACTIONS(4708), 1, + [96301] = 3, + ACTIONS(4718), 1, anon_sym_PLUS_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150594,8 +150194,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95582] = 3, - ACTIONS(4710), 1, + [96314] = 3, + ACTIONS(4720), 1, anon_sym_LBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150604,8 +150204,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95595] = 3, - ACTIONS(4712), 1, + [96327] = 3, + ACTIONS(4722), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150614,8 +150214,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95608] = 3, - ACTIONS(4714), 1, + [96340] = 3, + ACTIONS(4724), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150624,8 +150224,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95621] = 3, - ACTIONS(4716), 1, + [96353] = 3, + ACTIONS(4726), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150634,8 +150234,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95634] = 3, - ACTIONS(4718), 1, + [96366] = 3, + ACTIONS(4728), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150644,8 +150244,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95647] = 3, - ACTIONS(4720), 1, + [96379] = 3, + ACTIONS(4730), 1, anon_sym_LBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150654,8 +150254,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95660] = 3, - ACTIONS(4722), 1, + [96392] = 3, + ACTIONS(4732), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150664,8 +150264,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95673] = 3, - ACTIONS(4724), 1, + [96405] = 3, + ACTIONS(4734), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150674,8 +150274,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95686] = 3, - ACTIONS(4726), 1, + [96418] = 3, + ACTIONS(4736), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150684,8 +150284,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95699] = 3, - ACTIONS(3120), 1, + [96431] = 3, + ACTIONS(3130), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150694,8 +150294,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95712] = 3, - ACTIONS(4728), 1, + [96444] = 3, + ACTIONS(4738), 1, anon_sym_LBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150704,8 +150304,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95725] = 3, - ACTIONS(2111), 1, + [96457] = 3, + ACTIONS(2121), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150714,8 +150314,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95738] = 3, - ACTIONS(4730), 1, + [96470] = 3, + ACTIONS(4740), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150724,8 +150324,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95751] = 3, - ACTIONS(894), 1, + [96483] = 3, + ACTIONS(901), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150734,18 +150334,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95764] = 3, + [96496] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4732), 1, + ACTIONS(4742), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [95777] = 3, - ACTIONS(4734), 1, + [96509] = 3, + ACTIONS(4744), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150754,8 +150354,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95790] = 3, - ACTIONS(4736), 1, + [96522] = 3, + ACTIONS(4746), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150764,8 +150364,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95803] = 3, - ACTIONS(4738), 1, + [96535] = 3, + ACTIONS(4748), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150774,8 +150374,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95816] = 3, - ACTIONS(4740), 1, + [96548] = 3, + ACTIONS(4750), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150784,8 +150384,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95829] = 3, - ACTIONS(1506), 1, + [96561] = 3, + ACTIONS(1513), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150794,8 +150394,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95842] = 3, - ACTIONS(4742), 1, + [96574] = 3, + ACTIONS(4752), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150804,8 +150404,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95855] = 3, - ACTIONS(902), 1, + [96587] = 3, + ACTIONS(909), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150814,8 +150414,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95868] = 3, - ACTIONS(4744), 1, + [96600] = 3, + ACTIONS(4754), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150824,8 +150424,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95881] = 3, - ACTIONS(496), 1, + [96613] = 3, + ACTIONS(501), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150834,8 +150434,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95894] = 3, - ACTIONS(902), 1, + [96626] = 3, + ACTIONS(909), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150844,8 +150444,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95907] = 3, - ACTIONS(498), 1, + [96639] = 3, + ACTIONS(503), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150854,8 +150454,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95920] = 3, - ACTIONS(4746), 1, + [96652] = 3, + ACTIONS(4756), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150864,8 +150464,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95933] = 3, - ACTIONS(4748), 1, + [96665] = 3, + ACTIONS(4758), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150874,8 +150474,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95946] = 3, - ACTIONS(3006), 1, + [96678] = 3, + ACTIONS(3016), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150884,8 +150484,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95959] = 3, - ACTIONS(4750), 1, + [96691] = 3, + ACTIONS(4760), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150894,8 +150494,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95972] = 3, - ACTIONS(2133), 1, + [96704] = 3, + ACTIONS(2143), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150904,8 +150504,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95985] = 3, - ACTIONS(4752), 1, + [96717] = 3, + ACTIONS(4762), 1, anon_sym_in, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150914,8 +150514,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [95998] = 3, - ACTIONS(4754), 1, + [96730] = 3, + ACTIONS(4764), 1, anon_sym_EQ, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150924,8 +150524,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96011] = 3, - ACTIONS(4756), 1, + [96743] = 3, + ACTIONS(4766), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150934,8 +150534,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96024] = 3, - ACTIONS(2582), 1, + [96756] = 3, + ACTIONS(2592), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150944,8 +150544,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96037] = 3, - ACTIONS(4758), 1, + [96769] = 3, + ACTIONS(4768), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150954,8 +150554,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96050] = 3, - ACTIONS(4760), 1, + [96782] = 3, + ACTIONS(4770), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150964,8 +150564,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96063] = 3, - ACTIONS(4762), 1, + [96795] = 3, + ACTIONS(4772), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150974,8 +150574,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96076] = 3, - ACTIONS(4764), 1, + [96808] = 3, + ACTIONS(4774), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150984,8 +150584,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96089] = 3, - ACTIONS(4766), 1, + [96821] = 3, + ACTIONS(4776), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -150994,8 +150594,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96102] = 3, - ACTIONS(4768), 1, + [96834] = 3, + ACTIONS(4778), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151004,8 +150604,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96115] = 3, - ACTIONS(4770), 1, + [96847] = 3, + ACTIONS(4780), 1, anon_sym_LBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151014,8 +150614,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96128] = 3, - ACTIONS(4772), 1, + [96860] = 3, + ACTIONS(4782), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151024,8 +150624,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96141] = 3, - ACTIONS(4774), 1, + [96873] = 3, + ACTIONS(4784), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151034,8 +150634,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96154] = 3, - ACTIONS(4776), 1, + [96886] = 3, + ACTIONS(4786), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151044,8 +150644,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96167] = 3, - ACTIONS(4778), 1, + [96899] = 3, + ACTIONS(4788), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151054,8 +150654,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96180] = 3, - ACTIONS(4780), 1, + [96912] = 3, + ACTIONS(4790), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151064,8 +150664,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96193] = 3, - ACTIONS(4782), 1, + [96925] = 3, + ACTIONS(4792), 1, anon_sym_COLON, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151074,8 +150674,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96206] = 3, - ACTIONS(4784), 1, + [96938] = 3, + ACTIONS(4794), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151084,8 +150684,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96219] = 3, - ACTIONS(4786), 1, + [96951] = 3, + ACTIONS(4796), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151094,8 +150694,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96232] = 3, - ACTIONS(1420), 1, + [96964] = 3, + ACTIONS(1427), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151104,8 +150704,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96245] = 3, - ACTIONS(4788), 1, + [96977] = 3, + ACTIONS(4798), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151114,8 +150714,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96258] = 3, - ACTIONS(4790), 1, + [96990] = 3, + ACTIONS(4800), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151124,8 +150724,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96271] = 3, - ACTIONS(2500), 1, + [97003] = 3, + ACTIONS(2510), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151134,8 +150734,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96284] = 3, - ACTIONS(4792), 1, + [97016] = 3, + ACTIONS(4802), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151144,8 +150744,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96297] = 3, - ACTIONS(4794), 1, + [97029] = 3, + ACTIONS(4804), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151154,8 +150754,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96310] = 3, - ACTIONS(4796), 1, + [97042] = 3, + ACTIONS(4806), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151164,8 +150764,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96323] = 3, - ACTIONS(4798), 1, + [97055] = 3, + ACTIONS(4808), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151174,8 +150774,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96336] = 3, - ACTIONS(4800), 1, + [97068] = 3, + ACTIONS(4810), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151184,8 +150784,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96349] = 3, - ACTIONS(4802), 1, + [97081] = 3, + ACTIONS(4812), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151194,8 +150794,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96362] = 3, - ACTIONS(4804), 1, + [97094] = 3, + ACTIONS(4814), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151204,8 +150804,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96375] = 3, - ACTIONS(4806), 1, + [97107] = 3, + ACTIONS(4816), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151214,18 +150814,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96388] = 3, + [97120] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4808), 1, + ACTIONS(4818), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [96401] = 3, - ACTIONS(906), 1, + [97133] = 3, + ACTIONS(913), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151234,8 +150834,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96414] = 3, - ACTIONS(4810), 1, + [97146] = 3, + ACTIONS(4820), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151244,8 +150844,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96427] = 3, - ACTIONS(4812), 1, + [97159] = 3, + ACTIONS(4822), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151254,8 +150854,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96440] = 3, - ACTIONS(1440), 1, + [97172] = 3, + ACTIONS(1447), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151264,8 +150864,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96453] = 3, - ACTIONS(4814), 1, + [97185] = 3, + ACTIONS(4824), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151274,8 +150874,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96466] = 3, - ACTIONS(534), 1, + [97198] = 3, + ACTIONS(539), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151284,18 +150884,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96479] = 3, + [97211] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4816), 1, + ACTIONS(4826), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [96492] = 3, - ACTIONS(4818), 1, + [97224] = 3, + ACTIONS(4828), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151304,8 +150904,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96505] = 3, - ACTIONS(4820), 1, + [97237] = 3, + ACTIONS(4830), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151314,8 +150914,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96518] = 3, - ACTIONS(4822), 1, + [97250] = 3, + ACTIONS(4832), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151324,8 +150924,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96531] = 3, - ACTIONS(4824), 1, + [97263] = 3, + ACTIONS(4834), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151334,18 +150934,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96544] = 3, + [97276] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4826), 1, + ACTIONS(4836), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [96557] = 3, - ACTIONS(4828), 1, + [97289] = 3, + ACTIONS(4838), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151354,18 +150954,18 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96570] = 3, + [97302] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4830), 1, + ACTIONS(4840), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_zeekygen_next_comment, sym_minor_comment, - [96583] = 3, - ACTIONS(4832), 1, + [97315] = 3, + ACTIONS(4842), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151374,8 +150974,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96596] = 3, - ACTIONS(4834), 1, + [97328] = 3, + ACTIONS(4844), 1, anon_sym_LBRACK, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151384,8 +150984,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96609] = 3, - ACTIONS(4836), 1, + [97341] = 3, + ACTIONS(4846), 1, aux_sym_pragma_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151394,8 +150994,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96622] = 3, - ACTIONS(2352), 1, + [97354] = 3, + ACTIONS(2362), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151404,8 +151004,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96635] = 3, - ACTIONS(3014), 1, + [97367] = 3, + ACTIONS(3024), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151414,8 +151014,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96648] = 3, - ACTIONS(4838), 1, + [97380] = 3, + ACTIONS(4848), 1, sym_id, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151424,8 +151024,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96661] = 3, - ACTIONS(4840), 1, + [97393] = 3, + ACTIONS(4850), 1, aux_sym_pragma_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151434,8 +151034,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96674] = 3, - ACTIONS(4842), 1, + [97406] = 3, + ACTIONS(4852), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151444,8 +151044,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96687] = 3, - ACTIONS(4844), 1, + [97419] = 3, + ACTIONS(4854), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151454,8 +151054,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96700] = 3, - ACTIONS(4846), 1, + [97432] = 3, + ACTIONS(4856), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151464,8 +151064,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96713] = 3, - ACTIONS(536), 1, + [97445] = 3, + ACTIONS(541), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151474,8 +151074,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96726] = 3, - ACTIONS(4848), 1, + [97458] = 3, + ACTIONS(4858), 1, aux_sym_pragma_token1, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151484,8 +151084,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96739] = 3, - ACTIONS(2129), 1, + [97471] = 3, + ACTIONS(2139), 1, anon_sym_SEMI, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151494,8 +151094,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96752] = 3, - ACTIONS(4850), 1, + [97484] = 3, + ACTIONS(4860), 1, anon_sym_of, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151504,8 +151104,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96765] = 3, - ACTIONS(4852), 1, + [97497] = 3, + ACTIONS(4862), 1, ts_builtin_sym_end, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151514,8 +151114,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96778] = 3, - ACTIONS(3474), 1, + [97510] = 3, + ACTIONS(3484), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151524,8 +151124,8 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96791] = 3, - ACTIONS(4854), 1, + [97523] = 3, + ACTIONS(4864), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_zeekygen_next_comment, @@ -151534,10 +151134,10 @@ static const uint16_t ts_small_parse_table[] = { sym_zeekygen_head_comment, sym_zeekygen_prev_comment, sym_nl, - [96804] = 3, + [97536] = 3, ACTIONS(3), 1, sym_nl, - ACTIONS(4856), 1, + ACTIONS(4866), 1, sym_file, ACTIONS(5), 4, sym_zeekygen_head_comment, @@ -151597,2022 +151197,2022 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(871)] = 3883, [SMALL_STATE(872)] = 3978, [SMALL_STATE(873)] = 4073, - [SMALL_STATE(874)] = 4199, - [SMALL_STATE(875)] = 4319, - [SMALL_STATE(876)] = 4445, - [SMALL_STATE(877)] = 4566, - [SMALL_STATE(878)] = 4683, - [SMALL_STATE(879)] = 4803, - [SMALL_STATE(880)] = 4920, - [SMALL_STATE(881)] = 5037, - [SMALL_STATE(882)] = 5154, - [SMALL_STATE(883)] = 5271, - [SMALL_STATE(884)] = 5388, - [SMALL_STATE(885)] = 5505, - [SMALL_STATE(886)] = 5622, - [SMALL_STATE(887)] = 5739, - [SMALL_STATE(888)] = 5856, - [SMALL_STATE(889)] = 5973, - [SMALL_STATE(890)] = 6090, - [SMALL_STATE(891)] = 6207, - [SMALL_STATE(892)] = 6324, - [SMALL_STATE(893)] = 6441, - [SMALL_STATE(894)] = 6558, - [SMALL_STATE(895)] = 6672, - [SMALL_STATE(896)] = 6786, - [SMALL_STATE(897)] = 6900, - [SMALL_STATE(898)] = 7014, - [SMALL_STATE(899)] = 7128, - [SMALL_STATE(900)] = 7242, - [SMALL_STATE(901)] = 7356, - [SMALL_STATE(902)] = 7470, - [SMALL_STATE(903)] = 7584, - [SMALL_STATE(904)] = 7698, - [SMALL_STATE(905)] = 7812, - [SMALL_STATE(906)] = 7926, - [SMALL_STATE(907)] = 8040, - [SMALL_STATE(908)] = 8154, - [SMALL_STATE(909)] = 8268, - [SMALL_STATE(910)] = 8382, - [SMALL_STATE(911)] = 8496, - [SMALL_STATE(912)] = 8610, - [SMALL_STATE(913)] = 8724, - [SMALL_STATE(914)] = 8838, - [SMALL_STATE(915)] = 8952, - [SMALL_STATE(916)] = 9066, - [SMALL_STATE(917)] = 9180, - [SMALL_STATE(918)] = 9294, - [SMALL_STATE(919)] = 9408, - [SMALL_STATE(920)] = 9522, - [SMALL_STATE(921)] = 9636, - [SMALL_STATE(922)] = 9737, - [SMALL_STATE(923)] = 9838, - [SMALL_STATE(924)] = 9895, - [SMALL_STATE(925)] = 10006, - [SMALL_STATE(926)] = 10117, - [SMALL_STATE(927)] = 10228, - [SMALL_STATE(928)] = 10329, - [SMALL_STATE(929)] = 10440, - [SMALL_STATE(930)] = 10541, - [SMALL_STATE(931)] = 10652, - [SMALL_STATE(932)] = 10753, - [SMALL_STATE(933)] = 10864, - [SMALL_STATE(934)] = 10972, - [SMALL_STATE(935)] = 11080, - [SMALL_STATE(936)] = 11188, - [SMALL_STATE(937)] = 11296, - [SMALL_STATE(938)] = 11404, - [SMALL_STATE(939)] = 11460, - [SMALL_STATE(940)] = 11568, - [SMALL_STATE(941)] = 11676, - [SMALL_STATE(942)] = 11732, - [SMALL_STATE(943)] = 11840, - [SMALL_STATE(944)] = 11948, - [SMALL_STATE(945)] = 12056, - [SMALL_STATE(946)] = 12164, - [SMALL_STATE(947)] = 12220, - [SMALL_STATE(948)] = 12328, - [SMALL_STATE(949)] = 12436, - [SMALL_STATE(950)] = 12544, - [SMALL_STATE(951)] = 12652, - [SMALL_STATE(952)] = 12760, - [SMALL_STATE(953)] = 12868, - [SMALL_STATE(954)] = 12976, - [SMALL_STATE(955)] = 13084, - [SMALL_STATE(956)] = 13192, - [SMALL_STATE(957)] = 13300, - [SMALL_STATE(958)] = 13408, - [SMALL_STATE(959)] = 13516, - [SMALL_STATE(960)] = 13624, - [SMALL_STATE(961)] = 13732, - [SMALL_STATE(962)] = 13840, - [SMALL_STATE(963)] = 13948, - [SMALL_STATE(964)] = 14056, - [SMALL_STATE(965)] = 14164, - [SMALL_STATE(966)] = 14272, - [SMALL_STATE(967)] = 14380, - [SMALL_STATE(968)] = 14488, - [SMALL_STATE(969)] = 14596, - [SMALL_STATE(970)] = 14704, - [SMALL_STATE(971)] = 14812, - [SMALL_STATE(972)] = 14920, - [SMALL_STATE(973)] = 15028, - [SMALL_STATE(974)] = 15136, - [SMALL_STATE(975)] = 15244, - [SMALL_STATE(976)] = 15352, - [SMALL_STATE(977)] = 15460, - [SMALL_STATE(978)] = 15568, - [SMALL_STATE(979)] = 15676, - [SMALL_STATE(980)] = 15784, - [SMALL_STATE(981)] = 15892, - [SMALL_STATE(982)] = 16000, - [SMALL_STATE(983)] = 16108, - [SMALL_STATE(984)] = 16216, - [SMALL_STATE(985)] = 16324, - [SMALL_STATE(986)] = 16432, - [SMALL_STATE(987)] = 16540, - [SMALL_STATE(988)] = 16648, - [SMALL_STATE(989)] = 16756, - [SMALL_STATE(990)] = 16864, - [SMALL_STATE(991)] = 16972, - [SMALL_STATE(992)] = 17080, - [SMALL_STATE(993)] = 17188, - [SMALL_STATE(994)] = 17296, - [SMALL_STATE(995)] = 17404, - [SMALL_STATE(996)] = 17512, - [SMALL_STATE(997)] = 17620, - [SMALL_STATE(998)] = 17728, - [SMALL_STATE(999)] = 17836, - [SMALL_STATE(1000)] = 17944, - [SMALL_STATE(1001)] = 18052, - [SMALL_STATE(1002)] = 18160, - [SMALL_STATE(1003)] = 18268, - [SMALL_STATE(1004)] = 18376, - [SMALL_STATE(1005)] = 18484, - [SMALL_STATE(1006)] = 18592, - [SMALL_STATE(1007)] = 18700, - [SMALL_STATE(1008)] = 18808, - [SMALL_STATE(1009)] = 18916, - [SMALL_STATE(1010)] = 19024, - [SMALL_STATE(1011)] = 19132, - [SMALL_STATE(1012)] = 19240, - [SMALL_STATE(1013)] = 19348, - [SMALL_STATE(1014)] = 19456, - [SMALL_STATE(1015)] = 19564, - [SMALL_STATE(1016)] = 19672, - [SMALL_STATE(1017)] = 19780, - [SMALL_STATE(1018)] = 19888, - [SMALL_STATE(1019)] = 19996, - [SMALL_STATE(1020)] = 20104, - [SMALL_STATE(1021)] = 20212, - [SMALL_STATE(1022)] = 20320, - [SMALL_STATE(1023)] = 20428, - [SMALL_STATE(1024)] = 20536, - [SMALL_STATE(1025)] = 20644, - [SMALL_STATE(1026)] = 20752, - [SMALL_STATE(1027)] = 20860, - [SMALL_STATE(1028)] = 20968, - [SMALL_STATE(1029)] = 21076, - [SMALL_STATE(1030)] = 21184, - [SMALL_STATE(1031)] = 21292, - [SMALL_STATE(1032)] = 21400, - [SMALL_STATE(1033)] = 21508, - [SMALL_STATE(1034)] = 21616, - [SMALL_STATE(1035)] = 21724, - [SMALL_STATE(1036)] = 21832, - [SMALL_STATE(1037)] = 21940, - [SMALL_STATE(1038)] = 22048, - [SMALL_STATE(1039)] = 22156, - [SMALL_STATE(1040)] = 22264, - [SMALL_STATE(1041)] = 22372, - [SMALL_STATE(1042)] = 22480, - [SMALL_STATE(1043)] = 22588, - [SMALL_STATE(1044)] = 22696, - [SMALL_STATE(1045)] = 22804, - [SMALL_STATE(1046)] = 22912, - [SMALL_STATE(1047)] = 23020, - [SMALL_STATE(1048)] = 23128, - [SMALL_STATE(1049)] = 23236, - [SMALL_STATE(1050)] = 23344, - [SMALL_STATE(1051)] = 23452, - [SMALL_STATE(1052)] = 23560, - [SMALL_STATE(1053)] = 23668, - [SMALL_STATE(1054)] = 23776, - [SMALL_STATE(1055)] = 23884, - [SMALL_STATE(1056)] = 23992, - [SMALL_STATE(1057)] = 24100, - [SMALL_STATE(1058)] = 24208, - [SMALL_STATE(1059)] = 24316, - [SMALL_STATE(1060)] = 24424, - [SMALL_STATE(1061)] = 24532, - [SMALL_STATE(1062)] = 24640, - [SMALL_STATE(1063)] = 24748, - [SMALL_STATE(1064)] = 24856, - [SMALL_STATE(1065)] = 24964, - [SMALL_STATE(1066)] = 25072, - [SMALL_STATE(1067)] = 25180, - [SMALL_STATE(1068)] = 25288, - [SMALL_STATE(1069)] = 25396, - [SMALL_STATE(1070)] = 25504, - [SMALL_STATE(1071)] = 25612, - [SMALL_STATE(1072)] = 25720, - [SMALL_STATE(1073)] = 25828, - [SMALL_STATE(1074)] = 25936, - [SMALL_STATE(1075)] = 26044, - [SMALL_STATE(1076)] = 26152, - [SMALL_STATE(1077)] = 26260, - [SMALL_STATE(1078)] = 26368, - [SMALL_STATE(1079)] = 26476, - [SMALL_STATE(1080)] = 26584, - [SMALL_STATE(1081)] = 26692, - [SMALL_STATE(1082)] = 26800, - [SMALL_STATE(1083)] = 26908, - [SMALL_STATE(1084)] = 27016, - [SMALL_STATE(1085)] = 27124, - [SMALL_STATE(1086)] = 27232, - [SMALL_STATE(1087)] = 27340, - [SMALL_STATE(1088)] = 27448, - [SMALL_STATE(1089)] = 27556, - [SMALL_STATE(1090)] = 27664, - [SMALL_STATE(1091)] = 27772, - [SMALL_STATE(1092)] = 27880, - [SMALL_STATE(1093)] = 27988, - [SMALL_STATE(1094)] = 28096, - [SMALL_STATE(1095)] = 28204, - [SMALL_STATE(1096)] = 28312, - [SMALL_STATE(1097)] = 28420, - [SMALL_STATE(1098)] = 28528, - [SMALL_STATE(1099)] = 28636, - [SMALL_STATE(1100)] = 28744, - [SMALL_STATE(1101)] = 28852, - [SMALL_STATE(1102)] = 28916, - [SMALL_STATE(1103)] = 29024, - [SMALL_STATE(1104)] = 29132, - [SMALL_STATE(1105)] = 29240, - [SMALL_STATE(1106)] = 29348, - [SMALL_STATE(1107)] = 29456, - [SMALL_STATE(1108)] = 29564, - [SMALL_STATE(1109)] = 29672, - [SMALL_STATE(1110)] = 29780, - [SMALL_STATE(1111)] = 29888, - [SMALL_STATE(1112)] = 29996, - [SMALL_STATE(1113)] = 30104, - [SMALL_STATE(1114)] = 30212, - [SMALL_STATE(1115)] = 30320, - [SMALL_STATE(1116)] = 30428, - [SMALL_STATE(1117)] = 30536, - [SMALL_STATE(1118)] = 30644, - [SMALL_STATE(1119)] = 30752, - [SMALL_STATE(1120)] = 30860, - [SMALL_STATE(1121)] = 30968, - [SMALL_STATE(1122)] = 31076, - [SMALL_STATE(1123)] = 31184, - [SMALL_STATE(1124)] = 31292, - [SMALL_STATE(1125)] = 31400, - [SMALL_STATE(1126)] = 31508, - [SMALL_STATE(1127)] = 31616, - [SMALL_STATE(1128)] = 31724, - [SMALL_STATE(1129)] = 31832, - [SMALL_STATE(1130)] = 31940, - [SMALL_STATE(1131)] = 32048, - [SMALL_STATE(1132)] = 32156, - [SMALL_STATE(1133)] = 32264, - [SMALL_STATE(1134)] = 32372, - [SMALL_STATE(1135)] = 32480, - [SMALL_STATE(1136)] = 32588, - [SMALL_STATE(1137)] = 32696, - [SMALL_STATE(1138)] = 32804, - [SMALL_STATE(1139)] = 32912, - [SMALL_STATE(1140)] = 33020, - [SMALL_STATE(1141)] = 33128, - [SMALL_STATE(1142)] = 33236, - [SMALL_STATE(1143)] = 33344, - [SMALL_STATE(1144)] = 33452, - [SMALL_STATE(1145)] = 33560, - [SMALL_STATE(1146)] = 33668, - [SMALL_STATE(1147)] = 33776, - [SMALL_STATE(1148)] = 33884, - [SMALL_STATE(1149)] = 33992, - [SMALL_STATE(1150)] = 34100, - [SMALL_STATE(1151)] = 34208, - [SMALL_STATE(1152)] = 34316, - [SMALL_STATE(1153)] = 34424, - [SMALL_STATE(1154)] = 34532, - [SMALL_STATE(1155)] = 34640, - [SMALL_STATE(1156)] = 34748, - [SMALL_STATE(1157)] = 34856, - [SMALL_STATE(1158)] = 34964, - [SMALL_STATE(1159)] = 35072, - [SMALL_STATE(1160)] = 35180, - [SMALL_STATE(1161)] = 35288, - [SMALL_STATE(1162)] = 35396, - [SMALL_STATE(1163)] = 35504, - [SMALL_STATE(1164)] = 35612, - [SMALL_STATE(1165)] = 35720, - [SMALL_STATE(1166)] = 35828, - [SMALL_STATE(1167)] = 35936, - [SMALL_STATE(1168)] = 36044, - [SMALL_STATE(1169)] = 36152, - [SMALL_STATE(1170)] = 36260, - [SMALL_STATE(1171)] = 36368, - [SMALL_STATE(1172)] = 36476, - [SMALL_STATE(1173)] = 36584, - [SMALL_STATE(1174)] = 36692, - [SMALL_STATE(1175)] = 36800, - [SMALL_STATE(1176)] = 36908, - [SMALL_STATE(1177)] = 37016, - [SMALL_STATE(1178)] = 37124, - [SMALL_STATE(1179)] = 37232, - [SMALL_STATE(1180)] = 37340, - [SMALL_STATE(1181)] = 37448, - [SMALL_STATE(1182)] = 37556, - [SMALL_STATE(1183)] = 37664, - [SMALL_STATE(1184)] = 37772, - [SMALL_STATE(1185)] = 37880, - [SMALL_STATE(1186)] = 37988, - [SMALL_STATE(1187)] = 38096, - [SMALL_STATE(1188)] = 38204, - [SMALL_STATE(1189)] = 38312, - [SMALL_STATE(1190)] = 38420, - [SMALL_STATE(1191)] = 38528, - [SMALL_STATE(1192)] = 38636, - [SMALL_STATE(1193)] = 38744, - [SMALL_STATE(1194)] = 38852, - [SMALL_STATE(1195)] = 38960, - [SMALL_STATE(1196)] = 39068, - [SMALL_STATE(1197)] = 39176, - [SMALL_STATE(1198)] = 39284, - [SMALL_STATE(1199)] = 39392, - [SMALL_STATE(1200)] = 39500, - [SMALL_STATE(1201)] = 39608, - [SMALL_STATE(1202)] = 39716, - [SMALL_STATE(1203)] = 39824, - [SMALL_STATE(1204)] = 39932, - [SMALL_STATE(1205)] = 40040, - [SMALL_STATE(1206)] = 40148, - [SMALL_STATE(1207)] = 40256, - [SMALL_STATE(1208)] = 40364, - [SMALL_STATE(1209)] = 40472, - [SMALL_STATE(1210)] = 40580, - [SMALL_STATE(1211)] = 40688, - [SMALL_STATE(1212)] = 40796, - [SMALL_STATE(1213)] = 40904, - [SMALL_STATE(1214)] = 41012, - [SMALL_STATE(1215)] = 41120, - [SMALL_STATE(1216)] = 41228, - [SMALL_STATE(1217)] = 41336, - [SMALL_STATE(1218)] = 41444, - [SMALL_STATE(1219)] = 41552, - [SMALL_STATE(1220)] = 41660, - [SMALL_STATE(1221)] = 41768, - [SMALL_STATE(1222)] = 41876, - [SMALL_STATE(1223)] = 41984, - [SMALL_STATE(1224)] = 42092, - [SMALL_STATE(1225)] = 42200, - [SMALL_STATE(1226)] = 42308, - [SMALL_STATE(1227)] = 42416, - [SMALL_STATE(1228)] = 42524, - [SMALL_STATE(1229)] = 42632, - [SMALL_STATE(1230)] = 42740, - [SMALL_STATE(1231)] = 42848, - [SMALL_STATE(1232)] = 42956, - [SMALL_STATE(1233)] = 43064, - [SMALL_STATE(1234)] = 43172, - [SMALL_STATE(1235)] = 43280, - [SMALL_STATE(1236)] = 43388, - [SMALL_STATE(1237)] = 43496, - [SMALL_STATE(1238)] = 43604, - [SMALL_STATE(1239)] = 43712, - [SMALL_STATE(1240)] = 43820, - [SMALL_STATE(1241)] = 43928, - [SMALL_STATE(1242)] = 44036, - [SMALL_STATE(1243)] = 44144, - [SMALL_STATE(1244)] = 44252, - [SMALL_STATE(1245)] = 44360, - [SMALL_STATE(1246)] = 44468, - [SMALL_STATE(1247)] = 44576, - [SMALL_STATE(1248)] = 44684, - [SMALL_STATE(1249)] = 44792, - [SMALL_STATE(1250)] = 44855, - [SMALL_STATE(1251)] = 44908, - [SMALL_STATE(1252)] = 44971, - [SMALL_STATE(1253)] = 45034, - [SMALL_STATE(1254)] = 45097, - [SMALL_STATE(1255)] = 45157, - [SMALL_STATE(1256)] = 45217, - [SMALL_STATE(1257)] = 45273, - [SMALL_STATE(1258)] = 45325, - [SMALL_STATE(1259)] = 45377, - [SMALL_STATE(1260)] = 45427, - [SMALL_STATE(1261)] = 45476, - [SMALL_STATE(1262)] = 45525, - [SMALL_STATE(1263)] = 45574, - [SMALL_STATE(1264)] = 45623, - [SMALL_STATE(1265)] = 45672, - [SMALL_STATE(1266)] = 45721, - [SMALL_STATE(1267)] = 45772, - [SMALL_STATE(1268)] = 45821, - [SMALL_STATE(1269)] = 45870, - [SMALL_STATE(1270)] = 45919, - [SMALL_STATE(1271)] = 45968, - [SMALL_STATE(1272)] = 46017, - [SMALL_STATE(1273)] = 46066, - [SMALL_STATE(1274)] = 46117, - [SMALL_STATE(1275)] = 46166, - [SMALL_STATE(1276)] = 46215, - [SMALL_STATE(1277)] = 46264, - [SMALL_STATE(1278)] = 46313, - [SMALL_STATE(1279)] = 46362, - [SMALL_STATE(1280)] = 46411, - [SMALL_STATE(1281)] = 46460, - [SMALL_STATE(1282)] = 46511, - [SMALL_STATE(1283)] = 46560, - [SMALL_STATE(1284)] = 46617, - [SMALL_STATE(1285)] = 46668, - [SMALL_STATE(1286)] = 46717, - [SMALL_STATE(1287)] = 46766, - [SMALL_STATE(1288)] = 46815, - [SMALL_STATE(1289)] = 46872, - [SMALL_STATE(1290)] = 46921, - [SMALL_STATE(1291)] = 46970, - [SMALL_STATE(1292)] = 47019, - [SMALL_STATE(1293)] = 47068, - [SMALL_STATE(1294)] = 47117, - [SMALL_STATE(1295)] = 47166, - [SMALL_STATE(1296)] = 47238, - [SMALL_STATE(1297)] = 47316, - [SMALL_STATE(1298)] = 47392, - [SMALL_STATE(1299)] = 47458, - [SMALL_STATE(1300)] = 47534, - [SMALL_STATE(1301)] = 47612, - [SMALL_STATE(1302)] = 47680, - [SMALL_STATE(1303)] = 47728, - [SMALL_STATE(1304)] = 47786, - [SMALL_STATE(1305)] = 47852, - [SMALL_STATE(1306)] = 47924, - [SMALL_STATE(1307)] = 47982, - [SMALL_STATE(1308)] = 48060, - [SMALL_STATE(1309)] = 48124, - [SMALL_STATE(1310)] = 48202, - [SMALL_STATE(1311)] = 48280, - [SMALL_STATE(1312)] = 48358, - [SMALL_STATE(1313)] = 48436, - [SMALL_STATE(1314)] = 48490, - [SMALL_STATE(1315)] = 48568, - [SMALL_STATE(1316)] = 48638, - [SMALL_STATE(1317)] = 48694, - [SMALL_STATE(1318)] = 48772, - [SMALL_STATE(1319)] = 48820, - [SMALL_STATE(1320)] = 48886, - [SMALL_STATE(1321)] = 48964, - [SMALL_STATE(1322)] = 49042, - [SMALL_STATE(1323)] = 49120, - [SMALL_STATE(1324)] = 49198, - [SMALL_STATE(1325)] = 49276, - [SMALL_STATE(1326)] = 49350, - [SMALL_STATE(1327)] = 49428, - [SMALL_STATE(1328)] = 49502, - [SMALL_STATE(1329)] = 49572, - [SMALL_STATE(1330)] = 49628, - [SMALL_STATE(1331)] = 49682, - [SMALL_STATE(1332)] = 49760, - [SMALL_STATE(1333)] = 49838, - [SMALL_STATE(1334)] = 49916, - [SMALL_STATE(1335)] = 49980, - [SMALL_STATE(1336)] = 50055, - [SMALL_STATE(1337)] = 50100, - [SMALL_STATE(1338)] = 50149, - [SMALL_STATE(1339)] = 50224, - [SMALL_STATE(1340)] = 50269, - [SMALL_STATE(1341)] = 50341, - [SMALL_STATE(1342)] = 50413, - [SMALL_STATE(1343)] = 50485, - [SMALL_STATE(1344)] = 50557, - [SMALL_STATE(1345)] = 50629, - [SMALL_STATE(1346)] = 50701, - [SMALL_STATE(1347)] = 50773, - [SMALL_STATE(1348)] = 50845, - [SMALL_STATE(1349)] = 50917, - [SMALL_STATE(1350)] = 50989, - [SMALL_STATE(1351)] = 51061, - [SMALL_STATE(1352)] = 51133, - [SMALL_STATE(1353)] = 51205, - [SMALL_STATE(1354)] = 51277, - [SMALL_STATE(1355)] = 51349, - [SMALL_STATE(1356)] = 51421, - [SMALL_STATE(1357)] = 51493, - [SMALL_STATE(1358)] = 51565, - [SMALL_STATE(1359)] = 51637, - [SMALL_STATE(1360)] = 51709, - [SMALL_STATE(1361)] = 51781, - [SMALL_STATE(1362)] = 51853, - [SMALL_STATE(1363)] = 51925, - [SMALL_STATE(1364)] = 51997, - [SMALL_STATE(1365)] = 52069, - [SMALL_STATE(1366)] = 52141, - [SMALL_STATE(1367)] = 52213, - [SMALL_STATE(1368)] = 52285, - [SMALL_STATE(1369)] = 52357, - [SMALL_STATE(1370)] = 52429, - [SMALL_STATE(1371)] = 52501, - [SMALL_STATE(1372)] = 52573, - [SMALL_STATE(1373)] = 52645, - [SMALL_STATE(1374)] = 52717, - [SMALL_STATE(1375)] = 52789, - [SMALL_STATE(1376)] = 52861, - [SMALL_STATE(1377)] = 52933, - [SMALL_STATE(1378)] = 53005, - [SMALL_STATE(1379)] = 53077, - [SMALL_STATE(1380)] = 53149, - [SMALL_STATE(1381)] = 53221, - [SMALL_STATE(1382)] = 53293, - [SMALL_STATE(1383)] = 53365, - [SMALL_STATE(1384)] = 53437, - [SMALL_STATE(1385)] = 53509, - [SMALL_STATE(1386)] = 53581, - [SMALL_STATE(1387)] = 53653, - [SMALL_STATE(1388)] = 53725, - [SMALL_STATE(1389)] = 53797, - [SMALL_STATE(1390)] = 53869, - [SMALL_STATE(1391)] = 53941, - [SMALL_STATE(1392)] = 54013, - [SMALL_STATE(1393)] = 54085, - [SMALL_STATE(1394)] = 54157, - [SMALL_STATE(1395)] = 54229, - [SMALL_STATE(1396)] = 54301, - [SMALL_STATE(1397)] = 54373, - [SMALL_STATE(1398)] = 54445, - [SMALL_STATE(1399)] = 54517, - [SMALL_STATE(1400)] = 54589, - [SMALL_STATE(1401)] = 54661, - [SMALL_STATE(1402)] = 54733, - [SMALL_STATE(1403)] = 54805, - [SMALL_STATE(1404)] = 54877, - [SMALL_STATE(1405)] = 54949, - [SMALL_STATE(1406)] = 55021, - [SMALL_STATE(1407)] = 55093, - [SMALL_STATE(1408)] = 55165, - [SMALL_STATE(1409)] = 55237, - [SMALL_STATE(1410)] = 55309, - [SMALL_STATE(1411)] = 55381, - [SMALL_STATE(1412)] = 55453, - [SMALL_STATE(1413)] = 55525, - [SMALL_STATE(1414)] = 55597, - [SMALL_STATE(1415)] = 55669, - [SMALL_STATE(1416)] = 55741, - [SMALL_STATE(1417)] = 55813, - [SMALL_STATE(1418)] = 55885, - [SMALL_STATE(1419)] = 55957, - [SMALL_STATE(1420)] = 56029, - [SMALL_STATE(1421)] = 56101, - [SMALL_STATE(1422)] = 56173, - [SMALL_STATE(1423)] = 56245, - [SMALL_STATE(1424)] = 56317, - [SMALL_STATE(1425)] = 56389, - [SMALL_STATE(1426)] = 56461, - [SMALL_STATE(1427)] = 56533, - [SMALL_STATE(1428)] = 56581, - [SMALL_STATE(1429)] = 56653, - [SMALL_STATE(1430)] = 56725, - [SMALL_STATE(1431)] = 56797, - [SMALL_STATE(1432)] = 56869, - [SMALL_STATE(1433)] = 56941, - [SMALL_STATE(1434)] = 57013, - [SMALL_STATE(1435)] = 57085, - [SMALL_STATE(1436)] = 57157, - [SMALL_STATE(1437)] = 57229, - [SMALL_STATE(1438)] = 57301, - [SMALL_STATE(1439)] = 57373, - [SMALL_STATE(1440)] = 57445, - [SMALL_STATE(1441)] = 57517, - [SMALL_STATE(1442)] = 57589, - [SMALL_STATE(1443)] = 57661, - [SMALL_STATE(1444)] = 57733, - [SMALL_STATE(1445)] = 57805, - [SMALL_STATE(1446)] = 57877, - [SMALL_STATE(1447)] = 57949, - [SMALL_STATE(1448)] = 58021, - [SMALL_STATE(1449)] = 58093, - [SMALL_STATE(1450)] = 58165, - [SMALL_STATE(1451)] = 58237, - [SMALL_STATE(1452)] = 58309, - [SMALL_STATE(1453)] = 58381, - [SMALL_STATE(1454)] = 58453, - [SMALL_STATE(1455)] = 58525, - [SMALL_STATE(1456)] = 58597, - [SMALL_STATE(1457)] = 58669, - [SMALL_STATE(1458)] = 58741, - [SMALL_STATE(1459)] = 58813, - [SMALL_STATE(1460)] = 58885, - [SMALL_STATE(1461)] = 58957, - [SMALL_STATE(1462)] = 59029, - [SMALL_STATE(1463)] = 59101, - [SMALL_STATE(1464)] = 59173, - [SMALL_STATE(1465)] = 59245, - [SMALL_STATE(1466)] = 59313, - [SMALL_STATE(1467)] = 59367, - [SMALL_STATE(1468)] = 59429, - [SMALL_STATE(1469)] = 59493, - [SMALL_STATE(1470)] = 59565, - [SMALL_STATE(1471)] = 59637, - [SMALL_STATE(1472)] = 59705, - [SMALL_STATE(1473)] = 59759, - [SMALL_STATE(1474)] = 59831, - [SMALL_STATE(1475)] = 59893, - [SMALL_STATE(1476)] = 59965, - [SMALL_STATE(1477)] = 60037, - [SMALL_STATE(1478)] = 60109, - [SMALL_STATE(1479)] = 60181, - [SMALL_STATE(1480)] = 60253, - [SMALL_STATE(1481)] = 60325, - [SMALL_STATE(1482)] = 60397, - [SMALL_STATE(1483)] = 60469, - [SMALL_STATE(1484)] = 60541, - [SMALL_STATE(1485)] = 60613, - [SMALL_STATE(1486)] = 60685, - [SMALL_STATE(1487)] = 60757, - [SMALL_STATE(1488)] = 60829, - [SMALL_STATE(1489)] = 60901, - [SMALL_STATE(1490)] = 60973, - [SMALL_STATE(1491)] = 61045, - [SMALL_STATE(1492)] = 61117, - [SMALL_STATE(1493)] = 61189, - [SMALL_STATE(1494)] = 61261, - [SMALL_STATE(1495)] = 61333, - [SMALL_STATE(1496)] = 61405, - [SMALL_STATE(1497)] = 61477, - [SMALL_STATE(1498)] = 61549, - [SMALL_STATE(1499)] = 61621, - [SMALL_STATE(1500)] = 61693, - [SMALL_STATE(1501)] = 61765, - [SMALL_STATE(1502)] = 61837, - [SMALL_STATE(1503)] = 61909, - [SMALL_STATE(1504)] = 61981, - [SMALL_STATE(1505)] = 62053, - [SMALL_STATE(1506)] = 62125, - [SMALL_STATE(1507)] = 62197, - [SMALL_STATE(1508)] = 62269, - [SMALL_STATE(1509)] = 62341, - [SMALL_STATE(1510)] = 62413, - [SMALL_STATE(1511)] = 62485, - [SMALL_STATE(1512)] = 62557, - [SMALL_STATE(1513)] = 62629, - [SMALL_STATE(1514)] = 62701, - [SMALL_STATE(1515)] = 62773, - [SMALL_STATE(1516)] = 62845, - [SMALL_STATE(1517)] = 62917, - [SMALL_STATE(1518)] = 62989, - [SMALL_STATE(1519)] = 63061, - [SMALL_STATE(1520)] = 63133, - [SMALL_STATE(1521)] = 63205, - [SMALL_STATE(1522)] = 63277, - [SMALL_STATE(1523)] = 63349, - [SMALL_STATE(1524)] = 63421, - [SMALL_STATE(1525)] = 63493, - [SMALL_STATE(1526)] = 63565, - [SMALL_STATE(1527)] = 63637, - [SMALL_STATE(1528)] = 63709, - [SMALL_STATE(1529)] = 63781, - [SMALL_STATE(1530)] = 63853, - [SMALL_STATE(1531)] = 63925, - [SMALL_STATE(1532)] = 63997, - [SMALL_STATE(1533)] = 64069, - [SMALL_STATE(1534)] = 64141, - [SMALL_STATE(1535)] = 64213, - [SMALL_STATE(1536)] = 64285, - [SMALL_STATE(1537)] = 64357, - [SMALL_STATE(1538)] = 64429, - [SMALL_STATE(1539)] = 64501, - [SMALL_STATE(1540)] = 64573, - [SMALL_STATE(1541)] = 64645, - [SMALL_STATE(1542)] = 64717, - [SMALL_STATE(1543)] = 64789, - [SMALL_STATE(1544)] = 64861, - [SMALL_STATE(1545)] = 64933, - [SMALL_STATE(1546)] = 65005, - [SMALL_STATE(1547)] = 65077, - [SMALL_STATE(1548)] = 65149, - [SMALL_STATE(1549)] = 65221, - [SMALL_STATE(1550)] = 65293, - [SMALL_STATE(1551)] = 65365, - [SMALL_STATE(1552)] = 65437, - [SMALL_STATE(1553)] = 65509, - [SMALL_STATE(1554)] = 65581, - [SMALL_STATE(1555)] = 65653, - [SMALL_STATE(1556)] = 65725, - [SMALL_STATE(1557)] = 65797, - [SMALL_STATE(1558)] = 65869, - [SMALL_STATE(1559)] = 65941, - [SMALL_STATE(1560)] = 66013, - [SMALL_STATE(1561)] = 66085, - [SMALL_STATE(1562)] = 66157, - [SMALL_STATE(1563)] = 66229, - [SMALL_STATE(1564)] = 66301, - [SMALL_STATE(1565)] = 66373, - [SMALL_STATE(1566)] = 66445, - [SMALL_STATE(1567)] = 66517, - [SMALL_STATE(1568)] = 66589, - [SMALL_STATE(1569)] = 66661, - [SMALL_STATE(1570)] = 66733, - [SMALL_STATE(1571)] = 66805, - [SMALL_STATE(1572)] = 66877, - [SMALL_STATE(1573)] = 66949, - [SMALL_STATE(1574)] = 67021, - [SMALL_STATE(1575)] = 67093, - [SMALL_STATE(1576)] = 67165, - [SMALL_STATE(1577)] = 67237, - [SMALL_STATE(1578)] = 67309, - [SMALL_STATE(1579)] = 67381, - [SMALL_STATE(1580)] = 67453, - [SMALL_STATE(1581)] = 67525, - [SMALL_STATE(1582)] = 67597, - [SMALL_STATE(1583)] = 67669, - [SMALL_STATE(1584)] = 67741, - [SMALL_STATE(1585)] = 67813, - [SMALL_STATE(1586)] = 67885, - [SMALL_STATE(1587)] = 67957, - [SMALL_STATE(1588)] = 68029, - [SMALL_STATE(1589)] = 68100, - [SMALL_STATE(1590)] = 68171, - [SMALL_STATE(1591)] = 68220, - [SMALL_STATE(1592)] = 68291, - [SMALL_STATE(1593)] = 68340, - [SMALL_STATE(1594)] = 68391, - [SMALL_STATE(1595)] = 68462, - [SMALL_STATE(1596)] = 68533, - [SMALL_STATE(1597)] = 68604, - [SMALL_STATE(1598)] = 68668, - [SMALL_STATE(1599)] = 68732, - [SMALL_STATE(1600)] = 68796, - [SMALL_STATE(1601)] = 68860, - [SMALL_STATE(1602)] = 68924, - [SMALL_STATE(1603)] = 68988, - [SMALL_STATE(1604)] = 69052, - [SMALL_STATE(1605)] = 69098, - [SMALL_STATE(1606)] = 69162, - [SMALL_STATE(1607)] = 69226, - [SMALL_STATE(1608)] = 69290, - [SMALL_STATE(1609)] = 69354, - [SMALL_STATE(1610)] = 69418, - [SMALL_STATE(1611)] = 69482, - [SMALL_STATE(1612)] = 69546, - [SMALL_STATE(1613)] = 69610, - [SMALL_STATE(1614)] = 69674, - [SMALL_STATE(1615)] = 69738, - [SMALL_STATE(1616)] = 69802, - [SMALL_STATE(1617)] = 69866, - [SMALL_STATE(1618)] = 69930, - [SMALL_STATE(1619)] = 69976, - [SMALL_STATE(1620)] = 70040, - [SMALL_STATE(1621)] = 70104, - [SMALL_STATE(1622)] = 70168, - [SMALL_STATE(1623)] = 70232, - [SMALL_STATE(1624)] = 70296, - [SMALL_STATE(1625)] = 70360, - [SMALL_STATE(1626)] = 70424, - [SMALL_STATE(1627)] = 70488, - [SMALL_STATE(1628)] = 70552, - [SMALL_STATE(1629)] = 70616, - [SMALL_STATE(1630)] = 70680, - [SMALL_STATE(1631)] = 70729, - [SMALL_STATE(1632)] = 70778, - [SMALL_STATE(1633)] = 70827, - [SMALL_STATE(1634)] = 70876, - [SMALL_STATE(1635)] = 70937, - [SMALL_STATE(1636)] = 70998, - [SMALL_STATE(1637)] = 71059, - [SMALL_STATE(1638)] = 71120, - [SMALL_STATE(1639)] = 71181, - [SMALL_STATE(1640)] = 71230, - [SMALL_STATE(1641)] = 71291, - [SMALL_STATE(1642)] = 71340, - [SMALL_STATE(1643)] = 71401, - [SMALL_STATE(1644)] = 71462, - [SMALL_STATE(1645)] = 71511, - [SMALL_STATE(1646)] = 71560, - [SMALL_STATE(1647)] = 71609, - [SMALL_STATE(1648)] = 71670, - [SMALL_STATE(1649)] = 71731, - [SMALL_STATE(1650)] = 71780, - [SMALL_STATE(1651)] = 71841, - [SMALL_STATE(1652)] = 71902, - [SMALL_STATE(1653)] = 71951, - [SMALL_STATE(1654)] = 72000, - [SMALL_STATE(1655)] = 72049, - [SMALL_STATE(1656)] = 72098, - [SMALL_STATE(1657)] = 72147, - [SMALL_STATE(1658)] = 72196, - [SMALL_STATE(1659)] = 72257, - [SMALL_STATE(1660)] = 72318, - [SMALL_STATE(1661)] = 72367, - [SMALL_STATE(1662)] = 72428, - [SMALL_STATE(1663)] = 72489, - [SMALL_STATE(1664)] = 72538, - [SMALL_STATE(1665)] = 72599, - [SMALL_STATE(1666)] = 72648, - [SMALL_STATE(1667)] = 72709, - [SMALL_STATE(1668)] = 72770, - [SMALL_STATE(1669)] = 72819, - [SMALL_STATE(1670)] = 72880, - [SMALL_STATE(1671)] = 72941, - [SMALL_STATE(1672)] = 73002, - [SMALL_STATE(1673)] = 73063, - [SMALL_STATE(1674)] = 73112, - [SMALL_STATE(1675)] = 73161, - [SMALL_STATE(1676)] = 73222, - [SMALL_STATE(1677)] = 73271, - [SMALL_STATE(1678)] = 73320, - [SMALL_STATE(1679)] = 73369, - [SMALL_STATE(1680)] = 73418, - [SMALL_STATE(1681)] = 73467, - [SMALL_STATE(1682)] = 73528, - [SMALL_STATE(1683)] = 73589, - [SMALL_STATE(1684)] = 73638, - [SMALL_STATE(1685)] = 73687, - [SMALL_STATE(1686)] = 73748, - [SMALL_STATE(1687)] = 73809, - [SMALL_STATE(1688)] = 73858, - [SMALL_STATE(1689)] = 73919, - [SMALL_STATE(1690)] = 73980, - [SMALL_STATE(1691)] = 74041, - [SMALL_STATE(1692)] = 74102, - [SMALL_STATE(1693)] = 74163, - [SMALL_STATE(1694)] = 74212, - [SMALL_STATE(1695)] = 74261, - [SMALL_STATE(1696)] = 74322, - [SMALL_STATE(1697)] = 74383, - [SMALL_STATE(1698)] = 74444, - [SMALL_STATE(1699)] = 74505, - [SMALL_STATE(1700)] = 74566, - [SMALL_STATE(1701)] = 74615, - [SMALL_STATE(1702)] = 74676, - [SMALL_STATE(1703)] = 74725, - [SMALL_STATE(1704)] = 74786, - [SMALL_STATE(1705)] = 74835, - [SMALL_STATE(1706)] = 74896, - [SMALL_STATE(1707)] = 74957, - [SMALL_STATE(1708)] = 75006, - [SMALL_STATE(1709)] = 75067, - [SMALL_STATE(1710)] = 75128, - [SMALL_STATE(1711)] = 75177, - [SMALL_STATE(1712)] = 75238, - [SMALL_STATE(1713)] = 75299, - [SMALL_STATE(1714)] = 75348, - [SMALL_STATE(1715)] = 75397, - [SMALL_STATE(1716)] = 75458, - [SMALL_STATE(1717)] = 75519, - [SMALL_STATE(1718)] = 75580, - [SMALL_STATE(1719)] = 75641, - [SMALL_STATE(1720)] = 75690, - [SMALL_STATE(1721)] = 75739, - [SMALL_STATE(1722)] = 75788, - [SMALL_STATE(1723)] = 75837, - [SMALL_STATE(1724)] = 75886, - [SMALL_STATE(1725)] = 75935, - [SMALL_STATE(1726)] = 75984, - [SMALL_STATE(1727)] = 76033, - [SMALL_STATE(1728)] = 76094, - [SMALL_STATE(1729)] = 76143, - [SMALL_STATE(1730)] = 76204, - [SMALL_STATE(1731)] = 76265, - [SMALL_STATE(1732)] = 76314, - [SMALL_STATE(1733)] = 76375, - [SMALL_STATE(1734)] = 76424, - [SMALL_STATE(1735)] = 76485, - [SMALL_STATE(1736)] = 76534, - [SMALL_STATE(1737)] = 76583, - [SMALL_STATE(1738)] = 76644, - [SMALL_STATE(1739)] = 76705, - [SMALL_STATE(1740)] = 76766, - [SMALL_STATE(1741)] = 76815, - [SMALL_STATE(1742)] = 76876, - [SMALL_STATE(1743)] = 76925, - [SMALL_STATE(1744)] = 76986, - [SMALL_STATE(1745)] = 77047, - [SMALL_STATE(1746)] = 77096, - [SMALL_STATE(1747)] = 77145, - [SMALL_STATE(1748)] = 77206, - [SMALL_STATE(1749)] = 77255, - [SMALL_STATE(1750)] = 77316, - [SMALL_STATE(1751)] = 77377, - [SMALL_STATE(1752)] = 77438, - [SMALL_STATE(1753)] = 77499, - [SMALL_STATE(1754)] = 77560, - [SMALL_STATE(1755)] = 77609, - [SMALL_STATE(1756)] = 77658, - [SMALL_STATE(1757)] = 77707, - [SMALL_STATE(1758)] = 77768, - [SMALL_STATE(1759)] = 77817, - [SMALL_STATE(1760)] = 77878, - [SMALL_STATE(1761)] = 77927, - [SMALL_STATE(1762)] = 77988, - [SMALL_STATE(1763)] = 78037, - [SMALL_STATE(1764)] = 78086, - [SMALL_STATE(1765)] = 78135, - [SMALL_STATE(1766)] = 78184, - [SMALL_STATE(1767)] = 78233, - [SMALL_STATE(1768)] = 78294, - [SMALL_STATE(1769)] = 78355, - [SMALL_STATE(1770)] = 78404, - [SMALL_STATE(1771)] = 78465, - [SMALL_STATE(1772)] = 78526, - [SMALL_STATE(1773)] = 78587, - [SMALL_STATE(1774)] = 78636, - [SMALL_STATE(1775)] = 78685, - [SMALL_STATE(1776)] = 78746, - [SMALL_STATE(1777)] = 78807, - [SMALL_STATE(1778)] = 78868, - [SMALL_STATE(1779)] = 78929, - [SMALL_STATE(1780)] = 78978, - [SMALL_STATE(1781)] = 79027, - [SMALL_STATE(1782)] = 79088, - [SMALL_STATE(1783)] = 79149, - [SMALL_STATE(1784)] = 79210, - [SMALL_STATE(1785)] = 79271, - [SMALL_STATE(1786)] = 79320, - [SMALL_STATE(1787)] = 79381, - [SMALL_STATE(1788)] = 79442, - [SMALL_STATE(1789)] = 79480, - [SMALL_STATE(1790)] = 79520, - [SMALL_STATE(1791)] = 79560, - [SMALL_STATE(1792)] = 79597, - [SMALL_STATE(1793)] = 79634, - [SMALL_STATE(1794)] = 79671, - [SMALL_STATE(1795)] = 79708, - [SMALL_STATE(1796)] = 79745, - [SMALL_STATE(1797)] = 79782, - [SMALL_STATE(1798)] = 79819, - [SMALL_STATE(1799)] = 79856, - [SMALL_STATE(1800)] = 79893, - [SMALL_STATE(1801)] = 79930, - [SMALL_STATE(1802)] = 79967, - [SMALL_STATE(1803)] = 80004, - [SMALL_STATE(1804)] = 80041, - [SMALL_STATE(1805)] = 80078, - [SMALL_STATE(1806)] = 80115, - [SMALL_STATE(1807)] = 80152, - [SMALL_STATE(1808)] = 80189, - [SMALL_STATE(1809)] = 80226, - [SMALL_STATE(1810)] = 80263, - [SMALL_STATE(1811)] = 80300, - [SMALL_STATE(1812)] = 80337, - [SMALL_STATE(1813)] = 80374, - [SMALL_STATE(1814)] = 80411, - [SMALL_STATE(1815)] = 80448, - [SMALL_STATE(1816)] = 80485, - [SMALL_STATE(1817)] = 80522, - [SMALL_STATE(1818)] = 80559, - [SMALL_STATE(1819)] = 80596, - [SMALL_STATE(1820)] = 80633, - [SMALL_STATE(1821)] = 80670, - [SMALL_STATE(1822)] = 80707, - [SMALL_STATE(1823)] = 80744, - [SMALL_STATE(1824)] = 80781, - [SMALL_STATE(1825)] = 80818, - [SMALL_STATE(1826)] = 80855, - [SMALL_STATE(1827)] = 80892, - [SMALL_STATE(1828)] = 80929, - [SMALL_STATE(1829)] = 80980, - [SMALL_STATE(1830)] = 81033, - [SMALL_STATE(1831)] = 81086, - [SMALL_STATE(1832)] = 81139, - [SMALL_STATE(1833)] = 81192, - [SMALL_STATE(1834)] = 81242, - [SMALL_STATE(1835)] = 81269, - [SMALL_STATE(1836)] = 81296, - [SMALL_STATE(1837)] = 81323, - [SMALL_STATE(1838)] = 81350, - [SMALL_STATE(1839)] = 81377, - [SMALL_STATE(1840)] = 81403, - [SMALL_STATE(1841)] = 81429, - [SMALL_STATE(1842)] = 81455, - [SMALL_STATE(1843)] = 81481, - [SMALL_STATE(1844)] = 81507, - [SMALL_STATE(1845)] = 81535, - [SMALL_STATE(1846)] = 81561, - [SMALL_STATE(1847)] = 81589, - [SMALL_STATE(1848)] = 81615, - [SMALL_STATE(1849)] = 81643, - [SMALL_STATE(1850)] = 81669, - [SMALL_STATE(1851)] = 81695, - [SMALL_STATE(1852)] = 81721, - [SMALL_STATE(1853)] = 81747, - [SMALL_STATE(1854)] = 81773, - [SMALL_STATE(1855)] = 81801, - [SMALL_STATE(1856)] = 81827, - [SMALL_STATE(1857)] = 81853, - [SMALL_STATE(1858)] = 81881, - [SMALL_STATE(1859)] = 81907, - [SMALL_STATE(1860)] = 81935, - [SMALL_STATE(1861)] = 81963, - [SMALL_STATE(1862)] = 81988, - [SMALL_STATE(1863)] = 82011, - [SMALL_STATE(1864)] = 82036, - [SMALL_STATE(1865)] = 82061, - [SMALL_STATE(1866)] = 82086, - [SMALL_STATE(1867)] = 82111, - [SMALL_STATE(1868)] = 82136, - [SMALL_STATE(1869)] = 82161, - [SMALL_STATE(1870)] = 82184, - [SMALL_STATE(1871)] = 82207, - [SMALL_STATE(1872)] = 82232, - [SMALL_STATE(1873)] = 82257, - [SMALL_STATE(1874)] = 82280, - [SMALL_STATE(1875)] = 82305, - [SMALL_STATE(1876)] = 82330, - [SMALL_STATE(1877)] = 82353, - [SMALL_STATE(1878)] = 82376, - [SMALL_STATE(1879)] = 82395, - [SMALL_STATE(1880)] = 82418, - [SMALL_STATE(1881)] = 82441, - [SMALL_STATE(1882)] = 82464, - [SMALL_STATE(1883)] = 82489, - [SMALL_STATE(1884)] = 82512, - [SMALL_STATE(1885)] = 82531, - [SMALL_STATE(1886)] = 82556, - [SMALL_STATE(1887)] = 82581, - [SMALL_STATE(1888)] = 82606, - [SMALL_STATE(1889)] = 82629, - [SMALL_STATE(1890)] = 82654, - [SMALL_STATE(1891)] = 82679, - [SMALL_STATE(1892)] = 82702, - [SMALL_STATE(1893)] = 82727, - [SMALL_STATE(1894)] = 82752, - [SMALL_STATE(1895)] = 82775, - [SMALL_STATE(1896)] = 82800, - [SMALL_STATE(1897)] = 82825, - [SMALL_STATE(1898)] = 82850, - [SMALL_STATE(1899)] = 82875, - [SMALL_STATE(1900)] = 82900, - [SMALL_STATE(1901)] = 82925, - [SMALL_STATE(1902)] = 82948, - [SMALL_STATE(1903)] = 82971, - [SMALL_STATE(1904)] = 82990, - [SMALL_STATE(1905)] = 83013, - [SMALL_STATE(1906)] = 83036, - [SMALL_STATE(1907)] = 83061, - [SMALL_STATE(1908)] = 83081, - [SMALL_STATE(1909)] = 83101, - [SMALL_STATE(1910)] = 83121, - [SMALL_STATE(1911)] = 83143, - [SMALL_STATE(1912)] = 83163, - [SMALL_STATE(1913)] = 83183, - [SMALL_STATE(1914)] = 83205, - [SMALL_STATE(1915)] = 83227, - [SMALL_STATE(1916)] = 83249, - [SMALL_STATE(1917)] = 83269, - [SMALL_STATE(1918)] = 83291, - [SMALL_STATE(1919)] = 83311, - [SMALL_STATE(1920)] = 83333, - [SMALL_STATE(1921)] = 83355, - [SMALL_STATE(1922)] = 83377, - [SMALL_STATE(1923)] = 83399, - [SMALL_STATE(1924)] = 83419, - [SMALL_STATE(1925)] = 83439, - [SMALL_STATE(1926)] = 83459, - [SMALL_STATE(1927)] = 83481, - [SMALL_STATE(1928)] = 83501, - [SMALL_STATE(1929)] = 83523, - [SMALL_STATE(1930)] = 83543, - [SMALL_STATE(1931)] = 83561, - [SMALL_STATE(1932)] = 83583, - [SMALL_STATE(1933)] = 83605, - [SMALL_STATE(1934)] = 83627, - [SMALL_STATE(1935)] = 83644, - [SMALL_STATE(1936)] = 83659, - [SMALL_STATE(1937)] = 83678, - [SMALL_STATE(1938)] = 83697, - [SMALL_STATE(1939)] = 83712, - [SMALL_STATE(1940)] = 83731, - [SMALL_STATE(1941)] = 83750, - [SMALL_STATE(1942)] = 83769, - [SMALL_STATE(1943)] = 83788, - [SMALL_STATE(1944)] = 83807, - [SMALL_STATE(1945)] = 83826, - [SMALL_STATE(1946)] = 83845, - [SMALL_STATE(1947)] = 83864, - [SMALL_STATE(1948)] = 83883, - [SMALL_STATE(1949)] = 83902, - [SMALL_STATE(1950)] = 83921, - [SMALL_STATE(1951)] = 83940, - [SMALL_STATE(1952)] = 83959, - [SMALL_STATE(1953)] = 83978, - [SMALL_STATE(1954)] = 83997, - [SMALL_STATE(1955)] = 84016, - [SMALL_STATE(1956)] = 84033, - [SMALL_STATE(1957)] = 84052, - [SMALL_STATE(1958)] = 84071, - [SMALL_STATE(1959)] = 84086, - [SMALL_STATE(1960)] = 84105, - [SMALL_STATE(1961)] = 84122, - [SMALL_STATE(1962)] = 84139, - [SMALL_STATE(1963)] = 84156, - [SMALL_STATE(1964)] = 84175, - [SMALL_STATE(1965)] = 84194, - [SMALL_STATE(1966)] = 84213, - [SMALL_STATE(1967)] = 84232, - [SMALL_STATE(1968)] = 84249, - [SMALL_STATE(1969)] = 84268, - [SMALL_STATE(1970)] = 84287, - [SMALL_STATE(1971)] = 84306, - [SMALL_STATE(1972)] = 84322, - [SMALL_STATE(1973)] = 84338, - [SMALL_STATE(1974)] = 84352, - [SMALL_STATE(1975)] = 84368, - [SMALL_STATE(1976)] = 84384, - [SMALL_STATE(1977)] = 84398, - [SMALL_STATE(1978)] = 84412, - [SMALL_STATE(1979)] = 84428, - [SMALL_STATE(1980)] = 84444, - [SMALL_STATE(1981)] = 84460, - [SMALL_STATE(1982)] = 84476, - [SMALL_STATE(1983)] = 84490, - [SMALL_STATE(1984)] = 84504, - [SMALL_STATE(1985)] = 84520, - [SMALL_STATE(1986)] = 84536, - [SMALL_STATE(1987)] = 84552, - [SMALL_STATE(1988)] = 84568, - [SMALL_STATE(1989)] = 84584, - [SMALL_STATE(1990)] = 84600, - [SMALL_STATE(1991)] = 84616, - [SMALL_STATE(1992)] = 84632, - [SMALL_STATE(1993)] = 84646, - [SMALL_STATE(1994)] = 84660, - [SMALL_STATE(1995)] = 84676, - [SMALL_STATE(1996)] = 84692, - [SMALL_STATE(1997)] = 84708, - [SMALL_STATE(1998)] = 84724, - [SMALL_STATE(1999)] = 84738, - [SMALL_STATE(2000)] = 84752, - [SMALL_STATE(2001)] = 84768, - [SMALL_STATE(2002)] = 84782, - [SMALL_STATE(2003)] = 84796, - [SMALL_STATE(2004)] = 84810, - [SMALL_STATE(2005)] = 84826, - [SMALL_STATE(2006)] = 84842, - [SMALL_STATE(2007)] = 84856, - [SMALL_STATE(2008)] = 84870, - [SMALL_STATE(2009)] = 84886, - [SMALL_STATE(2010)] = 84900, - [SMALL_STATE(2011)] = 84914, - [SMALL_STATE(2012)] = 84928, - [SMALL_STATE(2013)] = 84942, - [SMALL_STATE(2014)] = 84956, - [SMALL_STATE(2015)] = 84972, - [SMALL_STATE(2016)] = 84988, - [SMALL_STATE(2017)] = 85002, - [SMALL_STATE(2018)] = 85016, - [SMALL_STATE(2019)] = 85032, - [SMALL_STATE(2020)] = 85048, - [SMALL_STATE(2021)] = 85062, - [SMALL_STATE(2022)] = 85076, - [SMALL_STATE(2023)] = 85092, - [SMALL_STATE(2024)] = 85108, - [SMALL_STATE(2025)] = 85122, - [SMALL_STATE(2026)] = 85136, - [SMALL_STATE(2027)] = 85150, - [SMALL_STATE(2028)] = 85166, - [SMALL_STATE(2029)] = 85182, - [SMALL_STATE(2030)] = 85196, - [SMALL_STATE(2031)] = 85210, - [SMALL_STATE(2032)] = 85226, - [SMALL_STATE(2033)] = 85240, - [SMALL_STATE(2034)] = 85254, - [SMALL_STATE(2035)] = 85270, - [SMALL_STATE(2036)] = 85286, - [SMALL_STATE(2037)] = 85300, - [SMALL_STATE(2038)] = 85314, - [SMALL_STATE(2039)] = 85328, - [SMALL_STATE(2040)] = 85342, - [SMALL_STATE(2041)] = 85358, - [SMALL_STATE(2042)] = 85374, - [SMALL_STATE(2043)] = 85388, - [SMALL_STATE(2044)] = 85404, - [SMALL_STATE(2045)] = 85420, - [SMALL_STATE(2046)] = 85436, - [SMALL_STATE(2047)] = 85452, - [SMALL_STATE(2048)] = 85468, - [SMALL_STATE(2049)] = 85484, - [SMALL_STATE(2050)] = 85500, - [SMALL_STATE(2051)] = 85516, - [SMALL_STATE(2052)] = 85532, - [SMALL_STATE(2053)] = 85546, - [SMALL_STATE(2054)] = 85560, - [SMALL_STATE(2055)] = 85576, - [SMALL_STATE(2056)] = 85592, - [SMALL_STATE(2057)] = 85608, - [SMALL_STATE(2058)] = 85624, - [SMALL_STATE(2059)] = 85640, - [SMALL_STATE(2060)] = 85656, - [SMALL_STATE(2061)] = 85670, - [SMALL_STATE(2062)] = 85686, - [SMALL_STATE(2063)] = 85700, - [SMALL_STATE(2064)] = 85716, - [SMALL_STATE(2065)] = 85732, - [SMALL_STATE(2066)] = 85748, - [SMALL_STATE(2067)] = 85764, - [SMALL_STATE(2068)] = 85780, - [SMALL_STATE(2069)] = 85796, - [SMALL_STATE(2070)] = 85812, - [SMALL_STATE(2071)] = 85828, - [SMALL_STATE(2072)] = 85844, - [SMALL_STATE(2073)] = 85860, - [SMALL_STATE(2074)] = 85876, - [SMALL_STATE(2075)] = 85892, - [SMALL_STATE(2076)] = 85908, - [SMALL_STATE(2077)] = 85924, - [SMALL_STATE(2078)] = 85940, - [SMALL_STATE(2079)] = 85956, - [SMALL_STATE(2080)] = 85972, - [SMALL_STATE(2081)] = 85988, - [SMALL_STATE(2082)] = 86004, - [SMALL_STATE(2083)] = 86020, - [SMALL_STATE(2084)] = 86036, - [SMALL_STATE(2085)] = 86052, - [SMALL_STATE(2086)] = 86068, - [SMALL_STATE(2087)] = 86084, - [SMALL_STATE(2088)] = 86100, - [SMALL_STATE(2089)] = 86116, - [SMALL_STATE(2090)] = 86132, - [SMALL_STATE(2091)] = 86148, - [SMALL_STATE(2092)] = 86164, - [SMALL_STATE(2093)] = 86180, - [SMALL_STATE(2094)] = 86196, - [SMALL_STATE(2095)] = 86212, - [SMALL_STATE(2096)] = 86228, - [SMALL_STATE(2097)] = 86244, - [SMALL_STATE(2098)] = 86260, - [SMALL_STATE(2099)] = 86276, - [SMALL_STATE(2100)] = 86292, - [SMALL_STATE(2101)] = 86308, - [SMALL_STATE(2102)] = 86324, - [SMALL_STATE(2103)] = 86340, - [SMALL_STATE(2104)] = 86356, - [SMALL_STATE(2105)] = 86372, - [SMALL_STATE(2106)] = 86386, - [SMALL_STATE(2107)] = 86402, - [SMALL_STATE(2108)] = 86418, - [SMALL_STATE(2109)] = 86434, - [SMALL_STATE(2110)] = 86450, - [SMALL_STATE(2111)] = 86466, - [SMALL_STATE(2112)] = 86482, - [SMALL_STATE(2113)] = 86498, - [SMALL_STATE(2114)] = 86514, - [SMALL_STATE(2115)] = 86530, - [SMALL_STATE(2116)] = 86546, - [SMALL_STATE(2117)] = 86562, - [SMALL_STATE(2118)] = 86578, - [SMALL_STATE(2119)] = 86594, - [SMALL_STATE(2120)] = 86610, - [SMALL_STATE(2121)] = 86626, - [SMALL_STATE(2122)] = 86642, - [SMALL_STATE(2123)] = 86658, - [SMALL_STATE(2124)] = 86674, - [SMALL_STATE(2125)] = 86690, - [SMALL_STATE(2126)] = 86706, - [SMALL_STATE(2127)] = 86722, - [SMALL_STATE(2128)] = 86738, - [SMALL_STATE(2129)] = 86754, - [SMALL_STATE(2130)] = 86770, - [SMALL_STATE(2131)] = 86786, - [SMALL_STATE(2132)] = 86802, - [SMALL_STATE(2133)] = 86818, - [SMALL_STATE(2134)] = 86834, - [SMALL_STATE(2135)] = 86850, - [SMALL_STATE(2136)] = 86866, - [SMALL_STATE(2137)] = 86882, - [SMALL_STATE(2138)] = 86898, - [SMALL_STATE(2139)] = 86914, - [SMALL_STATE(2140)] = 86930, - [SMALL_STATE(2141)] = 86946, - [SMALL_STATE(2142)] = 86962, - [SMALL_STATE(2143)] = 86978, - [SMALL_STATE(2144)] = 86994, - [SMALL_STATE(2145)] = 87010, - [SMALL_STATE(2146)] = 87026, - [SMALL_STATE(2147)] = 87042, - [SMALL_STATE(2148)] = 87058, - [SMALL_STATE(2149)] = 87074, - [SMALL_STATE(2150)] = 87090, - [SMALL_STATE(2151)] = 87106, - [SMALL_STATE(2152)] = 87122, - [SMALL_STATE(2153)] = 87138, - [SMALL_STATE(2154)] = 87154, - [SMALL_STATE(2155)] = 87170, - [SMALL_STATE(2156)] = 87186, - [SMALL_STATE(2157)] = 87202, - [SMALL_STATE(2158)] = 87218, - [SMALL_STATE(2159)] = 87234, - [SMALL_STATE(2160)] = 87250, - [SMALL_STATE(2161)] = 87266, - [SMALL_STATE(2162)] = 87282, - [SMALL_STATE(2163)] = 87298, - [SMALL_STATE(2164)] = 87314, - [SMALL_STATE(2165)] = 87330, - [SMALL_STATE(2166)] = 87346, - [SMALL_STATE(2167)] = 87362, - [SMALL_STATE(2168)] = 87378, - [SMALL_STATE(2169)] = 87394, - [SMALL_STATE(2170)] = 87410, - [SMALL_STATE(2171)] = 87426, - [SMALL_STATE(2172)] = 87442, - [SMALL_STATE(2173)] = 87458, - [SMALL_STATE(2174)] = 87474, - [SMALL_STATE(2175)] = 87490, - [SMALL_STATE(2176)] = 87506, - [SMALL_STATE(2177)] = 87522, - [SMALL_STATE(2178)] = 87538, - [SMALL_STATE(2179)] = 87554, - [SMALL_STATE(2180)] = 87570, - [SMALL_STATE(2181)] = 87586, - [SMALL_STATE(2182)] = 87602, - [SMALL_STATE(2183)] = 87616, - [SMALL_STATE(2184)] = 87630, - [SMALL_STATE(2185)] = 87646, - [SMALL_STATE(2186)] = 87662, - [SMALL_STATE(2187)] = 87678, - [SMALL_STATE(2188)] = 87691, - [SMALL_STATE(2189)] = 87704, - [SMALL_STATE(2190)] = 87717, - [SMALL_STATE(2191)] = 87730, - [SMALL_STATE(2192)] = 87743, - [SMALL_STATE(2193)] = 87756, - [SMALL_STATE(2194)] = 87769, - [SMALL_STATE(2195)] = 87782, - [SMALL_STATE(2196)] = 87795, - [SMALL_STATE(2197)] = 87808, - [SMALL_STATE(2198)] = 87821, - [SMALL_STATE(2199)] = 87834, - [SMALL_STATE(2200)] = 87847, - [SMALL_STATE(2201)] = 87860, - [SMALL_STATE(2202)] = 87873, - [SMALL_STATE(2203)] = 87886, - [SMALL_STATE(2204)] = 87899, - [SMALL_STATE(2205)] = 87912, - [SMALL_STATE(2206)] = 87925, - [SMALL_STATE(2207)] = 87938, - [SMALL_STATE(2208)] = 87951, - [SMALL_STATE(2209)] = 87964, - [SMALL_STATE(2210)] = 87977, - [SMALL_STATE(2211)] = 87990, - [SMALL_STATE(2212)] = 88003, - [SMALL_STATE(2213)] = 88016, - [SMALL_STATE(2214)] = 88029, - [SMALL_STATE(2215)] = 88042, - [SMALL_STATE(2216)] = 88055, - [SMALL_STATE(2217)] = 88068, - [SMALL_STATE(2218)] = 88081, - [SMALL_STATE(2219)] = 88094, - [SMALL_STATE(2220)] = 88107, - [SMALL_STATE(2221)] = 88120, - [SMALL_STATE(2222)] = 88133, - [SMALL_STATE(2223)] = 88146, - [SMALL_STATE(2224)] = 88159, - [SMALL_STATE(2225)] = 88172, - [SMALL_STATE(2226)] = 88185, - [SMALL_STATE(2227)] = 88198, - [SMALL_STATE(2228)] = 88211, - [SMALL_STATE(2229)] = 88224, - [SMALL_STATE(2230)] = 88237, - [SMALL_STATE(2231)] = 88250, - [SMALL_STATE(2232)] = 88263, - [SMALL_STATE(2233)] = 88276, - [SMALL_STATE(2234)] = 88289, - [SMALL_STATE(2235)] = 88302, - [SMALL_STATE(2236)] = 88315, - [SMALL_STATE(2237)] = 88328, - [SMALL_STATE(2238)] = 88341, - [SMALL_STATE(2239)] = 88354, - [SMALL_STATE(2240)] = 88367, - [SMALL_STATE(2241)] = 88380, - [SMALL_STATE(2242)] = 88393, - [SMALL_STATE(2243)] = 88406, - [SMALL_STATE(2244)] = 88419, - [SMALL_STATE(2245)] = 88432, - [SMALL_STATE(2246)] = 88445, - [SMALL_STATE(2247)] = 88458, - [SMALL_STATE(2248)] = 88471, - [SMALL_STATE(2249)] = 88484, - [SMALL_STATE(2250)] = 88497, - [SMALL_STATE(2251)] = 88510, - [SMALL_STATE(2252)] = 88523, - [SMALL_STATE(2253)] = 88536, - [SMALL_STATE(2254)] = 88549, - [SMALL_STATE(2255)] = 88562, - [SMALL_STATE(2256)] = 88575, - [SMALL_STATE(2257)] = 88588, - [SMALL_STATE(2258)] = 88601, - [SMALL_STATE(2259)] = 88614, - [SMALL_STATE(2260)] = 88627, - [SMALL_STATE(2261)] = 88640, - [SMALL_STATE(2262)] = 88653, - [SMALL_STATE(2263)] = 88666, - [SMALL_STATE(2264)] = 88679, - [SMALL_STATE(2265)] = 88692, - [SMALL_STATE(2266)] = 88705, - [SMALL_STATE(2267)] = 88718, - [SMALL_STATE(2268)] = 88731, - [SMALL_STATE(2269)] = 88744, - [SMALL_STATE(2270)] = 88757, - [SMALL_STATE(2271)] = 88770, - [SMALL_STATE(2272)] = 88783, - [SMALL_STATE(2273)] = 88796, - [SMALL_STATE(2274)] = 88809, - [SMALL_STATE(2275)] = 88822, - [SMALL_STATE(2276)] = 88835, - [SMALL_STATE(2277)] = 88848, - [SMALL_STATE(2278)] = 88861, - [SMALL_STATE(2279)] = 88874, - [SMALL_STATE(2280)] = 88887, - [SMALL_STATE(2281)] = 88900, - [SMALL_STATE(2282)] = 88913, - [SMALL_STATE(2283)] = 88926, - [SMALL_STATE(2284)] = 88939, - [SMALL_STATE(2285)] = 88952, - [SMALL_STATE(2286)] = 88965, - [SMALL_STATE(2287)] = 88978, - [SMALL_STATE(2288)] = 88991, - [SMALL_STATE(2289)] = 89004, - [SMALL_STATE(2290)] = 89017, - [SMALL_STATE(2291)] = 89030, - [SMALL_STATE(2292)] = 89043, - [SMALL_STATE(2293)] = 89056, - [SMALL_STATE(2294)] = 89069, - [SMALL_STATE(2295)] = 89082, - [SMALL_STATE(2296)] = 89095, - [SMALL_STATE(2297)] = 89108, - [SMALL_STATE(2298)] = 89121, - [SMALL_STATE(2299)] = 89134, - [SMALL_STATE(2300)] = 89147, - [SMALL_STATE(2301)] = 89160, - [SMALL_STATE(2302)] = 89173, - [SMALL_STATE(2303)] = 89186, - [SMALL_STATE(2304)] = 89199, - [SMALL_STATE(2305)] = 89212, - [SMALL_STATE(2306)] = 89225, - [SMALL_STATE(2307)] = 89238, - [SMALL_STATE(2308)] = 89251, - [SMALL_STATE(2309)] = 89264, - [SMALL_STATE(2310)] = 89277, - [SMALL_STATE(2311)] = 89290, - [SMALL_STATE(2312)] = 89303, - [SMALL_STATE(2313)] = 89316, - [SMALL_STATE(2314)] = 89329, - [SMALL_STATE(2315)] = 89342, - [SMALL_STATE(2316)] = 89355, - [SMALL_STATE(2317)] = 89368, - [SMALL_STATE(2318)] = 89381, - [SMALL_STATE(2319)] = 89394, - [SMALL_STATE(2320)] = 89407, - [SMALL_STATE(2321)] = 89420, - [SMALL_STATE(2322)] = 89433, - [SMALL_STATE(2323)] = 89446, - [SMALL_STATE(2324)] = 89459, - [SMALL_STATE(2325)] = 89472, - [SMALL_STATE(2326)] = 89485, - [SMALL_STATE(2327)] = 89498, - [SMALL_STATE(2328)] = 89511, - [SMALL_STATE(2329)] = 89524, - [SMALL_STATE(2330)] = 89537, - [SMALL_STATE(2331)] = 89550, - [SMALL_STATE(2332)] = 89563, - [SMALL_STATE(2333)] = 89576, - [SMALL_STATE(2334)] = 89589, - [SMALL_STATE(2335)] = 89602, - [SMALL_STATE(2336)] = 89615, - [SMALL_STATE(2337)] = 89628, - [SMALL_STATE(2338)] = 89641, - [SMALL_STATE(2339)] = 89654, - [SMALL_STATE(2340)] = 89667, - [SMALL_STATE(2341)] = 89680, - [SMALL_STATE(2342)] = 89693, - [SMALL_STATE(2343)] = 89706, - [SMALL_STATE(2344)] = 89719, - [SMALL_STATE(2345)] = 89732, - [SMALL_STATE(2346)] = 89745, - [SMALL_STATE(2347)] = 89758, - [SMALL_STATE(2348)] = 89771, - [SMALL_STATE(2349)] = 89784, - [SMALL_STATE(2350)] = 89797, - [SMALL_STATE(2351)] = 89810, - [SMALL_STATE(2352)] = 89823, - [SMALL_STATE(2353)] = 89836, - [SMALL_STATE(2354)] = 89849, - [SMALL_STATE(2355)] = 89862, - [SMALL_STATE(2356)] = 89875, - [SMALL_STATE(2357)] = 89888, - [SMALL_STATE(2358)] = 89901, - [SMALL_STATE(2359)] = 89914, - [SMALL_STATE(2360)] = 89927, - [SMALL_STATE(2361)] = 89940, - [SMALL_STATE(2362)] = 89953, - [SMALL_STATE(2363)] = 89966, - [SMALL_STATE(2364)] = 89979, - [SMALL_STATE(2365)] = 89992, - [SMALL_STATE(2366)] = 90005, - [SMALL_STATE(2367)] = 90018, - [SMALL_STATE(2368)] = 90031, - [SMALL_STATE(2369)] = 90044, - [SMALL_STATE(2370)] = 90057, - [SMALL_STATE(2371)] = 90070, - [SMALL_STATE(2372)] = 90083, - [SMALL_STATE(2373)] = 90096, - [SMALL_STATE(2374)] = 90109, - [SMALL_STATE(2375)] = 90122, - [SMALL_STATE(2376)] = 90135, - [SMALL_STATE(2377)] = 90148, - [SMALL_STATE(2378)] = 90161, - [SMALL_STATE(2379)] = 90174, - [SMALL_STATE(2380)] = 90187, - [SMALL_STATE(2381)] = 90200, - [SMALL_STATE(2382)] = 90213, - [SMALL_STATE(2383)] = 90226, - [SMALL_STATE(2384)] = 90239, - [SMALL_STATE(2385)] = 90252, - [SMALL_STATE(2386)] = 90265, - [SMALL_STATE(2387)] = 90278, - [SMALL_STATE(2388)] = 90291, - [SMALL_STATE(2389)] = 90304, - [SMALL_STATE(2390)] = 90317, - [SMALL_STATE(2391)] = 90330, - [SMALL_STATE(2392)] = 90343, - [SMALL_STATE(2393)] = 90356, - [SMALL_STATE(2394)] = 90369, - [SMALL_STATE(2395)] = 90382, - [SMALL_STATE(2396)] = 90395, - [SMALL_STATE(2397)] = 90408, - [SMALL_STATE(2398)] = 90421, - [SMALL_STATE(2399)] = 90434, - [SMALL_STATE(2400)] = 90447, - [SMALL_STATE(2401)] = 90460, - [SMALL_STATE(2402)] = 90473, - [SMALL_STATE(2403)] = 90486, - [SMALL_STATE(2404)] = 90499, - [SMALL_STATE(2405)] = 90512, - [SMALL_STATE(2406)] = 90525, - [SMALL_STATE(2407)] = 90538, - [SMALL_STATE(2408)] = 90551, - [SMALL_STATE(2409)] = 90564, - [SMALL_STATE(2410)] = 90577, - [SMALL_STATE(2411)] = 90590, - [SMALL_STATE(2412)] = 90603, - [SMALL_STATE(2413)] = 90616, - [SMALL_STATE(2414)] = 90629, - [SMALL_STATE(2415)] = 90642, - [SMALL_STATE(2416)] = 90655, - [SMALL_STATE(2417)] = 90668, - [SMALL_STATE(2418)] = 90681, - [SMALL_STATE(2419)] = 90694, - [SMALL_STATE(2420)] = 90707, - [SMALL_STATE(2421)] = 90720, - [SMALL_STATE(2422)] = 90733, - [SMALL_STATE(2423)] = 90746, - [SMALL_STATE(2424)] = 90759, - [SMALL_STATE(2425)] = 90772, - [SMALL_STATE(2426)] = 90785, - [SMALL_STATE(2427)] = 90798, - [SMALL_STATE(2428)] = 90811, - [SMALL_STATE(2429)] = 90824, - [SMALL_STATE(2430)] = 90837, - [SMALL_STATE(2431)] = 90850, - [SMALL_STATE(2432)] = 90863, - [SMALL_STATE(2433)] = 90876, - [SMALL_STATE(2434)] = 90889, - [SMALL_STATE(2435)] = 90902, - [SMALL_STATE(2436)] = 90915, - [SMALL_STATE(2437)] = 90928, - [SMALL_STATE(2438)] = 90941, - [SMALL_STATE(2439)] = 90954, - [SMALL_STATE(2440)] = 90967, - [SMALL_STATE(2441)] = 90980, - [SMALL_STATE(2442)] = 90993, - [SMALL_STATE(2443)] = 91006, - [SMALL_STATE(2444)] = 91019, - [SMALL_STATE(2445)] = 91032, - [SMALL_STATE(2446)] = 91045, - [SMALL_STATE(2447)] = 91058, - [SMALL_STATE(2448)] = 91071, - [SMALL_STATE(2449)] = 91084, - [SMALL_STATE(2450)] = 91097, - [SMALL_STATE(2451)] = 91110, - [SMALL_STATE(2452)] = 91123, - [SMALL_STATE(2453)] = 91136, - [SMALL_STATE(2454)] = 91149, - [SMALL_STATE(2455)] = 91162, - [SMALL_STATE(2456)] = 91175, - [SMALL_STATE(2457)] = 91188, - [SMALL_STATE(2458)] = 91201, - [SMALL_STATE(2459)] = 91214, - [SMALL_STATE(2460)] = 91227, - [SMALL_STATE(2461)] = 91240, - [SMALL_STATE(2462)] = 91253, - [SMALL_STATE(2463)] = 91266, - [SMALL_STATE(2464)] = 91279, - [SMALL_STATE(2465)] = 91292, - [SMALL_STATE(2466)] = 91305, - [SMALL_STATE(2467)] = 91318, - [SMALL_STATE(2468)] = 91331, - [SMALL_STATE(2469)] = 91344, - [SMALL_STATE(2470)] = 91357, - [SMALL_STATE(2471)] = 91370, - [SMALL_STATE(2472)] = 91383, - [SMALL_STATE(2473)] = 91396, - [SMALL_STATE(2474)] = 91409, - [SMALL_STATE(2475)] = 91422, - [SMALL_STATE(2476)] = 91435, - [SMALL_STATE(2477)] = 91448, - [SMALL_STATE(2478)] = 91461, - [SMALL_STATE(2479)] = 91474, - [SMALL_STATE(2480)] = 91487, - [SMALL_STATE(2481)] = 91500, - [SMALL_STATE(2482)] = 91513, - [SMALL_STATE(2483)] = 91526, - [SMALL_STATE(2484)] = 91539, - [SMALL_STATE(2485)] = 91552, - [SMALL_STATE(2486)] = 91565, - [SMALL_STATE(2487)] = 91578, - [SMALL_STATE(2488)] = 91591, - [SMALL_STATE(2489)] = 91604, - [SMALL_STATE(2490)] = 91617, - [SMALL_STATE(2491)] = 91630, - [SMALL_STATE(2492)] = 91643, - [SMALL_STATE(2493)] = 91656, - [SMALL_STATE(2494)] = 91669, - [SMALL_STATE(2495)] = 91682, - [SMALL_STATE(2496)] = 91695, - [SMALL_STATE(2497)] = 91708, - [SMALL_STATE(2498)] = 91721, - [SMALL_STATE(2499)] = 91734, - [SMALL_STATE(2500)] = 91747, - [SMALL_STATE(2501)] = 91760, - [SMALL_STATE(2502)] = 91773, - [SMALL_STATE(2503)] = 91786, - [SMALL_STATE(2504)] = 91799, - [SMALL_STATE(2505)] = 91812, - [SMALL_STATE(2506)] = 91825, - [SMALL_STATE(2507)] = 91838, - [SMALL_STATE(2508)] = 91851, - [SMALL_STATE(2509)] = 91864, - [SMALL_STATE(2510)] = 91877, - [SMALL_STATE(2511)] = 91890, - [SMALL_STATE(2512)] = 91903, - [SMALL_STATE(2513)] = 91916, - [SMALL_STATE(2514)] = 91929, - [SMALL_STATE(2515)] = 91942, - [SMALL_STATE(2516)] = 91955, - [SMALL_STATE(2517)] = 91968, - [SMALL_STATE(2518)] = 91981, - [SMALL_STATE(2519)] = 91994, - [SMALL_STATE(2520)] = 92007, - [SMALL_STATE(2521)] = 92020, - [SMALL_STATE(2522)] = 92033, - [SMALL_STATE(2523)] = 92046, - [SMALL_STATE(2524)] = 92059, - [SMALL_STATE(2525)] = 92072, - [SMALL_STATE(2526)] = 92085, - [SMALL_STATE(2527)] = 92098, - [SMALL_STATE(2528)] = 92111, - [SMALL_STATE(2529)] = 92124, - [SMALL_STATE(2530)] = 92137, - [SMALL_STATE(2531)] = 92150, - [SMALL_STATE(2532)] = 92163, - [SMALL_STATE(2533)] = 92176, - [SMALL_STATE(2534)] = 92189, - [SMALL_STATE(2535)] = 92202, - [SMALL_STATE(2536)] = 92215, - [SMALL_STATE(2537)] = 92228, - [SMALL_STATE(2538)] = 92241, - [SMALL_STATE(2539)] = 92254, - [SMALL_STATE(2540)] = 92267, - [SMALL_STATE(2541)] = 92280, - [SMALL_STATE(2542)] = 92293, - [SMALL_STATE(2543)] = 92306, - [SMALL_STATE(2544)] = 92319, - [SMALL_STATE(2545)] = 92332, - [SMALL_STATE(2546)] = 92345, - [SMALL_STATE(2547)] = 92358, - [SMALL_STATE(2548)] = 92371, - [SMALL_STATE(2549)] = 92384, - [SMALL_STATE(2550)] = 92397, - [SMALL_STATE(2551)] = 92410, - [SMALL_STATE(2552)] = 92423, - [SMALL_STATE(2553)] = 92436, - [SMALL_STATE(2554)] = 92449, - [SMALL_STATE(2555)] = 92462, - [SMALL_STATE(2556)] = 92475, - [SMALL_STATE(2557)] = 92488, - [SMALL_STATE(2558)] = 92501, - [SMALL_STATE(2559)] = 92514, - [SMALL_STATE(2560)] = 92527, - [SMALL_STATE(2561)] = 92540, - [SMALL_STATE(2562)] = 92553, - [SMALL_STATE(2563)] = 92566, - [SMALL_STATE(2564)] = 92579, - [SMALL_STATE(2565)] = 92592, - [SMALL_STATE(2566)] = 92605, - [SMALL_STATE(2567)] = 92618, - [SMALL_STATE(2568)] = 92631, - [SMALL_STATE(2569)] = 92644, - [SMALL_STATE(2570)] = 92657, - [SMALL_STATE(2571)] = 92670, - [SMALL_STATE(2572)] = 92683, - [SMALL_STATE(2573)] = 92696, - [SMALL_STATE(2574)] = 92709, - [SMALL_STATE(2575)] = 92722, - [SMALL_STATE(2576)] = 92735, - [SMALL_STATE(2577)] = 92748, - [SMALL_STATE(2578)] = 92761, - [SMALL_STATE(2579)] = 92774, - [SMALL_STATE(2580)] = 92787, - [SMALL_STATE(2581)] = 92800, - [SMALL_STATE(2582)] = 92813, - [SMALL_STATE(2583)] = 92826, - [SMALL_STATE(2584)] = 92839, - [SMALL_STATE(2585)] = 92852, - [SMALL_STATE(2586)] = 92865, - [SMALL_STATE(2587)] = 92878, - [SMALL_STATE(2588)] = 92891, - [SMALL_STATE(2589)] = 92904, - [SMALL_STATE(2590)] = 92917, - [SMALL_STATE(2591)] = 92930, - [SMALL_STATE(2592)] = 92943, - [SMALL_STATE(2593)] = 92956, - [SMALL_STATE(2594)] = 92969, - [SMALL_STATE(2595)] = 92982, - [SMALL_STATE(2596)] = 92995, - [SMALL_STATE(2597)] = 93008, - [SMALL_STATE(2598)] = 93021, - [SMALL_STATE(2599)] = 93034, - [SMALL_STATE(2600)] = 93047, - [SMALL_STATE(2601)] = 93060, - [SMALL_STATE(2602)] = 93073, - [SMALL_STATE(2603)] = 93086, - [SMALL_STATE(2604)] = 93099, - [SMALL_STATE(2605)] = 93112, - [SMALL_STATE(2606)] = 93125, - [SMALL_STATE(2607)] = 93138, - [SMALL_STATE(2608)] = 93151, - [SMALL_STATE(2609)] = 93164, - [SMALL_STATE(2610)] = 93177, - [SMALL_STATE(2611)] = 93190, - [SMALL_STATE(2612)] = 93203, - [SMALL_STATE(2613)] = 93216, - [SMALL_STATE(2614)] = 93229, - [SMALL_STATE(2615)] = 93242, - [SMALL_STATE(2616)] = 93255, - [SMALL_STATE(2617)] = 93268, - [SMALL_STATE(2618)] = 93281, - [SMALL_STATE(2619)] = 93294, - [SMALL_STATE(2620)] = 93307, - [SMALL_STATE(2621)] = 93320, - [SMALL_STATE(2622)] = 93333, - [SMALL_STATE(2623)] = 93346, - [SMALL_STATE(2624)] = 93359, - [SMALL_STATE(2625)] = 93372, - [SMALL_STATE(2626)] = 93385, - [SMALL_STATE(2627)] = 93398, - [SMALL_STATE(2628)] = 93411, - [SMALL_STATE(2629)] = 93424, - [SMALL_STATE(2630)] = 93437, - [SMALL_STATE(2631)] = 93450, - [SMALL_STATE(2632)] = 93463, - [SMALL_STATE(2633)] = 93476, - [SMALL_STATE(2634)] = 93489, - [SMALL_STATE(2635)] = 93502, - [SMALL_STATE(2636)] = 93515, - [SMALL_STATE(2637)] = 93528, - [SMALL_STATE(2638)] = 93541, - [SMALL_STATE(2639)] = 93554, - [SMALL_STATE(2640)] = 93567, - [SMALL_STATE(2641)] = 93580, - [SMALL_STATE(2642)] = 93593, - [SMALL_STATE(2643)] = 93606, - [SMALL_STATE(2644)] = 93619, - [SMALL_STATE(2645)] = 93632, - [SMALL_STATE(2646)] = 93645, - [SMALL_STATE(2647)] = 93658, - [SMALL_STATE(2648)] = 93671, - [SMALL_STATE(2649)] = 93684, - [SMALL_STATE(2650)] = 93697, - [SMALL_STATE(2651)] = 93710, - [SMALL_STATE(2652)] = 93723, - [SMALL_STATE(2653)] = 93736, - [SMALL_STATE(2654)] = 93749, - [SMALL_STATE(2655)] = 93762, - [SMALL_STATE(2656)] = 93775, - [SMALL_STATE(2657)] = 93788, - [SMALL_STATE(2658)] = 93801, - [SMALL_STATE(2659)] = 93814, - [SMALL_STATE(2660)] = 93827, - [SMALL_STATE(2661)] = 93840, - [SMALL_STATE(2662)] = 93853, - [SMALL_STATE(2663)] = 93866, - [SMALL_STATE(2664)] = 93879, - [SMALL_STATE(2665)] = 93892, - [SMALL_STATE(2666)] = 93905, - [SMALL_STATE(2667)] = 93918, - [SMALL_STATE(2668)] = 93931, - [SMALL_STATE(2669)] = 93944, - [SMALL_STATE(2670)] = 93957, - [SMALL_STATE(2671)] = 93970, - [SMALL_STATE(2672)] = 93983, - [SMALL_STATE(2673)] = 93996, - [SMALL_STATE(2674)] = 94009, - [SMALL_STATE(2675)] = 94022, - [SMALL_STATE(2676)] = 94035, - [SMALL_STATE(2677)] = 94048, - [SMALL_STATE(2678)] = 94061, - [SMALL_STATE(2679)] = 94074, - [SMALL_STATE(2680)] = 94087, - [SMALL_STATE(2681)] = 94100, - [SMALL_STATE(2682)] = 94113, - [SMALL_STATE(2683)] = 94126, - [SMALL_STATE(2684)] = 94139, - [SMALL_STATE(2685)] = 94152, - [SMALL_STATE(2686)] = 94165, - [SMALL_STATE(2687)] = 94178, - [SMALL_STATE(2688)] = 94191, - [SMALL_STATE(2689)] = 94204, - [SMALL_STATE(2690)] = 94217, - [SMALL_STATE(2691)] = 94230, - [SMALL_STATE(2692)] = 94243, - [SMALL_STATE(2693)] = 94256, - [SMALL_STATE(2694)] = 94269, - [SMALL_STATE(2695)] = 94282, - [SMALL_STATE(2696)] = 94295, - [SMALL_STATE(2697)] = 94308, - [SMALL_STATE(2698)] = 94321, - [SMALL_STATE(2699)] = 94334, - [SMALL_STATE(2700)] = 94347, - [SMALL_STATE(2701)] = 94360, - [SMALL_STATE(2702)] = 94373, - [SMALL_STATE(2703)] = 94386, - [SMALL_STATE(2704)] = 94399, - [SMALL_STATE(2705)] = 94412, - [SMALL_STATE(2706)] = 94425, - [SMALL_STATE(2707)] = 94438, - [SMALL_STATE(2708)] = 94451, - [SMALL_STATE(2709)] = 94464, - [SMALL_STATE(2710)] = 94477, - [SMALL_STATE(2711)] = 94490, - [SMALL_STATE(2712)] = 94503, - [SMALL_STATE(2713)] = 94516, - [SMALL_STATE(2714)] = 94529, - [SMALL_STATE(2715)] = 94542, - [SMALL_STATE(2716)] = 94555, - [SMALL_STATE(2717)] = 94568, - [SMALL_STATE(2718)] = 94581, - [SMALL_STATE(2719)] = 94594, - [SMALL_STATE(2720)] = 94607, - [SMALL_STATE(2721)] = 94620, - [SMALL_STATE(2722)] = 94633, - [SMALL_STATE(2723)] = 94646, - [SMALL_STATE(2724)] = 94659, - [SMALL_STATE(2725)] = 94672, - [SMALL_STATE(2726)] = 94685, - [SMALL_STATE(2727)] = 94698, - [SMALL_STATE(2728)] = 94711, - [SMALL_STATE(2729)] = 94724, - [SMALL_STATE(2730)] = 94737, - [SMALL_STATE(2731)] = 94750, - [SMALL_STATE(2732)] = 94763, - [SMALL_STATE(2733)] = 94776, - [SMALL_STATE(2734)] = 94789, - [SMALL_STATE(2735)] = 94802, - [SMALL_STATE(2736)] = 94815, - [SMALL_STATE(2737)] = 94828, - [SMALL_STATE(2738)] = 94841, - [SMALL_STATE(2739)] = 94854, - [SMALL_STATE(2740)] = 94867, - [SMALL_STATE(2741)] = 94880, - [SMALL_STATE(2742)] = 94893, - [SMALL_STATE(2743)] = 94906, - [SMALL_STATE(2744)] = 94919, - [SMALL_STATE(2745)] = 94932, - [SMALL_STATE(2746)] = 94945, - [SMALL_STATE(2747)] = 94958, - [SMALL_STATE(2748)] = 94971, - [SMALL_STATE(2749)] = 94984, - [SMALL_STATE(2750)] = 94997, - [SMALL_STATE(2751)] = 95010, - [SMALL_STATE(2752)] = 95023, - [SMALL_STATE(2753)] = 95036, - [SMALL_STATE(2754)] = 95049, - [SMALL_STATE(2755)] = 95062, - [SMALL_STATE(2756)] = 95075, - [SMALL_STATE(2757)] = 95088, - [SMALL_STATE(2758)] = 95101, - [SMALL_STATE(2759)] = 95114, - [SMALL_STATE(2760)] = 95127, - [SMALL_STATE(2761)] = 95140, - [SMALL_STATE(2762)] = 95153, - [SMALL_STATE(2763)] = 95166, - [SMALL_STATE(2764)] = 95179, - [SMALL_STATE(2765)] = 95192, - [SMALL_STATE(2766)] = 95205, - [SMALL_STATE(2767)] = 95218, - [SMALL_STATE(2768)] = 95231, - [SMALL_STATE(2769)] = 95244, - [SMALL_STATE(2770)] = 95257, - [SMALL_STATE(2771)] = 95270, - [SMALL_STATE(2772)] = 95283, - [SMALL_STATE(2773)] = 95296, - [SMALL_STATE(2774)] = 95309, - [SMALL_STATE(2775)] = 95322, - [SMALL_STATE(2776)] = 95335, - [SMALL_STATE(2777)] = 95348, - [SMALL_STATE(2778)] = 95361, - [SMALL_STATE(2779)] = 95374, - [SMALL_STATE(2780)] = 95387, - [SMALL_STATE(2781)] = 95400, - [SMALL_STATE(2782)] = 95413, - [SMALL_STATE(2783)] = 95426, - [SMALL_STATE(2784)] = 95439, - [SMALL_STATE(2785)] = 95452, - [SMALL_STATE(2786)] = 95465, - [SMALL_STATE(2787)] = 95478, - [SMALL_STATE(2788)] = 95491, - [SMALL_STATE(2789)] = 95504, - [SMALL_STATE(2790)] = 95517, - [SMALL_STATE(2791)] = 95530, - [SMALL_STATE(2792)] = 95543, - [SMALL_STATE(2793)] = 95556, - [SMALL_STATE(2794)] = 95569, - [SMALL_STATE(2795)] = 95582, - [SMALL_STATE(2796)] = 95595, - [SMALL_STATE(2797)] = 95608, - [SMALL_STATE(2798)] = 95621, - [SMALL_STATE(2799)] = 95634, - [SMALL_STATE(2800)] = 95647, - [SMALL_STATE(2801)] = 95660, - [SMALL_STATE(2802)] = 95673, - [SMALL_STATE(2803)] = 95686, - [SMALL_STATE(2804)] = 95699, - [SMALL_STATE(2805)] = 95712, - [SMALL_STATE(2806)] = 95725, - [SMALL_STATE(2807)] = 95738, - [SMALL_STATE(2808)] = 95751, - [SMALL_STATE(2809)] = 95764, - [SMALL_STATE(2810)] = 95777, - [SMALL_STATE(2811)] = 95790, - [SMALL_STATE(2812)] = 95803, - [SMALL_STATE(2813)] = 95816, - [SMALL_STATE(2814)] = 95829, - [SMALL_STATE(2815)] = 95842, - [SMALL_STATE(2816)] = 95855, - [SMALL_STATE(2817)] = 95868, - [SMALL_STATE(2818)] = 95881, - [SMALL_STATE(2819)] = 95894, - [SMALL_STATE(2820)] = 95907, - [SMALL_STATE(2821)] = 95920, - [SMALL_STATE(2822)] = 95933, - [SMALL_STATE(2823)] = 95946, - [SMALL_STATE(2824)] = 95959, - [SMALL_STATE(2825)] = 95972, - [SMALL_STATE(2826)] = 95985, - [SMALL_STATE(2827)] = 95998, - [SMALL_STATE(2828)] = 96011, - [SMALL_STATE(2829)] = 96024, - [SMALL_STATE(2830)] = 96037, - [SMALL_STATE(2831)] = 96050, - [SMALL_STATE(2832)] = 96063, - [SMALL_STATE(2833)] = 96076, - [SMALL_STATE(2834)] = 96089, - [SMALL_STATE(2835)] = 96102, - [SMALL_STATE(2836)] = 96115, - [SMALL_STATE(2837)] = 96128, - [SMALL_STATE(2838)] = 96141, - [SMALL_STATE(2839)] = 96154, - [SMALL_STATE(2840)] = 96167, - [SMALL_STATE(2841)] = 96180, - [SMALL_STATE(2842)] = 96193, - [SMALL_STATE(2843)] = 96206, - [SMALL_STATE(2844)] = 96219, - [SMALL_STATE(2845)] = 96232, - [SMALL_STATE(2846)] = 96245, - [SMALL_STATE(2847)] = 96258, - [SMALL_STATE(2848)] = 96271, - [SMALL_STATE(2849)] = 96284, - [SMALL_STATE(2850)] = 96297, - [SMALL_STATE(2851)] = 96310, - [SMALL_STATE(2852)] = 96323, - [SMALL_STATE(2853)] = 96336, - [SMALL_STATE(2854)] = 96349, - [SMALL_STATE(2855)] = 96362, - [SMALL_STATE(2856)] = 96375, - [SMALL_STATE(2857)] = 96388, - [SMALL_STATE(2858)] = 96401, - [SMALL_STATE(2859)] = 96414, - [SMALL_STATE(2860)] = 96427, - [SMALL_STATE(2861)] = 96440, - [SMALL_STATE(2862)] = 96453, - [SMALL_STATE(2863)] = 96466, - [SMALL_STATE(2864)] = 96479, - [SMALL_STATE(2865)] = 96492, - [SMALL_STATE(2866)] = 96505, - [SMALL_STATE(2867)] = 96518, - [SMALL_STATE(2868)] = 96531, - [SMALL_STATE(2869)] = 96544, - [SMALL_STATE(2870)] = 96557, - [SMALL_STATE(2871)] = 96570, - [SMALL_STATE(2872)] = 96583, - [SMALL_STATE(2873)] = 96596, - [SMALL_STATE(2874)] = 96609, - [SMALL_STATE(2875)] = 96622, - [SMALL_STATE(2876)] = 96635, - [SMALL_STATE(2877)] = 96648, - [SMALL_STATE(2878)] = 96661, - [SMALL_STATE(2879)] = 96674, - [SMALL_STATE(2880)] = 96687, - [SMALL_STATE(2881)] = 96700, - [SMALL_STATE(2882)] = 96713, - [SMALL_STATE(2883)] = 96726, - [SMALL_STATE(2884)] = 96739, - [SMALL_STATE(2885)] = 96752, - [SMALL_STATE(2886)] = 96765, - [SMALL_STATE(2887)] = 96778, - [SMALL_STATE(2888)] = 96791, - [SMALL_STATE(2889)] = 96804, + [SMALL_STATE(874)] = 4201, + [SMALL_STATE(875)] = 4323, + [SMALL_STATE(876)] = 4451, + [SMALL_STATE(877)] = 4574, + [SMALL_STATE(878)] = 4693, + [SMALL_STATE(879)] = 4815, + [SMALL_STATE(880)] = 4934, + [SMALL_STATE(881)] = 5053, + [SMALL_STATE(882)] = 5172, + [SMALL_STATE(883)] = 5291, + [SMALL_STATE(884)] = 5410, + [SMALL_STATE(885)] = 5529, + [SMALL_STATE(886)] = 5648, + [SMALL_STATE(887)] = 5767, + [SMALL_STATE(888)] = 5886, + [SMALL_STATE(889)] = 6005, + [SMALL_STATE(890)] = 6124, + [SMALL_STATE(891)] = 6243, + [SMALL_STATE(892)] = 6362, + [SMALL_STATE(893)] = 6481, + [SMALL_STATE(894)] = 6600, + [SMALL_STATE(895)] = 6716, + [SMALL_STATE(896)] = 6832, + [SMALL_STATE(897)] = 6948, + [SMALL_STATE(898)] = 7064, + [SMALL_STATE(899)] = 7180, + [SMALL_STATE(900)] = 7296, + [SMALL_STATE(901)] = 7412, + [SMALL_STATE(902)] = 7528, + [SMALL_STATE(903)] = 7644, + [SMALL_STATE(904)] = 7760, + [SMALL_STATE(905)] = 7876, + [SMALL_STATE(906)] = 7992, + [SMALL_STATE(907)] = 8108, + [SMALL_STATE(908)] = 8224, + [SMALL_STATE(909)] = 8340, + [SMALL_STATE(910)] = 8456, + [SMALL_STATE(911)] = 8572, + [SMALL_STATE(912)] = 8688, + [SMALL_STATE(913)] = 8804, + [SMALL_STATE(914)] = 8920, + [SMALL_STATE(915)] = 9036, + [SMALL_STATE(916)] = 9152, + [SMALL_STATE(917)] = 9268, + [SMALL_STATE(918)] = 9384, + [SMALL_STATE(919)] = 9500, + [SMALL_STATE(920)] = 9616, + [SMALL_STATE(921)] = 9732, + [SMALL_STATE(922)] = 9833, + [SMALL_STATE(923)] = 9934, + [SMALL_STATE(924)] = 9991, + [SMALL_STATE(925)] = 10104, + [SMALL_STATE(926)] = 10217, + [SMALL_STATE(927)] = 10330, + [SMALL_STATE(928)] = 10431, + [SMALL_STATE(929)] = 10544, + [SMALL_STATE(930)] = 10645, + [SMALL_STATE(931)] = 10758, + [SMALL_STATE(932)] = 10859, + [SMALL_STATE(933)] = 10972, + [SMALL_STATE(934)] = 11082, + [SMALL_STATE(935)] = 11192, + [SMALL_STATE(936)] = 11302, + [SMALL_STATE(937)] = 11412, + [SMALL_STATE(938)] = 11522, + [SMALL_STATE(939)] = 11578, + [SMALL_STATE(940)] = 11688, + [SMALL_STATE(941)] = 11798, + [SMALL_STATE(942)] = 11854, + [SMALL_STATE(943)] = 11964, + [SMALL_STATE(944)] = 12074, + [SMALL_STATE(945)] = 12184, + [SMALL_STATE(946)] = 12294, + [SMALL_STATE(947)] = 12350, + [SMALL_STATE(948)] = 12460, + [SMALL_STATE(949)] = 12570, + [SMALL_STATE(950)] = 12680, + [SMALL_STATE(951)] = 12790, + [SMALL_STATE(952)] = 12900, + [SMALL_STATE(953)] = 13010, + [SMALL_STATE(954)] = 13120, + [SMALL_STATE(955)] = 13230, + [SMALL_STATE(956)] = 13340, + [SMALL_STATE(957)] = 13450, + [SMALL_STATE(958)] = 13560, + [SMALL_STATE(959)] = 13670, + [SMALL_STATE(960)] = 13780, + [SMALL_STATE(961)] = 13890, + [SMALL_STATE(962)] = 14000, + [SMALL_STATE(963)] = 14110, + [SMALL_STATE(964)] = 14220, + [SMALL_STATE(965)] = 14330, + [SMALL_STATE(966)] = 14440, + [SMALL_STATE(967)] = 14550, + [SMALL_STATE(968)] = 14660, + [SMALL_STATE(969)] = 14770, + [SMALL_STATE(970)] = 14880, + [SMALL_STATE(971)] = 14990, + [SMALL_STATE(972)] = 15100, + [SMALL_STATE(973)] = 15210, + [SMALL_STATE(974)] = 15320, + [SMALL_STATE(975)] = 15430, + [SMALL_STATE(976)] = 15540, + [SMALL_STATE(977)] = 15650, + [SMALL_STATE(978)] = 15760, + [SMALL_STATE(979)] = 15870, + [SMALL_STATE(980)] = 15980, + [SMALL_STATE(981)] = 16090, + [SMALL_STATE(982)] = 16200, + [SMALL_STATE(983)] = 16310, + [SMALL_STATE(984)] = 16420, + [SMALL_STATE(985)] = 16530, + [SMALL_STATE(986)] = 16640, + [SMALL_STATE(987)] = 16750, + [SMALL_STATE(988)] = 16860, + [SMALL_STATE(989)] = 16970, + [SMALL_STATE(990)] = 17080, + [SMALL_STATE(991)] = 17190, + [SMALL_STATE(992)] = 17300, + [SMALL_STATE(993)] = 17410, + [SMALL_STATE(994)] = 17520, + [SMALL_STATE(995)] = 17630, + [SMALL_STATE(996)] = 17740, + [SMALL_STATE(997)] = 17850, + [SMALL_STATE(998)] = 17960, + [SMALL_STATE(999)] = 18070, + [SMALL_STATE(1000)] = 18180, + [SMALL_STATE(1001)] = 18290, + [SMALL_STATE(1002)] = 18400, + [SMALL_STATE(1003)] = 18510, + [SMALL_STATE(1004)] = 18620, + [SMALL_STATE(1005)] = 18730, + [SMALL_STATE(1006)] = 18840, + [SMALL_STATE(1007)] = 18950, + [SMALL_STATE(1008)] = 19060, + [SMALL_STATE(1009)] = 19170, + [SMALL_STATE(1010)] = 19280, + [SMALL_STATE(1011)] = 19390, + [SMALL_STATE(1012)] = 19500, + [SMALL_STATE(1013)] = 19610, + [SMALL_STATE(1014)] = 19720, + [SMALL_STATE(1015)] = 19830, + [SMALL_STATE(1016)] = 19940, + [SMALL_STATE(1017)] = 20050, + [SMALL_STATE(1018)] = 20160, + [SMALL_STATE(1019)] = 20270, + [SMALL_STATE(1020)] = 20380, + [SMALL_STATE(1021)] = 20490, + [SMALL_STATE(1022)] = 20600, + [SMALL_STATE(1023)] = 20710, + [SMALL_STATE(1024)] = 20820, + [SMALL_STATE(1025)] = 20930, + [SMALL_STATE(1026)] = 21040, + [SMALL_STATE(1027)] = 21150, + [SMALL_STATE(1028)] = 21260, + [SMALL_STATE(1029)] = 21370, + [SMALL_STATE(1030)] = 21480, + [SMALL_STATE(1031)] = 21590, + [SMALL_STATE(1032)] = 21700, + [SMALL_STATE(1033)] = 21810, + [SMALL_STATE(1034)] = 21920, + [SMALL_STATE(1035)] = 22030, + [SMALL_STATE(1036)] = 22140, + [SMALL_STATE(1037)] = 22250, + [SMALL_STATE(1038)] = 22360, + [SMALL_STATE(1039)] = 22470, + [SMALL_STATE(1040)] = 22580, + [SMALL_STATE(1041)] = 22690, + [SMALL_STATE(1042)] = 22800, + [SMALL_STATE(1043)] = 22910, + [SMALL_STATE(1044)] = 23020, + [SMALL_STATE(1045)] = 23130, + [SMALL_STATE(1046)] = 23240, + [SMALL_STATE(1047)] = 23350, + [SMALL_STATE(1048)] = 23460, + [SMALL_STATE(1049)] = 23570, + [SMALL_STATE(1050)] = 23680, + [SMALL_STATE(1051)] = 23790, + [SMALL_STATE(1052)] = 23900, + [SMALL_STATE(1053)] = 24010, + [SMALL_STATE(1054)] = 24120, + [SMALL_STATE(1055)] = 24230, + [SMALL_STATE(1056)] = 24340, + [SMALL_STATE(1057)] = 24450, + [SMALL_STATE(1058)] = 24560, + [SMALL_STATE(1059)] = 24670, + [SMALL_STATE(1060)] = 24780, + [SMALL_STATE(1061)] = 24890, + [SMALL_STATE(1062)] = 25000, + [SMALL_STATE(1063)] = 25110, + [SMALL_STATE(1064)] = 25220, + [SMALL_STATE(1065)] = 25330, + [SMALL_STATE(1066)] = 25440, + [SMALL_STATE(1067)] = 25550, + [SMALL_STATE(1068)] = 25660, + [SMALL_STATE(1069)] = 25770, + [SMALL_STATE(1070)] = 25880, + [SMALL_STATE(1071)] = 25990, + [SMALL_STATE(1072)] = 26100, + [SMALL_STATE(1073)] = 26210, + [SMALL_STATE(1074)] = 26320, + [SMALL_STATE(1075)] = 26430, + [SMALL_STATE(1076)] = 26540, + [SMALL_STATE(1077)] = 26650, + [SMALL_STATE(1078)] = 26760, + [SMALL_STATE(1079)] = 26870, + [SMALL_STATE(1080)] = 26980, + [SMALL_STATE(1081)] = 27090, + [SMALL_STATE(1082)] = 27200, + [SMALL_STATE(1083)] = 27310, + [SMALL_STATE(1084)] = 27420, + [SMALL_STATE(1085)] = 27530, + [SMALL_STATE(1086)] = 27640, + [SMALL_STATE(1087)] = 27750, + [SMALL_STATE(1088)] = 27860, + [SMALL_STATE(1089)] = 27970, + [SMALL_STATE(1090)] = 28080, + [SMALL_STATE(1091)] = 28190, + [SMALL_STATE(1092)] = 28300, + [SMALL_STATE(1093)] = 28410, + [SMALL_STATE(1094)] = 28520, + [SMALL_STATE(1095)] = 28630, + [SMALL_STATE(1096)] = 28740, + [SMALL_STATE(1097)] = 28850, + [SMALL_STATE(1098)] = 28960, + [SMALL_STATE(1099)] = 29070, + [SMALL_STATE(1100)] = 29180, + [SMALL_STATE(1101)] = 29290, + [SMALL_STATE(1102)] = 29354, + [SMALL_STATE(1103)] = 29464, + [SMALL_STATE(1104)] = 29574, + [SMALL_STATE(1105)] = 29684, + [SMALL_STATE(1106)] = 29794, + [SMALL_STATE(1107)] = 29904, + [SMALL_STATE(1108)] = 30014, + [SMALL_STATE(1109)] = 30124, + [SMALL_STATE(1110)] = 30234, + [SMALL_STATE(1111)] = 30344, + [SMALL_STATE(1112)] = 30454, + [SMALL_STATE(1113)] = 30564, + [SMALL_STATE(1114)] = 30674, + [SMALL_STATE(1115)] = 30784, + [SMALL_STATE(1116)] = 30894, + [SMALL_STATE(1117)] = 31004, + [SMALL_STATE(1118)] = 31114, + [SMALL_STATE(1119)] = 31224, + [SMALL_STATE(1120)] = 31334, + [SMALL_STATE(1121)] = 31444, + [SMALL_STATE(1122)] = 31554, + [SMALL_STATE(1123)] = 31664, + [SMALL_STATE(1124)] = 31774, + [SMALL_STATE(1125)] = 31884, + [SMALL_STATE(1126)] = 31994, + [SMALL_STATE(1127)] = 32104, + [SMALL_STATE(1128)] = 32214, + [SMALL_STATE(1129)] = 32324, + [SMALL_STATE(1130)] = 32434, + [SMALL_STATE(1131)] = 32544, + [SMALL_STATE(1132)] = 32654, + [SMALL_STATE(1133)] = 32764, + [SMALL_STATE(1134)] = 32874, + [SMALL_STATE(1135)] = 32984, + [SMALL_STATE(1136)] = 33094, + [SMALL_STATE(1137)] = 33204, + [SMALL_STATE(1138)] = 33314, + [SMALL_STATE(1139)] = 33424, + [SMALL_STATE(1140)] = 33534, + [SMALL_STATE(1141)] = 33644, + [SMALL_STATE(1142)] = 33754, + [SMALL_STATE(1143)] = 33864, + [SMALL_STATE(1144)] = 33974, + [SMALL_STATE(1145)] = 34084, + [SMALL_STATE(1146)] = 34194, + [SMALL_STATE(1147)] = 34304, + [SMALL_STATE(1148)] = 34414, + [SMALL_STATE(1149)] = 34524, + [SMALL_STATE(1150)] = 34634, + [SMALL_STATE(1151)] = 34744, + [SMALL_STATE(1152)] = 34854, + [SMALL_STATE(1153)] = 34964, + [SMALL_STATE(1154)] = 35074, + [SMALL_STATE(1155)] = 35184, + [SMALL_STATE(1156)] = 35294, + [SMALL_STATE(1157)] = 35404, + [SMALL_STATE(1158)] = 35514, + [SMALL_STATE(1159)] = 35624, + [SMALL_STATE(1160)] = 35734, + [SMALL_STATE(1161)] = 35844, + [SMALL_STATE(1162)] = 35954, + [SMALL_STATE(1163)] = 36064, + [SMALL_STATE(1164)] = 36174, + [SMALL_STATE(1165)] = 36284, + [SMALL_STATE(1166)] = 36394, + [SMALL_STATE(1167)] = 36504, + [SMALL_STATE(1168)] = 36614, + [SMALL_STATE(1169)] = 36724, + [SMALL_STATE(1170)] = 36834, + [SMALL_STATE(1171)] = 36944, + [SMALL_STATE(1172)] = 37054, + [SMALL_STATE(1173)] = 37164, + [SMALL_STATE(1174)] = 37274, + [SMALL_STATE(1175)] = 37384, + [SMALL_STATE(1176)] = 37494, + [SMALL_STATE(1177)] = 37604, + [SMALL_STATE(1178)] = 37714, + [SMALL_STATE(1179)] = 37824, + [SMALL_STATE(1180)] = 37934, + [SMALL_STATE(1181)] = 38044, + [SMALL_STATE(1182)] = 38154, + [SMALL_STATE(1183)] = 38264, + [SMALL_STATE(1184)] = 38374, + [SMALL_STATE(1185)] = 38484, + [SMALL_STATE(1186)] = 38594, + [SMALL_STATE(1187)] = 38704, + [SMALL_STATE(1188)] = 38814, + [SMALL_STATE(1189)] = 38924, + [SMALL_STATE(1190)] = 39034, + [SMALL_STATE(1191)] = 39144, + [SMALL_STATE(1192)] = 39254, + [SMALL_STATE(1193)] = 39364, + [SMALL_STATE(1194)] = 39474, + [SMALL_STATE(1195)] = 39584, + [SMALL_STATE(1196)] = 39694, + [SMALL_STATE(1197)] = 39804, + [SMALL_STATE(1198)] = 39914, + [SMALL_STATE(1199)] = 40024, + [SMALL_STATE(1200)] = 40134, + [SMALL_STATE(1201)] = 40244, + [SMALL_STATE(1202)] = 40354, + [SMALL_STATE(1203)] = 40464, + [SMALL_STATE(1204)] = 40574, + [SMALL_STATE(1205)] = 40684, + [SMALL_STATE(1206)] = 40794, + [SMALL_STATE(1207)] = 40904, + [SMALL_STATE(1208)] = 41014, + [SMALL_STATE(1209)] = 41124, + [SMALL_STATE(1210)] = 41234, + [SMALL_STATE(1211)] = 41344, + [SMALL_STATE(1212)] = 41454, + [SMALL_STATE(1213)] = 41564, + [SMALL_STATE(1214)] = 41674, + [SMALL_STATE(1215)] = 41784, + [SMALL_STATE(1216)] = 41894, + [SMALL_STATE(1217)] = 42004, + [SMALL_STATE(1218)] = 42114, + [SMALL_STATE(1219)] = 42224, + [SMALL_STATE(1220)] = 42334, + [SMALL_STATE(1221)] = 42444, + [SMALL_STATE(1222)] = 42554, + [SMALL_STATE(1223)] = 42664, + [SMALL_STATE(1224)] = 42774, + [SMALL_STATE(1225)] = 42884, + [SMALL_STATE(1226)] = 42994, + [SMALL_STATE(1227)] = 43104, + [SMALL_STATE(1228)] = 43214, + [SMALL_STATE(1229)] = 43324, + [SMALL_STATE(1230)] = 43434, + [SMALL_STATE(1231)] = 43544, + [SMALL_STATE(1232)] = 43654, + [SMALL_STATE(1233)] = 43764, + [SMALL_STATE(1234)] = 43874, + [SMALL_STATE(1235)] = 43984, + [SMALL_STATE(1236)] = 44094, + [SMALL_STATE(1237)] = 44204, + [SMALL_STATE(1238)] = 44314, + [SMALL_STATE(1239)] = 44424, + [SMALL_STATE(1240)] = 44534, + [SMALL_STATE(1241)] = 44644, + [SMALL_STATE(1242)] = 44754, + [SMALL_STATE(1243)] = 44864, + [SMALL_STATE(1244)] = 44974, + [SMALL_STATE(1245)] = 45084, + [SMALL_STATE(1246)] = 45194, + [SMALL_STATE(1247)] = 45304, + [SMALL_STATE(1248)] = 45414, + [SMALL_STATE(1249)] = 45524, + [SMALL_STATE(1250)] = 45587, + [SMALL_STATE(1251)] = 45640, + [SMALL_STATE(1252)] = 45703, + [SMALL_STATE(1253)] = 45766, + [SMALL_STATE(1254)] = 45829, + [SMALL_STATE(1255)] = 45889, + [SMALL_STATE(1256)] = 45949, + [SMALL_STATE(1257)] = 46005, + [SMALL_STATE(1258)] = 46057, + [SMALL_STATE(1259)] = 46109, + [SMALL_STATE(1260)] = 46159, + [SMALL_STATE(1261)] = 46208, + [SMALL_STATE(1262)] = 46257, + [SMALL_STATE(1263)] = 46306, + [SMALL_STATE(1264)] = 46355, + [SMALL_STATE(1265)] = 46404, + [SMALL_STATE(1266)] = 46453, + [SMALL_STATE(1267)] = 46504, + [SMALL_STATE(1268)] = 46553, + [SMALL_STATE(1269)] = 46602, + [SMALL_STATE(1270)] = 46651, + [SMALL_STATE(1271)] = 46700, + [SMALL_STATE(1272)] = 46749, + [SMALL_STATE(1273)] = 46798, + [SMALL_STATE(1274)] = 46849, + [SMALL_STATE(1275)] = 46898, + [SMALL_STATE(1276)] = 46947, + [SMALL_STATE(1277)] = 46996, + [SMALL_STATE(1278)] = 47045, + [SMALL_STATE(1279)] = 47094, + [SMALL_STATE(1280)] = 47143, + [SMALL_STATE(1281)] = 47192, + [SMALL_STATE(1282)] = 47243, + [SMALL_STATE(1283)] = 47292, + [SMALL_STATE(1284)] = 47349, + [SMALL_STATE(1285)] = 47400, + [SMALL_STATE(1286)] = 47449, + [SMALL_STATE(1287)] = 47498, + [SMALL_STATE(1288)] = 47547, + [SMALL_STATE(1289)] = 47604, + [SMALL_STATE(1290)] = 47653, + [SMALL_STATE(1291)] = 47702, + [SMALL_STATE(1292)] = 47751, + [SMALL_STATE(1293)] = 47800, + [SMALL_STATE(1294)] = 47849, + [SMALL_STATE(1295)] = 47898, + [SMALL_STATE(1296)] = 47970, + [SMALL_STATE(1297)] = 48048, + [SMALL_STATE(1298)] = 48124, + [SMALL_STATE(1299)] = 48190, + [SMALL_STATE(1300)] = 48266, + [SMALL_STATE(1301)] = 48344, + [SMALL_STATE(1302)] = 48412, + [SMALL_STATE(1303)] = 48460, + [SMALL_STATE(1304)] = 48518, + [SMALL_STATE(1305)] = 48584, + [SMALL_STATE(1306)] = 48656, + [SMALL_STATE(1307)] = 48714, + [SMALL_STATE(1308)] = 48792, + [SMALL_STATE(1309)] = 48856, + [SMALL_STATE(1310)] = 48934, + [SMALL_STATE(1311)] = 49012, + [SMALL_STATE(1312)] = 49090, + [SMALL_STATE(1313)] = 49168, + [SMALL_STATE(1314)] = 49222, + [SMALL_STATE(1315)] = 49300, + [SMALL_STATE(1316)] = 49370, + [SMALL_STATE(1317)] = 49426, + [SMALL_STATE(1318)] = 49504, + [SMALL_STATE(1319)] = 49552, + [SMALL_STATE(1320)] = 49618, + [SMALL_STATE(1321)] = 49696, + [SMALL_STATE(1322)] = 49774, + [SMALL_STATE(1323)] = 49852, + [SMALL_STATE(1324)] = 49930, + [SMALL_STATE(1325)] = 50008, + [SMALL_STATE(1326)] = 50082, + [SMALL_STATE(1327)] = 50160, + [SMALL_STATE(1328)] = 50234, + [SMALL_STATE(1329)] = 50304, + [SMALL_STATE(1330)] = 50360, + [SMALL_STATE(1331)] = 50414, + [SMALL_STATE(1332)] = 50492, + [SMALL_STATE(1333)] = 50570, + [SMALL_STATE(1334)] = 50648, + [SMALL_STATE(1335)] = 50712, + [SMALL_STATE(1336)] = 50787, + [SMALL_STATE(1337)] = 50832, + [SMALL_STATE(1338)] = 50881, + [SMALL_STATE(1339)] = 50956, + [SMALL_STATE(1340)] = 51001, + [SMALL_STATE(1341)] = 51073, + [SMALL_STATE(1342)] = 51145, + [SMALL_STATE(1343)] = 51217, + [SMALL_STATE(1344)] = 51289, + [SMALL_STATE(1345)] = 51361, + [SMALL_STATE(1346)] = 51433, + [SMALL_STATE(1347)] = 51505, + [SMALL_STATE(1348)] = 51577, + [SMALL_STATE(1349)] = 51649, + [SMALL_STATE(1350)] = 51721, + [SMALL_STATE(1351)] = 51793, + [SMALL_STATE(1352)] = 51865, + [SMALL_STATE(1353)] = 51937, + [SMALL_STATE(1354)] = 52009, + [SMALL_STATE(1355)] = 52081, + [SMALL_STATE(1356)] = 52153, + [SMALL_STATE(1357)] = 52225, + [SMALL_STATE(1358)] = 52297, + [SMALL_STATE(1359)] = 52369, + [SMALL_STATE(1360)] = 52441, + [SMALL_STATE(1361)] = 52513, + [SMALL_STATE(1362)] = 52585, + [SMALL_STATE(1363)] = 52657, + [SMALL_STATE(1364)] = 52729, + [SMALL_STATE(1365)] = 52801, + [SMALL_STATE(1366)] = 52873, + [SMALL_STATE(1367)] = 52945, + [SMALL_STATE(1368)] = 53017, + [SMALL_STATE(1369)] = 53089, + [SMALL_STATE(1370)] = 53161, + [SMALL_STATE(1371)] = 53233, + [SMALL_STATE(1372)] = 53305, + [SMALL_STATE(1373)] = 53377, + [SMALL_STATE(1374)] = 53449, + [SMALL_STATE(1375)] = 53521, + [SMALL_STATE(1376)] = 53593, + [SMALL_STATE(1377)] = 53665, + [SMALL_STATE(1378)] = 53737, + [SMALL_STATE(1379)] = 53809, + [SMALL_STATE(1380)] = 53881, + [SMALL_STATE(1381)] = 53953, + [SMALL_STATE(1382)] = 54025, + [SMALL_STATE(1383)] = 54097, + [SMALL_STATE(1384)] = 54169, + [SMALL_STATE(1385)] = 54241, + [SMALL_STATE(1386)] = 54313, + [SMALL_STATE(1387)] = 54385, + [SMALL_STATE(1388)] = 54457, + [SMALL_STATE(1389)] = 54529, + [SMALL_STATE(1390)] = 54601, + [SMALL_STATE(1391)] = 54673, + [SMALL_STATE(1392)] = 54745, + [SMALL_STATE(1393)] = 54817, + [SMALL_STATE(1394)] = 54889, + [SMALL_STATE(1395)] = 54961, + [SMALL_STATE(1396)] = 55033, + [SMALL_STATE(1397)] = 55105, + [SMALL_STATE(1398)] = 55177, + [SMALL_STATE(1399)] = 55249, + [SMALL_STATE(1400)] = 55321, + [SMALL_STATE(1401)] = 55393, + [SMALL_STATE(1402)] = 55465, + [SMALL_STATE(1403)] = 55537, + [SMALL_STATE(1404)] = 55609, + [SMALL_STATE(1405)] = 55681, + [SMALL_STATE(1406)] = 55753, + [SMALL_STATE(1407)] = 55825, + [SMALL_STATE(1408)] = 55897, + [SMALL_STATE(1409)] = 55969, + [SMALL_STATE(1410)] = 56041, + [SMALL_STATE(1411)] = 56113, + [SMALL_STATE(1412)] = 56185, + [SMALL_STATE(1413)] = 56257, + [SMALL_STATE(1414)] = 56329, + [SMALL_STATE(1415)] = 56401, + [SMALL_STATE(1416)] = 56473, + [SMALL_STATE(1417)] = 56545, + [SMALL_STATE(1418)] = 56617, + [SMALL_STATE(1419)] = 56689, + [SMALL_STATE(1420)] = 56761, + [SMALL_STATE(1421)] = 56833, + [SMALL_STATE(1422)] = 56905, + [SMALL_STATE(1423)] = 56977, + [SMALL_STATE(1424)] = 57049, + [SMALL_STATE(1425)] = 57121, + [SMALL_STATE(1426)] = 57193, + [SMALL_STATE(1427)] = 57265, + [SMALL_STATE(1428)] = 57313, + [SMALL_STATE(1429)] = 57385, + [SMALL_STATE(1430)] = 57457, + [SMALL_STATE(1431)] = 57529, + [SMALL_STATE(1432)] = 57601, + [SMALL_STATE(1433)] = 57673, + [SMALL_STATE(1434)] = 57745, + [SMALL_STATE(1435)] = 57817, + [SMALL_STATE(1436)] = 57889, + [SMALL_STATE(1437)] = 57961, + [SMALL_STATE(1438)] = 58033, + [SMALL_STATE(1439)] = 58105, + [SMALL_STATE(1440)] = 58177, + [SMALL_STATE(1441)] = 58249, + [SMALL_STATE(1442)] = 58321, + [SMALL_STATE(1443)] = 58393, + [SMALL_STATE(1444)] = 58465, + [SMALL_STATE(1445)] = 58537, + [SMALL_STATE(1446)] = 58609, + [SMALL_STATE(1447)] = 58681, + [SMALL_STATE(1448)] = 58753, + [SMALL_STATE(1449)] = 58825, + [SMALL_STATE(1450)] = 58897, + [SMALL_STATE(1451)] = 58969, + [SMALL_STATE(1452)] = 59041, + [SMALL_STATE(1453)] = 59113, + [SMALL_STATE(1454)] = 59185, + [SMALL_STATE(1455)] = 59257, + [SMALL_STATE(1456)] = 59329, + [SMALL_STATE(1457)] = 59401, + [SMALL_STATE(1458)] = 59473, + [SMALL_STATE(1459)] = 59545, + [SMALL_STATE(1460)] = 59617, + [SMALL_STATE(1461)] = 59689, + [SMALL_STATE(1462)] = 59761, + [SMALL_STATE(1463)] = 59833, + [SMALL_STATE(1464)] = 59905, + [SMALL_STATE(1465)] = 59977, + [SMALL_STATE(1466)] = 60045, + [SMALL_STATE(1467)] = 60099, + [SMALL_STATE(1468)] = 60161, + [SMALL_STATE(1469)] = 60225, + [SMALL_STATE(1470)] = 60297, + [SMALL_STATE(1471)] = 60369, + [SMALL_STATE(1472)] = 60437, + [SMALL_STATE(1473)] = 60491, + [SMALL_STATE(1474)] = 60563, + [SMALL_STATE(1475)] = 60625, + [SMALL_STATE(1476)] = 60697, + [SMALL_STATE(1477)] = 60769, + [SMALL_STATE(1478)] = 60841, + [SMALL_STATE(1479)] = 60913, + [SMALL_STATE(1480)] = 60985, + [SMALL_STATE(1481)] = 61057, + [SMALL_STATE(1482)] = 61129, + [SMALL_STATE(1483)] = 61201, + [SMALL_STATE(1484)] = 61273, + [SMALL_STATE(1485)] = 61345, + [SMALL_STATE(1486)] = 61417, + [SMALL_STATE(1487)] = 61489, + [SMALL_STATE(1488)] = 61561, + [SMALL_STATE(1489)] = 61633, + [SMALL_STATE(1490)] = 61705, + [SMALL_STATE(1491)] = 61777, + [SMALL_STATE(1492)] = 61849, + [SMALL_STATE(1493)] = 61921, + [SMALL_STATE(1494)] = 61993, + [SMALL_STATE(1495)] = 62065, + [SMALL_STATE(1496)] = 62137, + [SMALL_STATE(1497)] = 62209, + [SMALL_STATE(1498)] = 62281, + [SMALL_STATE(1499)] = 62353, + [SMALL_STATE(1500)] = 62425, + [SMALL_STATE(1501)] = 62497, + [SMALL_STATE(1502)] = 62569, + [SMALL_STATE(1503)] = 62641, + [SMALL_STATE(1504)] = 62713, + [SMALL_STATE(1505)] = 62785, + [SMALL_STATE(1506)] = 62857, + [SMALL_STATE(1507)] = 62929, + [SMALL_STATE(1508)] = 63001, + [SMALL_STATE(1509)] = 63073, + [SMALL_STATE(1510)] = 63145, + [SMALL_STATE(1511)] = 63217, + [SMALL_STATE(1512)] = 63289, + [SMALL_STATE(1513)] = 63361, + [SMALL_STATE(1514)] = 63433, + [SMALL_STATE(1515)] = 63505, + [SMALL_STATE(1516)] = 63577, + [SMALL_STATE(1517)] = 63649, + [SMALL_STATE(1518)] = 63721, + [SMALL_STATE(1519)] = 63793, + [SMALL_STATE(1520)] = 63865, + [SMALL_STATE(1521)] = 63937, + [SMALL_STATE(1522)] = 64009, + [SMALL_STATE(1523)] = 64081, + [SMALL_STATE(1524)] = 64153, + [SMALL_STATE(1525)] = 64225, + [SMALL_STATE(1526)] = 64297, + [SMALL_STATE(1527)] = 64369, + [SMALL_STATE(1528)] = 64441, + [SMALL_STATE(1529)] = 64513, + [SMALL_STATE(1530)] = 64585, + [SMALL_STATE(1531)] = 64657, + [SMALL_STATE(1532)] = 64729, + [SMALL_STATE(1533)] = 64801, + [SMALL_STATE(1534)] = 64873, + [SMALL_STATE(1535)] = 64945, + [SMALL_STATE(1536)] = 65017, + [SMALL_STATE(1537)] = 65089, + [SMALL_STATE(1538)] = 65161, + [SMALL_STATE(1539)] = 65233, + [SMALL_STATE(1540)] = 65305, + [SMALL_STATE(1541)] = 65377, + [SMALL_STATE(1542)] = 65449, + [SMALL_STATE(1543)] = 65521, + [SMALL_STATE(1544)] = 65593, + [SMALL_STATE(1545)] = 65665, + [SMALL_STATE(1546)] = 65737, + [SMALL_STATE(1547)] = 65809, + [SMALL_STATE(1548)] = 65881, + [SMALL_STATE(1549)] = 65953, + [SMALL_STATE(1550)] = 66025, + [SMALL_STATE(1551)] = 66097, + [SMALL_STATE(1552)] = 66169, + [SMALL_STATE(1553)] = 66241, + [SMALL_STATE(1554)] = 66313, + [SMALL_STATE(1555)] = 66385, + [SMALL_STATE(1556)] = 66457, + [SMALL_STATE(1557)] = 66529, + [SMALL_STATE(1558)] = 66601, + [SMALL_STATE(1559)] = 66673, + [SMALL_STATE(1560)] = 66745, + [SMALL_STATE(1561)] = 66817, + [SMALL_STATE(1562)] = 66889, + [SMALL_STATE(1563)] = 66961, + [SMALL_STATE(1564)] = 67033, + [SMALL_STATE(1565)] = 67105, + [SMALL_STATE(1566)] = 67177, + [SMALL_STATE(1567)] = 67249, + [SMALL_STATE(1568)] = 67321, + [SMALL_STATE(1569)] = 67393, + [SMALL_STATE(1570)] = 67465, + [SMALL_STATE(1571)] = 67537, + [SMALL_STATE(1572)] = 67609, + [SMALL_STATE(1573)] = 67681, + [SMALL_STATE(1574)] = 67753, + [SMALL_STATE(1575)] = 67825, + [SMALL_STATE(1576)] = 67897, + [SMALL_STATE(1577)] = 67969, + [SMALL_STATE(1578)] = 68041, + [SMALL_STATE(1579)] = 68113, + [SMALL_STATE(1580)] = 68185, + [SMALL_STATE(1581)] = 68257, + [SMALL_STATE(1582)] = 68329, + [SMALL_STATE(1583)] = 68401, + [SMALL_STATE(1584)] = 68473, + [SMALL_STATE(1585)] = 68545, + [SMALL_STATE(1586)] = 68617, + [SMALL_STATE(1587)] = 68689, + [SMALL_STATE(1588)] = 68761, + [SMALL_STATE(1589)] = 68832, + [SMALL_STATE(1590)] = 68903, + [SMALL_STATE(1591)] = 68952, + [SMALL_STATE(1592)] = 69023, + [SMALL_STATE(1593)] = 69072, + [SMALL_STATE(1594)] = 69123, + [SMALL_STATE(1595)] = 69194, + [SMALL_STATE(1596)] = 69265, + [SMALL_STATE(1597)] = 69336, + [SMALL_STATE(1598)] = 69400, + [SMALL_STATE(1599)] = 69464, + [SMALL_STATE(1600)] = 69528, + [SMALL_STATE(1601)] = 69592, + [SMALL_STATE(1602)] = 69656, + [SMALL_STATE(1603)] = 69720, + [SMALL_STATE(1604)] = 69784, + [SMALL_STATE(1605)] = 69830, + [SMALL_STATE(1606)] = 69894, + [SMALL_STATE(1607)] = 69958, + [SMALL_STATE(1608)] = 70022, + [SMALL_STATE(1609)] = 70086, + [SMALL_STATE(1610)] = 70150, + [SMALL_STATE(1611)] = 70214, + [SMALL_STATE(1612)] = 70278, + [SMALL_STATE(1613)] = 70342, + [SMALL_STATE(1614)] = 70406, + [SMALL_STATE(1615)] = 70470, + [SMALL_STATE(1616)] = 70534, + [SMALL_STATE(1617)] = 70598, + [SMALL_STATE(1618)] = 70662, + [SMALL_STATE(1619)] = 70708, + [SMALL_STATE(1620)] = 70772, + [SMALL_STATE(1621)] = 70836, + [SMALL_STATE(1622)] = 70900, + [SMALL_STATE(1623)] = 70964, + [SMALL_STATE(1624)] = 71028, + [SMALL_STATE(1625)] = 71092, + [SMALL_STATE(1626)] = 71156, + [SMALL_STATE(1627)] = 71220, + [SMALL_STATE(1628)] = 71284, + [SMALL_STATE(1629)] = 71348, + [SMALL_STATE(1630)] = 71412, + [SMALL_STATE(1631)] = 71461, + [SMALL_STATE(1632)] = 71510, + [SMALL_STATE(1633)] = 71559, + [SMALL_STATE(1634)] = 71608, + [SMALL_STATE(1635)] = 71669, + [SMALL_STATE(1636)] = 71730, + [SMALL_STATE(1637)] = 71791, + [SMALL_STATE(1638)] = 71852, + [SMALL_STATE(1639)] = 71913, + [SMALL_STATE(1640)] = 71962, + [SMALL_STATE(1641)] = 72023, + [SMALL_STATE(1642)] = 72072, + [SMALL_STATE(1643)] = 72133, + [SMALL_STATE(1644)] = 72194, + [SMALL_STATE(1645)] = 72243, + [SMALL_STATE(1646)] = 72292, + [SMALL_STATE(1647)] = 72341, + [SMALL_STATE(1648)] = 72402, + [SMALL_STATE(1649)] = 72463, + [SMALL_STATE(1650)] = 72512, + [SMALL_STATE(1651)] = 72573, + [SMALL_STATE(1652)] = 72634, + [SMALL_STATE(1653)] = 72683, + [SMALL_STATE(1654)] = 72732, + [SMALL_STATE(1655)] = 72781, + [SMALL_STATE(1656)] = 72830, + [SMALL_STATE(1657)] = 72879, + [SMALL_STATE(1658)] = 72928, + [SMALL_STATE(1659)] = 72989, + [SMALL_STATE(1660)] = 73050, + [SMALL_STATE(1661)] = 73099, + [SMALL_STATE(1662)] = 73160, + [SMALL_STATE(1663)] = 73221, + [SMALL_STATE(1664)] = 73270, + [SMALL_STATE(1665)] = 73331, + [SMALL_STATE(1666)] = 73380, + [SMALL_STATE(1667)] = 73441, + [SMALL_STATE(1668)] = 73502, + [SMALL_STATE(1669)] = 73551, + [SMALL_STATE(1670)] = 73612, + [SMALL_STATE(1671)] = 73673, + [SMALL_STATE(1672)] = 73734, + [SMALL_STATE(1673)] = 73795, + [SMALL_STATE(1674)] = 73844, + [SMALL_STATE(1675)] = 73893, + [SMALL_STATE(1676)] = 73954, + [SMALL_STATE(1677)] = 74003, + [SMALL_STATE(1678)] = 74052, + [SMALL_STATE(1679)] = 74101, + [SMALL_STATE(1680)] = 74150, + [SMALL_STATE(1681)] = 74199, + [SMALL_STATE(1682)] = 74260, + [SMALL_STATE(1683)] = 74321, + [SMALL_STATE(1684)] = 74370, + [SMALL_STATE(1685)] = 74419, + [SMALL_STATE(1686)] = 74480, + [SMALL_STATE(1687)] = 74541, + [SMALL_STATE(1688)] = 74590, + [SMALL_STATE(1689)] = 74651, + [SMALL_STATE(1690)] = 74712, + [SMALL_STATE(1691)] = 74773, + [SMALL_STATE(1692)] = 74834, + [SMALL_STATE(1693)] = 74895, + [SMALL_STATE(1694)] = 74944, + [SMALL_STATE(1695)] = 74993, + [SMALL_STATE(1696)] = 75054, + [SMALL_STATE(1697)] = 75115, + [SMALL_STATE(1698)] = 75176, + [SMALL_STATE(1699)] = 75237, + [SMALL_STATE(1700)] = 75298, + [SMALL_STATE(1701)] = 75347, + [SMALL_STATE(1702)] = 75408, + [SMALL_STATE(1703)] = 75457, + [SMALL_STATE(1704)] = 75518, + [SMALL_STATE(1705)] = 75567, + [SMALL_STATE(1706)] = 75628, + [SMALL_STATE(1707)] = 75689, + [SMALL_STATE(1708)] = 75738, + [SMALL_STATE(1709)] = 75799, + [SMALL_STATE(1710)] = 75860, + [SMALL_STATE(1711)] = 75909, + [SMALL_STATE(1712)] = 75970, + [SMALL_STATE(1713)] = 76031, + [SMALL_STATE(1714)] = 76080, + [SMALL_STATE(1715)] = 76129, + [SMALL_STATE(1716)] = 76190, + [SMALL_STATE(1717)] = 76251, + [SMALL_STATE(1718)] = 76312, + [SMALL_STATE(1719)] = 76373, + [SMALL_STATE(1720)] = 76422, + [SMALL_STATE(1721)] = 76471, + [SMALL_STATE(1722)] = 76520, + [SMALL_STATE(1723)] = 76569, + [SMALL_STATE(1724)] = 76618, + [SMALL_STATE(1725)] = 76667, + [SMALL_STATE(1726)] = 76716, + [SMALL_STATE(1727)] = 76765, + [SMALL_STATE(1728)] = 76826, + [SMALL_STATE(1729)] = 76875, + [SMALL_STATE(1730)] = 76936, + [SMALL_STATE(1731)] = 76997, + [SMALL_STATE(1732)] = 77046, + [SMALL_STATE(1733)] = 77107, + [SMALL_STATE(1734)] = 77156, + [SMALL_STATE(1735)] = 77217, + [SMALL_STATE(1736)] = 77266, + [SMALL_STATE(1737)] = 77315, + [SMALL_STATE(1738)] = 77376, + [SMALL_STATE(1739)] = 77437, + [SMALL_STATE(1740)] = 77498, + [SMALL_STATE(1741)] = 77547, + [SMALL_STATE(1742)] = 77608, + [SMALL_STATE(1743)] = 77657, + [SMALL_STATE(1744)] = 77718, + [SMALL_STATE(1745)] = 77779, + [SMALL_STATE(1746)] = 77828, + [SMALL_STATE(1747)] = 77877, + [SMALL_STATE(1748)] = 77938, + [SMALL_STATE(1749)] = 77987, + [SMALL_STATE(1750)] = 78048, + [SMALL_STATE(1751)] = 78109, + [SMALL_STATE(1752)] = 78170, + [SMALL_STATE(1753)] = 78231, + [SMALL_STATE(1754)] = 78292, + [SMALL_STATE(1755)] = 78341, + [SMALL_STATE(1756)] = 78390, + [SMALL_STATE(1757)] = 78439, + [SMALL_STATE(1758)] = 78500, + [SMALL_STATE(1759)] = 78549, + [SMALL_STATE(1760)] = 78610, + [SMALL_STATE(1761)] = 78659, + [SMALL_STATE(1762)] = 78720, + [SMALL_STATE(1763)] = 78769, + [SMALL_STATE(1764)] = 78818, + [SMALL_STATE(1765)] = 78867, + [SMALL_STATE(1766)] = 78916, + [SMALL_STATE(1767)] = 78965, + [SMALL_STATE(1768)] = 79026, + [SMALL_STATE(1769)] = 79087, + [SMALL_STATE(1770)] = 79136, + [SMALL_STATE(1771)] = 79197, + [SMALL_STATE(1772)] = 79258, + [SMALL_STATE(1773)] = 79319, + [SMALL_STATE(1774)] = 79368, + [SMALL_STATE(1775)] = 79417, + [SMALL_STATE(1776)] = 79478, + [SMALL_STATE(1777)] = 79539, + [SMALL_STATE(1778)] = 79600, + [SMALL_STATE(1779)] = 79661, + [SMALL_STATE(1780)] = 79710, + [SMALL_STATE(1781)] = 79759, + [SMALL_STATE(1782)] = 79820, + [SMALL_STATE(1783)] = 79881, + [SMALL_STATE(1784)] = 79942, + [SMALL_STATE(1785)] = 80003, + [SMALL_STATE(1786)] = 80052, + [SMALL_STATE(1787)] = 80113, + [SMALL_STATE(1788)] = 80174, + [SMALL_STATE(1789)] = 80212, + [SMALL_STATE(1790)] = 80252, + [SMALL_STATE(1791)] = 80292, + [SMALL_STATE(1792)] = 80329, + [SMALL_STATE(1793)] = 80366, + [SMALL_STATE(1794)] = 80403, + [SMALL_STATE(1795)] = 80440, + [SMALL_STATE(1796)] = 80477, + [SMALL_STATE(1797)] = 80514, + [SMALL_STATE(1798)] = 80551, + [SMALL_STATE(1799)] = 80588, + [SMALL_STATE(1800)] = 80625, + [SMALL_STATE(1801)] = 80662, + [SMALL_STATE(1802)] = 80699, + [SMALL_STATE(1803)] = 80736, + [SMALL_STATE(1804)] = 80773, + [SMALL_STATE(1805)] = 80810, + [SMALL_STATE(1806)] = 80847, + [SMALL_STATE(1807)] = 80884, + [SMALL_STATE(1808)] = 80921, + [SMALL_STATE(1809)] = 80958, + [SMALL_STATE(1810)] = 80995, + [SMALL_STATE(1811)] = 81032, + [SMALL_STATE(1812)] = 81069, + [SMALL_STATE(1813)] = 81106, + [SMALL_STATE(1814)] = 81143, + [SMALL_STATE(1815)] = 81180, + [SMALL_STATE(1816)] = 81217, + [SMALL_STATE(1817)] = 81254, + [SMALL_STATE(1818)] = 81291, + [SMALL_STATE(1819)] = 81328, + [SMALL_STATE(1820)] = 81365, + [SMALL_STATE(1821)] = 81402, + [SMALL_STATE(1822)] = 81439, + [SMALL_STATE(1823)] = 81476, + [SMALL_STATE(1824)] = 81513, + [SMALL_STATE(1825)] = 81550, + [SMALL_STATE(1826)] = 81587, + [SMALL_STATE(1827)] = 81624, + [SMALL_STATE(1828)] = 81661, + [SMALL_STATE(1829)] = 81712, + [SMALL_STATE(1830)] = 81765, + [SMALL_STATE(1831)] = 81818, + [SMALL_STATE(1832)] = 81871, + [SMALL_STATE(1833)] = 81924, + [SMALL_STATE(1834)] = 81974, + [SMALL_STATE(1835)] = 82001, + [SMALL_STATE(1836)] = 82028, + [SMALL_STATE(1837)] = 82055, + [SMALL_STATE(1838)] = 82082, + [SMALL_STATE(1839)] = 82109, + [SMALL_STATE(1840)] = 82135, + [SMALL_STATE(1841)] = 82161, + [SMALL_STATE(1842)] = 82187, + [SMALL_STATE(1843)] = 82213, + [SMALL_STATE(1844)] = 82239, + [SMALL_STATE(1845)] = 82267, + [SMALL_STATE(1846)] = 82293, + [SMALL_STATE(1847)] = 82321, + [SMALL_STATE(1848)] = 82347, + [SMALL_STATE(1849)] = 82375, + [SMALL_STATE(1850)] = 82401, + [SMALL_STATE(1851)] = 82427, + [SMALL_STATE(1852)] = 82453, + [SMALL_STATE(1853)] = 82479, + [SMALL_STATE(1854)] = 82505, + [SMALL_STATE(1855)] = 82533, + [SMALL_STATE(1856)] = 82559, + [SMALL_STATE(1857)] = 82585, + [SMALL_STATE(1858)] = 82613, + [SMALL_STATE(1859)] = 82639, + [SMALL_STATE(1860)] = 82667, + [SMALL_STATE(1861)] = 82695, + [SMALL_STATE(1862)] = 82720, + [SMALL_STATE(1863)] = 82743, + [SMALL_STATE(1864)] = 82768, + [SMALL_STATE(1865)] = 82793, + [SMALL_STATE(1866)] = 82818, + [SMALL_STATE(1867)] = 82843, + [SMALL_STATE(1868)] = 82868, + [SMALL_STATE(1869)] = 82893, + [SMALL_STATE(1870)] = 82916, + [SMALL_STATE(1871)] = 82939, + [SMALL_STATE(1872)] = 82964, + [SMALL_STATE(1873)] = 82989, + [SMALL_STATE(1874)] = 83012, + [SMALL_STATE(1875)] = 83037, + [SMALL_STATE(1876)] = 83062, + [SMALL_STATE(1877)] = 83085, + [SMALL_STATE(1878)] = 83108, + [SMALL_STATE(1879)] = 83127, + [SMALL_STATE(1880)] = 83150, + [SMALL_STATE(1881)] = 83173, + [SMALL_STATE(1882)] = 83196, + [SMALL_STATE(1883)] = 83221, + [SMALL_STATE(1884)] = 83244, + [SMALL_STATE(1885)] = 83263, + [SMALL_STATE(1886)] = 83288, + [SMALL_STATE(1887)] = 83313, + [SMALL_STATE(1888)] = 83338, + [SMALL_STATE(1889)] = 83361, + [SMALL_STATE(1890)] = 83386, + [SMALL_STATE(1891)] = 83411, + [SMALL_STATE(1892)] = 83434, + [SMALL_STATE(1893)] = 83459, + [SMALL_STATE(1894)] = 83484, + [SMALL_STATE(1895)] = 83507, + [SMALL_STATE(1896)] = 83532, + [SMALL_STATE(1897)] = 83557, + [SMALL_STATE(1898)] = 83582, + [SMALL_STATE(1899)] = 83607, + [SMALL_STATE(1900)] = 83632, + [SMALL_STATE(1901)] = 83657, + [SMALL_STATE(1902)] = 83680, + [SMALL_STATE(1903)] = 83703, + [SMALL_STATE(1904)] = 83722, + [SMALL_STATE(1905)] = 83745, + [SMALL_STATE(1906)] = 83768, + [SMALL_STATE(1907)] = 83793, + [SMALL_STATE(1908)] = 83813, + [SMALL_STATE(1909)] = 83833, + [SMALL_STATE(1910)] = 83853, + [SMALL_STATE(1911)] = 83875, + [SMALL_STATE(1912)] = 83895, + [SMALL_STATE(1913)] = 83915, + [SMALL_STATE(1914)] = 83937, + [SMALL_STATE(1915)] = 83959, + [SMALL_STATE(1916)] = 83981, + [SMALL_STATE(1917)] = 84001, + [SMALL_STATE(1918)] = 84023, + [SMALL_STATE(1919)] = 84043, + [SMALL_STATE(1920)] = 84065, + [SMALL_STATE(1921)] = 84087, + [SMALL_STATE(1922)] = 84109, + [SMALL_STATE(1923)] = 84131, + [SMALL_STATE(1924)] = 84151, + [SMALL_STATE(1925)] = 84171, + [SMALL_STATE(1926)] = 84191, + [SMALL_STATE(1927)] = 84213, + [SMALL_STATE(1928)] = 84233, + [SMALL_STATE(1929)] = 84255, + [SMALL_STATE(1930)] = 84275, + [SMALL_STATE(1931)] = 84293, + [SMALL_STATE(1932)] = 84315, + [SMALL_STATE(1933)] = 84337, + [SMALL_STATE(1934)] = 84359, + [SMALL_STATE(1935)] = 84376, + [SMALL_STATE(1936)] = 84391, + [SMALL_STATE(1937)] = 84410, + [SMALL_STATE(1938)] = 84429, + [SMALL_STATE(1939)] = 84444, + [SMALL_STATE(1940)] = 84463, + [SMALL_STATE(1941)] = 84482, + [SMALL_STATE(1942)] = 84501, + [SMALL_STATE(1943)] = 84520, + [SMALL_STATE(1944)] = 84539, + [SMALL_STATE(1945)] = 84558, + [SMALL_STATE(1946)] = 84577, + [SMALL_STATE(1947)] = 84596, + [SMALL_STATE(1948)] = 84615, + [SMALL_STATE(1949)] = 84634, + [SMALL_STATE(1950)] = 84653, + [SMALL_STATE(1951)] = 84672, + [SMALL_STATE(1952)] = 84691, + [SMALL_STATE(1953)] = 84710, + [SMALL_STATE(1954)] = 84729, + [SMALL_STATE(1955)] = 84748, + [SMALL_STATE(1956)] = 84765, + [SMALL_STATE(1957)] = 84784, + [SMALL_STATE(1958)] = 84803, + [SMALL_STATE(1959)] = 84818, + [SMALL_STATE(1960)] = 84837, + [SMALL_STATE(1961)] = 84854, + [SMALL_STATE(1962)] = 84871, + [SMALL_STATE(1963)] = 84888, + [SMALL_STATE(1964)] = 84907, + [SMALL_STATE(1965)] = 84926, + [SMALL_STATE(1966)] = 84945, + [SMALL_STATE(1967)] = 84964, + [SMALL_STATE(1968)] = 84981, + [SMALL_STATE(1969)] = 85000, + [SMALL_STATE(1970)] = 85019, + [SMALL_STATE(1971)] = 85038, + [SMALL_STATE(1972)] = 85054, + [SMALL_STATE(1973)] = 85070, + [SMALL_STATE(1974)] = 85084, + [SMALL_STATE(1975)] = 85100, + [SMALL_STATE(1976)] = 85116, + [SMALL_STATE(1977)] = 85130, + [SMALL_STATE(1978)] = 85144, + [SMALL_STATE(1979)] = 85160, + [SMALL_STATE(1980)] = 85176, + [SMALL_STATE(1981)] = 85192, + [SMALL_STATE(1982)] = 85208, + [SMALL_STATE(1983)] = 85222, + [SMALL_STATE(1984)] = 85236, + [SMALL_STATE(1985)] = 85252, + [SMALL_STATE(1986)] = 85268, + [SMALL_STATE(1987)] = 85284, + [SMALL_STATE(1988)] = 85300, + [SMALL_STATE(1989)] = 85316, + [SMALL_STATE(1990)] = 85332, + [SMALL_STATE(1991)] = 85348, + [SMALL_STATE(1992)] = 85364, + [SMALL_STATE(1993)] = 85378, + [SMALL_STATE(1994)] = 85392, + [SMALL_STATE(1995)] = 85408, + [SMALL_STATE(1996)] = 85424, + [SMALL_STATE(1997)] = 85440, + [SMALL_STATE(1998)] = 85456, + [SMALL_STATE(1999)] = 85470, + [SMALL_STATE(2000)] = 85484, + [SMALL_STATE(2001)] = 85500, + [SMALL_STATE(2002)] = 85514, + [SMALL_STATE(2003)] = 85528, + [SMALL_STATE(2004)] = 85542, + [SMALL_STATE(2005)] = 85558, + [SMALL_STATE(2006)] = 85574, + [SMALL_STATE(2007)] = 85588, + [SMALL_STATE(2008)] = 85602, + [SMALL_STATE(2009)] = 85618, + [SMALL_STATE(2010)] = 85632, + [SMALL_STATE(2011)] = 85646, + [SMALL_STATE(2012)] = 85660, + [SMALL_STATE(2013)] = 85674, + [SMALL_STATE(2014)] = 85688, + [SMALL_STATE(2015)] = 85704, + [SMALL_STATE(2016)] = 85720, + [SMALL_STATE(2017)] = 85734, + [SMALL_STATE(2018)] = 85748, + [SMALL_STATE(2019)] = 85764, + [SMALL_STATE(2020)] = 85780, + [SMALL_STATE(2021)] = 85794, + [SMALL_STATE(2022)] = 85808, + [SMALL_STATE(2023)] = 85824, + [SMALL_STATE(2024)] = 85840, + [SMALL_STATE(2025)] = 85854, + [SMALL_STATE(2026)] = 85868, + [SMALL_STATE(2027)] = 85882, + [SMALL_STATE(2028)] = 85898, + [SMALL_STATE(2029)] = 85914, + [SMALL_STATE(2030)] = 85928, + [SMALL_STATE(2031)] = 85942, + [SMALL_STATE(2032)] = 85958, + [SMALL_STATE(2033)] = 85972, + [SMALL_STATE(2034)] = 85986, + [SMALL_STATE(2035)] = 86002, + [SMALL_STATE(2036)] = 86018, + [SMALL_STATE(2037)] = 86032, + [SMALL_STATE(2038)] = 86046, + [SMALL_STATE(2039)] = 86060, + [SMALL_STATE(2040)] = 86074, + [SMALL_STATE(2041)] = 86090, + [SMALL_STATE(2042)] = 86106, + [SMALL_STATE(2043)] = 86120, + [SMALL_STATE(2044)] = 86136, + [SMALL_STATE(2045)] = 86152, + [SMALL_STATE(2046)] = 86168, + [SMALL_STATE(2047)] = 86184, + [SMALL_STATE(2048)] = 86200, + [SMALL_STATE(2049)] = 86216, + [SMALL_STATE(2050)] = 86232, + [SMALL_STATE(2051)] = 86248, + [SMALL_STATE(2052)] = 86264, + [SMALL_STATE(2053)] = 86278, + [SMALL_STATE(2054)] = 86292, + [SMALL_STATE(2055)] = 86308, + [SMALL_STATE(2056)] = 86324, + [SMALL_STATE(2057)] = 86340, + [SMALL_STATE(2058)] = 86356, + [SMALL_STATE(2059)] = 86372, + [SMALL_STATE(2060)] = 86388, + [SMALL_STATE(2061)] = 86402, + [SMALL_STATE(2062)] = 86418, + [SMALL_STATE(2063)] = 86432, + [SMALL_STATE(2064)] = 86448, + [SMALL_STATE(2065)] = 86464, + [SMALL_STATE(2066)] = 86480, + [SMALL_STATE(2067)] = 86496, + [SMALL_STATE(2068)] = 86512, + [SMALL_STATE(2069)] = 86528, + [SMALL_STATE(2070)] = 86544, + [SMALL_STATE(2071)] = 86560, + [SMALL_STATE(2072)] = 86576, + [SMALL_STATE(2073)] = 86592, + [SMALL_STATE(2074)] = 86608, + [SMALL_STATE(2075)] = 86624, + [SMALL_STATE(2076)] = 86640, + [SMALL_STATE(2077)] = 86656, + [SMALL_STATE(2078)] = 86672, + [SMALL_STATE(2079)] = 86688, + [SMALL_STATE(2080)] = 86704, + [SMALL_STATE(2081)] = 86720, + [SMALL_STATE(2082)] = 86736, + [SMALL_STATE(2083)] = 86752, + [SMALL_STATE(2084)] = 86768, + [SMALL_STATE(2085)] = 86784, + [SMALL_STATE(2086)] = 86800, + [SMALL_STATE(2087)] = 86816, + [SMALL_STATE(2088)] = 86832, + [SMALL_STATE(2089)] = 86848, + [SMALL_STATE(2090)] = 86864, + [SMALL_STATE(2091)] = 86880, + [SMALL_STATE(2092)] = 86896, + [SMALL_STATE(2093)] = 86912, + [SMALL_STATE(2094)] = 86928, + [SMALL_STATE(2095)] = 86944, + [SMALL_STATE(2096)] = 86960, + [SMALL_STATE(2097)] = 86976, + [SMALL_STATE(2098)] = 86992, + [SMALL_STATE(2099)] = 87008, + [SMALL_STATE(2100)] = 87024, + [SMALL_STATE(2101)] = 87040, + [SMALL_STATE(2102)] = 87056, + [SMALL_STATE(2103)] = 87072, + [SMALL_STATE(2104)] = 87088, + [SMALL_STATE(2105)] = 87104, + [SMALL_STATE(2106)] = 87118, + [SMALL_STATE(2107)] = 87134, + [SMALL_STATE(2108)] = 87150, + [SMALL_STATE(2109)] = 87166, + [SMALL_STATE(2110)] = 87182, + [SMALL_STATE(2111)] = 87198, + [SMALL_STATE(2112)] = 87214, + [SMALL_STATE(2113)] = 87230, + [SMALL_STATE(2114)] = 87246, + [SMALL_STATE(2115)] = 87262, + [SMALL_STATE(2116)] = 87278, + [SMALL_STATE(2117)] = 87294, + [SMALL_STATE(2118)] = 87310, + [SMALL_STATE(2119)] = 87326, + [SMALL_STATE(2120)] = 87342, + [SMALL_STATE(2121)] = 87358, + [SMALL_STATE(2122)] = 87374, + [SMALL_STATE(2123)] = 87390, + [SMALL_STATE(2124)] = 87406, + [SMALL_STATE(2125)] = 87422, + [SMALL_STATE(2126)] = 87438, + [SMALL_STATE(2127)] = 87454, + [SMALL_STATE(2128)] = 87470, + [SMALL_STATE(2129)] = 87486, + [SMALL_STATE(2130)] = 87502, + [SMALL_STATE(2131)] = 87518, + [SMALL_STATE(2132)] = 87534, + [SMALL_STATE(2133)] = 87550, + [SMALL_STATE(2134)] = 87566, + [SMALL_STATE(2135)] = 87582, + [SMALL_STATE(2136)] = 87598, + [SMALL_STATE(2137)] = 87614, + [SMALL_STATE(2138)] = 87630, + [SMALL_STATE(2139)] = 87646, + [SMALL_STATE(2140)] = 87662, + [SMALL_STATE(2141)] = 87678, + [SMALL_STATE(2142)] = 87694, + [SMALL_STATE(2143)] = 87710, + [SMALL_STATE(2144)] = 87726, + [SMALL_STATE(2145)] = 87742, + [SMALL_STATE(2146)] = 87758, + [SMALL_STATE(2147)] = 87774, + [SMALL_STATE(2148)] = 87790, + [SMALL_STATE(2149)] = 87806, + [SMALL_STATE(2150)] = 87822, + [SMALL_STATE(2151)] = 87838, + [SMALL_STATE(2152)] = 87854, + [SMALL_STATE(2153)] = 87870, + [SMALL_STATE(2154)] = 87886, + [SMALL_STATE(2155)] = 87902, + [SMALL_STATE(2156)] = 87918, + [SMALL_STATE(2157)] = 87934, + [SMALL_STATE(2158)] = 87950, + [SMALL_STATE(2159)] = 87966, + [SMALL_STATE(2160)] = 87982, + [SMALL_STATE(2161)] = 87998, + [SMALL_STATE(2162)] = 88014, + [SMALL_STATE(2163)] = 88030, + [SMALL_STATE(2164)] = 88046, + [SMALL_STATE(2165)] = 88062, + [SMALL_STATE(2166)] = 88078, + [SMALL_STATE(2167)] = 88094, + [SMALL_STATE(2168)] = 88110, + [SMALL_STATE(2169)] = 88126, + [SMALL_STATE(2170)] = 88142, + [SMALL_STATE(2171)] = 88158, + [SMALL_STATE(2172)] = 88174, + [SMALL_STATE(2173)] = 88190, + [SMALL_STATE(2174)] = 88206, + [SMALL_STATE(2175)] = 88222, + [SMALL_STATE(2176)] = 88238, + [SMALL_STATE(2177)] = 88254, + [SMALL_STATE(2178)] = 88270, + [SMALL_STATE(2179)] = 88286, + [SMALL_STATE(2180)] = 88302, + [SMALL_STATE(2181)] = 88318, + [SMALL_STATE(2182)] = 88334, + [SMALL_STATE(2183)] = 88348, + [SMALL_STATE(2184)] = 88362, + [SMALL_STATE(2185)] = 88378, + [SMALL_STATE(2186)] = 88394, + [SMALL_STATE(2187)] = 88410, + [SMALL_STATE(2188)] = 88423, + [SMALL_STATE(2189)] = 88436, + [SMALL_STATE(2190)] = 88449, + [SMALL_STATE(2191)] = 88462, + [SMALL_STATE(2192)] = 88475, + [SMALL_STATE(2193)] = 88488, + [SMALL_STATE(2194)] = 88501, + [SMALL_STATE(2195)] = 88514, + [SMALL_STATE(2196)] = 88527, + [SMALL_STATE(2197)] = 88540, + [SMALL_STATE(2198)] = 88553, + [SMALL_STATE(2199)] = 88566, + [SMALL_STATE(2200)] = 88579, + [SMALL_STATE(2201)] = 88592, + [SMALL_STATE(2202)] = 88605, + [SMALL_STATE(2203)] = 88618, + [SMALL_STATE(2204)] = 88631, + [SMALL_STATE(2205)] = 88644, + [SMALL_STATE(2206)] = 88657, + [SMALL_STATE(2207)] = 88670, + [SMALL_STATE(2208)] = 88683, + [SMALL_STATE(2209)] = 88696, + [SMALL_STATE(2210)] = 88709, + [SMALL_STATE(2211)] = 88722, + [SMALL_STATE(2212)] = 88735, + [SMALL_STATE(2213)] = 88748, + [SMALL_STATE(2214)] = 88761, + [SMALL_STATE(2215)] = 88774, + [SMALL_STATE(2216)] = 88787, + [SMALL_STATE(2217)] = 88800, + [SMALL_STATE(2218)] = 88813, + [SMALL_STATE(2219)] = 88826, + [SMALL_STATE(2220)] = 88839, + [SMALL_STATE(2221)] = 88852, + [SMALL_STATE(2222)] = 88865, + [SMALL_STATE(2223)] = 88878, + [SMALL_STATE(2224)] = 88891, + [SMALL_STATE(2225)] = 88904, + [SMALL_STATE(2226)] = 88917, + [SMALL_STATE(2227)] = 88930, + [SMALL_STATE(2228)] = 88943, + [SMALL_STATE(2229)] = 88956, + [SMALL_STATE(2230)] = 88969, + [SMALL_STATE(2231)] = 88982, + [SMALL_STATE(2232)] = 88995, + [SMALL_STATE(2233)] = 89008, + [SMALL_STATE(2234)] = 89021, + [SMALL_STATE(2235)] = 89034, + [SMALL_STATE(2236)] = 89047, + [SMALL_STATE(2237)] = 89060, + [SMALL_STATE(2238)] = 89073, + [SMALL_STATE(2239)] = 89086, + [SMALL_STATE(2240)] = 89099, + [SMALL_STATE(2241)] = 89112, + [SMALL_STATE(2242)] = 89125, + [SMALL_STATE(2243)] = 89138, + [SMALL_STATE(2244)] = 89151, + [SMALL_STATE(2245)] = 89164, + [SMALL_STATE(2246)] = 89177, + [SMALL_STATE(2247)] = 89190, + [SMALL_STATE(2248)] = 89203, + [SMALL_STATE(2249)] = 89216, + [SMALL_STATE(2250)] = 89229, + [SMALL_STATE(2251)] = 89242, + [SMALL_STATE(2252)] = 89255, + [SMALL_STATE(2253)] = 89268, + [SMALL_STATE(2254)] = 89281, + [SMALL_STATE(2255)] = 89294, + [SMALL_STATE(2256)] = 89307, + [SMALL_STATE(2257)] = 89320, + [SMALL_STATE(2258)] = 89333, + [SMALL_STATE(2259)] = 89346, + [SMALL_STATE(2260)] = 89359, + [SMALL_STATE(2261)] = 89372, + [SMALL_STATE(2262)] = 89385, + [SMALL_STATE(2263)] = 89398, + [SMALL_STATE(2264)] = 89411, + [SMALL_STATE(2265)] = 89424, + [SMALL_STATE(2266)] = 89437, + [SMALL_STATE(2267)] = 89450, + [SMALL_STATE(2268)] = 89463, + [SMALL_STATE(2269)] = 89476, + [SMALL_STATE(2270)] = 89489, + [SMALL_STATE(2271)] = 89502, + [SMALL_STATE(2272)] = 89515, + [SMALL_STATE(2273)] = 89528, + [SMALL_STATE(2274)] = 89541, + [SMALL_STATE(2275)] = 89554, + [SMALL_STATE(2276)] = 89567, + [SMALL_STATE(2277)] = 89580, + [SMALL_STATE(2278)] = 89593, + [SMALL_STATE(2279)] = 89606, + [SMALL_STATE(2280)] = 89619, + [SMALL_STATE(2281)] = 89632, + [SMALL_STATE(2282)] = 89645, + [SMALL_STATE(2283)] = 89658, + [SMALL_STATE(2284)] = 89671, + [SMALL_STATE(2285)] = 89684, + [SMALL_STATE(2286)] = 89697, + [SMALL_STATE(2287)] = 89710, + [SMALL_STATE(2288)] = 89723, + [SMALL_STATE(2289)] = 89736, + [SMALL_STATE(2290)] = 89749, + [SMALL_STATE(2291)] = 89762, + [SMALL_STATE(2292)] = 89775, + [SMALL_STATE(2293)] = 89788, + [SMALL_STATE(2294)] = 89801, + [SMALL_STATE(2295)] = 89814, + [SMALL_STATE(2296)] = 89827, + [SMALL_STATE(2297)] = 89840, + [SMALL_STATE(2298)] = 89853, + [SMALL_STATE(2299)] = 89866, + [SMALL_STATE(2300)] = 89879, + [SMALL_STATE(2301)] = 89892, + [SMALL_STATE(2302)] = 89905, + [SMALL_STATE(2303)] = 89918, + [SMALL_STATE(2304)] = 89931, + [SMALL_STATE(2305)] = 89944, + [SMALL_STATE(2306)] = 89957, + [SMALL_STATE(2307)] = 89970, + [SMALL_STATE(2308)] = 89983, + [SMALL_STATE(2309)] = 89996, + [SMALL_STATE(2310)] = 90009, + [SMALL_STATE(2311)] = 90022, + [SMALL_STATE(2312)] = 90035, + [SMALL_STATE(2313)] = 90048, + [SMALL_STATE(2314)] = 90061, + [SMALL_STATE(2315)] = 90074, + [SMALL_STATE(2316)] = 90087, + [SMALL_STATE(2317)] = 90100, + [SMALL_STATE(2318)] = 90113, + [SMALL_STATE(2319)] = 90126, + [SMALL_STATE(2320)] = 90139, + [SMALL_STATE(2321)] = 90152, + [SMALL_STATE(2322)] = 90165, + [SMALL_STATE(2323)] = 90178, + [SMALL_STATE(2324)] = 90191, + [SMALL_STATE(2325)] = 90204, + [SMALL_STATE(2326)] = 90217, + [SMALL_STATE(2327)] = 90230, + [SMALL_STATE(2328)] = 90243, + [SMALL_STATE(2329)] = 90256, + [SMALL_STATE(2330)] = 90269, + [SMALL_STATE(2331)] = 90282, + [SMALL_STATE(2332)] = 90295, + [SMALL_STATE(2333)] = 90308, + [SMALL_STATE(2334)] = 90321, + [SMALL_STATE(2335)] = 90334, + [SMALL_STATE(2336)] = 90347, + [SMALL_STATE(2337)] = 90360, + [SMALL_STATE(2338)] = 90373, + [SMALL_STATE(2339)] = 90386, + [SMALL_STATE(2340)] = 90399, + [SMALL_STATE(2341)] = 90412, + [SMALL_STATE(2342)] = 90425, + [SMALL_STATE(2343)] = 90438, + [SMALL_STATE(2344)] = 90451, + [SMALL_STATE(2345)] = 90464, + [SMALL_STATE(2346)] = 90477, + [SMALL_STATE(2347)] = 90490, + [SMALL_STATE(2348)] = 90503, + [SMALL_STATE(2349)] = 90516, + [SMALL_STATE(2350)] = 90529, + [SMALL_STATE(2351)] = 90542, + [SMALL_STATE(2352)] = 90555, + [SMALL_STATE(2353)] = 90568, + [SMALL_STATE(2354)] = 90581, + [SMALL_STATE(2355)] = 90594, + [SMALL_STATE(2356)] = 90607, + [SMALL_STATE(2357)] = 90620, + [SMALL_STATE(2358)] = 90633, + [SMALL_STATE(2359)] = 90646, + [SMALL_STATE(2360)] = 90659, + [SMALL_STATE(2361)] = 90672, + [SMALL_STATE(2362)] = 90685, + [SMALL_STATE(2363)] = 90698, + [SMALL_STATE(2364)] = 90711, + [SMALL_STATE(2365)] = 90724, + [SMALL_STATE(2366)] = 90737, + [SMALL_STATE(2367)] = 90750, + [SMALL_STATE(2368)] = 90763, + [SMALL_STATE(2369)] = 90776, + [SMALL_STATE(2370)] = 90789, + [SMALL_STATE(2371)] = 90802, + [SMALL_STATE(2372)] = 90815, + [SMALL_STATE(2373)] = 90828, + [SMALL_STATE(2374)] = 90841, + [SMALL_STATE(2375)] = 90854, + [SMALL_STATE(2376)] = 90867, + [SMALL_STATE(2377)] = 90880, + [SMALL_STATE(2378)] = 90893, + [SMALL_STATE(2379)] = 90906, + [SMALL_STATE(2380)] = 90919, + [SMALL_STATE(2381)] = 90932, + [SMALL_STATE(2382)] = 90945, + [SMALL_STATE(2383)] = 90958, + [SMALL_STATE(2384)] = 90971, + [SMALL_STATE(2385)] = 90984, + [SMALL_STATE(2386)] = 90997, + [SMALL_STATE(2387)] = 91010, + [SMALL_STATE(2388)] = 91023, + [SMALL_STATE(2389)] = 91036, + [SMALL_STATE(2390)] = 91049, + [SMALL_STATE(2391)] = 91062, + [SMALL_STATE(2392)] = 91075, + [SMALL_STATE(2393)] = 91088, + [SMALL_STATE(2394)] = 91101, + [SMALL_STATE(2395)] = 91114, + [SMALL_STATE(2396)] = 91127, + [SMALL_STATE(2397)] = 91140, + [SMALL_STATE(2398)] = 91153, + [SMALL_STATE(2399)] = 91166, + [SMALL_STATE(2400)] = 91179, + [SMALL_STATE(2401)] = 91192, + [SMALL_STATE(2402)] = 91205, + [SMALL_STATE(2403)] = 91218, + [SMALL_STATE(2404)] = 91231, + [SMALL_STATE(2405)] = 91244, + [SMALL_STATE(2406)] = 91257, + [SMALL_STATE(2407)] = 91270, + [SMALL_STATE(2408)] = 91283, + [SMALL_STATE(2409)] = 91296, + [SMALL_STATE(2410)] = 91309, + [SMALL_STATE(2411)] = 91322, + [SMALL_STATE(2412)] = 91335, + [SMALL_STATE(2413)] = 91348, + [SMALL_STATE(2414)] = 91361, + [SMALL_STATE(2415)] = 91374, + [SMALL_STATE(2416)] = 91387, + [SMALL_STATE(2417)] = 91400, + [SMALL_STATE(2418)] = 91413, + [SMALL_STATE(2419)] = 91426, + [SMALL_STATE(2420)] = 91439, + [SMALL_STATE(2421)] = 91452, + [SMALL_STATE(2422)] = 91465, + [SMALL_STATE(2423)] = 91478, + [SMALL_STATE(2424)] = 91491, + [SMALL_STATE(2425)] = 91504, + [SMALL_STATE(2426)] = 91517, + [SMALL_STATE(2427)] = 91530, + [SMALL_STATE(2428)] = 91543, + [SMALL_STATE(2429)] = 91556, + [SMALL_STATE(2430)] = 91569, + [SMALL_STATE(2431)] = 91582, + [SMALL_STATE(2432)] = 91595, + [SMALL_STATE(2433)] = 91608, + [SMALL_STATE(2434)] = 91621, + [SMALL_STATE(2435)] = 91634, + [SMALL_STATE(2436)] = 91647, + [SMALL_STATE(2437)] = 91660, + [SMALL_STATE(2438)] = 91673, + [SMALL_STATE(2439)] = 91686, + [SMALL_STATE(2440)] = 91699, + [SMALL_STATE(2441)] = 91712, + [SMALL_STATE(2442)] = 91725, + [SMALL_STATE(2443)] = 91738, + [SMALL_STATE(2444)] = 91751, + [SMALL_STATE(2445)] = 91764, + [SMALL_STATE(2446)] = 91777, + [SMALL_STATE(2447)] = 91790, + [SMALL_STATE(2448)] = 91803, + [SMALL_STATE(2449)] = 91816, + [SMALL_STATE(2450)] = 91829, + [SMALL_STATE(2451)] = 91842, + [SMALL_STATE(2452)] = 91855, + [SMALL_STATE(2453)] = 91868, + [SMALL_STATE(2454)] = 91881, + [SMALL_STATE(2455)] = 91894, + [SMALL_STATE(2456)] = 91907, + [SMALL_STATE(2457)] = 91920, + [SMALL_STATE(2458)] = 91933, + [SMALL_STATE(2459)] = 91946, + [SMALL_STATE(2460)] = 91959, + [SMALL_STATE(2461)] = 91972, + [SMALL_STATE(2462)] = 91985, + [SMALL_STATE(2463)] = 91998, + [SMALL_STATE(2464)] = 92011, + [SMALL_STATE(2465)] = 92024, + [SMALL_STATE(2466)] = 92037, + [SMALL_STATE(2467)] = 92050, + [SMALL_STATE(2468)] = 92063, + [SMALL_STATE(2469)] = 92076, + [SMALL_STATE(2470)] = 92089, + [SMALL_STATE(2471)] = 92102, + [SMALL_STATE(2472)] = 92115, + [SMALL_STATE(2473)] = 92128, + [SMALL_STATE(2474)] = 92141, + [SMALL_STATE(2475)] = 92154, + [SMALL_STATE(2476)] = 92167, + [SMALL_STATE(2477)] = 92180, + [SMALL_STATE(2478)] = 92193, + [SMALL_STATE(2479)] = 92206, + [SMALL_STATE(2480)] = 92219, + [SMALL_STATE(2481)] = 92232, + [SMALL_STATE(2482)] = 92245, + [SMALL_STATE(2483)] = 92258, + [SMALL_STATE(2484)] = 92271, + [SMALL_STATE(2485)] = 92284, + [SMALL_STATE(2486)] = 92297, + [SMALL_STATE(2487)] = 92310, + [SMALL_STATE(2488)] = 92323, + [SMALL_STATE(2489)] = 92336, + [SMALL_STATE(2490)] = 92349, + [SMALL_STATE(2491)] = 92362, + [SMALL_STATE(2492)] = 92375, + [SMALL_STATE(2493)] = 92388, + [SMALL_STATE(2494)] = 92401, + [SMALL_STATE(2495)] = 92414, + [SMALL_STATE(2496)] = 92427, + [SMALL_STATE(2497)] = 92440, + [SMALL_STATE(2498)] = 92453, + [SMALL_STATE(2499)] = 92466, + [SMALL_STATE(2500)] = 92479, + [SMALL_STATE(2501)] = 92492, + [SMALL_STATE(2502)] = 92505, + [SMALL_STATE(2503)] = 92518, + [SMALL_STATE(2504)] = 92531, + [SMALL_STATE(2505)] = 92544, + [SMALL_STATE(2506)] = 92557, + [SMALL_STATE(2507)] = 92570, + [SMALL_STATE(2508)] = 92583, + [SMALL_STATE(2509)] = 92596, + [SMALL_STATE(2510)] = 92609, + [SMALL_STATE(2511)] = 92622, + [SMALL_STATE(2512)] = 92635, + [SMALL_STATE(2513)] = 92648, + [SMALL_STATE(2514)] = 92661, + [SMALL_STATE(2515)] = 92674, + [SMALL_STATE(2516)] = 92687, + [SMALL_STATE(2517)] = 92700, + [SMALL_STATE(2518)] = 92713, + [SMALL_STATE(2519)] = 92726, + [SMALL_STATE(2520)] = 92739, + [SMALL_STATE(2521)] = 92752, + [SMALL_STATE(2522)] = 92765, + [SMALL_STATE(2523)] = 92778, + [SMALL_STATE(2524)] = 92791, + [SMALL_STATE(2525)] = 92804, + [SMALL_STATE(2526)] = 92817, + [SMALL_STATE(2527)] = 92830, + [SMALL_STATE(2528)] = 92843, + [SMALL_STATE(2529)] = 92856, + [SMALL_STATE(2530)] = 92869, + [SMALL_STATE(2531)] = 92882, + [SMALL_STATE(2532)] = 92895, + [SMALL_STATE(2533)] = 92908, + [SMALL_STATE(2534)] = 92921, + [SMALL_STATE(2535)] = 92934, + [SMALL_STATE(2536)] = 92947, + [SMALL_STATE(2537)] = 92960, + [SMALL_STATE(2538)] = 92973, + [SMALL_STATE(2539)] = 92986, + [SMALL_STATE(2540)] = 92999, + [SMALL_STATE(2541)] = 93012, + [SMALL_STATE(2542)] = 93025, + [SMALL_STATE(2543)] = 93038, + [SMALL_STATE(2544)] = 93051, + [SMALL_STATE(2545)] = 93064, + [SMALL_STATE(2546)] = 93077, + [SMALL_STATE(2547)] = 93090, + [SMALL_STATE(2548)] = 93103, + [SMALL_STATE(2549)] = 93116, + [SMALL_STATE(2550)] = 93129, + [SMALL_STATE(2551)] = 93142, + [SMALL_STATE(2552)] = 93155, + [SMALL_STATE(2553)] = 93168, + [SMALL_STATE(2554)] = 93181, + [SMALL_STATE(2555)] = 93194, + [SMALL_STATE(2556)] = 93207, + [SMALL_STATE(2557)] = 93220, + [SMALL_STATE(2558)] = 93233, + [SMALL_STATE(2559)] = 93246, + [SMALL_STATE(2560)] = 93259, + [SMALL_STATE(2561)] = 93272, + [SMALL_STATE(2562)] = 93285, + [SMALL_STATE(2563)] = 93298, + [SMALL_STATE(2564)] = 93311, + [SMALL_STATE(2565)] = 93324, + [SMALL_STATE(2566)] = 93337, + [SMALL_STATE(2567)] = 93350, + [SMALL_STATE(2568)] = 93363, + [SMALL_STATE(2569)] = 93376, + [SMALL_STATE(2570)] = 93389, + [SMALL_STATE(2571)] = 93402, + [SMALL_STATE(2572)] = 93415, + [SMALL_STATE(2573)] = 93428, + [SMALL_STATE(2574)] = 93441, + [SMALL_STATE(2575)] = 93454, + [SMALL_STATE(2576)] = 93467, + [SMALL_STATE(2577)] = 93480, + [SMALL_STATE(2578)] = 93493, + [SMALL_STATE(2579)] = 93506, + [SMALL_STATE(2580)] = 93519, + [SMALL_STATE(2581)] = 93532, + [SMALL_STATE(2582)] = 93545, + [SMALL_STATE(2583)] = 93558, + [SMALL_STATE(2584)] = 93571, + [SMALL_STATE(2585)] = 93584, + [SMALL_STATE(2586)] = 93597, + [SMALL_STATE(2587)] = 93610, + [SMALL_STATE(2588)] = 93623, + [SMALL_STATE(2589)] = 93636, + [SMALL_STATE(2590)] = 93649, + [SMALL_STATE(2591)] = 93662, + [SMALL_STATE(2592)] = 93675, + [SMALL_STATE(2593)] = 93688, + [SMALL_STATE(2594)] = 93701, + [SMALL_STATE(2595)] = 93714, + [SMALL_STATE(2596)] = 93727, + [SMALL_STATE(2597)] = 93740, + [SMALL_STATE(2598)] = 93753, + [SMALL_STATE(2599)] = 93766, + [SMALL_STATE(2600)] = 93779, + [SMALL_STATE(2601)] = 93792, + [SMALL_STATE(2602)] = 93805, + [SMALL_STATE(2603)] = 93818, + [SMALL_STATE(2604)] = 93831, + [SMALL_STATE(2605)] = 93844, + [SMALL_STATE(2606)] = 93857, + [SMALL_STATE(2607)] = 93870, + [SMALL_STATE(2608)] = 93883, + [SMALL_STATE(2609)] = 93896, + [SMALL_STATE(2610)] = 93909, + [SMALL_STATE(2611)] = 93922, + [SMALL_STATE(2612)] = 93935, + [SMALL_STATE(2613)] = 93948, + [SMALL_STATE(2614)] = 93961, + [SMALL_STATE(2615)] = 93974, + [SMALL_STATE(2616)] = 93987, + [SMALL_STATE(2617)] = 94000, + [SMALL_STATE(2618)] = 94013, + [SMALL_STATE(2619)] = 94026, + [SMALL_STATE(2620)] = 94039, + [SMALL_STATE(2621)] = 94052, + [SMALL_STATE(2622)] = 94065, + [SMALL_STATE(2623)] = 94078, + [SMALL_STATE(2624)] = 94091, + [SMALL_STATE(2625)] = 94104, + [SMALL_STATE(2626)] = 94117, + [SMALL_STATE(2627)] = 94130, + [SMALL_STATE(2628)] = 94143, + [SMALL_STATE(2629)] = 94156, + [SMALL_STATE(2630)] = 94169, + [SMALL_STATE(2631)] = 94182, + [SMALL_STATE(2632)] = 94195, + [SMALL_STATE(2633)] = 94208, + [SMALL_STATE(2634)] = 94221, + [SMALL_STATE(2635)] = 94234, + [SMALL_STATE(2636)] = 94247, + [SMALL_STATE(2637)] = 94260, + [SMALL_STATE(2638)] = 94273, + [SMALL_STATE(2639)] = 94286, + [SMALL_STATE(2640)] = 94299, + [SMALL_STATE(2641)] = 94312, + [SMALL_STATE(2642)] = 94325, + [SMALL_STATE(2643)] = 94338, + [SMALL_STATE(2644)] = 94351, + [SMALL_STATE(2645)] = 94364, + [SMALL_STATE(2646)] = 94377, + [SMALL_STATE(2647)] = 94390, + [SMALL_STATE(2648)] = 94403, + [SMALL_STATE(2649)] = 94416, + [SMALL_STATE(2650)] = 94429, + [SMALL_STATE(2651)] = 94442, + [SMALL_STATE(2652)] = 94455, + [SMALL_STATE(2653)] = 94468, + [SMALL_STATE(2654)] = 94481, + [SMALL_STATE(2655)] = 94494, + [SMALL_STATE(2656)] = 94507, + [SMALL_STATE(2657)] = 94520, + [SMALL_STATE(2658)] = 94533, + [SMALL_STATE(2659)] = 94546, + [SMALL_STATE(2660)] = 94559, + [SMALL_STATE(2661)] = 94572, + [SMALL_STATE(2662)] = 94585, + [SMALL_STATE(2663)] = 94598, + [SMALL_STATE(2664)] = 94611, + [SMALL_STATE(2665)] = 94624, + [SMALL_STATE(2666)] = 94637, + [SMALL_STATE(2667)] = 94650, + [SMALL_STATE(2668)] = 94663, + [SMALL_STATE(2669)] = 94676, + [SMALL_STATE(2670)] = 94689, + [SMALL_STATE(2671)] = 94702, + [SMALL_STATE(2672)] = 94715, + [SMALL_STATE(2673)] = 94728, + [SMALL_STATE(2674)] = 94741, + [SMALL_STATE(2675)] = 94754, + [SMALL_STATE(2676)] = 94767, + [SMALL_STATE(2677)] = 94780, + [SMALL_STATE(2678)] = 94793, + [SMALL_STATE(2679)] = 94806, + [SMALL_STATE(2680)] = 94819, + [SMALL_STATE(2681)] = 94832, + [SMALL_STATE(2682)] = 94845, + [SMALL_STATE(2683)] = 94858, + [SMALL_STATE(2684)] = 94871, + [SMALL_STATE(2685)] = 94884, + [SMALL_STATE(2686)] = 94897, + [SMALL_STATE(2687)] = 94910, + [SMALL_STATE(2688)] = 94923, + [SMALL_STATE(2689)] = 94936, + [SMALL_STATE(2690)] = 94949, + [SMALL_STATE(2691)] = 94962, + [SMALL_STATE(2692)] = 94975, + [SMALL_STATE(2693)] = 94988, + [SMALL_STATE(2694)] = 95001, + [SMALL_STATE(2695)] = 95014, + [SMALL_STATE(2696)] = 95027, + [SMALL_STATE(2697)] = 95040, + [SMALL_STATE(2698)] = 95053, + [SMALL_STATE(2699)] = 95066, + [SMALL_STATE(2700)] = 95079, + [SMALL_STATE(2701)] = 95092, + [SMALL_STATE(2702)] = 95105, + [SMALL_STATE(2703)] = 95118, + [SMALL_STATE(2704)] = 95131, + [SMALL_STATE(2705)] = 95144, + [SMALL_STATE(2706)] = 95157, + [SMALL_STATE(2707)] = 95170, + [SMALL_STATE(2708)] = 95183, + [SMALL_STATE(2709)] = 95196, + [SMALL_STATE(2710)] = 95209, + [SMALL_STATE(2711)] = 95222, + [SMALL_STATE(2712)] = 95235, + [SMALL_STATE(2713)] = 95248, + [SMALL_STATE(2714)] = 95261, + [SMALL_STATE(2715)] = 95274, + [SMALL_STATE(2716)] = 95287, + [SMALL_STATE(2717)] = 95300, + [SMALL_STATE(2718)] = 95313, + [SMALL_STATE(2719)] = 95326, + [SMALL_STATE(2720)] = 95339, + [SMALL_STATE(2721)] = 95352, + [SMALL_STATE(2722)] = 95365, + [SMALL_STATE(2723)] = 95378, + [SMALL_STATE(2724)] = 95391, + [SMALL_STATE(2725)] = 95404, + [SMALL_STATE(2726)] = 95417, + [SMALL_STATE(2727)] = 95430, + [SMALL_STATE(2728)] = 95443, + [SMALL_STATE(2729)] = 95456, + [SMALL_STATE(2730)] = 95469, + [SMALL_STATE(2731)] = 95482, + [SMALL_STATE(2732)] = 95495, + [SMALL_STATE(2733)] = 95508, + [SMALL_STATE(2734)] = 95521, + [SMALL_STATE(2735)] = 95534, + [SMALL_STATE(2736)] = 95547, + [SMALL_STATE(2737)] = 95560, + [SMALL_STATE(2738)] = 95573, + [SMALL_STATE(2739)] = 95586, + [SMALL_STATE(2740)] = 95599, + [SMALL_STATE(2741)] = 95612, + [SMALL_STATE(2742)] = 95625, + [SMALL_STATE(2743)] = 95638, + [SMALL_STATE(2744)] = 95651, + [SMALL_STATE(2745)] = 95664, + [SMALL_STATE(2746)] = 95677, + [SMALL_STATE(2747)] = 95690, + [SMALL_STATE(2748)] = 95703, + [SMALL_STATE(2749)] = 95716, + [SMALL_STATE(2750)] = 95729, + [SMALL_STATE(2751)] = 95742, + [SMALL_STATE(2752)] = 95755, + [SMALL_STATE(2753)] = 95768, + [SMALL_STATE(2754)] = 95781, + [SMALL_STATE(2755)] = 95794, + [SMALL_STATE(2756)] = 95807, + [SMALL_STATE(2757)] = 95820, + [SMALL_STATE(2758)] = 95833, + [SMALL_STATE(2759)] = 95846, + [SMALL_STATE(2760)] = 95859, + [SMALL_STATE(2761)] = 95872, + [SMALL_STATE(2762)] = 95885, + [SMALL_STATE(2763)] = 95898, + [SMALL_STATE(2764)] = 95911, + [SMALL_STATE(2765)] = 95924, + [SMALL_STATE(2766)] = 95937, + [SMALL_STATE(2767)] = 95950, + [SMALL_STATE(2768)] = 95963, + [SMALL_STATE(2769)] = 95976, + [SMALL_STATE(2770)] = 95989, + [SMALL_STATE(2771)] = 96002, + [SMALL_STATE(2772)] = 96015, + [SMALL_STATE(2773)] = 96028, + [SMALL_STATE(2774)] = 96041, + [SMALL_STATE(2775)] = 96054, + [SMALL_STATE(2776)] = 96067, + [SMALL_STATE(2777)] = 96080, + [SMALL_STATE(2778)] = 96093, + [SMALL_STATE(2779)] = 96106, + [SMALL_STATE(2780)] = 96119, + [SMALL_STATE(2781)] = 96132, + [SMALL_STATE(2782)] = 96145, + [SMALL_STATE(2783)] = 96158, + [SMALL_STATE(2784)] = 96171, + [SMALL_STATE(2785)] = 96184, + [SMALL_STATE(2786)] = 96197, + [SMALL_STATE(2787)] = 96210, + [SMALL_STATE(2788)] = 96223, + [SMALL_STATE(2789)] = 96236, + [SMALL_STATE(2790)] = 96249, + [SMALL_STATE(2791)] = 96262, + [SMALL_STATE(2792)] = 96275, + [SMALL_STATE(2793)] = 96288, + [SMALL_STATE(2794)] = 96301, + [SMALL_STATE(2795)] = 96314, + [SMALL_STATE(2796)] = 96327, + [SMALL_STATE(2797)] = 96340, + [SMALL_STATE(2798)] = 96353, + [SMALL_STATE(2799)] = 96366, + [SMALL_STATE(2800)] = 96379, + [SMALL_STATE(2801)] = 96392, + [SMALL_STATE(2802)] = 96405, + [SMALL_STATE(2803)] = 96418, + [SMALL_STATE(2804)] = 96431, + [SMALL_STATE(2805)] = 96444, + [SMALL_STATE(2806)] = 96457, + [SMALL_STATE(2807)] = 96470, + [SMALL_STATE(2808)] = 96483, + [SMALL_STATE(2809)] = 96496, + [SMALL_STATE(2810)] = 96509, + [SMALL_STATE(2811)] = 96522, + [SMALL_STATE(2812)] = 96535, + [SMALL_STATE(2813)] = 96548, + [SMALL_STATE(2814)] = 96561, + [SMALL_STATE(2815)] = 96574, + [SMALL_STATE(2816)] = 96587, + [SMALL_STATE(2817)] = 96600, + [SMALL_STATE(2818)] = 96613, + [SMALL_STATE(2819)] = 96626, + [SMALL_STATE(2820)] = 96639, + [SMALL_STATE(2821)] = 96652, + [SMALL_STATE(2822)] = 96665, + [SMALL_STATE(2823)] = 96678, + [SMALL_STATE(2824)] = 96691, + [SMALL_STATE(2825)] = 96704, + [SMALL_STATE(2826)] = 96717, + [SMALL_STATE(2827)] = 96730, + [SMALL_STATE(2828)] = 96743, + [SMALL_STATE(2829)] = 96756, + [SMALL_STATE(2830)] = 96769, + [SMALL_STATE(2831)] = 96782, + [SMALL_STATE(2832)] = 96795, + [SMALL_STATE(2833)] = 96808, + [SMALL_STATE(2834)] = 96821, + [SMALL_STATE(2835)] = 96834, + [SMALL_STATE(2836)] = 96847, + [SMALL_STATE(2837)] = 96860, + [SMALL_STATE(2838)] = 96873, + [SMALL_STATE(2839)] = 96886, + [SMALL_STATE(2840)] = 96899, + [SMALL_STATE(2841)] = 96912, + [SMALL_STATE(2842)] = 96925, + [SMALL_STATE(2843)] = 96938, + [SMALL_STATE(2844)] = 96951, + [SMALL_STATE(2845)] = 96964, + [SMALL_STATE(2846)] = 96977, + [SMALL_STATE(2847)] = 96990, + [SMALL_STATE(2848)] = 97003, + [SMALL_STATE(2849)] = 97016, + [SMALL_STATE(2850)] = 97029, + [SMALL_STATE(2851)] = 97042, + [SMALL_STATE(2852)] = 97055, + [SMALL_STATE(2853)] = 97068, + [SMALL_STATE(2854)] = 97081, + [SMALL_STATE(2855)] = 97094, + [SMALL_STATE(2856)] = 97107, + [SMALL_STATE(2857)] = 97120, + [SMALL_STATE(2858)] = 97133, + [SMALL_STATE(2859)] = 97146, + [SMALL_STATE(2860)] = 97159, + [SMALL_STATE(2861)] = 97172, + [SMALL_STATE(2862)] = 97185, + [SMALL_STATE(2863)] = 97198, + [SMALL_STATE(2864)] = 97211, + [SMALL_STATE(2865)] = 97224, + [SMALL_STATE(2866)] = 97237, + [SMALL_STATE(2867)] = 97250, + [SMALL_STATE(2868)] = 97263, + [SMALL_STATE(2869)] = 97276, + [SMALL_STATE(2870)] = 97289, + [SMALL_STATE(2871)] = 97302, + [SMALL_STATE(2872)] = 97315, + [SMALL_STATE(2873)] = 97328, + [SMALL_STATE(2874)] = 97341, + [SMALL_STATE(2875)] = 97354, + [SMALL_STATE(2876)] = 97367, + [SMALL_STATE(2877)] = 97380, + [SMALL_STATE(2878)] = 97393, + [SMALL_STATE(2879)] = 97406, + [SMALL_STATE(2880)] = 97419, + [SMALL_STATE(2881)] = 97432, + [SMALL_STATE(2882)] = 97445, + [SMALL_STATE(2883)] = 97458, + [SMALL_STATE(2884)] = 97471, + [SMALL_STATE(2885)] = 97484, + [SMALL_STATE(2886)] = 97497, + [SMALL_STATE(2887)] = 97510, + [SMALL_STATE(2888)] = 97523, + [SMALL_STATE(2889)] = 97536, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -153637,7 +153237,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2323), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2395), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), @@ -153669,2285 +153269,2289 @@ static const TSParseActionEntry ts_parse_actions[] = { [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), - [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr, 3, 0, 0), - [115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr, 3, 0, 0), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), - [123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), - [125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 1, 0, 0), - [127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 1, 0, 0), - [129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_directive, 1, 0, 0), - [131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_directive, 1, 0, 0), - [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr, 2, 0, 0), - [137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 2, 0, 0), - [139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 2, 0, 0), - [141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr, 2, 0, 0), - [143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), - [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2225), - [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2833), - [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2241), - [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2229), - [157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2605), - [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1920), - [163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), - [165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2502), - [168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2486), - [171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2497), - [174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2514), - [177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1850), - [180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2287), - [183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2287), - [186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2401), - [189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2011), - [192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2837), - [195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2855), - [198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(373), - [201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2024), - [204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_list_repeat1, 2, 0, 0), - [210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2662), - [212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), - [216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2713), - [218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), - [220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2847), - [222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2448), - [224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2413), - [226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), - [228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), - [230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2633), - [232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), - [234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), - [236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_list_repeat1, 2, 0, 0), - [238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), - [242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2479), - [250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_params, 4, 0, 0), - [258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_params, 4, 0, 0), - [260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_list_repeat1, 3, 0, 0), - [262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_list_repeat1, 3, 0, 0), - [264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2561), - [272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), - [274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), - [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), - [280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2787), - [282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), - [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2426), - [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), - [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), - [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), - [294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), - [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2435), - [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), - [302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), - [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), - [308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), - [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_params, 5, 0, 0), - [340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_params, 5, 0, 0), - [342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_list, 1, 0, 0), - [344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_list, 1, 0, 0), - [346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(552), - [349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(31), - [352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), - [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2662), - [357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2550), - [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(905), - [363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2008), - [366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2713), - [369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1207), - [372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1142), - [375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2847), - [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(878), - [381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2448), - [384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2413), - [387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(894), - [390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1021), - [393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2633), - [396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1943), - [399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1022), - [402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), - [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2692), - [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2660), - [410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1885), - [413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1188), - [416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2545), - [419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(976), - [422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(999), - [425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(999), - [428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2527), - [431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1107), - [434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1259), - [437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1268), - [440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1855), - [443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2329), - [446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2329), - [449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2331), - [452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2016), - [455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2479), - [458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2480), - [461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(632), - [464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2017), - [467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(834), - [470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1281), - [473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1286), - [476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1287), - [479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1268), - [482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1257), - [485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(836), - [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), - [546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 0), - [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 2, 0, 0), - [556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 2, 0, 0), - [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 3, 0, 0), - [566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 3, 0, 0), - [568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 4, 0, 0), - [570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 4, 0, 0), - [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 5, 0, 0), - [578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 5, 0, 0), - [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 6, 0, 0), - [588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 6, 0, 0), - [590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 7, 0, 0), - [592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 7, 0, 0), - [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, 0, 0), - [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), - [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), - [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2613), - [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), - [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), - [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(790), - [623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(24), - [626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2392), - [629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(920), - [632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2069), - [635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2216), - [638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1208), - [641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2198), - [644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2323), - [647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2395), - [650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(903), - [653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1245), - [656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2877), - [659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1966), - [662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(935), - [665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1852), - [668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2613), - [671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2613), - [674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2681), - [677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1976), - [680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2366), - [683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2367), - [686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(815), - [689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1977), - [692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(819), - [695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(27), - [698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2561), - [701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(919), - [704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2107), - [707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2541), - [710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1085), - [713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2787), - [716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2269), - [719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2426), - [722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(896), - [725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(950), - [728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2339), - [731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1957), - [734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(951), - [737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1851), - [740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2435), - [743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2435), - [746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2436), - [749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2060), - [752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2271), - [755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2272), - [758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(784), - [761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2062), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), - [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2424), - [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2345), - [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), - [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), - [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), - [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), - [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), - [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), - [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), - [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), - [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), - [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), - [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), - [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), - [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), - [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), - [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), - [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1651), - [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), - [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), - [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), - [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), - [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), - [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), - [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), - [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), - [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), - [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), - [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650), - [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), - [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), - [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), - [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), - [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), - [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), - [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), - [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), - [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), - [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), - [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), - [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), - [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), - [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), - [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), - [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), - [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), - [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2523), - [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), - [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), - [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), - [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), - [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), - [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), - [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), - [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), - [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), - [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), - [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), - [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), - [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), - [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2841), - [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2408), - [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2622), - [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), - [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), - [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2371), - [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), - [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), - [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2432), - [1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), - [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2449), - [1044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2501), - [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2701), - [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), - [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2844), - [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2428), - [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), - [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), - [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), - [1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491), - [1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), - [1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [1084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), - [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), - [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), - [1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [1100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), - [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), - [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), - [1112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2725), - [1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), - [1116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), - [1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), - [1120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), - [1122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), - [1124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2733), - [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), - [1130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), - [1132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2889), - [1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), - [1138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [1142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), - [1144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [1146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [1148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [1150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [1152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [1154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2846), - [1156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), - [1158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), - [1160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), - [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), - [1164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), - [1166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), - [1168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2324), - [1170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), - [1172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), - [1174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2840), - [1176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), - [1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), - [1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [1182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2809), - [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), - [1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [1190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2509), - [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), - [1204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), - [1206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), - [1208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), - [1210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), - [1212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2856), - [1214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2493), - [1216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), - [1218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), - [1220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), - [1222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), - [1224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), - [1226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), - [1228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [1230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490), - [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), - [1236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [1238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), - [1240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [1250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), - [1252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), - [1254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), - [1256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), - [1258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), - [1260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), - [1262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), - [1264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2806), - [1266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), - [1268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), - [1270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), - [1272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), - [1274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), - [1278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), - [1280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), - [1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), - [1284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), - [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), - [1290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [1294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [1296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [1298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), - [1300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), - [1302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), - [1304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2786), - [1306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), - [1308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2834), - [1310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2365), - [1312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2884), - [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), - [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), - [1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2341), - [1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), - [1322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), - [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), - [1326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), - [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), - [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2409), - [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [1348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), - [1350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), - [1352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), - [1354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2674), - [1356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), - [1358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2838), - [1360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), - [1362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2307), - [1364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), - [1366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), - [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), - [1370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), - [1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), - [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), - [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), - [1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2429), - [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [1452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer, 1, 0, 0), - [1454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integer, 1, 0, 0), - [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 1, 0, 0), - [1458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 1, 0, 0), - [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [1462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interval, 2, 0, 0), - [1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interval, 2, 0, 0), - [1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_params, 2, 0, 0), - [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [1470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_params, 2, 0, 0), - [1472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr, 3, 0, 0), - [1474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr, 3, 0, 0), - [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [1482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr, 4, 0, 0), - [1484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr, 4, 0, 0), - [1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_params, 3, 0, 0), - [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [1490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_params, 3, 0, 0), - [1492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_directive, 2, 0, 0), - [1494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_directive, 2, 0, 0), - [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr, 1, 0, 0), - [1500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr, 1, 0, 0), - [1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr, 1, 0, 0), - [1504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr, 1, 0, 0), - [1506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_slice, 3, 0, 0), - [1508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_slice, 3, 0, 0), - [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr, 5, 0, 0), - [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr, 5, 0, 0), - [1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_body, 2, 0, 0), - [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_body, 2, 0, 0), - [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_slice, 4, 0, 0), - [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_slice, 4, 0, 0), - [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [1524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_body, 3, 0, 0), - [1526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_body, 3, 0, 0), - [1528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_slice, 5, 0, 0), - [1530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_slice, 5, 0, 0), - [1532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 3, 0, 0), - [1534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 3, 0, 0), - [1536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_directive, 3, 0, 0), - [1538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_directive, 3, 0, 0), - [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [1544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_record_decl, 8, 0, 0), - [1546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_record_decl, 8, 0, 0), - [1548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_record_decl, 9, 0, 0), - [1550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_record_decl, 9, 0, 0), - [1552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_decl, 3, 0, 0), - [1554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_decl, 3, 0, 0), - [1556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_decl, 3, 0, 0), - [1558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_decl, 3, 0, 0), - [1560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_decl, 3, 0, 0), - [1562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_decl, 3, 0, 0), - [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_decl, 3, 0, 0), - [1566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_decl, 3, 0, 0), - [1568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma, 3, 0, 0), - [1570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma, 3, 0, 0), - [1572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_decl, 3, 0, 0), - [1574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_decl, 3, 0, 0), - [1576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl, 1, 0, 0), - [1578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl, 1, 0, 0), - [1580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_decl, 4, 0, 0), - [1582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_decl, 4, 0, 0), - [1584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_decl, 4, 0, 0), - [1586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_decl, 4, 0, 0), - [1588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_decl, 4, 0, 0), - [1590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_decl, 4, 0, 0), - [1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_decl, 4, 0, 0), - [1594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_decl, 4, 0, 0), - [1596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_decl, 4, 0, 0), - [1598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_decl, 4, 0, 0), - [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_directive, 4, 0, 0), - [1602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_directive, 4, 0, 0), - [1604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_decl, 5, 0, 0), - [1606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_decl, 5, 0, 0), - [1608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_decl, 6, 0, 0), - [1610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_decl, 6, 0, 0), - [1612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_decl, 7, 0, 0), - [1614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_decl, 7, 0, 0), - [1616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_decl, 5, 0, 0), - [1618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_decl, 5, 0, 0), - [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_decl, 5, 0, 0), - [1622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_decl, 5, 0, 0), - [1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [1628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_decl, 5, 0, 0), - [1630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_decl, 5, 0, 0), - [1632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_decl, 5, 0, 0), - [1634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_decl, 5, 0, 0), - [1636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_decl, 2, 0, 0), - [1638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_decl, 2, 0, 0), - [1640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_decl, 6, 0, 0), - [1642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_decl, 6, 0, 0), - [1644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_decl, 6, 0, 0), - [1646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_decl, 6, 0, 0), - [1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_decl, 6, 0, 0), - [1650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_decl, 6, 0, 0), - [1652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_decl, 6, 0, 0), - [1654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_decl, 6, 0, 0), - [1656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_directive, 1, 0, 0), - [1658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_directive, 1, 0, 0), - [1660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_decl, 3, 0, 0), - [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_decl, 3, 0, 0), - [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_decl, 3, 0, 0), - [1666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_decl, 3, 0, 0), - [1668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_decl, 7, 0, 0), - [1670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_decl, 7, 0, 0), - [1672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_decl, 7, 0, 0), - [1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_decl, 7, 0, 0), - [1676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_record_decl, 7, 0, 0), - [1678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_record_decl, 7, 0, 0), - [1680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_decl, 7, 0, 0), - [1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_decl, 7, 0, 0), - [1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_enum_decl, 8, 0, 0), - [1686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_enum_decl, 8, 0, 0), - [1688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [1692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 12, 0, 0), - [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 12, 0, 0), - [1696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [1698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 3, 0, 0), - [1700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 3, 0, 0), - [1702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 4, 0, 0), - [1704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 4, 0, 0), - [1706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 5, 0, 0), - [1708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 5, 0, 0), - [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 6, 0, 0), - [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 6, 0, 0), - [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 7, 0, 0), - [1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 7, 0, 0), - [1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 9, 0, 0), - [1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 9, 0, 0), - [1722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 10, 0, 0), - [1724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 10, 0, 0), - [1726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 11, 0, 0), - [1728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 11, 0, 0), - [1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 1, 0, 0), - [1732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 1, 0, 0), - [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), - [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), - [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), - [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), - [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), - [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), - [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), - [1758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), - [1760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), - [1762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), - [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [1766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [1770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [1776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), - [1778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), - [1780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), - [1782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(328), - [1785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(313), - [1788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2361), - [1791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr_list, 1, 0, 0), - [1793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr_list, 1, 0, 0), - [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), - [1797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), - [1799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), - [1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [1803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), - [1807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), - [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [1811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), - [1813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), - [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), - [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), - [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), - [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), - [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), - [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), - [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), - [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), - [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), - [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), - [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), - [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), - [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), - [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), - [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), - [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), - [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), - [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), - [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), - [1891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [1893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), - [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), - [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), - [1899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), - [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), - [1903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), - [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), - [1907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), - [1909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), - [1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), - [1913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), - [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), - [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), - [1921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2614), - [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [1928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), - [1930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), - [1932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), - [1934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [1936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), - [1938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [1944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2637), - [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), - [1953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2826), - [1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), - [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [1971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer, 2, 0, 0), - [1973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer, 1, 0, 0), - [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [1977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), - [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), - [1981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(883), - [1984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), - [1986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2550), - [1989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1207), - [1992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(889), - [1995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2204), - [1998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2692), - [2001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2660), - [2004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1885), - [2007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1188), - [2010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2545), - [2013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(976), - [2016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(999), - [2019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(999), - [2022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2527), - [2025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1107), - [2028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1259), - [2031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1268), - [2034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(834), - [2037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1281), - [2040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1286), - [2043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1287), - [2046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1268), - [2049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1257), - [2052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(836), - [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [2057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), - [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2868), - [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2881), - [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), - [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), - [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), - [2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_list, 1, 0, 0), - [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), - [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), - [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), - [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [2105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), - [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), - [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), - [2115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [2119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_list, 1, 0, 0), - [2121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), - [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), - [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), - [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [2135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), - [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [2139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), - [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [2143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), - [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [2147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), - [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), - [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [2173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2362), - [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2389), - [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [2207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2257), - [2210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2277), - [2213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2279), - [2216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2289), - [2219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2484), - [2222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1926), - [2225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2540), - [2228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2486), - [2231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2497), - [2234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2514), - [2237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1856), - [2240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2362), - [2243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2362), - [2246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2407), - [2249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1982), - [2252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2389), - [2255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2390), - [2258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1821), - [2261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1983), - [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), - [2266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2832), - [2268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2880), - [2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), - [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), - [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [2276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), - [2278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), - [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [2284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2546), - [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2865), - [2288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), - [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), - [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [2296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), - [2298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2359), - [2300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2830), - [2302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), - [2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [2308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [2310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), - [2312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_class, 1, 0, 0), - [2314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_class, 1, 0, 0), - [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [2318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), - [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [2322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), - [2324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func, 3, 0, 0), - [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [2328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func, 3, 0, 0), - [2330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event, 4, 0, 0), - [2332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event, 4, 0, 0), - [2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event, 3, 0, 0), - [2336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event, 3, 0, 0), - [2338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hook, 3, 0, 0), - [2340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hook, 3, 0, 0), - [2342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(923), - [2345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2560), - [2348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_hdr, 3, 0, 0), - [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [2370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), - [2372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), - [2374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), - [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [2378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), - [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [2384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_list, 2, 0, 0), - [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [2396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), - [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [2400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), - [2402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2793), - [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [2406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), - [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [2474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [2476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), - [2478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2282), - [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [2482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), - [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [2608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [2612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [2698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_msg, 2, 0, 0), - [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), - [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), - [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [2770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [2820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [2826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [2836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), - [2838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), - [2840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2234), - [2843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), - [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_arg, 3, 0, 0), - [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [2849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [2853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), - [2855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2645), - [2857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), - [2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), - [2861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2800), - [2863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), - [2865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2807), - [2867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), - [2869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), - [2871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), - [2873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2852), - [2875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2641), - [2878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2645), - [2881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2656), - [2884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1277), - [2887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2800), - [2890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2805), - [2893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2807), - [2896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1884), - [2899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2726), - [2902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2118), - [2905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2852), - [2908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr, 1, 0, 0), SHIFT(2243), - [2911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr, 1, 0, 0), SHIFT(2301), - [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [2920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2795), - [2922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [2924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2875), - [2926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), - [2928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2291), - [2930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), - [2932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), - [2934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), - [2936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), - [2938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), - [2940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), - [2942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), - [2944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2587), - [2946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), - [2948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), - [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [2952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2680), - [2954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), - [2956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2574), - [2958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), - [2960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2836), - [2962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), - [2964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2640), - [2966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), - [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [2984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2873), - [2986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), - [2988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295), - [2990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), - [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [3016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2373), - [3018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), - [3020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2698), - [3022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), - [3024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2719), - [3026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2374), - [3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), - [3030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), - [3032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2354), - [3034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), - [3036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708), - [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [3042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), - [3044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), - [3046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), - [3048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), - [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [3052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2695), - [3054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [3056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), - [3058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), - [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), - [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [3128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), - [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [3136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), - [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), - [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [3146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), - [3148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1849), - [3151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2287), - [3154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2287), - [3157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2401), - [3160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2011), - [3163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2837), - [3166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2855), - [3169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(373), - [3172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2024), - [3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_hdr, 1, 0, 0), - [3177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_hdr, 1, 0, 0), - [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hook, 4, 0, 0), - [3181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hook, 4, 0, 0), - [3183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event, 5, 0, 0), - [3185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event, 5, 0, 0), - [3187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func, 4, 0, 0), - [3189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func, 4, 0, 0), - [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_elem, 1, 0, 0), - [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), - [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), - [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), - [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [3343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_capture_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2870), - [3346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_capture_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1973), - [3349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_list_repeat1, 2, 0, 0), SHIFT_REPEAT(876), - [3352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2309), - [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2870), - [3359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), - [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), - [3363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), - [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2611), - [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), - [3369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 1, 0, 0), - [3371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_elem, 3, 0, 0), - [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [3375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redef_record_decl_repeat1, 2, 0, 0), - [3377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redef_record_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2352), - [3380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2867), - [3382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), - [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), - [3386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_list, 1, 0, 0), - [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [3392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, 0, 0), - [3394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1879), - [3397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecated, 1, 0, 0), - [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [3401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_list_repeat1, 4, 0, 0), - [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [3429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_type_list, 2, 0, 0), - [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), - [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), - [3445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_args, 1, 0, 0), - [3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_type_list, 3, 0, 0), - [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [3453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_arg, 4, 0, 0), - [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [3459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_args, 2, 0, 0), - [3461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_args_repeat1, 2, 0, 0), SHIFT_REPEAT(2338), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), - [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture, 1, 0, 0), - [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), - [3494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_type_list, 4, 0, 0), - [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), - [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), - [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), - [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), - [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), - [3538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture, 2, 0, 0), - [3540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_elem, 4, 0, 0), - [3542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_capture_list_repeat1, 2, 0, 0), - [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), - [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), - [3552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecated, 3, 0, 0), - [3554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_spec, 4, 0, 0), - [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [3570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_type_list, 5, 0, 0), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), - [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [3580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_begin_lambda, 2, 0, 0), - [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), - [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), - [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), - [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [3604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_hdr, 4, 0, 0), - [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), - [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [3620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_stmt_repeat1, 2, 0, 0), SHIFT_REPEAT(2610), - [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [3629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_spec, 5, 0, 0), - [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), - [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), - [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), - [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), - [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), - [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), - [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), - [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), - [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), - [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), - [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), - [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), - [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), - [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), - [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), - [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), - [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), - [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [3777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_begin_lambda, 1, 0, 0), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [3789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_type_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1705), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), - [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [3934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_elem, 2, 0, 0), - [3936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 2, 0, 0), - [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), - [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), - [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [3948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_type_list_repeat1, 5, 0, 0), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [3954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), - [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), - [3968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), - [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), - [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [3980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), - [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [3984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), - [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [3994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), - [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), - [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [4012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), - [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), - [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [4066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), - [4088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_stmt_repeat1, 2, 0, 0), - [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), - [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), - [4114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 4, 0, 0), - [4116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), - [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [4120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_type_list_repeat1, 3, 0, 0), - [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), - [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [4132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), - [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [4154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), - [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), - [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), - [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), - [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), - [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [4246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [4252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), - [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [4322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), - [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), - [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [4360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), - [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [4402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), - [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [4440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), - [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [4448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 3, 0, 0), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), - [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [4468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), - [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), - [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [4476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), - [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [4490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), - [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), - [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), - [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), - [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), - [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), - [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [4600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_args_repeat1, 2, 0, 0), - [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), - [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), - [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), - [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), - [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), - [4646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [4648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), - [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [4656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), - [4658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), - [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), - [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [4682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), - [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), - [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), - [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [4732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), - [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), - [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), - [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [4808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), - [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), - [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [4816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), - [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), - [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), - [4826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), - [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [4830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [4852] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [4856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr, 3, 0, 0), + [117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr, 3, 0, 0), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), + [127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 1, 0, 0), + [129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 1, 0, 0), + [131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_directive, 1, 0, 0), + [133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_directive, 1, 0, 0), + [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr, 2, 0, 0), + [139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 2, 0, 0), + [141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 2, 0, 0), + [143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr, 2, 0, 0), + [145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), + [147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2225), + [150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2833), + [153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2241), + [156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2229), + [159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2605), + [162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1920), + [165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), + [167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2502), + [170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2486), + [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2497), + [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2514), + [179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1850), + [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2287), + [185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2287), + [188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2401), + [191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2011), + [194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2837), + [197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2855), + [200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(373), + [203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2024), + [206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_list_repeat1, 2, 0, 0), + [212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2662), + [214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), + [218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2713), + [220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2847), + [224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2448), + [226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2413), + [228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), + [230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), + [232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2633), + [234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), + [236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), + [238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_list_repeat1, 2, 0, 0), + [240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), + [244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2479), + [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), + [254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_params, 4, 0, 0), + [260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_params, 4, 0, 0), + [262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_list_repeat1, 3, 0, 0), + [264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_list_repeat1, 3, 0, 0), + [266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2561), + [274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), + [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), + [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), + [280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), + [282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2787), + [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), + [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2426), + [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), + [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), + [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), + [294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), + [296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2435), + [302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), + [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), + [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_params, 5, 0, 0), + [342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_params, 5, 0, 0), + [344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_list, 1, 0, 0), + [346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_list, 1, 0, 0), + [348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(552), + [351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(31), + [354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), + [356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2662), + [359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2550), + [362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(905), + [365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2008), + [368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2713), + [371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1207), + [374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1142), + [377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2847), + [380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(878), + [383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2448), + [386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2413), + [389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(894), + [392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1021), + [395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2633), + [398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1943), + [401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1022), + [404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), + [406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2692), + [409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2660), + [412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1885), + [415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1188), + [418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2545), + [421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(976), + [424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(999), + [427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(999), + [430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2527), + [433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1107), + [436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1259), + [439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1268), + [442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1855), + [445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2329), + [448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2329), + [451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2331), + [454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2016), + [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2479), + [460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2480), + [463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(632), + [466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2017), + [469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(834), + [472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1281), + [475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1286), + [478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1287), + [481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1287), + [484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1268), + [487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1257), + [490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(836), + [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), + [551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 0), + [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 2, 0, 0), + [561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 2, 0, 0), + [563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 3, 0, 0), + [571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 3, 0, 0), + [573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 4, 0, 0), + [575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 4, 0, 0), + [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 5, 0, 0), + [583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 5, 0, 0), + [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 6, 0, 0), + [593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 6, 0, 0), + [595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 7, 0, 0), + [597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 7, 0, 0), + [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, 0, 0), + [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), + [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), + [607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2613), + [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), + [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), + [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(790), + [628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(24), + [631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2392), + [634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(920), + [637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2069), + [640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2216), + [643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1208), + [646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2198), + [649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2323), + [652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2395), + [655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(903), + [658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1245), + [661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2877), + [664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1966), + [667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(935), + [670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1852), + [673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2613), + [676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2613), + [679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2681), + [682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1976), + [685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2366), + [688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2367), + [691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(815), + [694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1977), + [697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(819), + [700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(27), + [703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2561), + [706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(919), + [709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2107), + [712] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2541), + [715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1085), + [718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2787), + [721] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2269), + [724] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2426), + [727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(896), + [730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(950), + [733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2339), + [736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1957), + [739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(951), + [742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(1851), + [745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2435), + [748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2435), + [751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2436), + [754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2060), + [757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2271), + [760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2272), + [763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(784), + [766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2, 0, 0), SHIFT_REPEAT(2062), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), + [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), + [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2424), + [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2345), + [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), + [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), + [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), + [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), + [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), + [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), + [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), + [813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), + [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), + [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), + [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), + [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1651), + [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), + [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), + [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), + [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), + [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), + [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), + [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), + [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), + [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), + [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650), + [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), + [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), + [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), + [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), + [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), + [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), + [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), + [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), + [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), + [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), + [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), + [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), + [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), + [969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), + [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), + [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), + [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), + [977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2523), + [979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), + [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), + [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), + [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), + [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), + [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), + [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), + [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), + [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), + [1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), + [1019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), + [1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), + [1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2841), + [1025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2408), + [1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2622), + [1029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), + [1031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), + [1033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2371), + [1035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), + [1037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), + [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [1041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2432), + [1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), + [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2449), + [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), + [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2501), + [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), + [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), + [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2701), + [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2844), + [1075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2428), + [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), + [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), + [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), + [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491), + [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), + [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), + [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), + [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), + [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), + [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), + [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), + [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2725), + [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), + [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), + [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), + [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), + [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2733), + [1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), + [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2889), + [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), + [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2846), + [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), + [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), + [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), + [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), + [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), + [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), + [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2324), + [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), + [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), + [1181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2840), + [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), + [1185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), + [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2809), + [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [1197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2509), + [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), + [1211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), + [1213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), + [1215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), + [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), + [1219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2856), + [1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2493), + [1223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), + [1225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), + [1227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [1229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), + [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), + [1233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [1237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490), + [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), + [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [1257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), + [1259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [1261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), + [1263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), + [1265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [1267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), + [1269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), + [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2806), + [1273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), + [1275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), + [1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), + [1279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), + [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), + [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), + [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), + [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [1293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), + [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), + [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), + [1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2786), + [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), + [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2834), + [1317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2365), + [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2884), + [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), + [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), + [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2341), + [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), + [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), + [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), + [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), + [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2409), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), + [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), + [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), + [1361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2674), + [1363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), + [1365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2838), + [1367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), + [1369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2307), + [1371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), + [1373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), + [1375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), + [1377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), + [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), + [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [1383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), + [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2429), + [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [1433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [1437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer, 1, 0, 0), + [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integer, 1, 0, 0), + [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 1, 0, 0), + [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 1, 0, 0), + [1467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [1469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interval, 2, 0, 0), + [1471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interval, 2, 0, 0), + [1473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_params, 2, 0, 0), + [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_params, 2, 0, 0), + [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr, 3, 0, 0), + [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr, 3, 0, 0), + [1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [1487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [1489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr, 4, 0, 0), + [1491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr, 4, 0, 0), + [1493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_params, 3, 0, 0), + [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_params, 3, 0, 0), + [1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_directive, 2, 0, 0), + [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_directive, 2, 0, 0), + [1503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr, 1, 0, 0), + [1507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr, 1, 0, 0), + [1509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr, 1, 0, 0), + [1511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr, 1, 0, 0), + [1513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_slice, 3, 0, 0), + [1515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_slice, 3, 0, 0), + [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr, 5, 0, 0), + [1519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr, 5, 0, 0), + [1521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_body, 2, 0, 0), + [1523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_body, 2, 0, 0), + [1525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_slice, 4, 0, 0), + [1527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_slice, 4, 0, 0), + [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), + [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_body, 3, 0, 0), + [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_body, 3, 0, 0), + [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_slice, 5, 0, 0), + [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_slice, 5, 0, 0), + [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 3, 0, 0), + [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 3, 0, 0), + [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_directive, 3, 0, 0), + [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_directive, 3, 0, 0), + [1547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_record_decl, 8, 0, 0), + [1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_record_decl, 8, 0, 0), + [1555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_record_decl, 9, 0, 0), + [1557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_record_decl, 9, 0, 0), + [1559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_decl, 3, 0, 0), + [1561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_decl, 3, 0, 0), + [1563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_decl, 3, 0, 0), + [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_decl, 3, 0, 0), + [1567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_decl, 3, 0, 0), + [1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_decl, 3, 0, 0), + [1571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_decl, 3, 0, 0), + [1573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_decl, 3, 0, 0), + [1575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma, 3, 0, 0), + [1577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma, 3, 0, 0), + [1579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_decl, 3, 0, 0), + [1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_decl, 3, 0, 0), + [1583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl, 1, 0, 0), + [1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl, 1, 0, 0), + [1587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_decl, 4, 0, 0), + [1589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_decl, 4, 0, 0), + [1591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_decl, 4, 0, 0), + [1593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_decl, 4, 0, 0), + [1595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_decl, 4, 0, 0), + [1597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_decl, 4, 0, 0), + [1599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_decl, 4, 0, 0), + [1601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_decl, 4, 0, 0), + [1603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_decl, 4, 0, 0), + [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_decl, 4, 0, 0), + [1607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_directive, 4, 0, 0), + [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_directive, 4, 0, 0), + [1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_decl, 5, 0, 0), + [1613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_decl, 5, 0, 0), + [1615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_decl, 6, 0, 0), + [1617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_decl, 6, 0, 0), + [1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_decl, 7, 0, 0), + [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_decl, 7, 0, 0), + [1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_decl, 5, 0, 0), + [1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_decl, 5, 0, 0), + [1627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_decl, 5, 0, 0), + [1629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_decl, 5, 0, 0), + [1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), + [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_decl, 5, 0, 0), + [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_decl, 5, 0, 0), + [1639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_decl, 5, 0, 0), + [1641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_decl, 5, 0, 0), + [1643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_decl, 2, 0, 0), + [1645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_decl, 2, 0, 0), + [1647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_decl, 6, 0, 0), + [1649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_decl, 6, 0, 0), + [1651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_decl, 6, 0, 0), + [1653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_decl, 6, 0, 0), + [1655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_decl, 6, 0, 0), + [1657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_decl, 6, 0, 0), + [1659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_decl, 6, 0, 0), + [1661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_decl, 6, 0, 0), + [1663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_directive, 1, 0, 0), + [1665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_directive, 1, 0, 0), + [1667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_decl, 3, 0, 0), + [1669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_decl, 3, 0, 0), + [1671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_decl, 3, 0, 0), + [1673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_decl, 3, 0, 0), + [1675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_decl, 7, 0, 0), + [1677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_decl, 7, 0, 0), + [1679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_decl, 7, 0, 0), + [1681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_decl, 7, 0, 0), + [1683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_record_decl, 7, 0, 0), + [1685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_record_decl, 7, 0, 0), + [1687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_decl, 7, 0, 0), + [1689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_decl, 7, 0, 0), + [1691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redef_enum_decl, 8, 0, 0), + [1693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redef_enum_decl, 8, 0, 0), + [1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 12, 0, 0), + [1701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 12, 0, 0), + [1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 3, 0, 0), + [1707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 3, 0, 0), + [1709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 4, 0, 0), + [1711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 4, 0, 0), + [1713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 5, 0, 0), + [1715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 5, 0, 0), + [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 6, 0, 0), + [1719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 6, 0, 0), + [1721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 7, 0, 0), + [1723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 7, 0, 0), + [1725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 9, 0, 0), + [1727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 9, 0, 0), + [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 10, 0, 0), + [1731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 10, 0, 0), + [1733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 11, 0, 0), + [1735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 11, 0, 0), + [1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt, 1, 0, 0), + [1739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt, 1, 0, 0), + [1741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [1747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), + [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), + [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), + [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), + [1757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), + [1759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), + [1761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), + [1763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), + [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), + [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [1771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [1773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [1777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [1781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [1783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), + [1785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), + [1787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), + [1789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(328), + [1792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(313), + [1795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2361), + [1798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr_list, 1, 0, 0), + [1800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr_list, 1, 0, 0), + [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), + [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), + [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), + [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), + [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), + [1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [1818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), + [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [1826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [1832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [1834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), + [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [1840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), + [1842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), + [1844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), + [1848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), + [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [1852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), + [1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [1860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), + [1862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), + [1864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), + [1866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [1868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), + [1870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), + [1872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), + [1874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), + [1876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), + [1878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [1880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), + [1882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), + [1884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), + [1886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [1888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), + [1890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [1896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), + [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [1900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), + [1902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), + [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), + [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), + [1908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), + [1910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), + [1912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), + [1914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), + [1916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), + [1918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), + [1920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), + [1922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), + [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [1928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2614), + [1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [1935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), + [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), + [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), + [1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [1951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2637), + [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [1958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), + [1960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2826), + [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [1964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), + [1966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [1968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [1970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [1972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [1974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), + [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [1978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer, 2, 0, 0), + [1980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer, 1, 0, 0), + [1982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [1984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), + [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), + [1988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(883), + [1991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), + [1993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2550), + [1996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1207), + [1999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(889), + [2002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2204), + [2005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2692), + [2008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2660), + [2011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1885), + [2014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1188), + [2017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2545), + [2020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(976), + [2023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(999), + [2026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(999), + [2029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2527), + [2032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1107), + [2035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1259), + [2038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1268), + [2041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(834), + [2044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1281), + [2047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1286), + [2050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1287), + [2053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1287), + [2056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1268), + [2059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1257), + [2062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(836), + [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), + [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2868), + [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2881), + [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), + [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), + [2081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_list, 1, 0, 0), + [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), + [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [2087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), + [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), + [2117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), + [2121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), + [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), + [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_list, 1, 0, 0), + [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [2133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), + [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [2137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), + [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [2141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), + [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [2145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), + [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [2149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), + [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [2153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), + [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), + [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), + [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2362), + [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2389), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [2217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2257), + [2220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2277), + [2223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2279), + [2226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2289), + [2229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2484), + [2232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1926), + [2235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2540), + [2238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2486), + [2241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2497), + [2244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2514), + [2247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1856), + [2250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2362), + [2253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2362), + [2256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2407), + [2259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1982), + [2262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2389), + [2265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2390), + [2268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1821), + [2271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1983), + [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [2276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2832), + [2278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2880), + [2280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), + [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), + [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), + [2288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), + [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), + [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [2294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2546), + [2296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2865), + [2298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), + [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), + [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [2306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), + [2308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2359), + [2310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2830), + [2312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), + [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [2320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), + [2322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_class, 1, 0, 0), + [2324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_class, 1, 0, 0), + [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [2328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [2332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), + [2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func, 3, 0, 0), + [2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [2338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func, 3, 0, 0), + [2340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event, 4, 0, 0), + [2342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event, 4, 0, 0), + [2344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event, 3, 0, 0), + [2346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event, 3, 0, 0), + [2348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hook, 3, 0, 0), + [2350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hook, 3, 0, 0), + [2352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(923), + [2355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2560), + [2358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_hdr, 3, 0, 0), + [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), + [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [2380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), + [2382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), + [2384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), + [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [2388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), + [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [2394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_list, 2, 0, 0), + [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [2406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), + [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [2410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), + [2412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2793), + [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [2416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), + [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [2484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), + [2486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), + [2488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2282), + [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [2492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), + [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [2608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [2612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_msg, 2, 0, 0), + [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [2770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [2820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [2826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [2846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [2848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), + [2850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2234), + [2853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), + [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_arg, 3, 0, 0), + [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), + [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [2863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), + [2865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2645), + [2867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), + [2869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), + [2871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2800), + [2873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), + [2875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2807), + [2877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), + [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), + [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), + [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2852), + [2885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2641), + [2888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2645), + [2891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2656), + [2894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1277), + [2897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2800), + [2900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2805), + [2903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2807), + [2906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1884), + [2909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2726), + [2912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2118), + [2915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2852), + [2918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr, 1, 0, 0), SHIFT(2243), + [2921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr, 1, 0, 0), SHIFT(2301), + [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [2930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2795), + [2932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), + [2934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2875), + [2936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), + [2938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2291), + [2940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), + [2942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), + [2944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), + [2946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), + [2948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), + [2950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), + [2952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), + [2954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2587), + [2956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [2958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), + [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [2962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2680), + [2964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), + [2966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2574), + [2968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), + [2970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2836), + [2972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), + [2974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2640), + [2976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), + [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [2994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2873), + [2996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), + [2998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295), + [3000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), + [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [3026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2373), + [3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), + [3030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2698), + [3032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), + [3034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2719), + [3036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2374), + [3038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), + [3040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), + [3042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2354), + [3044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), + [3046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708), + [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [3052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), + [3054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), + [3056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), + [3058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), + [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [3062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2695), + [3064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [3066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), + [3068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), + [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [3138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_repeat1, 2, 0, 0), + [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [3146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), + [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [3156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), + [3158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1849), + [3161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2287), + [3164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2287), + [3167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2401), + [3170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2011), + [3173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2837), + [3176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2855), + [3179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(373), + [3182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_func_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2024), + [3185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_hdr, 1, 0, 0), + [3187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_hdr, 1, 0, 0), + [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hook, 4, 0, 0), + [3191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hook, 4, 0, 0), + [3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event, 5, 0, 0), + [3195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event, 5, 0, 0), + [3197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func, 4, 0, 0), + [3199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func, 4, 0, 0), + [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), + [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [3317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_elem, 1, 0, 0), + [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [3353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_capture_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2870), + [3356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_capture_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1973), + [3359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_list_repeat1, 2, 0, 0), SHIFT_REPEAT(876), + [3362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2309), + [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2870), + [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), + [3371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), + [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), + [3375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2611), + [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [3379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 1, 0, 0), + [3381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_elem, 3, 0, 0), + [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [3385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redef_record_decl_repeat1, 2, 0, 0), + [3387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redef_record_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(2352), + [3390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2867), + [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), + [3396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_list, 1, 0, 0), + [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [3402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, 0, 0), + [3404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1879), + [3407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecated, 1, 0, 0), + [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [3411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_list_repeat1, 4, 0, 0), + [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [3439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_type_list, 2, 0, 0), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [3455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_args, 1, 0, 0), + [3457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_type_list, 3, 0, 0), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [3463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_arg, 4, 0, 0), + [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [3469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_args, 2, 0, 0), + [3471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_args_repeat1, 2, 0, 0), SHIFT_REPEAT(2338), + [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [3492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture, 1, 0, 0), + [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_type_list, 4, 0, 0), + [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), + [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), + [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), + [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [3548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture, 2, 0, 0), + [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_elem, 4, 0, 0), + [3552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_capture_list_repeat1, 2, 0, 0), + [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), + [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [3562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecated, 3, 0, 0), + [3564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_spec, 4, 0, 0), + [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), + [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [3580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_type_list, 5, 0, 0), + [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [3590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_begin_lambda, 2, 0, 0), + [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [3614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_hdr, 4, 0, 0), + [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), + [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), + [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [3630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_stmt_repeat1, 2, 0, 0), SHIFT_REPEAT(2610), + [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_spec, 5, 0, 0), + [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), + [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), + [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), + [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), + [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), + [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), + [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [3787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_begin_lambda, 1, 0, 0), + [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [3799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_type_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1705), + [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), + [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), + [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), + [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), + [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), + [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [3944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_elem, 2, 0, 0), + [3946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 2, 0, 0), + [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), + [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [3958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_type_list_repeat1, 5, 0, 0), + [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [3964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [3978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), + [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [3990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), + [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [3994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), + [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [4004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [4022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), + [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), + [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [4076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [4098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_stmt_repeat1, 2, 0, 0), + [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [4124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 4, 0, 0), + [4126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [4130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_type_list_repeat1, 3, 0, 0), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [4142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [4164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), + [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), + [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), + [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [4256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [4262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [4332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), + [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), + [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [4370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), + [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [4412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), + [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [4450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), + [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [4458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 3, 0, 0), + [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), + [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [4478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), + [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [4486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), + [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [4500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), + [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), + [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [4610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_args_repeat1, 2, 0, 0), + [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), + [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [4646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), + [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [4658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [4666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), + [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), + [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [4692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), + [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), + [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), + [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), + [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), + [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [4742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), + [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), + [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), + [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), + [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [4818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [4826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), + [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), + [4836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), + [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [4840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [4862] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [4866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), }; #ifdef __cplusplus